LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Not connecting to the internet (https://www.linuxquestions.org/questions/slackware-14/not-connecting-to-the-internet-431592/)

Alien_Hominid 04-04-2006 03:04 PM

His method is much quicker but idea is the same.

Deelk 04-05-2006 09:35 AM

I can't get it to work.Could anyone please tell me how to configure it correctly?I've got cable internet.Thanx in advance

mdarby 04-05-2006 10:22 AM

Have you installed the TCPIP package?
Do you get any errors?
What exactly happens when you ping google.com?
Did your ISP give you any information regarding IPs or gateways?

Deelk 04-05-2006 10:35 AM

Quote:

Originally Posted by mdarby
Have you installed the TCPIP package?
Do you get any errors?
What exactly happens when you ping google.com?
Did your ISP give you any information regarding IPs or gateways?

When I launch firefox,it says that the url is not found.I don't get any errors.Uhm,what is ISP?

Alien_Hominid 04-05-2006 11:25 AM

Isp - internet service provider. As mdarby said ping google.com. If it doesn't respond, ping your gateway.

Randux 04-05-2006 11:27 AM

Quote:

Originally Posted by Deelk
When I launch firefox,it says that the url is not found.I don't get any errors.Uhm,what is ISP?

Looking in your browser is a very quick way to see if you are connected, but it's not the best way.

Try this as root:

Code:

ifconfig
And paste that into the entry. It will help see what is the status of your connections. And see if you can find any messages about DHCP connecting- it will give you the address of your ISP (internet service provider- fancy name for internet company).

Make sure that you have rc.inet1 and rc.inet2 scripts in /etc/rc.d with executable attribute (x) something like this when you do ls -l in /etc/rc.d

Code:

rwxr-xr-- 1 root root 7K rc.inet1
because these scripts have to be executed at startup

wchild 04-06-2006 01:58 AM

Quote:

Originally Posted by Alien_Hominid
As mdarby said ping google.com.

Don't ping google.com - it's a search engine not a test sandbox.
Don't ping microsoft.com - it doesn't reply to ICMP packets AFAIK
Just ping some random address.

Alien_Hominid 04-06-2006 08:42 AM

Does it harm google for pinging it? If pinging harmed in some way, they would disable response to icmp packets. Pinging google is good because their server is always online not like some random address.

mdarby 04-06-2006 10:01 AM

Quote:

Originally Posted by wchild
Don't ping google.com - it's a search engine not a test sandbox.
Just ping some random address.

This is bad advice. You know that google.com is going to be online, "some random address" will get you some random results.

Alien_Hominid 04-06-2006 10:07 AM

Here is google's ip - 72.14.207.99, if your dns for somehow is not working.

Randux 04-06-2006 12:10 PM

Everybody's posting except the OP ;) There, now I did it too.


All times are GMT -5. The time now is 01:32 PM.