ThunderForest
IS-IT--Management
Home (Client):
Typical Comcast broadband modem
Win 98 PC
Sonicwall VPN Global Client
Office LAN
Efficient 5851 DSL Router NAT Enabled, 1 static IP
w/IKE IPSec keys
Firewall: Sonicwall TZ-170 w/VPN enabled
Sonicwall knowledgebase mentions I need to open UDP port 500 for IKE and IP Protocol 50 for IPSec on the 5851 router. I think that means something like:
eth ip filter append input accept -p udp -sp 500 -dp 500 1
eth ip filter append input accept -p 50 1
eth ip filter append output accept -p udp -sp 500 -dp 500 1
eth ip filter append output accept -p 50 1
When I attempt to connect from home the Sonicwall client, the log says:
The peer is not responding to phase 1 ISAKMP requests
The DSL router also shows no activity, let alone the TZ-170. I'm hoping I don't need to entirely configure the 5851 for VPN, and instead just pass through it. Do I need to port forward on the 5851 to the TZ-170? If so, what port(s)? Also, considering the 5851 config, can only one client at a time access the LAN? I appreciate any input. Thanks.
Getting answers before I'm asked
is why I go to Tek-Tips.
Typical Comcast broadband modem
Win 98 PC
Sonicwall VPN Global Client
Office LAN
Efficient 5851 DSL Router NAT Enabled, 1 static IP
w/IKE IPSec keys
Firewall: Sonicwall TZ-170 w/VPN enabled
Sonicwall knowledgebase mentions I need to open UDP port 500 for IKE and IP Protocol 50 for IPSec on the 5851 router. I think that means something like:
eth ip filter append input accept -p udp -sp 500 -dp 500 1
eth ip filter append input accept -p 50 1
eth ip filter append output accept -p udp -sp 500 -dp 500 1
eth ip filter append output accept -p 50 1
When I attempt to connect from home the Sonicwall client, the log says:
The peer is not responding to phase 1 ISAKMP requests
The DSL router also shows no activity, let alone the TZ-170. I'm hoping I don't need to entirely configure the 5851 for VPN, and instead just pass through it. Do I need to port forward on the 5851 to the TZ-170? If so, what port(s)? Also, considering the 5851 config, can only one client at a time access the LAN? I appreciate any input. Thanks.
Getting answers before I'm asked
is why I go to Tek-Tips.