![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to connect to Internet | santugvd | SUN Solaris | 3 | 04-25-2008 06:15 AM |
| trying to connect to internet | vutty81 | SUN Solaris | 38 | 11-15-2007 06:17 PM |
| How to connect Solaris 10 to the internet ?! | mduweik | SUN Solaris | 9 | 02-13-2006 07:32 AM |
| Cannot connect to the Internet | johnalt | UNIX for Dummies Questions & Answers | 8 | 08-27-2002 04:30 PM |
| I can't connect to the internet??? | justchillin | UNIX for Dummies Questions & Answers | 14 | 08-08-2001 06:23 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Couldn't connect to Internet
I have installed fedora core 7 in my system. When I try to activate the network card it says "Could not determine IP address for eth0...failed".
Please give me suggestions? |
| Forum Sponsor | ||
|
|
|
|||
|
do the following checks( you should be root)
->run the command ifconfig see weather u have a valid ipaddress assigned ->open the file /etc/network/interfaces, check what all interfaces you have defined and if you are giving a static ip or taking from dhcp. you can give a static ip address also. ->modify the file if required and run these commands ->ifup eth0 ->ifdown eth0 ->ifup eth0 see the man pages of the command if you are stuck in between Rakesh Uv |