On 1/13/08, Alexandre Biancalana <[EMAIL PROTECTED]> wrote:
> On 1/11/08, Scott Ullrich <[EMAIL PROTECTED]> wrote:
> > Thank you.   Do you see the states on the backup machine when it is in the
> > backup status mode?
> >
> > pfctl -ss
> >
> > You should see a similar output on the backup machine as the primary.
>
> Yes, the output is the same...
>
I found another problem, I think this could be related to the patch
because this does not happened before....

In this firewall's I have only one real IP Address on each link, so
I've to redirect some ports to internal servers. All services are
working (http, smtp, pop3, imap) but ftp does not work, when you try
to connect the connection is lost.

Look this:

tcpdump -nettti pflog0 port 21
tcpdump: WARNING: pflog0: no IPv4 address assigned
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on pflog0, link-type PFLOG (OpenBSD pflog file), capture size 96 bytes
000000 rule 3/0(match): block in on virtua: 201.21.xxx.xxx.52558 >
201.6.xxx.xxx.21:  tcp 28 [bad hdr length 0 - too short, < 20]
3. 198670 rule 3/0(match): block in on virtua: 201.21.xxx.xxx.52558 >
201.6.xxx.xxx.21:  tcp 28 [bad hdr length 0 - too short, < 20]
3. 235008 rule 3/0(match): block in on virtua: 201.21.xxx.xxx.52558 >
201.6.xxxx.xxx.21:  tcp 28 [bad hdr length 0 - too short, < 20]
6. 195725 rule 3/0(match): block in on virtua: 201.21.xxx.xxx.52558 >
201.6.xxx.xxx.21:  tcp 28 [bad hdr length 0 - too short, < 20]


The a try to remove the block rule then the output changes to:

000000 rule 3/0(match): pass in on virtua: 201.21.xxx.xxx.52558 >
201.6.xxx.xxx.21:  tcp 28 [bad hdr length 0 - too short, < 20]
3. 198670 rule 3/0(match): pass in on virtua: 201.21.xxx.xxx.52558 >
201.6.xxx.xxx.21:  tcp 28 [bad hdr length 0 - too short, < 20]
3. 235008 rule 3/0(match): pass in on virtua: 201.21.xxx.xxx.52558 >
201.6.xxxx.xxx.21:  tcp 28 [bad hdr length 0 - too short, < 20]
6. 195725 rule 3/0(match): pass in on virtua: 201.21.xxx.xxx.52558 >
201.6.xxx.xxx.21:  tcp 28 [bad hdr length 0 - too short, < 20]


Any ideas ?
_______________________________________________
freebsd-pf@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-pf
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to