Date: Fri, 11 Dec 1998 11:02:03 +0700 From: brian <brian@frtnet.com> To: freebsd-questions@FreeBSD.ORG Subject: natd problem Message-ID: <3670993B.BAB5BFF8@frtnet.com>
next in thread | raw e-mail | index | archive | help
Dear all, I modified the following lines to make natd works . 1. change kernel for options IPFIREWALL options IPDIVERT 2. enable gateway 3. change in /etc/services : natd 6668/divert 4. run natd -interface ed0 /sbin/ipfw -f flush /sbin/ipfw add divert 6668 all from any to any via ed0 /sbin/ipfw add pass all from any to any I could ping the maching from one to the other, however, I could not ftp to the machine . e.g. ftp 10.0.0.4 ( server with dual ip) will always time out . Why ? thanks Brian 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?3670993B.BAB5BFF8>