Hi, Originally, I had created some aliases with the following command:
# ifconfig dc0 alias 192.168.1.111 255.255.255.255 # ifconfig dc0 alias 192.168.1.112 255.255.255.255 ... This worked fine.. i was able to use the aliases for various projects I was playing with. When I was done, I took the aliases out: # ifconfig dc0 -alias 192.168.1.111 255.255.255.255 ... Now, whever I try re-creating those aliases (or any different ones for that matter) I get: # ifconfig dc0 alias 192.168.1.111 255.255.255.255 ifconfig: ioctl (SIOCAIFADDR): File exists # ifconfig dc0 alias 192.168.1.2 255.255.255.255 <-- never used before ifconfig: ioctl (SIOCAIFADDR): File exists What happened here? What did I do wrong? How can I fix it? Any help is appreciated Thanks, Joe __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message
