I'm trying to setup my home lab using some Intel NUC's and an officeConnect 1920 switch. Because it's only a small network the 1920 should be enough to be used as a core switch.
I've connected four Intel NUC's directly to the switch in the default VLAN. My DHCP relay agent is in another VLAN which is also used for routing towards the internet. The NUC's are all running Centos 7 and are configured with a static ip. The problem is that I'm unable to connect to any other VLAN from the NUC's but they can all reach eachother without problems. When running tcpdump on one of the NUC's and starting a ping from the switch towards the NUC I can see that an ARP request is sent and replied to but the switch seems to ignore it. When looking at the ARP Managent page I can't see any of my NUC's.
When I configure a static ARP record I'm able to connect to the Internet. This is only a quick fix because it should work as expected and use dynamic ARP. I've had the same problem on my NAS, which is running FreeNAS, and solved it on this system by using DHCP. This is unfortunatly not an option on the NUC's.
Below is an output from my tcpdump command, I've confirmed that it reaches the switch by using port mirroring:
21:26:41.518185 ARP, Request who-has 192.168.11.92 tell 192.168.11.1, length 46
21:26:41.518228 ARP, Reply 192.168.11.92 is-at f4:4d:30:66:09:29, length 28
21:26:43.720976 ARP, Request who-has 192.168.11.92 tell 192.168.11.1, length 46
21:26:43.721019 ARP, Reply 192.168.11.92 is-at f4:4d:30:66:09:29, length 28
21:26:45.930901 ARP, Request who-has 192.168.11.92 tell 192.168.11.1, length 46
21:26:45.930942 ARP, Reply 192.168.11.92 is-at f4:4d:30:66:09:29, length 28
21:26:48.140938 ARP, Request who-has 192.168.11.92 tell 192.168.11.1, length 46
21:26:48.140979 ARP, Reply 192.168.11.92 is-at f4:4d:30:66:09:29, length 28
21:26:50.350895 ARP, Request who-has 192.168.11.92 tell 192.168.11.1, length 46
21:26:50.350935 ARP, Reply 192.168.11.92 is-at f4:4d:30:66:09:29, length 28
Is there anyone that can tell me how to fix this?
Thanks in advance.
With kind regards,
Luc
#ARP#1920