I think at this stage I am getting some sort of connection but I am not 
familiar with networking.  nslookup can see mail.yahoo.com but I cannot ping 
the same. I can ping the OpenDNS servers. 

Perhaps someone can direct me towards my deliberate mistake!


bash-3.2$ pfexec pppd call gprs debug
serial speed set to 115200 bps
connect option: '/etc/ppp/peers/gprs-connect-chat' started (pid 863)
Press CTRL-C to close the connection at any stage!
defining PDP context...
rAT
OK
ATH
OK
ATE1
OK
AT+CGDCONT=1,"IP","internet","",0,0
OK
waiting for connect...

ATD*99***1#
CONNECT
Connected.
If the following ppp negotiations fail,
try restarting the phone.

Serial connection established.
serial speed set to 115200 bps
Using interface sppp0
Connect: sppp0 <--> /dev/term/0
/etc/ppp/pap-secrets is apparently empty
/etc/ppp/chap-secrets is apparently empty
sent [LCP ConfReq id=0xd3 <asyncmap 0x0> <magic 0x806b9de7>]
rcvd [LCP ConfRej id=0xd3 <magic 0x806b9de7>]
sent [LCP Ident id=0xd4 magic=0x0 "ppp-2.4.0b1 (Sun Microsystems, Inc.)"]
sent [LCP ConfReq id=0xd5 <asyncmap 0x0>]
rcvd [LCP CodeRej id=0x0 0c d4 00 2c 00 00 00 00 70 70 70 2d 32 2e 34 2e 30 62 
31 20 28 53 75 6e 20 4d 69 63 72 6f 73 79 ...]
LCP: Rcvd Code-Reject for Identification id 212
rcvd [LCP ConfAck id=0xd5 <asyncmap 0x0>]
rcvd [LCP ConfReq id=0x0 <auth pap> <mru 1500> <asyncmap 0xa0000>]
adjusted requested asyncmap from 0 to a0000
possibly broken peer detected; restarting LCP
/etc/ppp/pap-secrets is apparently empty
/etc/ppp/chap-secrets is apparently empty
sent [LCP ConfReq id=0xd6 <asyncmap 0xa0000> <magic 0x7ce789b3>]
rcvd [LCP ConfRej id=0xd6 <magic 0x7ce789b3>]
LCP: Peer has rejected Identification; not sending another
sent [LCP ConfReq id=0xd8 <asyncmap 0xa0000>]
rcvd [LCP ConfAck id=0xd8 <asyncmap 0xa0000>]
sent [LCP ConfReq id=0xd8 <asyncmap 0xa0000>]
rcvd [LCP ConfReq id=0x0 <auth pap> <mru 1500> <asyncmap 0xa0000>]
LCP: Peer has rejected Identification; not sending another
sent [LCP ConfRej id=0x0 <auth pap>]
rcvd [LCP ConfAck id=0xd8 <asyncmap 0xa0000>]
rcvd [LCP ConfReq id=0x1 <mru 1500> <asyncmap 0xa0000>]
sent [LCP ConfAck id=0x1 <mru 1500> <asyncmap 0xa0000>]
LCP: Peer has rejected Identification; not sending another
sent [IPCP ConfReq id=0xdc <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
sent [CCP ConfReq id=0x4c <deflate 15> <deflate(old#) 15>]
rcvd [IPCP ConfReq id=0x0 <addr 10.6.6.6>]
sent [IPCP ConfAck id=0x0 <addr 10.6.6.6>]
rcvd [LCP ProtRej id=0x0 80 fd 01 4c 00 0c 1a 04 78 00 18 04 78 00]
rcvd [IPCP ConfNak id=0xdc <addr 192.168.21.39> <ms-dns1 202.93.153.35> 
<ms-dns2 202.93.153.50>]
sent [IPCP ConfReq id=0xdd <addr 192.168.21.39> <ms-dns1 202.93.153.35> 
<ms-dns2 202.93.153.50>]
rcvd [IPCP ConfAck id=0xdd <addr 192.168.21.39> <ms-dns1 202.93.153.35> 
<ms-dns2 202.93.153.50>]
local  IP address 192.168.21.39
remote IP address 10.6.6.6
primary   DNS address 202.93.153.35
secondary DNS address 202.93.153.50


bash-3.2$ pfexec ping 208.67.222.222
208.67.222.222 is alive
bash-3.2$ pfexec ping 208.67.220.220
208.67.220.220 is alive
bash-3.2$ pfexec ping mail.yahoo.com
ping: unknown host mail.yahoo.com
bash-3.2$ nslookup mail.yahoo.com
Server:         208.67.220.220
Address:        208.67.220.220#53

Non-authoritative answer:
mail.yahoo.com  canonical name = login.yahoo.com.
login.yahoo.com canonical name = login-global.yahoo8.akadns.net.
login-global.yahoo8.akadns.net  canonical name = login.yahoo.akadns.net.
Name:   login.yahoo.akadns.net
Address: 209.73.168.74

bash-3.2$ netstat -nr

Routing Table: IPv4
  Destination           Gateway           Flags  Ref     Use     Interface 
-------------------- -------------------- ----- ----- ---------- --------- 
default              10.6.6.6             UG        1          2           
10.6.6.6             192.168.21.39        UH        1          0 sppp0     
127.0.0.1            127.0.0.1            UH        1         56 lo0       

Routing Table: IPv6
  Destination/Mask            Gateway                   Flags Ref   Use    If   
--------------------------- --------------------------- ----- --- ------- ----- 
::1                         ::1                         UH      1      18 lo0   
bash-3.2$
--
This message posted from opensolaris.org

Reply via email to