From: mark on 1 Feb 2005 20:21 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
From: mark on 1 Feb 2005 20:35 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(a)ANTian-AXP ~ =) $ ping yahoo.com >> > >> > ant(a)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
From: Shmuel (Seymour J.) Metz on 1 Feb 2005 22:16 In <kr-dnd4gSJtIy2LcRVn-pw(a)mminternet.net>, on 02/01/2005 at 04:15 AM, ANTant(a)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(a)library.lspace.org
From: ANTant on 2 Feb 2005 04:42 > > 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(a)ANTian-AXP ~ =) $ ping yahoo.com > > > > ant(a)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. ( )
From: ANTant on 2 Feb 2005 04:45
Dr Balwinder Singh Dheeman <bsd.sanspam(a)cto.homelinux.net> wrote: > On 02/01/2005 03:45 PM, ANTant(a)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. ( ) |