News: This forum is now permanently frozen.
Pages: [1]
Topic: Solution: IPsec-VPN between m0n0wall and FortiGate  (Read 2701 times)
« on: March 30, 2010, 21:00:29 »
Don.K *
Posts: 3

Howto setting-up IPsec-VPN between m0n0wall and FortiGate

here this approach to build an vpn tunnel to the fortigate unit
of course you can follow this screenshot will gather this link
http://www.a-enterprise.ch/content/view/235/97/

in fortigate if anybody prefer insert into CLI
 
config vpn ipsec phase1
     edit "AE-Net"
         set interface "wan"
         set nattraversal disable
         set proposal 3des-sha1 3des-md5
         set remote-gw 10.0.0.10
         set psksecret ENC xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
     next
 end
 config vpn ipsec phase2
     edit "AE-Net10"
         set pfs disable
         set phase1name "AE-Net"
         set proposal 3des-sha1 3des-md5
         set dst-subnet 10.10.10.0 255.255.255.0
         set src-subnet 192.168.1.0 255.255.255.0
     next
 end
 
 config firewall policy
     edit 2
         set srcintf "internal"
         set dstintf "wan"
             set srcaddr "all"             
             set dstaddr "all"             
         set action ipsec
         set schedule "always"
             set service "ANY"             
         set inbound enable
         set outbound enable
         set vpntunnel "AE-Net"
     next
 end

by Don.K
 
Pages: [1]
 
 
Powered by SMF 1.1.20 | SMF © 2013, Simple Machines