========================
If the interface(for eg: eth0) is not UP automatically on system boot, you can temporarily bring up the interface like:
# dhclient <eth0>
========================
To make it permanent, edit /etc/sysconfig/network-scripts/ifcfg-eth0
Set ONBOOT as yes as:
---------------------------
...
ONBOOT=yes
---------------------------
========================
Here, eth0 is the interface configured.
No comments:
Post a Comment