网站地图    收藏   

主页 > 系统 > linux系统 >

ubuntu下网络设置命令 - Linux操作系统:Ubuntu_Cent

来源:自学PHP网    时间:2015-04-14 11:12 作者: 阅读:

[导读] ubuntu下网络设置命令/etc/network/interfacesauto eth0iface eth0 inet staticaddress 192.168.0.10netmask 255.255.255.0network 192.168.0.0broadcast 192.168.0.255gateway 192.168.0.1dns-nameser......

ubuntu下网络设置命令
 
/etc/network/interfaces
 
auto eth0
iface eth0 inet static
address 192.168.0.10
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.1
dns-nameservers 114.114.114.114 8.8.8.8
dns-search foo.org
 
/etc/init.d/networking stop
 
/etc/init.d/networking start
 

自学PHP网专注网站建设学习,PHP程序学习,平面设计学习,以及操作系统学习

京ICP备14009008号-1@版权所有www.zixuephp.com

网站声明:本站所有视频,教程都由网友上传,站长收集和分享给大家学习使用,如由牵扯版权问题请联系站长邮箱904561283@qq.com

添加评论