debian 10單網卡添加多個IPv6地址的方法
debian 10單網卡添加多個IPv6地址的方法
vi /etc/network/interfaces
1
2
3
4
5
6
7
8
9
iface ens03 inet6 static #IPv6主配置
address 35280:7e45:0:f6::1e4a:abd
netmask 64 #掩码
gateway 35280:7e45:0:f6::1 #IPv6网关
iface ens03 inet6 static。//注意網路接口還是一樣,切勿填寫類似於ens03:0,ens03:1這樣的配置
address 35280:7e45:0:f6::1e4a:abc #添加第二個IPv6 地址,不需要填寫網關地址
netmask 64 #掩码
#以此類推,你可以填寫N多個IPv6 地址
還有另外一種配置的方法 ,推荐使用这种方法
1
2
3
4
5
iface ens3 inet6 static
address 1200:7e45:0:f6::1e4a:abc/64 #IPv6地址和掩码
gateway 1200:7e45:0:f6::1
up ip addr add 1200:7e45:0:f6::235e:abcd/64 dev ens03 #添加额外IPv6地址
systemctl restart networking.service
重啟網路後,IPv6地址添加完畢。
可以使用ifconfig
或 ip addr
查看
ifconfig
命令需要安裝net-tools工具
apt-get install net-tools
💘 相关文章
- Debian 10 how to turn IPv6 on and off
- Debian 10 开启和关闭Ipv6的方法
- Debian系统设置ipv4优先或者ipv6优先
- Debian 12 one-click installation of Broadcom network card
- ubuntu、debian等Linux系统ssh登陆显示系统信息的软件推荐
- Debian系统webpack: not found的解决方法
- 更改或设置debian时区的方法
- configing more ip in debian9
- 在ubuntu和Debian系统单网卡绑定多个IP v6地址的方法
- 使用Hyper-V創建Debian minimal