Ich möchte vom WLC Gastnetz 192.168.200.x auf ein Gerät 192.168.1.251 im Intranet zugreifen können.
Eine erstellte Firewall-Regel funktioniert aber nicht

Ich vermute wegen VLAN 10 vom Gastnetz. Wie muss das Quell-Tag der Regel gesetzt werden, oder benötige ich gar das aktivierte VLAN Modul

# Network-name IP-Address IP-Netmask VLAN-ID Interface Src-check Type Rtg-tag Comment
# ==================
add "MANAGED" {IP-Address} 192.168.3.1 {IP-Netmask} 255.255.255.0 {VLAN-ID} 0 {Interface} LAN-1 {Src-check} loose {Type} Disabled {Rtg-tag} 0 {Comment} ""
add "INTRANET" {IP-Address} 192.168.1.1 {IP-Netmask} 255.255.255.0 {VLAN-ID} 0 {Interface} BRG-1 {Src-check} loose {Type} Intranet {Rtg-tag} 1 {Comment} "local intranet"
add "GASTZUGANG" {IP-Address} 192.168.200.1 {IP-Netmask} 255.255.255.0 {VLAN-ID} 10 {Interface} WLC-TUNNEL-1 {Src-check} loose {Type} Intranet {Rtg-tag} 2 {Comment} "Gastzugang"
Danke im Voraus
Jürgen