嘟嘟社区

dd后第二个ip不能用,怎么破?


如题
改配置/etc/network/interfaces
  1. # This file describes the network interfaces available on your system
  2. # and how to activate them. For more information, see interfaces(5).
  3. source /etc/network/interfaces.d/*
  4. # The loopback network interface
  5. auto lo
  6. iface lo inet loopback
  7. # The primary network interface
  8. auto ens3
  9. iface ens3 inet static
  10.     address x.x.x.1/24
  11.     gateway x.x.x.x
  12.     # dns-* options are implemented by the resolvconf package, if installed
  13.     dns-nameservers 8.8.8.8
  14. auto ens3:0
  15. iface ens3:0 inet static
  16.     address x.x.x.1/24
  17.     gateway x.x.x.x
  18.     # dns-* options are implemented by the resolvconf package, if installed
  19.     dns-nameservers 8.8.8.8

复制代码

那就不用了
可以用

  1. auto lo
  2.   iface lo inet loopback
  3. auto ens3
  4.   iface ens3 inet static
  5.    address IP1
  6.    gateway 网关
  7.    netmask 255.255.255.0
  8.    dns-nameservers 8.8.8.8
  9. auto ens3:0
  10.   iface ens3:0 inet static
  11.    address IP2
  12.    gateway 网关
  13.    netmask 255.255.255.0
  14.    dns-nameservers 8.8.8.8

复制代码

那就不用了

Veff 发表于 2022-5-27 18:41
改配置/etc/network/interfaces

多谢大佬,我研究下

羡慕你们有多个IP的。

Veff 发表于 2022-5-27 18:41
改配置/etc/network/interfaces

大神NB

流量都被收回了 ip还会远吗

燕十三丶 发表于 2022-5-27 19:25
流量都被收回了 ip还会远吗

我有个192m流量500g的小鸡,纠结迁不迁日本