Hello;
If somone can help me on this I will be very glad since I've read the
HOWTOs and FAQs but failed
to figure it out. I am dialing to my ISP and everything seems fine, ppp
starts at the counter side,
my pppd starts, connection establishes but I can't reach to outside
network. I tried
minicom xdialppp ezppp seyon the result is same: The ppp0 interface is
not started automatically.
After connection ifconfig gives me the following:
lo Link encap:Local Loopback
inet addr:127.0.0.1 Bcast:0.0.0.0 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:3924 Metric:1
RX packets:28 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:2072 dropped:28 overruns:0 carrier:0
coll:0
and the route -n shows only loopback interface:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use
Iface
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0
lo
In this state I am unable to ping to the IP of my ISP; it says Network
Unreachable;
but I can ping to the dynamic IP the ISP assigns to me.
Then I add the interface manually typing ifconfig ppp0 add and reobserve
with ifconfig:
lo Link encap:Local Loopback
inet addr:127.0.0.1 Bcast:0.0.0.0 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:3924 Metric:1
RX packets:28 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:2072 dropped:28 overruns:0 carrier:0
coll:0
ppp0 Link encap:Point-to-Point Protocol
inet addr:212.33.11.42 P-t-P:212.33.10.253
Mask:255.255.255.0
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
RX packets:7 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:229 dropped:7 overruns:0 carrier:0
coll:0
Obviously there are errors and they increase whenever I try to ping to
my ISP's IP,
this time receiving no reply. Here what makes me think that, although I
indicate subnet mask
as 255.255.0.0 (I guess I should do so because my ISP's IP is
212.33.10.253 for instance and the IP
it gaves to me is 212.33.9.52 for example, differing by the third and
fourth term) via netconfig and
xdialppp (when I use it) ifconfig tells me the mask as 255.255.255.0
Here are the /var/adm/messages and /var/adm/debug files related parts.
If you can help me on this
I would be very grateful. Many thanks for any info and advise!
Alp
Mar 13 11:31:05 may pppd[412]: pppd 2.2.0 started by root, uid 0
Mar 13 11:31:06 may chat[413]: timeout set to 3 seconds
Mar 13 11:31:06 may chat[413]: abort on (\nBUSY\r)
Mar 13 11:31:06 may chat[413]: abort on (\nNO ANSWER\r)
Mar 13 11:31:06 may chat[413]: abort on (\nRINGING\r\n\r\nRINGING\r)
Mar 13 11:31:06 may chat[413]: send (rAT^M)
Mar 13 11:31:06 may chat[413]: expect (OK)
Mar 13 11:31:06 may chat[413]: rAT^M^M
Mar 13 11:31:06 may chat[413]: OK -- got it
Mar 13 11:31:06 may chat[413]: send (ATH0^M)
Mar 13 11:31:06 may chat[413]: timeout set to 30 seconds
Mar 13 11:31:06 may chat[413]: expect (OK)
Mar 13 11:31:06 may chat[413]: ^M
Mar 13 11:31:06 may chat[413]: ATH0^M^M
Mar 13 11:31:06 may chat[413]: OK -- got it
Mar 13 11:31:06 may chat[413]: send (ATL1DT08223144009^M)
Mar 13 11:31:06 may chat[413]: expect (CONNECT) 0
Mar 13 11:31:06 may chat[413]: ^M
Mar 13 11:31:28 may chat[413]: ATL1DT08223144009^M^M
Mar 13 11:31:28 may chat[413]: CONNECT -- got it
Mar 13 11:31:28 may chat[413]: send (^M)
Mar 13 11:31:28 may chat[413]: expect (Username:)
Mar 13 11:31:28 may chat[413]: 115200^M
Mar 13 11:31:28 may chat[413]: ^M
Mar 13 11:31:28 may chat[413]: ^M
Mar 13 11:31:28 may chat[413]: User Access Verification^M
Mar 13 11:31:28 may chat[413]: ^M
Mar 13 11:31:28 may chat[413]: Username: -- got it
Mar 13 11:31:28 may chat[413]: send (loginxx2^M)
Mar 13 11:31:28 may chat[413]: expect (Password:)
Mar 13 11:31:28 may chat[413]: ^M
Mar 13 11:31:28 may chat[413]: Username: loginxx2^M
Mar 13 11:31:28 may chat[413]: Password: -- got it
Mar 13 11:31:28 may chat[413]: send (log14in^M)
Mar 13 11:31:29 may chat[413]: expect (~)
Mar 13 11:31:29 may chat[413]: ^M
Mar 13 11:31:29 may chat[413]: Entering PPP mode.^M
Mar 13 11:31:29 may chat[413]: Async interface address is unnumbered
(Ethernet0)^M
Mar 13 11:31:29 may chat[413]: Your IP address is 212.33.11.22. MTU is
1500 bytes^M
Mar 13 11:31:29 may chat[413]: Header compression will match your
system.^M
Mar 13 11:31:29 may chat[413]: ^M
Mar 13 11:31:30 may chat[413]: ~ -- got it
Mar 13 11:31:30 may chat[413]: send ([CR]^M)
Mar 13 11:31:30 may pppd[412]: Serial connection established.
Mar 13 11:31:31 may pppd[412]: Using interface ppp0
Mar 13 11:31:31 may pppd[412]: Connect: ppp0 <--> /dev/ttyS1
Mar 13 11:31:35 may pppd[412]: local IP address 212.33.11.22
Mar 13 11:31:35 may pppd[412]: remote IP address 212.33.10.254
Mar 13 11:31:49 may pppd[412]: Terminating on signal 2.
Mar 13 11:31:49 may pppd[412]: Connection terminated.
Mar 13 11:31:49 may pppd[412]: Exit.
------------
Mar 13 11:31:31 may pppd[412]: sent [LCP ConfReq id=0x1 <mru 1500>
<asyncmap 0x20a0000> <magic 0x56a4a958> <pcomp> <accomp>]
Mar 13 11:31:31 may pppd[412]: rcvd [LCP TermAck id=0x1]
Mar 13 11:31:32 may pppd[412]: rcvd [LCP ConfReq id=0x7f <asyncmap
0xa0000> <magic 0xeb367d7c> <pcomp> <accomp>]
Mar 13 11:31:32 may pppd[412]: sent [LCP ConfAck id=0x7f <asyncmap
0xa0000> <magic 0xeb367d7c> <pcomp> <accomp>]
Mar 13 11:31:34 may pppd[412]: sent [LCP ConfReq id=0x1 <mru 1500>
<asyncmap 0x20a0000> <magic 0x56a4a958> <pcomp> <accomp>]
Mar 13 11:31:34 may pppd[412]: rcvd [LCP ConfAck id=0x1 <mru 1500>
<asyncmap 0x20a0000> <magic 0x56a4a958> <pcomp> <accomp>]
Mar 13 11:31:34 may pppd[412]: sent [IPCP ConfReq id=0x1 <addr 0.0.0.0>
<compress VJ 0f 01>]
Mar 13 11:31:35 may pppd[412]: rcvd [IPCP ConfReq id=0x2f <compress VJ
0f 00> <addr 212.33.10.254>]
Mar 13 11:31:35 may pppd[412]: sent [IPCP ConfAck id=0x2f <compress VJ
0f 00> <addr 212.33.10.254>]
Mar 13 11:31:35 may pppd[412]: rcvd [IPCP ConfNak id=0x1 <addr
212.33.11.22>]
Mar 13 11:31:35 may pppd[412]: sent [IPCP ConfReq id=0x2 <addr
212.33.11.22> <compress VJ 0f 01>]
Mar 13 11:31:35 may pppd[412]: rcvd [IPCP ConfAck id=0x2 <addr
212.33.11.22> <compress VJ 0f 01>]
Mar 13 11:31:35 may pppd[412]: sent [IPCP TermReq id=0x3]
Mar 13 11:31:35 may pppd[412]: rcvd [IPCP TermAck id=0x3]
Mar 13 11:31:49 may pppd[412]: sent [LCP TermReq id=0x2]
Mar 13 11:31:49 may pppd[412]: rcvd [LCP TermAck id=0x2]
-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]