Displaying 20 results from an estimated 1000 matches similar to: "ipfw rules or something alike"
2003 Nov 01
2
ipfw2 logging
Dear list!
I have a little problem, trying
to enable logging of deny rule.
I have enabled it via kernel:
options IPFIREWALL
options IPFIREWALL_VERBOSE
options IPFIREWALL_VERBOSE_LIMIT=3
It is ipfw2. After that, my inten-
tion was to use syslogd and
!ipfw
*.* /var/log/ipfw.log
and newsyslog with
/var/log/ipfw.log 600 3 100 * J
In rc.conf I have
firewall_enable="YES"
2004 Nov 14
1
ipfw logging
Hi all!
After installing 5.3 I've noticed
some change in firewall logging.
Prior (on 5.2) rules gave me what
I needed: trimed to 3 of the same
connection. Every new connection
on the same rule gave new log line
up to 3. I have in kernel:
FIREWALL
FIREWALL_VERBOSE
FIREWALL_VERBOSE_LIMIT=3
Now, all connections on the same
rule are trimed to 3. Is it possib-
le on 5.3 to have all
2007 Dec 24
0
Fwd: Re: IPFW: Blocking me out. How to debug?
>Date: Sun, 23 Dec 2007 06:04:02 -0800 (PST)
>From: Nash Nipples <trashy_bumper@yahoo.com>
>To: freebsd-security@freebsd.org
>Subject: Re: IPFW: Blocking me out. How to debug?
>
>Dear W.D.
>
>oh come on. i have the same problem.
Which problem are we talking about?
cut and paste problem.
>cut and paste logic:
>
>#!/bin/sh
>#1. count packets
>#2.
2004 Aug 08
1
freebsd-security Digest, Vol 71, Issue 2
> From: Zoran Kolic <kolicz@eunet.yu>
> Subject: about nmap
> To: freebsd-security@freebsd.org
> Message-ID: <20040808053526.GA652@kolic.net>
> Content-Type: text/plain; charset=us-ascii
>
> Dear all!
> Last evening I've noticed that
> my 5.2 box had strange result
> about nmap search. One port is
> randomly open when I look from
> user account.
2004 Sep 03
0
freebsd-security Digest, Vol 75, Issue 2
On Fri, 3 Sep 2004 freebsd-security-request@freebsd.org wrote:
> Send freebsd-security mailing list submissions to
> freebsd-security@freebsd.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.freebsd.org/mailman/listinfo/freebsd-security
> or, via email, send a message with subject or body 'help' to
>
2007 Dec 20
1
IPFW: Blocking me out. How to debug?
Dear W.D.
Do you understand that by adding the rules into kernel space numbered from zero to sixty five thousand five hundred thirty four
you may alter the behavior of the rule number sixty five thousand five hundred thirty five
can you please define and list the goals you are trying to achieve by altering default rule in the terms you can both explain and understand.
----- Original Message
2003 Nov 30
5
mail without mta
Dear list!
I'd like to know if some-
one has experience with system
running no mta (aka sendmail).
I have single comp, not server,
not lan. Yes! Sendmail is nice,
but it is too big for simple
tasks I have for it.
My intention is to use apps
small as possible. This letter
gone from mutt directly to
ssmtp, that processed it to my
isp. (Setting option for
sendmail as
2004 Mar 03
2
tripwire port broken?
Dear list!
I've tried to compile
tripwire-2.3.1-2 port on
my 5.2 release. Two diffe-
rent tarballs have failed
with message, that port
was broken, all in one
sentence. No any details.
Well! Makefile has so-
mething like:
.if ${OSVERSION} >= 500000
BROKEN= "Fails to build inder 5.X"
.endif
One more:
USE_GMAKE= yes
Has someone compiled
it successfully? Is it
for a good
2004 Sep 01
2
IPFW and icmp
I'm not a master of the internet RFCs, but I do believe icmp messages have
different types.
Now to enable traceroute for IPFW, I might put in a rule like this:
ipfw add pass icmp from any to me
However, how would I make a rule to limit icmp messages to just those used
by traceroute? Can the messages be distinguished as such?
A dynamic rule that exists only for the duration of a traceroute
2004 Jul 28
3
Ipfw config
If someone has some free time, can you go over my ipfw config. See if I
have any problems, or things i should add. Im not an ipfw expert or
anything. Here is the config.
add 100 allow all from any to any via lo0
add 110 deny log all from any to 127.0.0.0/8
add 120 deny log ip from 127.0.0.0/8 to any
add 00200 check-state
add 00250 deny all from any to any frag in via bge0
add 00260 deny
2003 Apr 11
3
my mistake compiling kernel
Dear FreeBSD!
On my home machine I`ve tried to
compile custom kernel for 5_0 release.
In a script commented out all scsi, raid,
ethernet, nfs options, I had not. So I`ve
included atapicam options and "device
pcm" for AC97 sound chip. After all,
result was an error:
linking kernel
if.o: In function 'if_setlladdr':
if.o(.text+0x2725): undefined reference to 'arp_ifinit'
2004 Jun 16
4
nmap not scanning networks?
Hello!
Attempt to scan a network with any method except plain ping results in an error:
truss nmap -sT -p 21 '172.19.17.*'
[...]
sendto(0x4,0x8094200,0,0x0,{ AF_INET 172.19.17.0:0 },0x10) ERR#49 'Can't assign
requested address'
[...]
What's strange that man on send(2) doesn't state that EADDRNOTAVAIL can ever be returned from sendto().
Quick look at nmap's site
2007 Dec 13
3
IPFW compiled in kernel: Where is it reading the config?
Hi peeps,
After compiling ipfw into the new 6.2 kernel, and typing "ipfw list",
all I get is:
"65535 deny ip from any to any"
From reading the docs, this might indicate that this is the
default rule. (I am certainly protected this way--but can't
be very productive ;^) )
By the way, when I run "man ipfw" I get nothing. Using this
instead:
2005 Jan 06
1
abyoos.a
Dear folks!
Using f-prot, I've found
"unix/abyoos.a" in one
pure ascii file. Simple
googling didn't reveal
any special info about.
Is it something I should
be aware of?
What parts of it could I
find on the system, if any?
Best regards
Zoran
2004 Feb 19
2
traffic normalizer for ipfw?
Hi there,
Is there some way to configure ipfw to do traffic
normalizing ("scrubbing", as in ipf for OpenBSD)? Is
there any tool to do it for FreeBSD firewalling?
I've heard that ipf was ported on current, anything
else?
TIA,
/Dorin.
__________________________________
Do you Yahoo!?
Yahoo! Mail SpamGuard - Read only the mail you want.
http://antispam.yahoo.com/tools
2003 Jun 17
0
ipfw2 docs for dinamic rules
Dear FreeBSD!
I would like to use custom rules
file with ipfw2. My computer goes
to the net via dial-up modem and
kernel ppp type. Since I don't have
experience with dinamic rules, but
want to, reading tutorials stranded
me somewhere in the middle. In
this moment I need recall of known
links to docs about topic. Provider
gives new address every time when
connected. One machine. Via ppp...
2004 Apr 15
2
Policy routing with IPFW
Hi There,
I've been having an issue trying to figure out a way to policy route
outbound packets from a multihomed machine through the proper interface
using IPFW to no avail.
I've tried several different incantations of IPFW fwd/forward
statements, and none of them seem to do the trick.
Basically, I have a host that has multiple Internet connections. This
host is running FreeBSD 4.9
2012 Nov 12
3
nomenclature for conf files
It might sound stupid, but I'd like to know if there's
any difference. Are those 3 line the same?
WITH_KMS=YES
WITH_KMS="YES"
WITH_KMS=yes
Best regards
Zoran
2005 Jan 13
1
Listening outside ipfw / program interface to ipfw
Hi,
Two quick questions that I can't seem to find answers for using google.
1) is is possible to listen outside an ipfw firewall - that is have
ethereal record the packets before ipfw starts dropping them? If so how?
2) Is there an api to ipfw that will let me manipulate rules, query
stats etc? I need something faster than running the command line binary?
Thanks
John
2013 Nov 19
3
ipfw table add problem
Hi,
I'm using kernel FreeBSD 10.0-BETA3 #2 r257635 kernel.
I am trying to add port number to ipfw tables. But there is something
strange :
Problem is easily repeatable.
#ipfw table 1 flush
#ipfw table 1 add 4899
#ipfw table 1 list
::/0 0
#ipfw table 1 flush
#ipfw table 1 add 10.2.3.01 ( not 10.0.0.1, the last 1 has 0 as
prefix )
#ipfw table 1 list
::/0 0
#ipfw table 1 delete ::/0