Networking Forums

Networking Forums > Computer Networking > Linux Networking > can't get dial-up connection to work

Reply
Thread Tools Display Modes

can't get dial-up connection to work

 
 
Miguel De Anda
Guest
Posts: n/a

 
      09-12-2003, 08:02 PM
I believe I finally got my laptop modem working and now I'm trying to setup
the ppp connection.

I'm using pppsetup and using the following values:

atdt####### - phone number (where ####### is the phone number)
/dev/modem - for device
57500 - baud rate
default init string: "AT&FH0" OK
cpu-net.com - for ispdomain name
67.97..... for nameserver
PAP authentication
I enter my username and login.


When I do a ppp-go it seems to connect after a kind of long nasty-tone.
After I'm connected I can't get to anything. I try pinging google.com but it
never gives any results. I normally connect to the internet from my network
card, would this make a difference? Maybe its trying to find things using my
network card instead of the modem? How can I fix this? Any suggestions?
Thanks in advance.



 
Reply With Quote
 
 
 
 
Clifford Kite
Guest
Posts: n/a

 
      09-13-2003, 12:42 AM
Miguel De Anda <_sodamnmad_@_hotmail_._com_> wrote:

> When I do a ppp-go it seems to connect after a kind of long
> nasty-tone. After I'm connected I can't get to anything. I try
> pinging google.com but it never gives any results. I normally
> connect to the internet from my network card, would this make a
> difference? Maybe its trying to find things using my network card
> instead of the modem? How can I fix this? Any suggestions?


Adding

/sbin/route add default $1

to /etc/ppp/options should create a default route through the PPP
interface that overrides the Ethernet default route. Pppd itself
won't create a default route if a default route already exists,
even with the defaultroute option.

--
Clifford Kite Email: "echo xvgr_yvahk-(E-Mail Removed)|rot13"
PPP-Q&A links, downloads: http://ckite.no-ip.net/
/* Microsoft is a great marketing organization.
* It _has_ to be */
 
Reply With Quote
 
Miguel De Anda
Guest
Posts: n/a

 
      09-13-2003, 01:08 AM

"Clifford Kite" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Miguel De Anda <_sodamnmad_@_hotmail_._com_> wrote:
>
> > When I do a ppp-go it seems to connect after a kind of long
> > nasty-tone. After I'm connected I can't get to anything. I try
> > pinging google.com but it never gives any results. I normally
> > connect to the internet from my network card, would this make a
> > difference? Maybe its trying to find things using my network card
> > instead of the modem? How can I fix this? Any suggestions?

>
> Adding
>
> /sbin/route add default $1
>
> to /etc/ppp/options should create a default route through the PPP
> interface that overrides the Ethernet default route. Pppd itself
> won't create a default route if a default route already exists,
> even with the defaultroute option.
>
> --
> Clifford Kite Email: "echo xvgr_yvahk-(E-Mail Removed)|rot13"
> PPP-Q&A links, downloads: http://ckite.no-ip.net/
> /* Microsoft is a great marketing organization.
> * It _has_ to be */



Cool, thanks. I'll try that tonight when I get home.



 
Reply With Quote
 
PeP
Guest
Posts: n/a

 
      09-14-2003, 08:48 AM
"Clifford Kite" <(E-Mail Removed)> ha scritto nel messaggio
news:(E-Mail Removed)...
> Miguel De Anda <_sodamnmad_@_hotmail_._com_> wrote:
>
> > When I do a ppp-go it seems to connect after a kind of long
> > nasty-tone. After I'm connected I can't get to anything. I try
> > pinging google.com but it never gives any results. I normally
> > connect to the internet from my network card, would this make a
> > difference? Maybe its trying to find things using my network card
> > instead of the modem? How can I fix this? Any suggestions?

>
> Adding
>
> /sbin/route add default $1
>
> to /etc/ppp/options should create a default route through the PPP
> interface that overrides the Ethernet default route. Pppd itself
> won't create a default route if a default route already exists,
> even with the defaultroute option.


hi, i have the same problem.
i did what you wrote but kppp ends soon with, it seems, error #2 (i'm not
sure)

any suggestions?
thanks in advance



 
Reply With Quote
 
Clifford Kite
Guest
Posts: n/a

 
      09-14-2003, 01:36 PM
PeP <(E-Mail Removed)> wrote:
> "Clifford Kite" <(E-Mail Removed)> ha scritto nel messaggio
> news:(E-Mail Removed)...
>> Adding
>>
>> /sbin/route add default $1
>>
>> to /etc/ppp/options should create a default route through the PPP
>> interface that overrides the Ethernet default route. Pppd itself
>> won't create a default route if a default route already exists,
>> even with the defaultroute option.


