Re: Change an IP address without a reboot

2006-11-03 Thread Andrew Falanga
On 11/2/06, Vince Hoffman <[EMAIL PROTECTED]> wrote: You have the order wrong [EMAIL PROTECTED] (00:22:37 <~>) 0 # ifconfig xl0 inet6 2001:470:1f01:244::30 [EMAIL PROTECTED] (00:23:27 <~>) 0 # ifconfig xl0 xl0: flags=8843 mtu 1500 options=9 inet6 fe80::211:d8ff:fe9f:531c%xl0 pre

Re: Change an IP address without a reboot

2006-11-02 Thread Vince Hoffman
Andrew Falanga wrote: On 11/2/06, Steve Bertrand <[EMAIL PROTECTED]> wrote: mybox# ifconfig rl0: flags=8843 mtu 1500 options=8 inet 208.70.104.3 netmask 0xff80 broadcast 208.70.104.127 inet 192.168.250.1 netmask 0xff00 broadcast 192.168.250.255 ...now, mybox# i

Re: Change an IP address without a reboot

2006-11-02 Thread Andrew Falanga
On 11/2/06, Steve Bertrand <[EMAIL PROTECTED]> wrote: mybox# ifconfig rl0: flags=8843 mtu 1500 options=8 inet 208.70.104.3 netmask 0xff80 broadcast 208.70.104.127 inet 192.168.250.1 netmask 0xff00 broadcast 192.168.250.255 ...now, mybox# ifconfig rl0 delete 192.

Re: Change an IP address without a reboot

2006-11-02 Thread Vince
Andrew Falanga wrote: > When it boots, I log in and configure an IPv6 address like this: > > ifconfig sis0 inet6 fec0:1:1:1::3/64 > > Which works just great. It so happens in this little isolated network I'm > building, this address was taken, so then I did the exact same command as > above onl

RE: Change an IP address without a reboot

2006-11-02 Thread Steve Bertrand
> How can I eliminate the first address? I've looked over the > ifconfig manual page several times, each time reading it just > a little bit more carefully, but I haven't found anything > that answers this question. Would some kind person please > help me out and show me what it is that's el