51Testing软件测试论坛

标题: LINUX网络配置 [打印本页]

作者: kevin_swpi    时间: 2007-4-2 15:34
标题: LINUX网络配置
大概情况如下:

1.  LINUX安装在虚拟机里面
2.  在安装LINUX的时候,对网络配置这块没有做任何的改动,直接跳过的


现在安装完成后,我该怎么设置网络. 大虾指点一二 , 呵呵, 刚接触LINUX不久,学习阶段
作者: ch    时间: 2007-8-30 10:30
你想设置什么呢
作者: changlang530    时间: 2007-9-5 13:50
netconfig命令可以设置网络IP等
作者: red-hat    时间: 2007-11-30 21:38
楼上说错了
ifconfig命令用来配置网口
最基本的语法是 #ifconfig eth0 [ip adress] [netmask]
#ifconfig eth0 192.168.0.2 netmask 255.255.255.0
作者: zhifei.xie    时间: 2010-2-4 13:45
自己摸索查资料最实际,别浪费你的网络资源和时间在提问上!
新手更应该如此!
作者: 32191163    时间: 2011-10-21 13:45
ifconfig和netconfig均可设置,在安装时候,会使用DHCP协议自动配置。
赞同四楼的,IT的学习,应该先自行找资料,然后才是选择提问解决。
作者: Juix    时间: 2012-4-26 22:18
ifconfig 可以查看你的IP信息。

如果是Debian或者ubuntu ,设置静态IP可以修改/etc/network/interfaces
加入
iface eth0 inet static

address 192.168.0.2
netmask 255.255.255.0
gateway 192.168.0.1

然后/etc/init.d/networking restart

如果要更多设置,可以到网上看看,很多信息的。
作者: 颖忠芳    时间: 2012-5-21 11:36
顶!!!!!!!!!!




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2