crisag
Occasional Visitor
Hello friends. Got an issue driving me crazy for a few days already.
I have a RT-AC5300 with merlin 386.7_2. Standard configuration done by the web interface. vlan1 with 4 interfaces and br0 created with vlan1. Other vlans are for WAN. No hosts/PCs outside vlan1.
One of my hosts can ping any machine on vlan1, except for the ip assigned to br0 (bridge). Which is the router IP. So that machine can’t communicate with anything outside the local network.
When pinging it from the router, I get the following using tcpdump:
tcpdump -nnvvv -e -X -i br0 arp
No response from the host (192.168.0.243/53:58:01:4d:03:02) at least not on the bridge interface (br0).
The bridge is defined with one interface vlan1. But if we check vlan1 with tcpdump we can see ARP requests and responses for the host normally.
tcpdump -nnvvv -e -X -i vlan1 arp
Then it looks like the bridge is dropping ARP responses when the destination is to the IP assigned to the bridge interface.
What is going one? Any clues?
I have a RT-AC5300 with merlin 386.7_2. Standard configuration done by the web interface. vlan1 with 4 interfaces and br0 created with vlan1. Other vlans are for WAN. No hosts/PCs outside vlan1.
One of my hosts can ping any machine on vlan1, except for the ip assigned to br0 (bridge). Which is the router IP. So that machine can’t communicate with anything outside the local network.
When pinging it from the router, I get the following using tcpdump:
tcpdump -nnvvv -e -X -i br0 arp
No response from the host (192.168.0.243/53:58:01:4d:03:02) at least not on the bridge interface (br0).
The bridge is defined with one interface vlan1. But if we check vlan1 with tcpdump we can see ARP requests and responses for the host normally.
tcpdump -nnvvv -e -X -i vlan1 arp
Then it looks like the bridge is dropping ARP responses when the destination is to the IP assigned to the bridge interface.
What is going one? Any clues?