LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   internet connection problem (https://www.linuxquestions.org/questions/linux-newbie-8/internet-connection-problem-39170/)

<Rockman> 12-23-2002 01:34 AM

internet connection problem
 
Hihi

Newbie here.

I been trying to dial up to my isp using my external modem. It seem that the connection can be made using minicom. However the web browser cannot browse anything. It always tells me page cannot be found.

I have only configure the user and password on the minicom and nothing else. Actually I do not really like the minicom... how else can I do the connection? what else do I need to configure?

I am using red hat 7.3 with gnome.

rock.

whansard 12-23-2002 01:44 AM

if you have kde installed, you can still use kppp.
its a lot like the windows dial-up networking bs.

there used to be a gnome-ppp, but i haven't seen it
in forever.
you can also try wvdial, or pppsetup, which would
probably require q couple of downloads for you.

asai 12-23-2002 05:37 AM

use ping from terminal to test your connection

make sure you ping an ip address. if u can ping successfully,

but can't access web site from the browser (for example u get unknown host),
probably the dns is not working. If it is so then follow these steps,


Setting up Name to Address Resolution (DNS)
1) get your isp's nameserver ip address from your isp. Optionally get it from http://www.dnsreport.com by inputing your isp's domain name.

2) login as root and edit the file /etc/resolv.conf, use the command: vi /etc/resolv.conf

the content should be like this:

domain your.isp.domain.name
nameserver 10.25.0.1
nameserver 10.25.0.1

the permission of the file should be like this:

--rw-r--r-- 1 root root 13 Feb 19 01:46 /etc/resolv.conf


3) vi the file /etc/host.conf

the content should be like this

order hosts, bind
multi on


4) Good luck!!

zeroability 12-23-2002 11:08 PM

Who's the ISP?

blinux1 12-24-2002 05:57 PM

In kppp, the first thing you want to do is the query the modem in the setup tabs. Once you have reached your modem, then set up in the accounts tab...typing in your isp's phone numbers to be dialed. When signing on, type in your username@place.com and your password. After you sign on, open something like netscape.

If you use MSN, it won't let kppp authenticate with it. it will return "error code 19."


All times are GMT -5. The time now is 03:40 PM.