Can't trace a host even when it is in ARP table
I have an ubuntu machine with 3 eth interfaces and 1 wlan, I have create next routes:
eth1
post-up /sbin/route add -host 10.80.203.166 dev eth1
pre-down /sbin/route del -host 10.80.203.166 dev eth1
eth2
post-up /sbin/route add -host 192.168.200.8 dev eth2
pre-down /sbin/route del -host 192.168.200.8 dev eth2
my route table is:
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.200.8 0.0.0.0 255.255.255.255 UH 0 0 0 eth2
10.80.203.92 0.0.0.0 255.255.255.255 UH 0 0 0 eth1
192.168.77.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
10.80.203.0 0.0.0.0 255.255.255.0 U 0 0 0 wlan0
0.0.0.0 10.80.203.254 0.0.0.0 UG 0 0 0 wlan0
my arp table is
? (10.80.203.254) at 00:00:0c:07:ac:cb [ether] on wlan0
? (10.80.203.92) at 00:d0:dc:07:3e:4d [ether] on eth1
? (192.168.200.8) at 00:20:98:01:d7:63 [ether] on eth2
? (10.80.203.2) at 00:0c:29:04:88:49 [ether] on wlan0
? (10.80.203.3) at 00:0c:29:a0:71:1c [ether] on wlan0
? (10.80.203.99) at dc:9f:db:22:92:e2 [ether] on wlan0
When I do a tcpdump -i eth2 I can see traffic from 10.80.203.92 going to 192.168.200.8, but I can't see any traffic from 192.168.200.8 to 10.80.203.92 and also I can't ping the 192.80.203.92. I have also noticed when eth1 is not connected I can see traffic from 192.168.200.8 but as soon as I coonect eth1 I just can see the traffic from eth1 to eth2 on eth2 port
Any help will be appreciated
Oscar
Question information
- Language:
- English Edit question
- Status:
- Answered
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask Oscar Ramos for more information if necessary.