Networking Forums

Networking Forums > Computer Networking > Linux Networking > Kppp problem

Reply
 
 
Vick
Guest
Posts: n/a

 
      10-02-2003, 02:23 PM
I am running RedHat 9.0 with the stock kernel.

The system detected my modem, and as root, I can activate the device
(without kppp, via network configurator) and connect to the ISP and
surf the web.

As a normal user, I fire up kppp, it asks for the root password which
is okay, I can dial (I hear the modem sounds), I connect and kppp
shows the connection is made. However I cannot surf the net: any
website I type just times out. The message I get is host not found.
Yahoo IM doesnt work either, so I have no network connectivity.

Any suggestions?

TIA!
 
Reply With Quote
 
 
 
 
Repo
Guest
Posts: n/a

 
      10-02-2003, 03:03 PM
Vick wrote:

> I am running RedHat 9.0 with the stock kernel.
>
> The system detected my modem, and as root, I can activate the device
> (without kppp, via network configurator) and connect to the ISP and
> surf the web.
>
> As a normal user, I fire up kppp, it asks for the root password which
> is okay, I can dial (I hear the modem sounds), I connect and kppp
> shows the connection is made. However I cannot surf the net: any
> website I type just times out. The message I get is host not found.
> Yahoo IM doesnt work either, so I have no network connectivity.
>
> Any suggestions?
>
> TIA!


are the DNS servers in /etc/resolv.conf ?
--
Chaos, panic & disorder - my work here is done

Repo
http://beginnerslinux.org
http://repo.mine.nu

 
Reply With Quote
 
Shadow_7
Guest
Posts: n/a

 
      10-02-2003, 04:32 PM
> The system detected my modem, and as root, I can activate the device
> (without kppp, via network configurator) and connect to the ISP and
> surf the web.


sounds like a permissions problem.

# groups
(to see what groups that user is apart of)

# usermod -G <groups,groups,...> <user>
(to add said group permissions to the user)

Also, make sure the user/group has read and write permissions to the modem
device.

# chmod 660 /dev/ttySHSF0
(or whatever your modem device is actually called)

Obviously, if the modem is in the root group, you'll want to change that.
And you might have to play with "setserial" to have your changes keep
between boots.

# chgrp <modem/dialup group> /dev/ttySHSF0

I haven't done this setup in a while so my syntax may be off. Check the
man pages for each to verify.

If you're gonna be on the net, you'll definitely want a firewall setup.
http://netfilter.org
http://shorewall.sourceforge.net

HTH,
Shadow_7

 
Reply With Quote
 
James Knott
Guest
Posts: n/a

 
      10-02-2003, 10:23 PM
Vick wrote:

> I am running RedHat 9.0 with the stock kernel.
>
> The system detected my modem, and as root, I can activate the device
> (without kppp, via network configurator) and connect to the ISP and
> surf the web.
>
> As a normal user, I fire up kppp, it asks for the root password which
> is okay, I can dial (I hear the modem sounds), I connect and kppp
> shows the connection is made. However I cannot surf the net: any
> website I type just times out. The message I get is host not found.
> Yahoo IM doesnt work either, so I have no network connectivity.



Have you checked your default route?

--

Fundamentalism is fundamentally wrong.

To reply to this message, replace everything to the left of "@" with
james.knott.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Kppp & Isdn Modem problem. beatnik Linux Networking 0 08-13-2004 07:36 AM
Kppp problem with philips fisio 825 and bluetooth Marco Mangiante Linux Networking 10 07-02-2004 03:06 AM
pls help KPPP connect w/o username Chumpmeister Linux Networking 2 10-18-2003 09:08 PM
Another KPPP problem Ed Kessinger Linux Networking 4 10-14-2003 12:21 PM
Kppp problems (RH 7.3) Evpuneq Erivf Linux Networking 1 07-30-2003 10:44 AM



1 2 3 4 5 6 7 8 9 10 11