LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-02-2002, 02:47 PM   #1
Banu Cosmin
LQ Newbie
 
Registered: May 2002
Location: Targoviste
Distribution: RedHat7.2
Posts: 6

Rep: Reputation: 0
Unhappy ISP hookup with Linux RH7.2 distro


I've been trying for quite some time to hookup an ISP with my RH7.2 linux distro machine, but i cannot get it working. I use kppp to establish a connection. I've created a new account:
- PAP authentication
- dynamic IP address
- default Gateway (assign default route to this gateway)
- domain name : "xnet.ro"
- DNS automatic (they are 193.230.161.9 and 193.230.161.10)
And here are the device settings:
- modem: /dev/ttyS0
- flow control: CRTSCTS
- line termination: CR
- speed: 57600
With these very settings it works fine establishing the connection. But i can't do anything while connected. I've tried to ping the DNS address and it doesn't work. I can ping: localhost, any other LAN host, local IP address and remote IP address.
Here are some configuration file I have in my system at the moment:
#--host.conf
order hosts, bind
multi on
#--hosts
127.0.0.1 localhost
193.0.0.10 anotherhost
193.0.0.1 me
#--hosts.allow
ALL: LOCAL
#--hosts.deny
ALL: ALL
#--resolv.conf
search .
nameserver 193.230.161.9
nameserver 193.230.161.10
Also I have disabled the firewall. I'm also wondering about the ppp0 module. Here's the log from /var/log/messages:
May 2 19:03:56 tavi modprobe: modprobe: Can't locate module ppp0
May 2 19:03:56 tavi modprobe: modprobe: Can't locate module ppp0
May 2 19:03:56 tavi pppd[3825]: pppd 2.4.1 started by root, uid 0
May 2 19:03:56 tavi pppd[3825]: Using interface ppp0
May 2 19:03:56 tavi pppd[3825]: Connect: ppp0 <--> /dev/ttyS0
May 2 19:03:56 tavi pppd[3825]: not replacing existing default route to eth0 [193.0.0.254]
May 2 19:03:56 tavi pppd[3825]: local IP address 213.233.64.79
May 2 19:03:56 tavi pppd[3825]: remote IP address 217.10.222.230
May 2 19:03:56 tavi pppd[3825]: primary DNS address 193.230.161.9
May 2 19:03:56 tavi pppd[3825]: secondary DNS address 193.230.161.10
May 2 19:05:21 tavi pppd[3825]: Terminating on signal 15.
May 2 19:05:27 tavi pppd[3825]: Connection terminated.
May 2 19:05:27 tavi pppd[3825]: Connect time 1.5 minutes.
May 2 19:05:27 tavi pppd[3825]: Sent 97 bytes, received 64 bytes.
May 2 19:05:27 tavi pppd[3825]: Exit.
I would appreciate if someone could tell me what i'm doing wrong here.

Thanks in advance,
Banu Cosmin.
 
Old 05-02-2002, 09:16 PM   #2
justiceisblind
Member
 
Registered: Jan 2002
Location: Stevens Point, WI
Distribution: Mandrake 10.0 (P4 2.8 w/ HT, Radeon 9700 Pro, 80 GB/120GB HDDs)
Posts: 242

Rep: Reputation: 30
Which desktop manager are you using. If it's Gnome, that may be the problem because I had the exact same problem when I used Gnome. Quick Fix, use KDE.
 
Old 05-03-2002, 03:12 AM   #3
Banu Cosmin
LQ Newbie
 
Registered: May 2002
Location: Targoviste
Distribution: RedHat7.2
Posts: 6

Original Poster
Rep: Reputation: 0
I use the KDE desktop environment. However, this doesn't seem to be the problem. I am worried about the ppp0 thing. How do i know if that thing is configured, loaded, etc?
And one more question: Is there a way to find out how your kernel is configured? I mean a configuration file or something... because i am often told to recompile the kernel with the 'x' option, but how can i retrieve my current configuration if i never recompiled the kernel, but just installed the RH distro?

Thanks in advance,
Banu Cosmin.
 
Old 05-03-2002, 03:44 AM   #4
5amYan
Member
 
Registered: Apr 2002
Location: The District
Distribution: FreeBSD, OBSD maybe Gentoo and Winblech XP
Posts: 291

Rep: Reputation: 30
What kind of modem??
Are you positive it's not a software based modem?
ie Needs windows to work right...
Have you looked it up on a compatibilty list?
 
Old 05-03-2002, 06:55 AM   #5
Banu Cosmin
LQ Newbie
 
Registered: May 2002
Location: Targoviste
Distribution: RedHat7.2
Posts: 6

Original Poster
Rep: Reputation: 0
I have a Zoltrix 56k external modem on the serial port (/dev/ttyS0 in linux). I must work in my RH7.2 distro because it works very well in Windows and Mandrake. Can anyone answer me about the ppp0 question? How can i find out if it's all ok? Or just tell me if that's not the problem, and what should i look for instead...
 
Old 05-06-2002, 03:57 AM   #6
5amYan
Member
 
Registered: Apr 2002
Location: The District
Distribution: FreeBSD, OBSD maybe Gentoo and Winblech XP
Posts: 291

Rep: Reputation: 30
Have you solved this yet?
I'm sorry I'm not more help.
I connect via LAN and every modem I've ever tried to config I've given up on.

But Here's a list of Zoltrix modems . I only see a driver available for one.
though it appears to be old.

can you grab the driver from Mdk?
 
Old 05-06-2002, 03:42 PM   #7
Banu Cosmin
LQ Newbie
 
Registered: May 2002
Location: Targoviste
Distribution: RedHat7.2
Posts: 6

Original Poster
Rep: Reputation: 0
Wink problem solved, but still 1 little question

I've solved the question. I just had to start the routed daemon to make the Internet work. One could say that this is a RTFM situation, but I'm not too good when it comes to networking: I have read a bunch of docs regarding ISP hookup, PPP setup and a a little networking documentation. There were some docs in which was specified that before trying to get connected, i should do my networking setup. But they didn't specified that the routed must be started, nor in the ISP/PPP docs nor in the networking docs. For me there was a "link" missing here. That's why it took me some time to understand.
About the other question: what is named? is it neccessary for my Internet connection? and why every time i open linuxconf the named daemon want to be restarted (this gives me a warning when i quit)?

Banu Cosmin.
 
  


Reply



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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Changing ISP, apt-get can not see new ISP proxy linx win Debian 0 01-05-2005 03:41 AM
Which ISP for Linux in the UK?? mike975 Linux - Newbie 5 05-30-2003 06:47 AM
Sun External speaker hookup??? spfanallen Solaris / OpenSolaris 7 04-27-2003 11:13 AM
This ISP works with RH7.2 Does it? R2RO Linux - General 8 08-13-2002 12:03 PM
installing RH7.2 or 7.3 fails; RH7.1 & W2k work great river Linux - Software 4 05-24-2002 04:45 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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

Main Menu
Advertisement
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
Open Source Consulting | Domain Registration