Changes

Jump to: navigation, search

OpenBSD VPN gateway using IPSec/IKEv2

90 bytes added, 12:32, 11 February 2019
Enabled IP forwarding
echo 'net.inet.ip.forwarding=1' >> /etc/sysctl.conf
echo 'net.inet6.ip6.forwarding=1' >> /etc/sysctl.conf
sysctl net.inet.ip.forwarding=1
sysctl net.inet6.ip6.forwarding=1
== Create virtual network interface ==

Navigation menu