前两天需要装个Ubuntu,发现网络配置文件和centos不太一样,在此记录。
修改配置文件/etc/network/interfaces
1 | vi /etc/network/interfaces |
添加DNS
1 | vi /etc/resolv.conf |
重启网络
方法1
重启网络服务1
/etc/init.d/networking restart
方法2
重启指定网卡,不影响其他网卡正常提供服务1
2$ifdown eth0
$ifup eth0
设置代理
1 | vi /home/username/.bash_profile |
使profile中的新增变量生效1
source .bash_profile