2026-08-29 00:29:19 +00:00
|
|
|
# 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
|
2026-08-29 00:29:19 +00:00
|
|
|
! updated 2026-01
|