Ok, enabled multicast on all the ports.
Disabled and enabled the vlan
Changed the netonix vlan int IP
Disabled the netonix vlan IP
In all cases, not traffic gets through....
Still shows
- Code: Select all
44-d9-e7-95-94-2a 2 67 Ubiquiti Networks Inc. 192.168.41.1
In the VLAN tab (in vlan 67 it should be on a 10.x IP)
Interestingly if I tcpdump my ER I do see arp.... but just hosts searching. No replies from the ER.. and no icmp packets (which I'm generating) if the switch was working correctly I should see those, either because the netonix switch knows the mac and sends it to the right port or because the hosts know each others mac or because the switch doesn't know where to send it so broadcasts it.
- Code: Select all
root@ubnt:/home/ubnt# tcpdump -ni eth2.67
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth2.67, link-type EN10MB (Ethernet), capture size 262144 bytes
21:40:35.700178 ARP, Request who-has 10.80.1.254 tell 10.80.1.11, length 46
21:40:35.858040 ARP, Request who-has 10.80.1.254 tell 10.80.1.12, length 46
21:40:35.957915 ARP, Request who-has 10.80.1.254 tell 10.80.1.14, length 46
21:40:36.700064 ARP, Request who-has 10.80.1.254 tell 10.80.1.11, length 46
21:40:36.792621 ARP, Request who-has 10.80.1.254 tell 10.80.1.15, length 46
21:40:36.858023 ARP, Request who-has 10.80.1.254 tell 10.80.1.12, length 46
21:40:37.700029 ARP, Request who-has 10.80.1.254 tell 10.80.1.11, length 46
21:40:37.700209 ARP, Request who-has 10.80.1.254 tell 10.80.1.16, length 46
21:40:37.792613 ARP, Request who-has 10.80.1.254 tell 10.80.1.15, length 46
21:40:38.089991 ARP, Request who-has 10.80.1.254 tell 10.80.1.13, length 46
21:40:38.700033 ARP, Request who-has 10.80.1.254 tell 10.80.1.16, length 46
21:40:38.792585 ARP, Request who-has 10.80.1.254 tell 10.80.1.15, length 46
I tried adding a static mac record....
Still no gravy, I then tried pinging hosts on the LAN from the ER and I noticed this
- Code: Select all
21:42:57.767446 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 10.80.1.254 tell 10.80.1.11, length 46
21:42:57.846249 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 10.80.1.254 tell 10.80.1.16, length 46
21:42:57.846516 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 10.80.1.25 [b]tell 192.168.41.1[/b], length 28
21:42:57.909270 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 10.80.1.254 tell 10.80.1.17, length 46
21:42:57.950173 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 10.80.1.254 tell 10.80.1.15, length 46
Now I didn't think that was correct.... so I tested on another ER and the source address was in the same subnet (as I'd expect)
The Netonix mac-address in the GUI still shows the wrong IP address in the VLAN (as above)
I fixed it by
- Code: Select all
ip route change 10.80.1.0/24 dev eth2.67 src 10.80.1.254
So seems to be more of a ER problem than a netonix one (though the GUI is obviously wrong, it does seem to switch sufficiently close to the standard to work)