colocrossing杜甫怎么绑定多ip

查看 101|回复 9
作者:333   
debian 11系统
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
auto eno1
auto eno1:1
allow-hotplug eno1:1
auto eno1:2
allow-hotplug eno1:2
iface lo inet loopback
# The primary network interface
allow-hotplug eno1
iface eno1 inet static
        address 192.88.88.88/30
        gateway 192.88.88.87
        # dns-* options are implemented by the resolvconf package, if installed
        dns-nameservers 8.8.8.8
        dns-search colocrossing.com
iface eno1:1 inet static
        address 172.88.88.88/29
        dns-nameservers 8.8.8.8
iface eno1:2 inet static
        address 172.88.88.88/29
        dns-nameservers 8.8.8.8

杜甫, 绑定, 系统

892093452   
你加ip了?
不知道   
请检查配置是否正确。
jessegold   
之前我买独服让机房的人给我配置收了我20刀。
结果后面发现,他就是一个C段的ip,弄了253条硬加上去的。一条一条手工加。我也是醉了。还以为会有什么高明的策略配置了
闻风听雨   
GPT的答案,往后加就是了
[ol]# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
auto eno1
auto eno1:1
allow-hotplug eno1:1
auto eno1:2
allow-hotplug eno1:2
iface lo inet loopback
# The primary network interface
allow-hotplug eno1
iface eno1 inet static
        address 192.88.88.88/30
        gateway 192.88.88.87
        # dns-* options are implemented by the resolvconf package, if installed
        dns-nameservers 8.8.8.8
        dns-search colocrossing.com
iface eno1:1 inet static
        address 172.88.88.88/29
        dns-nameservers 8.8.8.8
iface eno1:2 inet static
        address 192.88.88.89/30
        dns-nameservers 8.8.8.8
iface eno1:3 inet static
        address 192.88.88.90/30
        dns-nameservers 8.8.8.8[/ol]复制代码
333
OP
  

jessegold 发表于 2023-12-12 10:32
之前我买独服让机房的人给我配置收了我20刀。
结果后面发现,他就是一个C段的ip,弄了253条硬加上去的。一 ...

llyy   
只有1个可用ip呢
闻风听雨   

jessegold 发表于 2023-12-12 10:32
之前我买独服让机房的人给我配置收了我20刀。
结果后面发现,他就是一个C段的ip,弄了253条硬加上去的。一 ...

一个C段写脚本就好了真手动要么s b要么摸鱼
cicvc   
centos比较方便,可以写
ADDRESS=
ADDRESS1=
ADDRESS2=
333
OP
  

892093452 发表于 2023-12-12 10:30
你加ip了?

加了,但是这样配置不生效
您需要登录后才可以回帖 登录 | 立即注册

返回顶部