From owner-freebsd-questions@FreeBSD.ORG Sat Nov 15 11:43:00 2003 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 BF10F16A4CE for ; Sat, 15 Nov 2003 11:43:00 -0800 (PST) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF2E443F3F for ; Sat, 15 Nov 2003 11:42:59 -0800 (PST) (envelope-from fbsd-questions@trini0.org) Received: from hivemind.trini0.org (trini0.org[68.39.114.118]) by comcast.net (sccrmhc13) with ESMTP id <20031115194259016000vo7pe>; Sat, 15 Nov 2003 19:42:59 +0000 Received: from gladiator.trini0.org (gladiator.trini0.org [192.168.0.3]) by hivemind.trini0.org (Postfix) with ESMTP id 6444199 for ; Sat, 15 Nov 2003 14:42:58 -0500 (EST) From: Gerard Samuel To: questions@freebsd.org Date: Sat, 15 Nov 2003 14:42:58 -0500 User-Agent: KMail/1.5.4 References: <20031115132923.J5131-100000@floyd.gnulife.org> In-Reply-To: <20031115132923.J5131-100000@floyd.gnulife.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200311151442.58235.fbsd-questions@trini0.org> Subject: Re: Fastest way to change IP addresses 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: Sat, 15 Nov 2003 19:43:00 -0000 On Saturday 15 November 2003 02:35 pm, Jamie wrote: > 1) ifconfig de0 200.80.11.8 255.255.255.0 > > ifconfig -a then gives me: > > fxp0: flags=8843 mtu 1500 > inet 200.80.11.8 netmask 0xffffff00 broadcast 200.88.11.255 > ether 00:03:47:b1:d6:1c > media: 10BaseT/UTP status: active > > > > But then I cannot ping the gateway, > > ping 200.80.11.1 > > 5 Packets transmitted, 0 packets received 100% packet loss Works fine for me -> gladiator# ifconfig fxp0: flags=8843 mtu 1500 inet 192.168.0.3 netmask 0xffffff00 broadcast 192.168.0.255 ether 00:80:29:65:e2:96 media: Ethernet autoselect (100baseTX ) status: active lo0: flags=8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 gladiator# ping -c 5 gatekeeper PING gatekeeper.trini0.org (192.168.0.1): 56 data bytes 64 bytes from 192.168.0.1: icmp_seq=0 ttl=64 time=0.350 ms 64 bytes from 192.168.0.1: icmp_seq=1 ttl=64 time=0.255 ms 64 bytes from 192.168.0.1: icmp_seq=2 ttl=64 time=0.226 ms 64 bytes from 192.168.0.1: icmp_seq=3 ttl=64 time=0.224 ms 64 bytes from 192.168.0.1: icmp_seq=4 ttl=64 time=0.242 ms --- gatekeeper.trini0.org ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max/stddev = 0.224/0.259/0.350/0.047 ms gladiator# ifconfig fxp0 192.168.0.10 gladiator# ifconfig fxp0: flags=8843 mtu 1500 inet 192.168.0.10 netmask 0xffffff00 broadcast 192.168.0.255 ether 00:80:29:65:e2:96 media: Ethernet autoselect (100baseTX ) status: active lo0: flags=8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 gladiator# ping -c 5 gatekeeper PING gatekeeper.trini0.org (192.168.0.1): 56 data bytes 64 bytes from 192.168.0.1: icmp_seq=0 ttl=64 time=0.337 ms 64 bytes from 192.168.0.1: icmp_seq=1 ttl=64 time=0.225 ms 64 bytes from 192.168.0.1: icmp_seq=2 ttl=64 time=0.249 ms 64 bytes from 192.168.0.1: icmp_seq=3 ttl=64 time=0.224 ms 64 bytes from 192.168.0.1: icmp_seq=4 ttl=64 time=0.224 ms --- gatekeeper.trini0.org ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max/stddev = 0.224/0.252/0.337/0.044 ms