Linux Netfilter discussions
 help / color / mirror / Atom feed
* ARP question
@ 2005-03-11 13:06 alexb
  2005-03-11 17:43 ` George Alexandru Dragoi
  0 siblings, 1 reply; 3+ messages in thread
From: alexb @ 2005-03-11 13:06 UTC (permalink / raw)
  To: netfilter@lists.netfilter.org

I've a strange problem in my network that I beleave is related to the arp table
and would like to ask if someone could help me trace down the source of my
probleme.

My firewall has two internal networks on the same nic and routes back trafic
from one network to the other eaven they are on the same segment. It's not
elegand, but in an emergency (after a host crash) its what I could bring up.


                   Internet
                       |
                       |    eth0=PublicIP
                   firewall
                       |    eth1=200.1.1.1/27
                       |  eth1:0=200.2.2.9/29
                       |
    Host-A          Host-B         Serv6
  200.2.2.12/29   200.2.2.14/29  200.1.1.6/27 eth0:0=200.1.1.5/27


At Host-A it happens that the IP+MAC of Serv6 gets in his arp table, but there
is no direct route between this hosts. When that happens every services
provided by serv6 can still be accessed at Host-A as they are routed thru the
firewall. But I can't ping from Host-A to Serv6.
If I force to remove Serve6 from host-A arp table (arp -i eth0 -d Serv6) and
flush his route table (ip route flush cache) then I can ping Serv6.
Unfortunetly, some minutes later, Serv6 gots into the arp table from Host-A and
stops ping that I use to monitore the server.
The problem just occurs on Host-A, I can't see a topological difference betwean
Host-A and Host-B, just the service they are running.
Also I have a secont IP bind to the same nic at Serv6, that doesn't get afected
by this problem (in fact the second IP doesn't ever apears in the arp table).

What I whant to figure out is how the base IP from Serv6 goes into Host-A arp
table, as there are no explicit route between the two networks on both (host-A
and Serv6) forcing them to use the Default Gatway to comunicate. As I
understand they shouldn't issue any arp requests from the other host as they
will comunicate thru the GW (firewall).

Any idea ?

Thanks

Alexander E. Belck

-----------------------------------------------------------------
Esta mensagem foi enviada pelo IMP, o Internet Messaging Program.


^ permalink raw reply	[flat|nested] 3+ messages in thread
* arp question
@ 2007-02-28  6:40 Stephane Couture
  0 siblings, 0 replies; 3+ messages in thread
From: Stephane Couture @ 2007-02-28  6:40 UTC (permalink / raw)
  To: netfilter

Not sure if this is the right forum but any help would be appreciated. 

My NIC support up to 16 unicast MAC address which can be assigned to 
different H/W queue.  The cpu is only connected to one ethernet network 
and all packet destined to a specific subnet are routed over PCI (not as 
is, multiple packets manipulations are done beforehand).  I am trying to 
make use of this feature to, hopefully, enable faster routing.

 I would like to assign a different MAC for a specific subnet and 
respond to arp request for that subnet.
- Current proxy-arp implementation is not what I want.  Proxy-arp with 
subneting seem to be what I need but it does not seem to be supported 
anymore (as of 2.2?). 
- Adding arp entry with the publish flags disregard the provided address 
and use the one from the network interface.
- constant gratuitous ARP on the entire subnet could work but I am not 
sure about the reliability of this method.

I'll modify the kernel (2.6.20) if I have to but there has to be a 
simpler way. 

Thanks.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-02-28  6:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-11 13:06 ARP question alexb
2005-03-11 17:43 ` George Alexandru Dragoi
  -- strict thread matches above, loose matches on Subject: below --
2007-02-28  6:40 arp question Stephane Couture

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox