Linux静态iP设置

来源:互联网 发布:智程网络怎么样 编辑:程序博客网 时间:2024/05/19 14:51
系统环境:ubuntu 12.0 server


1,用ifconfig -a插卡网卡有几种类型。用ifconfig查看系统认出的网卡(本机是只用 lo , 没有eth0)


2,首先为了显示eth0。
#vi /etc/network/interfaces


auto lo
iface lo inet loopback
下行写入:
# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.0.33
gateway 192.168.0.1
netmask 255.255.255.0
#network 192.168.0.0
#broadcast 192.168.0.25
5


3,#cd /etc/resolvconf/resolv.conf.d/
   #vi base
添加 nameserver 8.8.8.8
     nameserver 8.8.4.4


4,#sudo /etc/init.d/networking restart  
重启网卡。


5,再ifconfig 一般就可以看到eth0网卡信息。(不行重启既可)


6,重启后可以查看resolv.conf
#cat /etc/resolv.conf  
就看到了我们刚在固定的dns地址。(网上教程老是先改resolv.conf ,明明知道重启后会失效的。。。无语了)
************************************************************************


如果ifconfig -a 有eth0,还有eth1。如何区分有线网插在eth0还是eth1呢?


本人方法:修改/etc/network/interface 

auto lo
iface lo inet loopback
下行写入:
# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.0.33
gateway 192.168.0.1
netmask 255.255.255.0
#network 192.168.0.0
#broadcast 192.168.0.255
# The primary network interface
auto eth1
iface eth1 inet static
address 192.168.0.33
gateway 192.168.0.1
netmask 255.255.255.0
#network 192.168.0.0
#broadcast 192.168.0.255



然后#sudo /etc/init.d/networking restart 
ifconfig 查看eth1是否出现(不行重启)


出现后:分别试试 #route add default gw 192.168.0.1 dev eth0#route add defualt gw 192.168.0.1 dev eth1(未差网线的会有提示,网管正确的无异常)


*****************************************************************************************************
如果是在局域网(网关:192.168.1.1.),想用DHCP 自动分配ip地址:


则修改vi /etc/network/interfaces

auto lo
iface lo inet loopback
下行写入:
# The primary network interface
auto eth0
iface eth0 inet dhcp


然后sudo /etc/init.d/networking restart 
再用ifconfig 查看ip相关信息。(不行重启)


局域网出现ping不通外网:ping www.baidu.com 出现:unknow host 
输入命令:#route add default gw 192.168.1.1 dev eth0 既可以解决。
但好像不能永久解决,你可以试试修改 /etc/init.d/resolvconf/resolv.conf.d/base 文件,添加一段
nameserver 192.168.1.1
重启网卡或者重启。

****************************************************************************************************
2014,9月1 &Am3
0 0
原创粉丝点击
热门问题 老师的惩罚 人脸识别 我在镇武司摸鱼那些年 重生之率土为王 我在大康的咸鱼生活 盘龙之生命进化 天生仙种 凡人之先天五行 春回大明朝 姑娘不必设防,我是瞎子 彩钢房冬天太冷怎么办 骑电车不会转弯怎么办 骑电车技术不好怎么办 骑自行车左右扭怎么办 面试不想去了怎么办 面试电话没接到怎么办 上班时间接到猎头电话怎么办 win8电脑软件打不开怎么办 忘记申报个税怎么办 辞职后考研档案怎么办 私企辞职后档案怎么办 工人档案丢了怎么办 事业单位试用期考核不合格怎么办 工厂不好招人怎么办 办理入职手续怎么办 管理员工不加班怎么办 没有毕业证怎么办入职 不想加班的员工怎么办 邮寄辞职信拒收怎么办 办理退休档案不见了怎么办 办理退休没有档案怎么办 办理退休没有个人档案怎么办 档案被学校丢失怎么办 手动挡汽车脱档怎么办 辞职工作没人交接怎么办 ipad反复重启怎么办 ipad老是重启怎么办 苹果8死机了怎么办 平板突然死机了怎么办 平板卡死机了怎么办 小米ipad死机了怎么办 ipad死机了黑屏怎么办 小米4死机了怎么办 小米平板黑屏是怎么办? ipad死机怎么办不能关机 ipad突然死机了怎么办 京东买ipad坏了怎么办 ipad开机键失灵怎么办 苹果手机按键坏了怎么办 ipad使用中黑屏怎么办 苹果下不可软件怎么办