我想开启IPv6的转发,但是你只是设置了 net.ipv6.conf.all.forwarding=1
不好意思,无法生效。非得指定端口做如下配置才行
net.ipv6.conf.ppp0.forwarding=1
net.ipv6.conf.enp0s5.forwarding=1
死活搞了半天。
我想开启IPv6的转发,但是你只是设置了 net.ipv6.conf.all.forwarding=1
不好意思,无法生效。非得指定端口做如下配置才行
net.ipv6.conf.ppp0.forwarding=1
net.ipv6.conf.enp0s5.forwarding=1
死活搞了半天。