Date: Wed, 11 Apr 2001 18:06:51 +0200 From: "Radical" <Radical@hardcore.lt> To: <freebsd-questions@FreeBSD.ORG> Subject: Two interfaces on same subnet? Message-ID: <HJEHLLFKGILMAKFJEGJKMEEFCJAA.Radical@hardcore.lt> In-Reply-To: <20010411094923.A6049@cec.wustl.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello I was wondered when I found that I can't set-up to interfaces on the same subnet. my rc.conf entry's looks like this: ---------------------------------- network_interfaces="lo0 ed0 rl0" ifconfig_lo0="inet 127.0.0.1" ifconfig_ed0="inet 192.169.1.21 netmask 255.255.255.0" ifconfig_rl0="inet 192.169.1.22 netmask 255.255.255.0" ---------------------------------- If I commenting line (ifconfig_rl0="inet 192.169.1.22 netmask 255.255.255.0") interface ed0 working correctly if I commenting another one then correctly working rl0 interface. When both are uncommented correctly start's only one interface. But ifconfig -a reporting that both interfaces working (UP). But when I trying to ping 192.169.1.22 address I'm getting answer that host is down. May be some one can help me to slow this problem? Thanks in advance. Radical 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?HJEHLLFKGILMAKFJEGJKMEEFCJAA.Radical>