Re: Fastest way to change IP addresses

2003-11-18 Thread Kevin Stevens
On Nov 15, 2003, at 11:35, Jamie wrote: I want to change the IP address from 200.80.11.7 to 200.80.11.8 on a FreeBSD machine as quickly as possible. Despite my efforts, I can only get the change to work by editing rc.conf and rebooting the machine. Isn't there a more elegant way?? That *is*

Re: Fastest way to change IP addresses

2003-11-15 Thread Gerard Samuel
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=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500 inet 200.80.11.8 netmask 0xff00 broadcast 200.88.11.255 ether 00:03:47:b1:d6:1c

Re: Fastest way to change IP addresses

2003-11-15 Thread Matthew Seaman
On Sat, Nov 15, 2003 at 01:35:52PM -0600, Jamie wrote: I want to change the IP address from 200.80.11.7 to 200.80.11.8 on a FreeBSD machine as quickly as possible. Despite my efforts, I can only get the change to work by editing rc.conf and rebooting the machine. Isn't there a

Re: Fastest way to change IP addresses

2003-11-15 Thread Jamie
On Sat, 15 Nov 2003, Matthew Seaman wrote: On Sat, Nov 15, 2003 at 01:35:52PM -0600, Jamie wrote: I want to change the IP address from 200.80.11.7 to 200.80.11.8 on a FreeBSD machine as quickly as possible. Despite my efforts, I can only get the change to work by editing