IP Configuration: use ifconfig command either IP is assigned to interface or not?
Default Gateway is set or not?
Hostname is set or not?
Routing problem is there?
Device Driver Module is loaded or not?
Device is activated or not?
Check In this way:
use ifconfig command and identify which IP is assigned or not.
cat /etc/sysconfig/networkWhat, What is written here. Actually here are these parameters.
NETWORKING=yes or no
GATEWAY=x.x.x.x
HOSTNAME=?
NISDOMAIN=?
Correct the file
Use netconfig command
Either Select Automatically from DHCP or assign the static IP
Use service network restart or start command
Now try to ping it will work.
Options Selected by Other Users:
Option A: (20 votes)
100%
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit