Linode中的Network Helper
Posted 立体风
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linode中的Network Helper相关的知识,希望对你有一定的参考价值。
Linode主机vps有一个很好的网络配置工具:Network Helper,他可以在系统启动的时候,根据你的操作系统,以及检测到的网络配置等信息,自动配置好网络,非常有用。
官方文档:
Network Helper automatically deposits a static networking configuration in to your Linode at boot. Thanks to Network Helper, you don’t have to worry about altering your network configuration when you:
- Deploy a Linode
- Add a public or private IPv4 address
- Restore from a backup
- Deploy from an Linode Images template
- Migrate your Linode to a new datacenter
- Clone from another Linode
注意:Network Helper不能配置ipV6。
1、Network Helper默认是关闭的,需要自己在 Configuration Profiles 里面打开。也可以在全局配置文件下的Account Settings tab,打开它,linode默认打开Network Helper了。
2、Network Helper如果在启动的时候,没有检测出当前的操作系统,那么不会改变任何文件,并且在Host Job Queue:里面给出Failure to Run的提示。
3、在Debian/Ubuntu下,Network Helper改变2个文件。分别是 /etc/network/interfaces
和 /etc/resolv.conf
4、在CentOS下,改变的是:/etc/sysconfig/network-scripts/ifcfg-eth0
和 /etc/resolv.conf
5、Netwrok Helper在每次重启后,都会检查,所以如果修改了4、5中提到的文件,也会在重启后被改回,除非关闭Network Helper。
6、小技巧,如果新添加了IP地址,这时候必须设置静态的private Ip,可以简单的重启系统,Network Helper自动给配置好了。
以上是关于Linode中的Network Helper的主要内容,如果未能解决你的问题,请参考以下文章
sh [Linode的Alpine Bootstrapping脚本]通过lish / rescue console安装高山linode的脚本 - 来自https://github.com/jco