# Galion Systems — Toledo OH Water Authority # FortiGate 60E FortiOS 7.2.5 config vpn ipsec phase1-interface edit "GALION-TOLEDO" set interface "wan1" 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 src-subnet 172.16.5.0 255.255.255.0 set dst-subnet 10.30.1.0 255.255.255.0 next end