From owner-freebsd-questions@FreeBSD.ORG Tue Feb 15 09:37:31 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FC3816A4CE for ; Tue, 15 Feb 2005 09:37:31 +0000 (GMT) Received: from server.zaleo.homeunix.net (fia99-99.dsl.hccnet.nl [62.251.99.99]) by mx1.FreeBSD.org (Postfix) with ESMTP id 289CB43D1D for ; Tue, 15 Feb 2005 09:37:30 +0000 (GMT) (envelope-from Zeo@Zaleo.nl) Received: from zeo.zaleo.nl ([192.168.0.97])j1F9mPp9003138 for ; Tue, 15 Feb 2005 10:48:26 +0100 (CET) (envelope-from Zeo@Zaleo.nl) Message-Id: <6.0.0.22.2.20050215102110.02d19c10@pop3.zaleo.homeunix.net> X-Sender: zeo@pop3.zaleo.homeunix.net (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Tue, 15 Feb 2005 10:37:23 +0100 To: freebsd-questions@freebsd.org From: Zaleo Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: NAT with SIP-Spoofing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Feb 2005 09:37:31 -0000 Dear all, Somehow I can't set-up my NAT router after changing the connection settings. It was working before, I changed the ppp connection to a SIP-Spoofing connection (In my ADSL router and FreeBSD Box). I have a local connection on my FreeBSD box. My ro0 interface is configured with my public IP. I started nat; /sbin/natd -v yes -interface rl0 There is no real output from this process. I have routed all traffic: /sbin/ipfw add divert natd all from any to any via rl0 I used these instructions to get my FreeBSD Box connected to the Internet with SIP-Spoofing: http://www.xs4all.nl/~possamai/adsl/sip_spoof/ (Dutch) NAT was working correctly when I used the "nat enabled" option in my ppp script. The DNS lookup is correctly done on all workstation (With my own DNS server, forwarding from ISP). All workstations are using my FreeBSD box as default gateway (DHCP). Is there a conflict between SIP-Spoofing and NATd? If any more information is required please feel free to contact me. Thanks in advance, Zeo Smeijsters