立即注册  找回密码
 立即注册
CeraNetworksBGVM服务器主机交流会员请立即修改密码Sharktech防护
查看: 89|回复: 9

colocrossing杜甫怎么绑定多ip

[复制链接]

colocrossing杜甫怎么绑定多ip

[复制链接]

10

主题

25

回帖

124

积分

注册会员

积分
124
333

10

主题

25

回帖

124

积分

注册会员

积分
124
2023-12-12 10:26:26 | 显示全部楼层 |阅读模式
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
回复

使用道具 举报

27

主题

587

回帖

2131

积分

金牌会员

积分
2131
892093452

27

主题

587

回帖

2131

积分

金牌会员

积分
2131
2023-12-12 10:30:01 | 显示全部楼层
你加ip了?
回复

使用道具 举报

5

主题

1352

回帖

3125

积分

论坛元老

积分
3125
不知道

5

主题

1352

回帖

3125

积分

论坛元老

积分
3125
2023-12-12 10:31:58 | 显示全部楼层
请检查配置是否正确。
回复

使用道具 举报

1

主题

368

回帖

1151

积分

金牌会员

积分
1151
jessegold

1

主题

368

回帖

1151

积分

金牌会员

积分
1151
2023-12-12 10:32:45 | 显示全部楼层
之前我买独服让机房的人给我配置收了我20刀。
结果后面发现,他就是一个C段的ip,弄了253条硬加上去的。一条一条手工加。我也是醉了。还以为会有什么高明的策略配置了

回复

使用道具 举报

43

主题

855

回帖

2697

积分

金牌会员

积分
2697
闻风听雨

43

主题

855

回帖

2697

积分

金牌会员

积分
2697
2023-12-12 10:35:20 | 显示全部楼层
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]复制代码
  • 回复

    使用道具 举报

    10

    主题

    25

    回帖

    124

    积分

    注册会员

    积分
    124
    333 楼主

    10

    主题

    25

    回帖

    124

    积分

    注册会员

    积分
    124
    2023-12-12 10:35:40 | 显示全部楼层

    jessegold 发表于 2023-12-12 10:32

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



    回复

    使用道具 举报

    6

    主题

    304

    回帖

    922

    积分

    高级会员

    积分
    922
    llyy

    6

    主题

    304

    回帖

    922

    积分

    高级会员

    积分
    922
    2023-12-12 10:32:00 | 显示全部楼层
    只有1个可用ip呢
    回复

    使用道具 举报

    43

    主题

    855

    回帖

    2697

    积分

    金牌会员

    积分
    2697
    闻风听雨

    43

    主题

    855

    回帖

    2697

    积分

    金牌会员

    积分
    2697
    2023-12-12 10:35:53 | 显示全部楼层

    jessegold 发表于 2023-12-12 10:32

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

    一个C段写脚本就好了

    真手动要么s b要么摸鱼
    回复

    使用道具 举报

    60

    主题

    1296

    回帖

    4455

    积分

    论坛元老

    积分
    4455
    cicvc

    60

    主题

    1296

    回帖

    4455

    积分

    论坛元老

    积分
    4455
    2023-12-12 10:36:21 | 显示全部楼层
    centos比较方便,可以写
    ADDRESS=
    ADDRESS1=
    ADDRESS2=
    回复

    使用道具 举报

    10

    主题

    25

    回帖

    124

    积分

    注册会员

    积分
    124
    333 楼主

    10

    主题

    25

    回帖

    124

    积分

    注册会员

    积分
    124
    2023-12-12 10:32:00 | 显示全部楼层

    892093452 发表于 2023-12-12 10:30

    你加ip了?

    加了,但是这样配置不生效
    回复

    使用道具 举报

    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    Archiver|小黑屋|HS2V主机综合交流论坛

    GMT+8, 2024-11-23 15:21 , Processed in 0.035275 second(s), 10 queries , Gzip On, Redis On.

    Powered by Discuz! X3.5

    © 2001-2024 Discuz! Team.

    快速回复 返回顶部 返回列表