RedHat5.11 配置网络总结

1.在配置网卡时  不可以有空格 比如

DEVICE=eth1 正确

DEVICE = eth1错误

会出现 command not found 命令

netmask  =  255.255.255.0错误   出现 ifcfg-eth1 netmask:255.255.255.0  command  not found

netmask=255.255.255.0正确

2.在重启网络时发现三个网卡中,只有一个进行了up and down 操作

检查对应网口中的ONBOOT值

如果ONBOOT=no,改成ONBOOT=yes  

ONBOOT是指明在系统启动时是否激活网卡,只有在激活状态的网卡才能去连接网络,进行网络通讯

你可能感兴趣的:(linux,网卡配置)