From owner-freebsd-questions Thu Dec 10 20:15:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA09979 for freebsd-questions-outgoing; Thu, 10 Dec 1998 20:15:41 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns1.frtnet.com ([203.86.3.10]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id UAA09974 for ; Thu, 10 Dec 1998 20:15:39 -0800 (PST) (envelope-from brian@frtnet.com) Received: from frtnet.com by ns1.frtnet.com via ESMTP (940816.SGI.8.6.9/940406.SGI) for id LAA11231; Fri, 11 Dec 1998 11:02:04 +0700 Message-ID: <3670993B.BAB5BFF8@frtnet.com> Date: Fri, 11 Dec 1998 11:02:03 +0700 From: brian Organization: International Transport Information System-HKG X-Mailer: Mozilla 4.04 [en] (X11; I; IRIX 5.3 IP22) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: natd problem Content-Type: text/plain; charset=big5 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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