From owner-freebsd-questions@FreeBSD.ORG Wed Jul 28 14:35:29 2004 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 357C616A4CE for ; Wed, 28 Jul 2004 14:35:29 +0000 (GMT) Received: from lilzmailso01.liwest.at (lilzmailso01.liwest.at [212.33.55.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB2F143D67 for ; Wed, 28 Jul 2004 14:35:28 +0000 (GMT) (envelope-from dgw@liwest.at) Received: from cm248-230.liwest.at ([81.10.248.230]) by lilzmailso01.liwest.at with esmtp (Exim 4.24) id 1BppWV-0003co-2B; Wed, 28 Jul 2004 16:35:15 +0200 From: Daniela To: "Hauan, David" Date: Wed, 28 Jul 2004 15:27:25 +0000 User-Agent: KMail/1.5.3 References: <59FD5336D1B1FA40AF6DDD241D8DBAC68C1376@amcw2ms517.amc.ds.af.mil> In-Reply-To: <59FD5336D1B1FA40AF6DDD241D8DBAC68C1376@amcw2ms517.amc.ds.af.mil> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200407281527.25536.dgw@liwest.at> cc: questions@freebsd.org Subject: Re: Problems after IP change X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: dgw@liwest.at List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jul 2004 14:35:29 -0000 On Wednesday 28 July 2004 14:27, Hauan, David wrote: > > >> Did you actually change the IP on the interface itself? If not: > > >> > > >> edit /etc/rc.conf and change the IP/Netmask, then: > > >> > > >> # /etc/netstart > > > > > > Yes, the IP was changed. I ran /etc/netstart, but it didn't > > > > help. As I > > > > > said, > > > ping works as normal, and the packet sniffer shows normal > > > > TCP connections > > > > > and > > > there are even answers from the remote servers, so I really > > > > have no clue > > > > > what > > > could be wrong. I don't think it would do this with a wrong IP. > > > > Do you have an ``alias_address'' statement in your natd.conf file? > > > > Usually, you will specify the interface that natd operates > > on, but in some > > situations, some will specify an alias address instead. > > > > Check the file, and ensure that you are not aliasing the old address. > > > > Steve > > Can you ping outside addresses from the inside clients? > Is the FW box running dhcp? > If not did you change the gateway on the inside clients? Yes, I can ping everything and I can also open TCP connections from the clients. A SYN packet goes out and a SYN/ACK comes back, but I don't see any further packets. That's why I suspected my firewall, but I changed almost nothing in the configuration.