n***@gmail.com
2011-09-29 18:47:55 UTC
This is from a Huawei ET2252+ FixedWirelessTerminal, where
I've previously driven the earlier model ET2252 from linux
with my old script slightly modified and renamed N3840USBt0
So ./N3840USBt0
calls
pppd lcp-echo-interval 300 lcp-echo-failure 4 connect '
chat -v "" ATZ OK ATX OK ATM2DT0113407501 CONNECT "" TIMEOUT 99 ' \
/dev/ttyUSB0 38400 debug crtscts modem defaultroute : name "***@neomail.co.za"
And /etc/ppp/*secret* has got my password
And ./TailScript
calls
tail -f /var/log/messages
Which gave the following log/trace:---
Sep 28 12:13:25 labeas pppd[8381]: Connect: ppp0 <--> /dev/ttyUSB0
Sep 28 12:13:26 labeas pppd[8381]: CHAP authentication succeeded: Welcome to pdsn.
Sep 28 12:13:26 labeas pppd[8381]: CHAP authentication succeeded
Sep 28 12:13:27 labeas pppd[8381]: local IP address 41.174.19.150
Sep 28 12:13:27 labeas pppd[8381]: remote IP address 2.2.2.2
---So the ISP allocated an IP.
Does that prove I passed the User & password stage?
Then later I tried `ping <someIP>` and then I pulled out the USB-connection
and the trace became:---
Sep 28 12:15:39 labeas kernel: usb 3-2.3: USB disconnect, address 22 <-- pull USB ?
Sep 28 12:15:39 labeas kernel: generic ttyUSB0: generic converter now disconnected from ttyUSB0
Sep 28 12:15:39 labeas kernel: usbserial_generic 3-2.3:1.0: device disconnected
Sep 28 12:15:39 labeas kernel: generic ttyUSB1: generic converter now disconnected from ttyUSB1
Sep 28 12:15:39 labeas kernel: usbserial_generic 3-2.3:1.1: device disconnected
Sep 28 12:15:40 labeas pppd[8381]: Hangup (SIGHUP)
Sep 28 12:15:40 labeas pppd[8381]: Modem hangup <-- ?!
Sep 28 12:15:40 labeas pppd[8381]: Connect time 2.3 minutes. <-- ping-time: "time 136185ms"
Sep 28 12:15:40 labeas pppd[8381]: Sent 11166 bytes, received 0 bytes. <-- ? multiple pings ?
Sep 28 12:15:40 labeas pppd[8381]: Connection terminated.
Sep 28 12:15:41 labeas pppd[8381]: Exit.
When I tried:
ping 142.165.70.236
I got:--
PING 142.165.70.236 (142.165.70.236) 56(84) bytes of data.
And when I unpluggged the PC to FWT I got
ping: sendmsg: Network is unreachable
...
ping: sendmsg: Network is unreachable
So it seems that ping thought it was 'getting out'?
But [IIRC] ping's log showed:
924 packets transmitted, 0 received, 100% packet loss, time 923036ms
==> that's 15 min?!
Q. what is the sequence of steps to dialout and get a ping-bounce?
Eg. a,b,c, confirm UserID, confirm Password, d,e ...
Q. what is the next step that I need to confirm/test and how?
Q. does ping eliminate the need for DNS access?
Q. what happened to the-man-who-wrote-the-book
(from Sun microsystems) that I borrowed from the library N years ago?
== TIA.
I've previously driven the earlier model ET2252 from linux
with my old script slightly modified and renamed N3840USBt0
So ./N3840USBt0
calls
pppd lcp-echo-interval 300 lcp-echo-failure 4 connect '
chat -v "" ATZ OK ATX OK ATM2DT0113407501 CONNECT "" TIMEOUT 99 ' \
/dev/ttyUSB0 38400 debug crtscts modem defaultroute : name "***@neomail.co.za"
And /etc/ppp/*secret* has got my password
And ./TailScript
calls
tail -f /var/log/messages
Which gave the following log/trace:---
Sep 28 12:13:25 labeas pppd[8381]: Connect: ppp0 <--> /dev/ttyUSB0
Sep 28 12:13:26 labeas pppd[8381]: CHAP authentication succeeded: Welcome to pdsn.
Sep 28 12:13:26 labeas pppd[8381]: CHAP authentication succeeded
Sep 28 12:13:27 labeas pppd[8381]: local IP address 41.174.19.150
Sep 28 12:13:27 labeas pppd[8381]: remote IP address 2.2.2.2
---So the ISP allocated an IP.
Does that prove I passed the User & password stage?
Then later I tried `ping <someIP>` and then I pulled out the USB-connection
and the trace became:---
Sep 28 12:15:39 labeas kernel: usb 3-2.3: USB disconnect, address 22 <-- pull USB ?
Sep 28 12:15:39 labeas kernel: generic ttyUSB0: generic converter now disconnected from ttyUSB0
Sep 28 12:15:39 labeas kernel: usbserial_generic 3-2.3:1.0: device disconnected
Sep 28 12:15:39 labeas kernel: generic ttyUSB1: generic converter now disconnected from ttyUSB1
Sep 28 12:15:39 labeas kernel: usbserial_generic 3-2.3:1.1: device disconnected
Sep 28 12:15:40 labeas pppd[8381]: Hangup (SIGHUP)
Sep 28 12:15:40 labeas pppd[8381]: Modem hangup <-- ?!
Sep 28 12:15:40 labeas pppd[8381]: Connect time 2.3 minutes. <-- ping-time: "time 136185ms"
Sep 28 12:15:40 labeas pppd[8381]: Sent 11166 bytes, received 0 bytes. <-- ? multiple pings ?
Sep 28 12:15:40 labeas pppd[8381]: Connection terminated.
Sep 28 12:15:41 labeas pppd[8381]: Exit.
When I tried:
ping 142.165.70.236
I got:--
PING 142.165.70.236 (142.165.70.236) 56(84) bytes of data.
And when I unpluggged the PC to FWT I got
ping: sendmsg: Network is unreachable
...
ping: sendmsg: Network is unreachable
So it seems that ping thought it was 'getting out'?
But [IIRC] ping's log showed:
924 packets transmitted, 0 received, 100% packet loss, time 923036ms
==> that's 15 min?!
Q. what is the sequence of steps to dialout and get a ping-bounce?
Eg. a,b,c, confirm UserID, confirm Password, d,e ...
Q. what is the next step that I need to confirm/test and how?
Q. does ping eliminate the need for DNS access?
Q. what happened to the-man-who-wrote-the-book
(from Sun microsystems) that I borrowed from the library N years ago?
== TIA.