Hi,
I'm trying to configure Sophos SG 210 UTM with 2 ISPs for differen VLANs which are defined at a Cisco L3 Catalyst 3650 Switch.
I have connected the E5 of UTM to a Trunk port on Switch and allowed all the VLANs on it.
I created all the VLAN Interfaces on E5 in UTM
I created Firewall rules for every VLAN to allow each VLAN to use "Any" Service from "Any" Network
I created Masquerading rules for each VLAN to use the Uplink Interface (auto active - failover which gets created by uplink balancing)
I connected the default internal network (E0) to the VLAN2 (which I'd like to consider as Management Network)
I have a DHCP Server running on VLAN99 which is working perfectly fine (for IP assignments in each VLAN, the default gateway is the IP of that VLAN on switch)
Lets say VLAN99 is only for DHCP and it is not involved anywhere else.
All the VLANs would be able to connect to the Internet ONLY If I create a route on the switch "ip route 0.0.0.0 0.0.0.0 10.0.2.2" (there is no other route on the switch)
Situation 1:
I tried to create this route just so VLAN2 can reach the internet "ip route 10.0.2.0 255.255.254.0 10.0.2.2" and if only this route existed on the switch then the internet wont work on VLAN2
Similarly If I created route to send/recieve the internet traffic from/to their respective VLAN IP on UTM, the internet wont work on that VLAN, it only works when I send all the traffic to any one of the IP of VLAN or a physical internal interface on UTM (such as 10.0.2.2.or 10.0.4.2 or 10.0.6.2 or any internal interface which is UP).
Why is that ? Why cant I send the traffic of different VLAN to the internet through the IP that belongs that VLAN on UTM ?
Situation 2:
Since I have to use one of the virtual / physical interface to route all the data from switch, lets say this route "ip route 0.0.0.0 0.0.0.0 10.0.2.2" sends all the data to 10.0.2.2 port on UTM when trying to go to the internet.
When I try to create a masquerading rule in which I want VLAN4 to connect to ISP 2 specifically then VLAN4 doesn't get any internet, because remember it has to go through 10.0.2.2 which is already connected to ISP 1.
The attached image would give an idea of my network.
What am I missing here ?
Please help.
This thread was automatically locked due to age.