[Please don't cross-post]
You did not tell us what exactly does not work.
DNS should work, and FTP should not as it requires data
channel on a separate port. If that's the case, you
may run natd(8) with the -punch_fw option.
On Wed, Sep 19, 2001 at 05:06:38PM +0300, Vladimir Terziev wrote:
> S
Sorry, but there is a rule number mistake in my previous e-mail with the same
subject.
I have a gateway machine which runs NATD (natd -unregistered_only -interface
an0) and have IP packet filter IPFW with the following rules:
ipfw add 100 allow ip from any to any via lo0
ipfw add 10002 skipt
Sorry, but there is a rule number mistake in my previous e-mail with the same
subject.
I have a gateway machine which runs NATD (natd -unregistered_only -interface
an0) and have IP packet filter IPFW with the following rules:
ipfw add 100 allow ip from any to any via lo0
ipfw add 10002 skipt
Hi,
I have a gateway machine which runs NATD (natd -unregistered_only -interface
an0) and have IP packet filter IPFW with the following rules:
ipfw add 100 allow ip from any to any via lo0
ipfw add 10002 skipto 2 tcp from 192.168.15.2 to any 21
ipfw add 10003 skipto 2 tcp from 192.16