码迷,mamicode.com
首页 > 系统相关 > 详细

ubuntu系统下设置静态IP

时间:2014-11-04 11:11:59      阅读:195      评论:0      收藏:0      [点我收藏+]

标签:ar   sp   文件   bs   ad   as   res   nbsp   c   

修改 /etc/network/interfaces文件 添加以下内容


# The loopback network interface

auto lo eth0
iface lo inet loopback

# The primary network interface
allow-hotplug eth0
iface eth0 inet static
        address 192.168.0.200
        netmask 255.255.255.0
        gateway 192.168.0.1

allow-hotplug eth0:1
iface eth0:1 inet static
        address 192.168.1.100
        netmask 255.255.255.0
        network 192.168.1.0
        broadcast 192.168.1.1

ubuntu系统下设置静态IP

标签:ar   sp   文件   bs   ad   as   res   nbsp   c   

原文地址:http://blog.csdn.net/liangpz521/article/details/40779511

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!