> hi, i have the same problem.
> i did what you wrote but kppp ends soon with, it seems, error #2 (i'm not
> sure)


> any suggestions?


From man pppd:

2 An error was detected in processing the options
given, such as two mutually exclusive options being
used.

Now I have no idea whether this is the error reported by the pppd
front-end kppp or not. I don't use front-ends, and also compile
pppd from the standard pppd source package - something that not all
distributions do. But simply adding that line to ip-up will *not*
affect the pppd options.

--
Clifford Kite Email: "echo xvgr_yvahk-(E-Mail Removed)|rot13"
PPP-Q&A links, downloads: http://ckite.no-ip.net/
/* I gave up on politics when no matter who I voted for, I regretted it.
* -- Pepper...and Salt, WSJ */
 
Reply With Quote
 
Andy Furniss
Guest
Posts: n/a

 
      09-14-2003, 10:20 PM
PeP wrote:

> "Clifford Kite" <(E-Mail Removed)> ha scritto nel messaggio
> news:(E-Mail Removed)...
> > Miguel De Anda <_sodamnmad_@_hotmail_._com_> wrote:
> >
> > > When I do a ppp-go it seems to connect after a kind of long
> > > nasty-tone. After I'm connected I can't get to anything. I try
> > > pinging google.com but it never gives any results. I normally
> > > connect to the internet from my network card, would this make a
> > > difference? Maybe its trying to find things using my network card
> > > instead of the modem? How can I fix this? Any suggestions?

> >
> > Adding
> >
> > /sbin/route add default $1
> >
> > to /etc/ppp/options should create a default route through the PPP
> > interface that overrides the Ethernet default route. Pppd itself
> > won't create a default route if a default route already exists,
> > even with the defaultroute option.

>
> hi, i have the same problem.
> i did what you wrote but kppp ends soon with, it seems, error #2 (i'm not
> sure)


I think he meant add it to /etc/ppp/ip-up not as he wrote /etc/ppp/options.

Andy.

 
Reply With Quote
 
Clifford Kite
Guest
Posts: n/a

 
      09-15-2003, 01:43 AM
Andy Furniss <(E-Mail Removed)> wrote:
> PeP wrote:


>> "Clifford Kite" <(E-Mail Removed)> ha scritto nel messaggio
>> news:(E-Mail Removed)...
>> > Miguel De Anda <_sodamnmad_@_hotmail_._com_> wrote:
>> >
>> > > When I do a ppp-go it seems to connect after a kind of long
>> > > nasty-tone. After I'm connected I can't get to anything. I try
>> > > pinging google.com but it never gives any results. I normally
>> > > connect to the internet from my network card, would this make a
>> > > difference? Maybe its trying to find things using my network card
>> > > instead of the modem? How can I fix this? Any suggestions?
>> >
>> > Adding
>> >
>> > /sbin/route add default $1
>> >
>> > to /etc/ppp/options should create a default route through the PPP
>> > interface that overrides the Ethernet default route. Pppd itself
>> > won't create a default route if a default route already exists,
>> > even with the defaultroute option.

>>
>> hi, i have the same problem.
>> i did what you wrote but kppp ends soon with, it seems, error #2 (i'm not
>> sure)


> I think he meant add it to /etc/ppp/ip-up not as he wrote /etc/ppp/options.


Thanks! I did mean exactly that and never noticed the error, although
it was mentioned in my reply to his post about the error. That is almost
certainly what caused the error.

--
Clifford Kite Email: "echo xvgr_yvahk-(E-Mail Removed)|rot13"
PPP-Q&A links, downloads: http://ckite.no-ip.net/
/* I gave up on politics when no matter who I voted for, I regretted it.
* -- Pepper...and Salt, WSJ */
 
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
IE options - "never dial a connection" doesnt stick - returns to "Dial whenever a network connection is not present" techman41973@yahoo.com Wireless Internet 2 03-08-2006 08:08 PM
remote desktop connection using vpn and dial up connection =?Utf-8?B?bW0=?= Windows Networking 5 11-17-2005 06:52 PM
Can't get KPPP to work for dial-up Internet connection... ANTant@zimage.com Linux Networking 16 02-07-2005 11:49 PM
can't get RIP to work with dial-up client Gary Roach Windows Networking 1 09-05-2004 12:12 AM
Re: how to enable Internet Connection Sharing (ICS) to share the dial-up connection Steve Winograd [MVP] Windows Networking 0 08-08-2003 07:27 AM



1 2 3 4 5 6 7 8 9 10 11