On Tue, Jan 27, 2009 at 6:57 AM, Ozzie de Leon <[email protected]> wrote: > sorry about that. thing is, i don't want them bonded, which is why my > /sbin/ifconfig doesn't show any bond0 interface. > > 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).
hi ozzie, this is something to do with the arp protocol... do the following at the root user account.. # sysctl -w net.ipv4.conf.eth0.arp_ignore=1 # sysctl -w net.ipv4.conf.eth1.arp_ignore=1 fooler. _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List http://lists.linux.org.ph/mailman/listinfo/plug Searchable Archives: http://archives.free.net.ph

