hello, On Tue, Jan 27, 2009 at 6:57 AM, Ozzie de Leon <[email protected]> wrote: > On Tue, Jan 27, 2009 at 1:45 AM, jan gestre <[email protected]> wrote: > i'm just trying to figure out why am i able to access both DHCP and static > IP addresses when only eth0 has a cable connected to it (eth1 doesn't have > anything physically connected).
it is because the NICs are on the same host. IP address from eth1 will still be accessible via eth0. interfaces (eth0/1) have and configured to have routes going to 172.16.17.0/24. you can confirm this by: ip route sh|grep '172.16.17.0/24' eth0 and eth1 are both your gateway for network 172.16.17.0/24. i think even if you remove src route of eth1, it doesn matter, as long as the other interface is fucntional. hth. > > _________________________________________________ > Philippine Linux Users' Group (PLUG) Mailing List > http://lists.linux.org.ph/mailman/listinfo/plug > Searchable Archives: http://archives.free.net.ph > -- edel _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List http://lists.linux.org.ph/mailman/listinfo/plug Searchable Archives: http://archives.free.net.ph

