Changes

Jump to: navigation, search

OpenBSD HE IPv6 tunnel

293 bytes added, 10:30, 22 February 2019
no edit summary
[[Category:OpenBSD]]
[[Category:Networking]]
 
== Introduction ==
freedom# cat /etc/hostname.enc0
inet 172.24.24.1 255.255.255.0 172.24.24.255
'''inet6 2001:470:8c78:''a0'':: 1 64'''
up
 
Reconfigure it:
 
sh /etc/netstart enc0
 
Enable IPv6 forwarding:
 
freedom# cat /etc/sysctl.conf
hw.smt=1
net.inet.ip.forwarding=1
'''net.inet6.ip6.forwarding=1'''
 
Same thing with sysctl (as root):
 
sysctl net.inet6.ip6.forwarding=1

Navigation menu