Get all info from dos:
ipconfig /all > inet.txt
-
make sure to set the hostname right at the first place
If hostname is wrong, the only way is to reboot. linuxconf can't fix it.
-
use linuxconf to config it, and ifconfig to show it.
-
If there's no dhcp server, but launchs dhcpcd,
you will see eth0 is up in ifconfig, and it is sending/receiving
messages (RX bytes:1414832 (1.3 Mb) TX bytes:1621 (1.5 Kb))
but only for a while.
-
Remember to fill the dns & gateway entry in linuxconf when manually config,
before try it out. Otherwise, you will get very disappointed.