We are trying to switch ISPs and switching over to Meraki SD-WAN. In testing I've run into an issues with not being able to communicate with a server on the local network. The network is on 10.10.0.0/24 but a server uses a virtual IP of 10.10.8.60 (I'm told its so it can share the connection over 4 physical ports on the server). The network is using two SG200 switches with nothing really configured into them. On the MX under routing VLANs I added 10.10.0.0/24 ID-1 and 10.10.8.0/24 ID-18 and the ports are configured Trunk, VLAN 1, and allow all VLANs.
Once I plug the network into the MX certain things stop working that have to do with the server on 10.10.8.60. I can ping that servers physical IP of 10.10.0.60 but not the 10.10.8.60.
On the current working ISP the network is plugged into their Fortinet. I asked what they have set to allow 10.10.8.0
sh sys int nonpci1-switch
config system interface
edit "nonpci1-switch"
set vdom "root"
set ip 10.10.0.2 255.255.255.0
set allowaccess ping
set type hard-switch
set snmp-index 2
set secondary-IP enable
config secondaryip
edit 1
set ip 10.10.8.1 255.255.255.0
set allowaccess ping
next
end
next
end
Physical interfaces assigned to this virtual switch are internal1 and internal2:
sh sys virtual-switch
config system virtual-switch
edit "nonpci1-switch"
set physical-switch "sw0"
config port
edit "internal1"
next
edit "internal2"
next
end
next
end
I did go into the switches and add the VLAN 18 but I have not set it to a port.