Assign VLAN to multiple ports in SonicWALL TZ300

interfacesonicwallvlan

I have a SonicWALL TZ300 with Cisco SG200-08 smart switches. My X1 interface is my WAN and my X0 interface is the default LAN.

My X2 interface is 192.168.1.1 and is in a custom public zone (LAN2). I have then created three VLANs within X2.

VLAN ID | Zone     | IP Address
--------|----------|-----------
2       | Business | 192.168.2.1
3       | Personal | 192.168.3.1
4       | WiFi     | 192.168.4.1

What I would like to do is have port 4 (X4 port) be part of the Business (2) VLAN without the need for another switch.

I tried adjusting some of the X4 interface settings, but can't seem to get it to be part of the Business (2) VLAN. Is this possible with the TZ300?

Best Answer

Unfortunately there is no way to configure this on Sonicwall.

Workaround for Layer3 and upwards:

If there's no need for layer2 communication between two business networks, go with an additional interface that is assigned to the same ("Business") zone and enable interface trust.

But be aware: You'll have to different subnets afterwards for the "Business" zone. Things like providing an DHCP server on port 1 and accessing it from port 4 will not be possible without additional configuration.


You'll propably have to bite the bullet, get an additional switch (if you're existing switches are completely occupied) and setup the distribution of the VLANs there (which in general is a much better solution than doing this on the firewall)

Related Topic