Some ISPs do not allow pinging because of security reasons. Check, if your ISP
allows ping. If not they probably will not allow telnet either. You should then try
to get http.
Open up lynx, type g, enter know URL. If you get a result you are connected
correctly, if not check your route with "route -n"
It should contain have at least one line looking similar to:
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 0.0.0.0 0.0.0.0 U 0
0 236 ppp0
If it does not, type:
/sbin/route add default ppp0
this command will insert the default route
You can also tell pppd to install a default route when you dial up. See "man pppd"
Hope that helps
Regards
Bernhard
Richard Loken wrote:
> Is the symbolic link from /dev/modem to /dev/ttyS* required to make PPP run?
>
> The origin of this question is that I have been attempting to setup PPP on
> my RedHat Linix 5.1 box to an external Hayes Accura 288 modem with an ancient
> secial card that uses a 450 chipset. I am using chat and have the interface
> ahd the modem set up to use rts/cts hand shaking at 38.4Kbps. When I fire
> up the script it successfully picks up the modem, dials the ISP and chats
> its way through a successful login and using 4 LCP packets and 6 IPCP packets
> it seems to setup a proper ppp connection and then nothing. I can send an
> infinite supply of packets to the ISP but not one packet comes back, ever.
>
> I wrote my scripts to refer to /dev/ttyS1 and I can successfully connect to my
> ISP (which I also administer) but then nothing happens. The ppp connection
> sequence is logged something like this:
>
> Mar 21 08:06:26 (none) pppd[337]: pppd 2.3.3 started by root, uid 0
> Mar 21 08:06:51 (none) pppd[337]: Serial connection established.
> Mar 21 08:06:52 (none) pppd[337]: Using interface ppp0
> Mar 21 08:06:52 (none) pppd[337]: Connect: ppp0 <--> /dev/ttyS1
> Mar 21 08:06:26 (none) pppd[337]: local IP address 111.222.333.121
> Mar 21 08:06:26 (none) pppd[337]: remote IP address 111.222.333.2
>
> An ifconfig at this point shows that each host has sent 5 packets down the
> wire but after that if I ping the remote host or the dns or whoever I get
> only outgoing packets and no incoming packets.
>
> The other thing that interests me here is that my local hostname is (none).
> This is setup using DHCP so I didn't think about that but I was comparing notes
> with a working Linux PPP client and found that it calls itself localhost.
>
> Where have I gone wrong?
>
> Richard Loken VE6BSV, Systems Programmer - VMS : "...underneath those
> Athabasca University : tuques we wear, our heads
> Athabasca, Alberta Canada : are naked!"
> ** [EMAIL PROTECTED] ** : - Arthur Black
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
> the body of a message to [EMAIL PROTECTED]
-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]