From owner-freebsd-questions@FreeBSD.ORG Wed Jul 28 14:16:00 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 811E716A4CE for ; Wed, 28 Jul 2004 14:16:00 +0000 (GMT) Received: from lilzmailso02.liwest.at (lilzmailso02.liwest.at [212.33.55.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 471E243D39 for ; Wed, 28 Jul 2004 14:16:00 +0000 (GMT) (envelope-from dgw@liwest.at) Received: from cm248-230.liwest.at ([81.10.248.230]) by lilzmailso02.liwest.at with esmtp (Exim 4.24) id 1BppDe-00057s-Ka; Wed, 28 Jul 2004 16:15:46 +0200 From: Daniela To: "Steve Bertrand" Date: Wed, 28 Jul 2004 15:07:56 +0000 User-Agent: KMail/1.5.3 References: <200407281452.00859.dgw@liwest.at> <3453.209.167.16.15.1091023402.squirrel@209.167.16.15> In-Reply-To: <3453.209.167.16.15.1091023402.squirrel@209.167.16.15> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200407281507.56893.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:16:00 -0000 On Wednesday 28 July 2004 14:03, Steve Bertrand wrote: > > Hi all! > > > > I recently got a new IP on my outside interface, and I replaced the old > > IP with the new one in my IPFW ruleset, and restarted natd. > > Now everything was alright until my network clients (on the inside > > interface) > > started complaining that they can't connect to remote servers. Ping still > > works, but they can't fetch their mail or surf the net. > > It looks like something is wrong with my firewall, but I changed nothing > > but > > the old address. > > Are there other processes that need to be restarted? > > 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.