Posted On March 29, 2019

SonicWall Port Forwarding

kimconnect 0 comments
blog.KimConnect.com >> Networking >> SonicWall Port Forwarding

Quick How-To Configuration of SonicWall Many to One NAT

  1. Set Up Services
    • Network > Services > Scroll to Services section > click Add > {add HTTP & HTTP services}
    • Add Service Group named “HTTP-HTTPS” with the 2 Service Objects above
  2. Add Address Objects
    • Network > Address Objects > Address Objects > Add > {input the LAN IP address of the Web Server}
  3. Fix Firewall Policies
    • Firewall > Access Rules > Wan to LAN > set {source=any, destination=WAN Interface IP, service = HTTP-HTTPS, action=allow}
  4. Configure Nat Policies
    • Network > Nat Policies
      • set {Source= Firewalled Subnets, translated=Wan Interface IP, original=Wan Interface IP, translated=Web Server, Service=HTTP-HTTPS}
      • set {Source= Web Server, translated=Wan Interface IP, original=Any, translated=Original, Service=HTTP-HTTPS}

Please note that the loopback policy may not be necessary if we have an internal DNS with or without a split-brain configuration.

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Websense Filtering Precedence

1.  Username 2.  Workstation IP 3.  Network Range 4.  User Groups 5.  OU Structure 6. …

Dual DHCP Servers on Microsoft Windows

Requirements:- Windows 2012 Server1. Export from SERVER1netsh dhcp server export \\FILESERVER01\IT\scripts\dhcp.txt all2. Import to SERVER2Add-WindowsFeature…

Install FOG, an Open Source Machine Backup and Cloning Solution

- Install Ubuntu or Centos - Install FOG - On Windows Client, run sysprep, then…