我的朋友,看起来你是新来的,如果想参与到讨论中,点击下面的按钮!
IPv4能连ssh, 6个ipv6都拼不通,需要设置吗?
alpine的话/etc/network/interfaces
auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 内网IPV4 netmask 内网掩码 gateway 内网网关 iface eth0 inet6 static address V6地址1 gateway V6网关1 auto eth0:0 iface eth0:0 inet6 static address V6地址2 gateway V6网关2 auto eth0:1 iface eth0:0 inet6 static address V6地址3 gateway V6网关3 auto eth0:2 iface eth0:0 inet6 static address V6地址4 gateway V6网关4 auto eth0:3 iface eth0:0 inet6 static address V6地址5 gateway V6网关5
auto lo iface lo inet loopback
auto eth0 iface eth0 inet static address 内网IPV4 netmask 内网掩码 gateway 内网网关 iface eth0 inet6 static address V6地址1 gateway V6网关1
auto eth0:0 iface eth0:0 inet6 static address V6地址2 gateway V6网关2
auto eth0:1 iface eth0:0 inet6 static address V6地址3 gateway V6网关3
auto eth0:2 iface eth0:0 inet6 static address V6地址4 gateway V6网关4
auto eth0:3 iface eth0:0 inet6 static address V6地址5 gateway V6网关5
Comments
alpine的话/etc/network/interfaces