Posted On March 31, 2019

How to Setup Site To Site VPN with SonicWall

kimconnect 0 comments
blog.KimConnect.com >> Networking >> How to Setup Site To Site VPN with SonicWall
– Log onto Sonicwall GUI
– Click on VPN >> Settings => Add >> Policy type = Site to Site, IPSec Primary Gateway = local gateway IP >> Proposals: Main Mode (must set Local IKE ID & Peer IKE ID as static IP), Aggressive Mode (can set Local & Peer IKE to IP, Firewall Identifier… Useful for dynamic IPs and no access to NAT gateway), or IKEv2 Mode (this mode accommodates for dynamic and static IP mixings; must click on VNP-Advanced-Configure = Group 14, AES-256, SHA1)
 
Note:
– UDP 500, UDP 4500, 443 (https management), 4433 (SSL-VPN) are needed to be forwarded to VPN appliance if it is sitting behind a NAT device
– Enable http/https management on device to allow remote management

Leave a Reply

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

Related Post

Querying Internal DNS for Host Record for iDRAC IPs

Copy / Paste for quick results: $domain='hooli.com'$records=Get-DnsServerResourceRecord -ZoneName $domain -ComputerName $env:USERDNSDOMAIN$records|?{$_.HostName -like '*drac*' -and $_.RecordType…

Networking: Upgrading Legacy Ubiquiti Devices

Step 1: obtain the bin URL from https://www.ui.com/download/unifi/unifi-ap/uaplr Step 2: perform the upgrade rambo@kimlinux:/home/rambo# ssh…

Function to Import PortQry (a Systernal Utility)

Update: much adieu about nothing. Run this quick script and ignore the prior jibberish: if…