Changes

Jump to: navigation, search

OpenBSD VPN gateway using IPSec/IKEv2

179 bytes added, 15:04, 11 February 2019
Configure iked
ikev2 "vpn" passive ipcomp esp \
from 0.0.0.0/0 to 0.0.0.0/0 \ from ::0/0 to ::0/0 \ local egress peer any \ psk "XXXXXXXXXXXdohm2Aew1aewaogae0Ee" \ config address 172.24.24.0/24 \ config address 2001:470:8c78:a0::/64 \ config name-server 172.24.24.1 \ config name-server 2001:470:8c78:a0:: \ tag "vpn" tap enc0
Enable the service:

Navigation menu