Bluehost.com Web Hosting $6.95

Can't get KPPP to work for dial-up Internet connection...

This is a discussion on Can't get KPPP to work for dial-up Internet connection... within the Linux Networking forums, part of the Linux Forums category; I'm using earthlink, too with slackware 10. If you can connect to it and it updates dns correctly then, ...


Go Back   Usenet Forums > Linux Forums > Linux Networking

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #11 (permalink)  
Old 02-02-2005
mark
 
Posts: n/a
Default Re: Can't get KPPP to work for dial-up Internet connection...

I'm using earthlink, too with slackware 10.
If you can connect to it and it updates dns correctly then, it's pretty
much success at hand shaking all that, you shouldbe able to use it.
unless you got firewall ruling is up or something and hinders it. I see
you got a few network interfaces. try different local number or
something, you know

another thing, I'm recently experiencing things get dropped in the middle
of online session or even beginning of session. I don't mean line, line
still is connected but it just not working. got dropped in game, can't
explore the web. I just reconnect to earthlink for that events. this is
last month I'm using earthlink, i terminated the membership. I thought
they do that purposely, cuz i'm heavy internet user with dial up. I've
been downloading dial up with bsd cd images all that. link's up almost
24/7 :)

well good luck, I know it works with linux. Cuz I'm using earthlink with
it ;)

earthlink dns: 207.69.188.185 to 187
Reply With Quote
  #12 (permalink)  
Old 02-02-2005
mark
 
Posts: n/a
Default Re: Can't get KPPP to work for dial-up Internet connection...

On Tue, 01 Feb 2005 12:24:51 -0600, ANTant wrote:

