I created a shellscript vodacom3g.sh
with this content:
wvdial novatel internet 3gonly 384k
I launched my shell script in ect folder as follows:
./vodacom3g.sh
This is the screen dump of that session :
==============================
--> WvDial: Internet dialer version 1.54.0
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: ATZ
ATZ
OK
--> Sending: ATE0V1&D2&C1S0=0+IFC=2,2
ATE0V1&D2&C1S0=0+IFC=2,2
OK
--> Sending: AT+COPS=0,0,"Vodacom-SA",2
OK
--> Sending: AT+CGDCONT=1,"IP","internet";
OK
--> Sending: AT+CGEQMIN=1,4,64,384,64,384
OK
--> Sending: AT+CGEQREQ=1,4,64,384,64,384
OK
--> Modem initialized.
--> Sending: ATDT*99***1#
--> Waiting for carrier.
CONNECT
--> Carrier detected. Starting PPP immediately.
--> Starting pppd at Mon Sep 26 07:38:31 2005
--> pid of pppd: 9216
--> Using interface ppp0
--> pppd: Command
--> pppd: Command
--> pppd: Command
--> pppd: Command
--> pppd: Command
--> local IP address 10.43.250.12
--> pppd: Command
--> remote IP address 10.64.64.64
--> pppd: Command
--> primary DNS address 10.11.12.13
--> pppd: Command
--> secondary DNS address 10.11.12.14
--> pppd: Command
--> Script /etc/ppp/ip-up run successful
--> Default route Ok.
--> warning, can't find address for `www.suse.de`
--> warning, address lookup does not work
--> Nameserver (DNS) failure, the connection may not work.
--> Connected... Press Ctrl-C to disconnect
--> pppd: Command
In a sepperate Shell Konsole I tried the following pings:
=========================================
It seems that i can only ping my own IP address
linux:~ # ping 10.11.12.13
PING 10.11.12.13 (10.11.12.13) 56(84) bytes of data.
--- 10.11.12.13 ping statistics ---
9 packets transmitted, 0 received, 100% packet loss, time 7998ms
linux:~ # ping 10.11.12.14
PING 10.11.12.14 (10.11.12.14) 56(84) bytes of data.
--- 10.11.12.14 ping statistics ---
3 packets transmitted, 0 received, 100% packet loss, time 2009ms
linux:~ # ping 10.64.64.64
PING 10.64.64.64 (10.64.64.64) 56(84) bytes of data.
--- 10.64.64.64 ping statistics ---
4 packets transmitted, 0 received, 100% packet loss, time 2999ms
linux:~ # ping 10.43.250.12
PING 10.43.250.12 (10.43.250.12) 56(84) bytes of data.
64 bytes from 10.43.250.12: icmp_seq=1 ttl=64 time=0.047 ms
64 bytes from 10.43.250.12: icmp_seq=2 ttl=64 time=0.037 ms
64 bytes from 10.43.250.12: icmp_seq=3 ttl=64 time=0.024 ms
64 bytes from 10.43.250.12: icmp_seq=4 ttl=64 time=0.033 ms
64 bytes from 10.43.250.12: icmp_seq=5 ttl=64 time=0.024 ms
Please advise How to get working
regards
Nico