Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Oct 2002 22:14:33 -0700
From:      "Firsto Lasto" <firstolasto@hotmail.com>
To:        freebsd-questions@freebsd.org
Subject:   route settings in rc.conf - question, with details.
Message-ID:  <F18sH1XbR7SsyZ06pCq00013298@hotmail.com>

next in thread | raw e-mail | index | archive | help

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 majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?F18sH1XbR7SsyZ06pCq00013298>