红联Linux门户
Linux帮助

SecureCRT配置前--Linux网卡设置

发布时间:2016-07-06 10:15:45来源:blog.csdn.net/zengmingen作者:松门一枝花
在用SecureCRT连接Linux的时候,需要设置Linux的网卡信息。
 
1、输入命令:setup,弹出配置,选择Network configuration,配置网络
SecureCRT配置前--Linux网卡设置
 
2、选择device configuration 配置网卡
SecureCRT配置前--Linux网卡设置
 
3、选择eth0,第一块网卡
SecureCRT配置前--Linux网卡设置
 
4、配置eth0网卡,注意name和device两项的名字一致,dns是网上公开可用的
SecureCRT配置前--Linux网卡设置
 
5、保存退出。
 
6、修改网卡配置信息为随机自启动:onboot=no 改为 onboot=yes
输入命令:cat /etc/sysconfig/network-scripts/ifcfg-eth0
SecureCRT配置前--Linux网卡设置
 
7、重启网卡 
ifup eth0
/etc/init.d/network/restart  等价于 service network restart 
SecureCRT配置前--Linux网卡设置
 
8、ifconfig 查看ip地址
SecureCRT配置前--Linux网卡设置
 
9、windows ping 看是否已经通了
SecureCRT配置前--Linux网卡设置
 
配置完毕。
 
本文永久更新地址:http://www.linuxdiyf.com/linux/22115.html