The remote location will be on 10.100.1.0 and the home office will be 10.1.1.0
Main Topics
Browse All TopicsI have been trying all day to get this VPN IPSec tunnel to work but with no avail. According to the logs on both the netopia and the fortigate the devices negaotiate Phase One of the connection ok, however something seems to go wrong when trying to do Phase 2.
Let me know any infomation you need and I will be happy to provide.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Netopia Config. IPsec area
set security firewall option ClearSailing
set security ipsec option on
set security ipsec tunnels name "GTN2NYC" tun-enable on
set security ipsec tunnels name "GTN2NYC" dest-ext-address 64.50.133.66
set security ipsec tunnels name "GTN2NYC" dest-int-network 10.100.1.0
set security ipsec tunnels name "GTN2NYC" dest-int-netmask 255.255.255.0
set security ipsec tunnels name "GTN2NYC" encrypt-protocol ESP
set security ipsec tunnels name "GTN2NYC" auth-protocol ESP
set security ipsec tunnels name "GTN2NYC" IKE-mode pre-shared-key-type ascii
set security ipsec tunnels name "GTN2NYC" IKE-mode pre-shared-key "4(nME!725JF6e2Ry"
set security ipsec tunnels name "GTN2NYC" IKE-mode neg-method main
set security ipsec tunnels name "GTN2NYC" IKE-mode DH-group 5
set security ipsec tunnels name "GTN2NYC" IKE-mode isakmp-SA-encrypt 3DES
set security ipsec tunnels name "GTN2NYC" IKE-mode isakmp-SA-hash SHA1
set security ipsec tunnels name "GTN2NYC" IKE-mode PFS-enable on
set security ipsec tunnels name "GTN2NYC" IKE-mode ipsec-soft-mbytes 4210
set security ipsec tunnels name "GTN2NYC" IKE-mode ipsec-soft-seconds 1600
set security ipsec tunnels name "GTN2NYC" IKE-mode ipsec-hard-mbytes 5120
set security ipsec tunnels name "GTN2NYC" IKE-mode ipsec-hard-seconds 1800
set security state-insp udp-timeout 180
set security state-insp tcp-timeout 14400
set security state-insp ip-ppp vcc1 option off
Fortigate Config-
config vpn ipsec phase1
edit "VPNtunnel"
set type dynamic
set dpd enable
set nattraversal enable
set proposal 3des-sha1 3des-md5
set psksecret ENC uKQiSKrRIBKEO/oyhslLxE+qZn
next
edit "GTN2MIAMI"
set dpd enable
set nattraversal enable
set proposal 3des-sha1 3des-md5
set remotegw 70.148.141.142
set psksecret ENC gHPyQ70bK0rGXTozJlFxTx8xrq
next
end
config vpn ipsec phase2
edit "VPNagent"
set internetbrowsing "internal"
set pfs enable
set phase1name "VPNtunnel"
set proposal 3des-sha1 3des-md5
set replay enable
set selector wildcard
set dhcp-ipsec enable
next
edit "GTN2MIAMI"
set internetbrowsing "internal"
set pfs enable
set phase1name "GTN2MIAMI"
set proposal 3des-sha1 3des-md5
set replay enable
set selector wildcard
next
end
The desitnation on the Fortigate unit is defined in the firewall policy, not in the IPsec area.
edit 25
set srcintf "internal"
set dstintf "external"
set srcaddr "VPNinternal"
set dstaddr "VPNexternal"
set action encrypt
set schedule "always"
set service "ANY"
set inbound enable
set outbound enable
set vpntunnel "GTN2MIAMI"
VPNinternal= 10.1.1.0 | VPNexternal=10.100.1.0
Business Accounts
Answer for Membership
by: devsolnsPosted on 2005-10-20 at 13:17:58ID: 15128026
Are they on the same subnet?