LinuxQuestions.org
Visit the LQ Articles and Editorials section
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices

Reply
 
LinkBack Search this Thread
Old 04-19-2004, 10:35 AM   #1
oldi
Member
 
Registered: Mar 2004
Posts: 53

Rep: Reputation: 15
internet is not working


I have just installed Slack and everything went well. Now am trying to connect to Internet but am having some problems. I have an Intel 563ep modem. Got the driver for Linux and installed it without a problem, so now my modem works and it can connect to ISP but the problem is that when i search for a web page nothing happens, i am still connected but it seems that is taking ages to open a page. Is there anything else that i need to configure?
 
Old 04-19-2004, 11:52 AM   #2
Andrew Benton
Senior Member
 
Registered: Aug 2003
Location: Birkenhead/Britain
Distribution: Linux From Scratch
Posts: 2,073

Rep: Reputation: 63
Perhaps you've not configured some domain nameservers in /etc/resolv.conf? It should be a plain text file with two numbers, the addresses of you ISP's DNS
 
Old 04-19-2004, 01:00 PM   #3
oldi
Member
 
Registered: Mar 2004
Posts: 53

Original Poster
Rep: Reputation: 15
How do i get the ISP addresse since i dont know it? Is there a way of getting it when i connect.
 
Old 04-19-2004, 01:33 PM   #4
portux
Member
 
Registered: Apr 2003
Location: Portugal
Distribution: Slackware 10.1
Posts: 42

Rep: Reputation: 15
In your ISP web site, probably some help page, should have the IP addresses. usually they are the Primary DNS and the Secondary DNS.
 
Old 04-19-2004, 03:49 PM   #5
Andrew Benton
Senior Member
 
Registered: Aug 2003
Location: Birkenhead/Britain
Distribution: Linux From Scratch
Posts: 2,073

Rep: Reputation: 63
Or phone them up.
 
Old 04-23-2004, 05:39 PM   #6
oldi
Member
 
Registered: Mar 2004
Posts: 53

Original Poster
Rep: Reputation: 15
I got the DNS address and edit my resolv.conf file. So now the file looks like this:

#ukonline.co.uk
nameserver 212.135.1.36
nameserver 195.40.1.36

where the first is the primary DNS and the second is the secondary DNS. However am having the same problem. I can connect but cant browse any pages. Any other suggestions?
Thanks
 
Old 04-25-2004, 07:51 AM   #7
Linux.tar.gz
Senior Member
 
Registered: Dec 2003
Location: Paris
Distribution: Slackware forever.
Posts: 2,116

Rep: Reputation: 85
I'm not 100% sure but you have to copy the /etc/resolv.conf to /etc/ppp/resolv.conf .
Tell us if its works.
 
Old 04-25-2004, 05:14 PM   #8
oldi
Member
 
Registered: Mar 2004
Posts: 53

Original Poster
Rep: Reputation: 15
I followed your advice by copying resolv.conf to /etc/ppp but still am having the same problem. It seems that every time I connect the resolv.conf in /etc/ppp is overwriten by some other DNS address and also at the bottom of resol.conf in /etc I see some new DNS numbers added which are the same to what I see in the /etc/ppp. Do I need to configure Kppp in a special way so that this does not to happen. If yes what exactly? Please help since this problem is getting quite frustrating.
 
Old 04-26-2004, 03:06 PM   #9
Linux.tar.gz
Senior Member
 
Registered: Dec 2003
Location: Paris
Distribution: Slackware forever.
Posts: 2,116

Rep: Reputation: 85
You didn't added your distro in your profile, but i think you're using slackware, so try to use pppsetup. I don't use modem, so i can't help you much more. Hope u'll solve this soon
 
Old 04-26-2004, 04:28 PM   #10
elluva
Member
 
Registered: Aug 2003
Location: Belguim, Ostend and Ghent
Distribution: Ubuntu
Posts: 600

Rep: Reputation: 30
yes indeed, pppsetup is the easiest and fastest way to get it right... still your issue sounds very much like a DNS issue. Can't help you any further.

succes,
elluva
 
Old 04-26-2004, 04:49 PM   #11
oldi
Member
 
Registered: Mar 2004
Posts: 53

Original Poster
Rep: Reputation: 15
thanks for your suggestions. Tried pppsetup, but still am having the same problem. I can connect, but cant browse any page. What i notice tho is that everytime that i connect i get a different Local and remote IP address from what i have typed in the setup for the DNS of my ISP. Am not sure whether thats how is supposed to be or not. Sometimes i can ping the number that appears in my remote IP address, sometimes i can even ping www.yahoo.com, but when i tried for the second time i cant do it. It does look like a DNS problem but i have no idea how to solve it. PLEASE HELP
 
Old 04-26-2004, 06:19 PM   #12
Andrew Benton
Senior Member
 
Registered: Aug 2003
Location: Birkenhead/Britain
Distribution: Linux From Scratch
Posts: 2,073

Rep: Reputation: 63
I'm just guessing as I've never had this problem, but it sounds to me like you've got some server (maybe BIND or some such DNS) starting at boot that is overwriting your /etc/resolv.conf Try switching off some of the services that start at boot. I've not used Slack enough to know how to do that. When I installed it the only services I enabled at boot were the printing ones. I'm sorry I don't know how to help you. I don't like to broadcast the extent of my ignorance but there you go.
 
Old 04-26-2004, 07:40 PM   #13
Linux.tar.gz
Senior Member
 
Registered: Dec 2003
Location: Paris
Distribution: Slackware forever.
Posts: 2,116

Rep: Reputation: 85
I think the same. Try to type this command: top
Then you'll see if you have some kind of dhcp server or daemon running. You can move the terminal with alt and the mouse in order to enlarge the window. If you see this daemon, so try to kill name or killall name this little b*****d.
Another way: connect to internet and change the values of the resolv.conf's. This file is dynamic, so you don't need to restart anything. Assuming, of course, that you have the correct DNS to put in .
nameserver xxx.xxx.xxx.xxx
nameserver xxx.xxx.xxx.xxx
I think this line is facultative, so try to comment it: #search azerty.az

Last edited by Linux.tar.gz; 04-26-2004 at 07:42 PM.
 
Old 04-27-2004, 10:37 AM   #14
l2g
Member
 
Registered: Feb 2004
Distribution: Red Hat 9, Slackware 9.1
Posts: 55

Rep: Reputation: 15
Do you by any chance use proxy, and if so make sure youv'e configured it
 
Old 04-28-2004, 08:20 AM   #15
dopefish
Member
 
Registered: Nov 2003
Location: Northcliffe, WA
Distribution: Slackware 12.0
Posts: 481

Rep: Reputation: 30
kppp uses the usepeerdns option anyway so i dont think its a dns problem. If you can ping yahoo.com that would also mean its not a dns problem. What browser are you using, have you tried any others? also try typing in an ip address rather than the name eg 66.102.7.99 thats googles ip btw.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Internet not working suckerr70 Linux - Networking 3 04-18-2005 08:34 PM
Internet not working! WWMPCDD Linux - Wireless Networking 2 10-27-2004 01:43 PM
Internet Not Working! rubbercash Linux - Networking 4 07-20-2004 12:27 PM
Internet is not working NEED HELP!! Vectrox Slackware 8 04-20-2004 07:43 AM
Internet working, network not working... phoenix07 Fedora 1 04-11-2004 02:30 AM


All times are GMT -5. The time now is 03:21 AM.

Main Menu
 
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration