Hi all
I'm a bit confused about ACLs and routing with an E5406zl. Any help and ideas appreciated.
I have 4 VLANs connected to an E5406zl.
vlan 30
name "OFFICE"
ip address 10.30.10.11 255.255.255.0
exit
vlan 31
name "OFFICE_NLB"
ip address 10.31.10.11 255.255.255.0
exit
vlan 40
name "SERVER"
ip address 10.40.10.11 255.255.255.0
exit
vlan 41
name "SERVER_NLB"
ip address 10.41.10.11 255.255.255.0
exit
VLANs 31 and 41 are connected to my Microsoft TMG firewalls.
I use NLB to have a redundant setup for my TMG firewalls.
I need these separate NLB VLANs, to prevent flooding of ARP multicasts into the OFFICE and SERVER VLANs.
I want the traffic to flow like this:
Workstation > 30 > 31 > TMG > 41 > 40 > Server
and vice versa.
Traffic must not flow like this:
Workstation > 30 > 40 > Server
Actually I want to allow any traffic only between 30 and 31 but no other VLAN.
And between 40 and 41 but no other VLAN.
What routes and ACLs would i need?
Or am I on a wrong way?
Thanks in advance
Bouli