您的位置:首页 > 运维架构 > Linux

ubuntu/linux 固定ip

2014-04-24 09:08 344 查看
auto lo
iface lo inet loopback

#Assgin static IP by eric on 26-SEP-2012
iface eth0 inet static
address 192.168.1.250
netmask 255.255.255.0
gateway 192.168.1.1
dns-nameservers 192.168.1.1
auto eth0
/etc/network/interfaces
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: