Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ARP flux iproute2
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
Chineseyes
n00b
n00b


Joined: 22 Oct 2003
Posts: 49

PostPosted: Wed Nov 03, 2004 6:52 pm    Post subject: ARP flux iproute2 Reply with quote

hello I have two nics hooked up to my machine on the same subnet and I want to make sure my routing table is acceptable

moo root # ip route
192.168.0.0/24 dev eth0 proto kernel scope link src 192.168.0.2
192.168.0.0/24 dev eth1 proto kernel scope link src 192.168.0.7
127.0.0.0/8 via 127.0.0.1 dev lo scope link
default via 192.168.0.1 dev eth1
default via 192.168.0.1 dev eth0

accoring to what I know about ip route this should be acceptable as logn as you run these commands also

echo 1 > /proc/sys/net/ipv4/conf/eth1/arp_filter
echo 1 > /proc/sys/net/ipv4/conf/eth0/arp_filter
echo 1 > /proc/sys/net/ipv4/conf/all/arp_filter

sysctl -w net.ipv4.conf.all.arp_filter=1
sysctl -w net.ipv4.conf.all.arp_ignore=0

I would appreciate if someone could tell me if this is correct or if I am missing something as I am new to iproute and the whole use of arp flux
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum