手机
当前位置:查字典教程网 >操作系统 >Ubuntu/Debian >Ubuntu 7.10 绑定IP及MAC地址
Ubuntu 7.10 绑定IP及MAC地址
摘要:一.修改/etc/network/interfaces,注释自动获取IP,并添加自动从网卡获取地址。#autolo#ifaceloinetl...

一.修改/etc/network/interfaces,注释自动获取IP,并添加自动从网卡获取地址。

#auto lo

#iface lo inet lockloop

auto eth0

二. 修改/etc/network/interfaces,添加静态IP信息

iface eth0 inet static

address ***.***.***.***

netmask 255.255.255.0

gateway ***.***.***.254

三.修改/etc/resolv.conf,设置DNS

namaserver ***.***.***.***

nameserver ***.***.***.***

四.重启网络

管理员身份执行 /etc/init.d/networking restart

五.重新启动网络,enjoy Ubuntu

【Ubuntu 7.10 绑定IP及MAC地址】相关文章:

ubuntu 9.04 X3100 显卡开启3D特效

Ubuntu 15.04 开发计划确定 2015年4月23日发布

Ubuntu14.04唤醒睡眠后鼠标键盘出现卡死情况

Ubuntu系统下安装Aircrack-ng

Ubuntu实现FTP功能

升级Ubuntu Server系统版本的建议

Ubuntu系统启动休眠及无法唤醒问题的解决

Ubuntu 14.04中启用本地菜单的方法

Ubuntu Kylin 14.10默认的屏幕分辨率怎么更改?

Ubuntu10.10 Zend FrameWork配置方法及helloworld显示

精品推荐
分类导航