>> > I am trying to get my dial-up Internet connection working since I
>> > currently do not have broadband service (used to). I am using KDE
>> > v3.3.1's KPPP to set up my dial-up Internet connection with
>> > EarthLink (ELN) in Debian v3.1 (sort of outdated by a few weeks).
>> >
>> > [...]
>> >
>> > /etc/resolv.conf seems to be updating correctly with domain
>> > earthlink.net and nameservers (207.69.188.187 and 207.69.188.186)
>> > when I am online.
>> >
>> > [...]
>> >
>> > In another terminal window to test dial-up network basics like pings:
>> >
>> > ant@ANTian-AXP ~ =) $ ping yahoo.com
>> >
>> > ant@ANTian-AXP ~ =( $ ping 66.94.234.13
>> > PING 66.94.234.13 (66.94.234.13) 56(84) bytes of data.
>> > From 192.168.0.220 icmp_seq=3 Destination Host Unreachable

>
>> This looks to me like the default route is set to the device with the IP
>> 192.168.0.220 (your eth0). Please check the output of route to verify.

>
> How do I check that route?

type "route" or "route -n"
look for * or 0.0.0.0 for destination, address below gateway is the
default gateway address

>
>
>> If you don't use eth0 to access the internet, you can either change

>
> I only use eth0 for my tiny LAN. I would like to keep that IP address so
> I don't have to keep figuring out what IP address I am. I use an old
> Netgear DS108 hub for LAN
>
>
>> your routing for eth0 manually (/etc/network/interfaces, remove the
>> gateway line and add "up /sbin/route whateveryouneed"), or you can set
>> the option "replacedefaultroute" in /etc/ppp/options. This solution
>> will change the default route to the ppp0 device when if comes up, and
>> go back to the previous settings when you disconnect.

>
> OK, I will try this. I do not want to lose 192.168.0.220 IP. I don't
> mind losing it when I am online. I wonder if there is a way to keep both
> like in Windows?

i'm pretty sure there's a way, cuz that 192.168.0.220 is only for eth0
interface, and there should different one for ppp0 when connected to
dialup. I'm thinking you're talking about configuring the system as linux
box. so your small lan can talk to internet through that system. ip
forwarding
Reply With Quote
  #13 (permalink)  
Old 02-02-2005
Shmuel (Seymour J.) Metz
 
Posts: n/a
Default Re: Can't get KPPP to work for dial-up Internet connection...

In <kr-dnd4gSJtIy2LcRVn-pw@mminternet.net>, on 02/01/2005
at 04:15 AM, ANTant@zimage.com said:

>I am trying to get my dial-up Internet connection working since I
>currently do not have broadband service (used to). I am using KDE
>v3.3.1's KPPP to set up my dial-up Internet connection with
>EarthLink (ELN) in Debian v3.1 (sort of outdated by a few weeks).


Do you have the same problem with kinternet?

--
Shmuel (Seymour J.) Metz, SysProg and JOAT <http://patriot.net/~shmuel>

Unsolicited bulk E-mail subject to legal action. I reserve the
right to publicly post or ridicule any abusive E-mail. Reply to
domain Patriot dot net user shmuel+news to contact me. Do not
reply to spamtrap@library.lspace.org

Reply With Quote
  #14 (permalink)  
Old 02-02-2005
ANTant@zimage.com
 
Posts: n/a
Default Re: Can't get KPPP to work for dial-up Internet connection...

> > I am trying to get my dial-up Internet connection working since I
> > currently do not have broadband service (used to). I am using KDE
> > v3.3.1's KPPP to set up my dial-up Internet connection with
> > EarthLink (ELN) in Debian v3.1 (sort of outdated by a few weeks).
> >
> > [...]
> >
> > /etc/resolv.conf seems to be updating correctly with domain
> > earthlink.net and nameservers (207.69.188.187 and 207.69.188.186)
> > when I am online.
> >
> > [...]
> >
> > In another terminal window to test dial-up network basics like pings:
> >
> > ant@ANTian-AXP ~ =) $ ping yahoo.com
> >
> > ant@ANTian-AXP ~ =( $ ping 66.94.234.13
> > PING 66.94.234.13 (66.94.234.13) 56(84) bytes of data.
> > From 192.168.0.220 icmp_seq=3 Destination Host Unreachable


> This looks to me like the default route is set to the device with the IP
> 192.168.0.220 (your eth0). Please check the output of route to verify.
> If you don't use eth0 to access the internet, you can either change
> your routing for eth0 manually (/etc/network/interfaces, remove the
> hateway line and add "up /sbin/route whateveryouneed"), or you can set
> the option "replacedefaultroute" in /etc/ppp/options. This solution
> will change the default route to the ppp0 device when if comes up, and
> go back to the previous settings when you disconnect.


Excellent. Your "replacedefaultroute" suggestion worked! Thanks! Now, I
need to configure guarddog to stay secured online. Oy, apt-get is SOOOO
slow!
--
"An anthill increases by accumulation. / Medicine is consumed by distribution. / That which is
feared lessens by association. / This is the thing to understand." --Siddha Nagarjuna
/\___/\
/ /\ /\ \ Ant @ The Ant Farm: http://antfarm.ma.cx
| |o o| | Ant's Quality Foraged Links: http://aqfl.net
\ _ / Please remove ANT if replying by e-mail.
( )
Reply With Quote
  #15 (permalink)  
Old 02-02-2005
ANTant@zimage.com
 
Posts: n/a
Default Re: Can't get KPPP to work for dial-up Internet connection...

Dr Balwinder Singh Dheeman <bsd.sanspam@cto.homelinux.net> wrote:
> On 02/01/2005 03:45 PM, ANTant@zimage.com wrote:
> [snip]


> > Feb 1 00:46:37 localhost pppd[3008]: local IP address 4.232.180.137
> > Feb 1 00:46:37 localhost pppd[3008]: remote IP address 209.247.5.129
> > Feb 1 00:46:37 localhost pppd[3008]: primary DNS address 207.69.188.187
> > Feb 1 00:46:37 localhost pppd[3008]: secondary DNS address 207.69.188.186
> >
> > << I made KPPP disconnect since my Internet connection wasn't working. >>


> Try adding the following lines to your /etc/ppp/options and, or relevant
> options file:


> defaultroute
> replacedefaultroute


> Hope that helps!


Adding replacedefaultroute to the bottom worked. :)
--
"An anthill increases by accumulation. / Medicine is consumed by distribution. / That which is
feared lessens by association. / This is the thing to understand." --Siddha Nagarjuna
/\___/\
/ /\ /\ \ Ant @ The Ant Farm: http://antfarm.ma.cx
| |o o| | Ant's Quality Foraged Links: http://aqfl.net
\ _ / Please remove ANT if replying by e-mail.
( )
Reply With Quote
  #16 (permalink)  
Old 02-04-2005
JHson
 
Posts: n/a
Default Re: Can't get KPPP to work for dial-up Internet connection...


> OK, I will try this. I do not want to lose 192.168.0.220 IP. I don't
> mind losing it when I am online. I wonder if there is a way to keep both
> like in Windows?


Ye, there is. Masquerade. and it's pretty simple to set up

Reply With Quote
  #17 (permalink)  
Old 02-08-2005
Friendly
 
Posts: n/a
Default Re: Can't get KPPP to work for dial-up Internet connection...

On Tue, 01 Feb 2005 04:15:49 -0600 ANTant scrawled this disquisition:


> I am trying to get my dial-up Internet connection working since I
> currently do not have broadband service (used to). I am using KDE
> v3.3.1's KPPP to set up my dial-up Internet connection with
> EarthLink (ELN) in Debian v3.1 (sort of outdated by a few weeks).
>


Try wvdial from a terminal ...

> /etc/resolv.conf seems to be updating correctly with domain
> earthlink.net and nameservers (207.69.188.187 and 207.69.188.186)



Those are ELN's nameservers and shouldn't change on connection.

FS
Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +1. The time now is 01:55 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0