0

I am new to sonicwall.Is there any way to add multiple ip's to a sonicwall interface ?. In my lab there are two local networks connected to same switch (networks are overlapped). I need to communicate these network through the same sonicwall interface( other interfaces are used for other different networks) A sample diagram of my network follows. A sample diagram of my network

sareeshmnair
  • 105
  • 1
  • 1
  • 5

2 Answers2

1

Yes, you can do this, it's not intuitive though. Also, you should have been able to find the documentation through Google?

Here's the document: http://www.sonicwall.com/downloads/supporting_multiple_firewalled_subnets_on_sonicos_enhanced.pdf

Example #1 Default NAT Mode with secondary subnet

  1. Create Static ARP entry for the gateway address of secondary subnet on the LAN interface
  2. Create address object for secondary subnet
  3. Add static route for the secondary subnet
BlueCompute
  • 2,924
  • 2
  • 18
  • 28
1

You can create a sub-interface on your LAN interface (X0, usually) and use VLAN tagging to separate the traffic. In Network > Interfaces there is a "Add Interface" button.

Safado
  • 4,726
  • 7
  • 35
  • 53