|
发表于 2003-6-24 01:16:23
|
显示全部楼层
ok, your linux box is probably setup to dhcp client but your box can not receive the dhcp server configuration info when bootup. so your ifconfig does not show any ip, broadcast, and netmask info. Typically, they are all automatically get from dhcp server when boot time. Two possibles:
1. your NIC does not support PXE mode, which means it can not receive network info from dhcp during bootup time.
2. setup your static ip and gateway, broadcast. save it on /etc/sysconfig/network/ifcfg-eh0 file. |
|