LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Not able to access Internet (https://www.linuxquestions.org/questions/linux-newbie-8/not-able-to-access-internet-660531/)

BabaN 08-05-2008 01:52 AM

Not able to access Internet
 
I am Baba new bie to Linux. Please help me in accessing the Internet in my system. I installed suse on Compaq nx5000 Laptop and used YAST to configure HP company BCM4401-B0 100Base-TX by connecting the LAN cable in our company. I was able to access the net. I restarted the system and not able to access the Internet there after even I reconfigured the network card.

Baba.

lucazorzi 08-05-2008 12:08 PM

Try to run
Code:

/sbin/ifconfig
and post the output here.

BabaN 08-05-2008 11:35 PM

Hello Lucazorzi,
I executed the command at console and I got the information as below.

eth1 Link encap:Ethernet HWaddr 00:08:02:E0:28:05
inet6 addr: fe80::208:2ff:fee0:2805/64 Scope:Link
UP BROADCAST NOTRAILERS MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:11

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask: 255.0.0.0
inet6 addr: ::1/128 scope:Host
UP LOOPBACK RUNNING MTU:16436mETRIC:1
RX packets:38 errors:0 dropped:0 overruns:0 frame:0
TX packets:38 errors:0 dropped:0 overruns:0 carrier:0
COLLISIONS:0 txqueuelen:0
RX bytes:2492 (2.4Kb) TX bytes:2492 (2.4Kb)

linuxlover.chaitanya 08-06-2008 12:31 AM

Your system is not getting the ip address. This could be because you have configured it to take ip address from DHCP server and you are not getting it now. You can check configuration again.

MafiaTux 08-06-2008 01:30 AM

this might not help but make sure it's plugged in.:jawa:

masand 08-06-2008 02:31 AM

Hi There,

Restart the network service and check the log in /var/log/message or using the 'dmesg' command to get the status/error log.
Post the same here, so that we can help you out.

regards

john test 08-06-2008 11:25 AM

The ifconfig output posted above shows eth1 which is a wireless connection but does not show eth0 which would be the etherenet connection (10/100 NIC)

Don't know if that says cable is disconnected or the Network Interface card has been removed or is just indicative of bad configuration file, but I don't think he is going to connect to the company lan until he repairs the ethernet cable connection.

junpa 08-06-2008 01:42 PM

BabaN,

is DHCP running on your company LAN or did you manually assign an ip address?


Code:

/sbin/dhcpcd
run the above command and you should be good if there is a dhcp server on the LAN


or


based on what you said you need to bring up the eth0 interface like so:


Code:

/sbin/ifconfig eth0 up

but that maybe insufficient if you manually configure :( each host on your company LAN. What settings did you give to YAST?


All times are GMT -5. The time now is 11:14 PM.