Skip to content

Instantly share code, notes, and snippets.

@briancline
Created March 5, 2014 03:45
Show Gist options
  • Select an option

  • Save briancline/9360785 to your computer and use it in GitHub Desktop.

Select an option

Save briancline/9360785 to your computer and use it in GitHub Desktop.
HE.net IPv6 Tunnel Broker - CentOS/RHEL/Fedora NIC config
DEVICE="he-ipv6"
DEVICETYPE=sit
BOOTPROTO=none
ONBOOT=yes
IPV6INIT=yes
IPV6TUNNELIPV4=184.105.253.10
IPV6TUNNELIPV4LOCAL=XXX.XXX.XXX.XXX
IPV6ADDR=2001:470:YYYY:YYYY::2/64
IPV6_DEFAULTGW=2001:470:YYYY:YYYY::1
::/0 dev he-ipv6
@kxjhcmc
Copy link
Copy Markdown

kxjhcmc commented Nov 23, 2018

请问CENTOS7防火墙如何设置?不设置的话,一段时间不动他,外面ping vps的ipv6地址就不通 了,关闭防火墙可以解决问题,但是如果要打开防火墙的话,该如何设置呢??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment