Hi,

I have a system with IPs assigned from 192.168.0.0/24 and 192.168.1.0/24

Right now I have this in my rc.conf:

defaultrouter="10.10.10.10"
ifconfig_fxp0="inet 192.168.0.1 netmask 255.255.255.0"
ifconfig_fxp0_alias0="inet 192.168.0.2 netmask 255.255.255.255"
ifconfig_fxp0_alias1="inet 192.168.1.1 netmask 255.255.255.255"

So, as you can see I have one default route, and both /24s use that single 
10.10.10.10 as the default router.  But, because I have simply added the 
192.168.1.1 IP as one more plain old alias, I now get this in my logs:

/kernel: arplookup 10.10.10.10 failed: host is not on local network

So, how do I add 192.168.1.1 as an alias, without adding another 
defaultrouter, since my current defaultrouter setting is already correct ?

thanks!


_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to