Need Help Connecting ERS5650 to Watchguard Firewall
Watchguard Firewall Interface = 192.168.136.1
Port 1/47 is Watchguard port, VLANs 136,169,187. DefaultVlanID=136
PCs in the .136 subnet can talk to the Watchguard
None of the other VLANs can talk to the Watchguard - That is the problem.
The only way I could get .136 to talk to Watchguard was via Static Route of 0.0.0.0/0.0.0.0 192.168.136.1
How do I get the other VLANs to talk to the Watchguard's 192.168.136.1 interface on port 1/47?
Here is my routing table:
Watchguard Firewall Interface = 192.168.136.1
Port 1/47 is Watchguard port, VLANs 136,169,187. DefaultVlanID=136
PCs in the .136 subnet can talk to the Watchguard
None of the other VLANs can talk to the Watchguard - That is the problem.
The only way I could get .136 to talk to Watchguard was via Static Route of 0.0.0.0/0.0.0.0 192.168.136.1
How do I get the other VLANs to talk to the Watchguard's 192.168.136.1 interface on port 1/47?
Here is my routing table:
Code:
Dest Mask NextHop HopOrMetric Interface Proto PathType Pref
0.0.0.0 0.0.0.0 192.168.136.1 1 DATA static iB 5
192.168.116.0 255.255.255.0 192.168.116.1 1 WLAN_DATA local dB 0
192.168.117.0 255.255.255.0 192.168.117.1 1 WLAN_VOIP local dB 0
192.168.133.0 255.255.255.0 192.168.133.1 1 DATA_ADMIN local dB 0
192.168.134.0 255.255.255.0 192.168.134.1 1 DATA_WAREHOUSE local dB 0
192.168.135.0 255.255.255.0 192.168.135.1 1 DATA_SERVICE local dB 0
192.168.136.0 255.255.255.0 192.168.136.2 1 DATA local dB 0
192.168.147.0 255.255.255.0 192.168.147.1 1 VOICE local dB 0
192.168.169.0 255.255.255.0 192.168.169.1 1 TEST local dB 0
192.168.171.0 255.255.255.0 192.168.171.1 1 MGMT local dB 0
192.168.180.0 255.255.255.0 192.168.180.1 1 SERVER local dB 0
192.168.187.0 255.255.255.0 192.168.187.1 1 VOIP_SERVERS local dB 0