就像我说的,我租了一个子网,并在 Ubuntu 14.04 服务器上设置了一个主机。有人告诉我,我需要更改接口文件才能使新 IP 地址正常工作,我试过了,文件如下所示:
auto eth0
iface eth0 inet static
address 185.116.239.139
netmask 255.255.255.248
eth0:1
iface eth0:1 inet static
address 185.137.131.0
netmask 255.255.255.248
eth0:2
iface eth0:2 inet static
address 185.137.131.1
netmask 255.255.255.248
eth0:3
iface eth0:3 inet static
address 185.137.131.2
netmask 255.255.255.248
eth0:4
iface eth0:4 inet static
address 185.137.131.3
netmask 255.255.255.248
一直到 255,但出于某种原因,所有 IP 都不起作用。每次我重置服务器时,接口文件都会重置为默认值。
我对这一切都很陌生,因此如果能提供任何帮助我都会很感激。
此外,如果有什么不同,我正在尝试使用 IP 来使用 Squid 创建代理。