vpn-configs/sites/toledo_oh/fortigate_vpn.cfg

27 lines
628 B
INI
Raw Normal View History

# Galion Systems — Toledo OH Water Authority
# FortiGate 60E FortiOS 7.2.5
# Site-to-site IPSec VPN to Galion jumphost
config vpn ipsec phase1-interface
edit "GALION-TOLEDO"
set interface "wan1"
set keylife 86400
set peertype any
set proposal aes256-sha256
set dhgrp 14
set remote-gw 198.51.100.14
set psksecret [REDACTED]
next
end
config vpn ipsec phase2-interface
edit "GALION-TOLEDO-P2"
set phase1name "GALION-TOLEDO"
set proposal aes256-sha256
set dhgrp 14
set src-subnet 172.16.5.0 255.255.255.0
set dst-subnet 10.30.1.0 255.255.255.0
next
end
! updated 2026-01