I just wanted to point out something strange I ran into on my test network with release 4.4.
if I use "ifconfig xl1 inet 10.0.0.007 netmask 255.255.255.0" I get upon looking at the adapter inet 10.0.0.7 netmask 0xffffff00 broadcast 10.0.0.255 however when I use "ifconfig xl1 inet 10.0.0.034 netmask 255.255.255.0" I get inet 10.0.0.28 netmask 0xffffff00 broadcast 10.0.0.255 and yet again if I use " ifconfig xl1 inet 10.0.0.52 netmask 255.255.255.0 " I get inet 10.0.0.42 netmask 0xffffff00 broadcast 10.0.0.255 and a third time I use "ifconfig xl1 inet 10.0.0.61 netmask 255.255.255.0" and I get inet 10.0.0.49 netmask 0xffffff00 broadcast 10.0.0.255 I have done this on three different freebsd 4.4 release machines with the exact same results on each. if I do not use the leading zero's in the last octet it works correctly. However I have at least three nics in each machine with multiple ip's on most interfaces to simulate my existing network so it would be nice to be able to use them as place holders to make the files look a bit cleaner. Cheers, Matthew To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message