★IPv6每組4位十六進制方式表示,每組以冒號「:」隔開,可以分為8組。
例如: 2A10:0000:1111:2222:3333:1A2B:3C4D:0179 是一個合法的IPv6位址。
★IPv4和IPv6是兩種不同的協議,它們在網路傳輸上不相容性。
所以:IPv4 沒辦法ping IPv6;如果需要跟IPv6通訊,自己也必須要有一組IPv6。
Debian配置IPv6+IPv4方法,(inet6 << 這裡要注意)
nano /etc/network/interfaces
systemctl restart networking #重啟網卡
auto enp61s0f1
iface enp61s0f1 inet static
address 101.151.201.228/24
gateway 101.151.201.1
dns-nameservers 1.1.1.1
dns-search 8.8.8.8
auto enp61s0f1:2
iface enp61s0f1:2 inet6 static
address 2A10:0000:1111:2222:3333:1A2B:3C4D:0179
netmask 112
gateway 2A10:0000:1111:2222:3333:1A2B:3C4D:0001
查看IP
ip a
沒有留言:
張貼留言