"Larry G. Gariepy Jr." wrote:
>
> --- You wrote:
> Ping is an ICMP packet. Many ISP's do not allow pings and traceroutes. "sendto:
> Operation not permitted" indicates that. This could be the reason why you cannot
> ping. Try to send a TCP packet. Say a mail or http request. That should get
> through.
>
> Also you must set up a default route to the ppp0 interface you just created by
> dialing into your provider. pppd can do this for you. You put a the word
> "defaultroute" in a separate line in your /etc/ppp/options (or
> /etc/ppp/options.ttyS0 .....file).
>
> the manual command is:
>
> /sbin/route add default ppp0
>
> Check your route also:
>
> /sbin/route -n
>
> If you are still having problems, post again. (Would be nice to hear, if my
> suggestions were right)
>
> Regards
> Bernhard
>
> --- end of quote ---
>
> Unfortunately, I was not able to do anything else. When I had my ppp connection
>working previously, I was able to ping, and everything else you'd expect to be able
>to do. Since my ISP is Dartmouth College, I'm pretty sure they support pings and
>traceroutes, and all that stuff.
> I've included the output of route -n, as well as a transcript of
>/var/log/ppp.log. There is a message in the ppp log about an unsupported protocol
>being received. Could that be something about PAP vs. CHAP?
> I simply have no idea what I'm doing. :(
>
>From PPP.LOG:
> Mar 4 06:11:54 brain pppd[361]: local IP address 129.170.40.80
> Mar 4 06:11:54 brain pppd[361]: remote IP address 129.170.40.12
So it looks like everything is ok. I also can't see anything wrong with
your routing table.
One thing wasn't clear to me from what you've said so far: Con you not
even ping the other side of your PPP connection by IP address
(129.170.40.12)? Or if they won't even let you do that, how about telnet
(by the raw IP address -- keep DNS out of it initially).
I also noticed:
> Mar 4 06:11:56 brain pppd[361]: rcvd [proto=0x8029] 01 07 00 29 01 06 00 00 86 27
>02 04 00 00 06 0d 00 01 0e 02 00 00 41 6e 6e 65 78 07 08 44 69 61 6c 75 70 08 06 00
>00 86 30
> Mar 4 06:11:56 brain pppd[361]: Unsupported protocol (0x8029) received
> Mar 4 06:11:56 brain pppd[361]: sent [LCP ProtRej id=0x2 80 29 01 07 00 29 01 06 00
>00 86 27 02 04 00 00 06 0d 00 01 0e 02 00 00 41 6e 6e 65 78 07 08 44 69 61 6c 75 70
>08 06 00 00 86 30]
So they want to use AppleTalk and you are rejecting that. Shouldn't
necessarily be a problem though.
One side comment: It is unnecessary to BASE 64-encode your plain text
attachments. That makes more work for someone to look at them. Hmm.
Looks like you are posting from a Mac? Maybe just paste this stuff into
your composition window to avoid the issue.
-- David
-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]