FreeBSD下如何更改IP

2009-05-13 13:38:47来源:未知 阅读 ()

新老客户大回馈,云服务器低至5折

1、进入  /etc/rc.conf  文件
2、修改  ifconfig_lnc0="inet xxx.xxx.xxx.xxx netmask 255.255.255.0"
  别忘了defaultrouter="xxx.xxx.xxx.xxx (gateway ip address)"
3、重启网卡
/etc/init.d/networking restart
或者
ifconfig rl0 down
ifconfig rl0 up
如果想一次性的话,只要直接输入  ifconfig lnc0 xxx.xxx.xxx.xxx netmask 255.255.255.0
即时生效
重启后失效!!
图形界面配置IP
sysinstall --> configure --> Networking -->interfaces -->相应网卡名


本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/12909/showart_557655.html

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:Freebsd限定特定IP来使用ssh登录

下一篇:vm下配置Freebsd 6.2 release + Apache 2.0.59 + PHP 5.2