- UTM Home 9.3 on Intel D2500CC MB (2 NICs)
- Switch: Netgear GS108T (v2). UTM connected to port 8.
- Couple of wireless access points
My goal is to use one of the wireless access points for guest wireless. The network is currently 'flat' (no VLANs etc).
I figured I could create a couple of VLANs on the switch and worry about the UTM later. However, I'm running into a few issues:
[LIST=1]
- When I tag packets on port 8 the UTM becomes unreachable (any VLAN).
- Only traffic on the default VLAN seems to be able to connect to the UTM.
So far I have tried:
(PC on port 1, WAP on port 7)
[FONT="Courier New"]
Single VLAN:
------------------------------
1)
VLAN 1
1 2 3 4 5 6 7 8
U U U U U U U U
(able to connect to UTM on any port (1-7))
------------------------------
2)
VLAN 1
1 2 3 4 5 6 7 8
T T T T T T T U
(able to connect to UTM on any port (1-7))
------------------------------
3)
VLAN 1
1 2 3 4 5 6 7 8
U U U U U U U T
(unable to connect to UTM on any port (1-7))
------------------------------
4)
VLAN 1
1 2 3 4 5 6 7 8
T T T T T T T T
(unable to connect to UTM on any port (1-7))
------------------------------
Multiple VLANs (1, 200)
------------------------------
5)
VLAN 1
1 2 3 4 5 6 7 8
U - - - - - - U
(able to connect to UTM)
VLAN 200
1 2 3 4 5 6 7 8
- - - - - - U U
(unable to connect to UTM)
------------------------------
6)
VLAN 1
1 2 3 4 5 6 7 8
T - - - - - - U
(able to connect to UTM)
VLAN 200
1 2 3 4 5 6 7 8
- - - - - - T U
(unable to connect to UTM)
------------------------------
7)
VLAN 1
1 2 3 4 5 6 7 8
T - - - - - - T
(unable to connect to UTM)
VLAN 200
1 2 3 4 5 6 7 8
- - - - - - T T
(unable to connect to UTM)
------------------------------
8)
VLAN 1
1 2 3 4 5 6 7 8
U - - - - - - T
(unable to connect to UTM)
VLAN 200
1 2 3 4 5 6 7 8
- - - - - - U T
(unable to connect to UTM)
------------------------------
[/FONT]
What I am missing?
This thread was automatically locked due to age.