mailing list said: > > I recently added some aliases to my ipconfig and now I'm getting these > system messages? Should I be concerned? (FreeBSD 4.6) > > <snip> > ifconfig_de0="inet XXX.168.0.219 netmask 255.255.255.0" > ifconfig_tl0="inet XXX.82.15.219 netmask 255.255.255.240" <snip> > ifconfig_tl0_alias3="inet XXX.167.176.107 netmask 0xffffffff" > ifconfig_tl0_alias4="inet XXX.167.176.108 netmask 0xffffffff" > ifconfig_tl0_alias5="inet XXX.167.176.109 netmask 0xffffffff" > ifconfig_tl0_alias6="inet XXX.167.176.110 netmask 0xffffffff" > Hey:
Your interface is in xxx.168.0.0/24 and your aliases are in xxx.167.0.0/24. Those are two different subnets. You need to configure your aliases in xxx.168.0.0 or reconfigure the interface into xxx.167.0.0. Or, you could extend your subnet mask to a /22 (255.255.252.0) (you can't use a /23 because it won't inlude 167 and 168). Mike -- Michael K. Smith Senior Network and Systems Engineer - NoaNet [EMAIL PROTECTED] 206.219.7116 NOC: 866.662.6380 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message
