Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jun 1998 09:27:50 -0700
From:      Julian Elischer <julian@whistle.com>
To:        David Boisvert <David_Boisvert@uqtr.uquebec.ca>
Cc:        FreeBSD questions <freebsd-questions@FreeBSD.ORG>
Subject:   Re: ipfw & natd problems --> Still in trouble!!!
Message-ID:  <357EB406.3F54BC7E@whistle.com>
References:  <357D067E.41C67EA6@uqtr.uquebec.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
David Boisvert wrote:
> 
> Hi, I'm still in trouble with natd!!!
> 

> 
> FIREWALL: (like the natd man)
> 
> 01000 allow ip from any to any via lo0
> 01010 deny ip from 127.0.0.0/8 to 127.0.0.0/8
> 65000 allow ip from any to any
^^^^^^^^^^^^^^^^^^^^^^^^^^^

this stops anything from reachiong the divert rule...

> 65100 divert 6668 ip from any to any via ed1
> 65200 allow ip from any to any
> 65535 deny ip from any to any
> 

try:


1000 allow ip from any to any via lo0
1010 deny ip from 127.0.0.0/8 to 127.0.0.0/8
2000 divert 6668 ip from any to any via ed1
5000 allow ip from any to any
65535 deny ip from any to any

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?357EB406.3F54BC7E>