1
General Discussion / Re: Suggestions to configure OPNsense with Juniper switch
« on: August 12, 2022, 09:20:13 pm »
Thanks Demusman, your reply really got me thinking again. And I realized you are completely right, I've added a lot of needles complexity (gateways, NAT, layer3 routing) in the mix. I took your comment 'plug it in' quite literally and just plugged a spare laptop in the re0 port on OPNsense and you know what, it just worked (when pointing the gateway on the laptop to 192.168.25.10)!
So this actually isolated the issue towards the Juniper switch and not the firewall. After removing more complexity, I realized I had turned on arp-inspection and ip-source-guard (see: https://www.juniper.net/documentation/us/en/software/junos/security-services/topics/example/port-security-protect-from-spoofing-els.html)
So by running on the Juniper switch
everything works like a charm!
Thanks a lot for your help and getting my thinking straight!
So this actually isolated the issue towards the Juniper switch and not the firewall. After removing more complexity, I realized I had turned on arp-inspection and ip-source-guard (see: https://www.juniper.net/documentation/us/en/software/junos/security-services/topics/example/port-security-protect-from-spoofing-els.html)
So by running on the Juniper switch
Code: [Select]
delete ethernet-switching-options secure-access-port vlan LAN arp-inspection
delete ethernet-switching-options secure-access-port vlan LAN ip-source-guard
everything works like a charm!
Thanks a lot for your help and getting my thinking straight!