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

ubuntu网络设置

时间:2016-07-25 09:23:42      阅读:197      评论:0      收藏:0      [点我收藏+]

标签:

修改/etc/network/interfaces文件
sudo gedit /etc/network/interfaces

贴出我的eth0设置,自己看情况修改:
# The primary network interface
auto eth0
#iface eth0 inet dhcp
iface eth0 inet static
address 192.168.1.145(ip地址)
netmask 255.255.255.0(子网掩码)
gateway 192.168.1.1(网关)

ubuntu网络设置

标签:

原文地址:http://www.cnblogs.com/shiningrise/p/5702225.html

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