HI Moeen,

 

I am talking about the dynamic ARP table which we can find in /proc/net/arp. This is the only cache where kernel is checking for ARP in fedora core. But while implementing VRF (Virtual Routing and Forwarding) there are chances for hosts with same ip in different VLANs. So I want to keep different ARP tables for each Ethernet interface like /proc/net/eth0/arp and /proc/net/eth1/arp for proper communication. BSD is having this feature but fedora don't. Anyone knows any Linux distribution supports this feature or can we enable this on redhat.

 

Thanks for your response..

 

Regards

Jaison


 
On 9/11/05, Moeen Alinaghian <[EMAIL PROTECTED]> wrote:
ARP Tables are seperate for each Interface, and you
can read or write to ARP Tables with :
arp -i your-interface other-options
(your-interface==[eth0, eth1, ...])

Sincerely yours,
Moeen Alinaghian


--- Jaison Jose <[EMAIL PROTECTED]> wrote:

> Dear All,
>  
> Can anyone help me to enable separate ARP tables per
> each Ethernet device in
> Linux 2.6 Kernel?
>
> Thanks in Advance...
>
>  Regards
>
> Jaison Jose
>


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com


YAHOO! GROUPS LINKS






YAHOO! GROUPS LINKS




Reply via email to