Difference between revisions of "Connect to the internet via an UMTS connection using SUSE 11.0"

From Linuxintro
imported>ThorstenStaerk
imported>ThorstenStaerk
Line 1: Line 1:
 
To surf via UMTS with my Linux, I bought a UMTS Fonic Surf Stick. Then:
 
To surf via UMTS with my Linux, I bought a UMTS Fonic Surf Stick. Then:
 
  yast2 -i umtsmon
 
  yast2 -i umtsmon
 +
Start umtsmon, enter your pin, click Connection|Connect.
 +
It works now:
 +
<pre>
 +
tweedleburg:~ # ping www.heise.de
 +
PING www.heise.de (193.99.144.85) 56(84) bytes of data.
 +
64 bytes from www.heise.de (193.99.144.85): icmp_seq=1 ttl=245 time=1158 ms
 +
64 bytes from www.heise.de (193.99.144.85): icmp_seq=2 ttl=245 time=896 ms
 +
64 bytes from www.heise.de (193.99.144.85): icmp_seq=3 ttl=245 time=719 ms
 +
^C
 +
--- www.heise.de ping statistics ---
 +
4 packets transmitted, 3 received, 25% packet loss, time 4291ms
 +
rtt min/avg/max/mdev = 1890.317/2142.079/2282.493/178.426 ms, pipe 3
 +
tweedleburg:~ # ifconfig
 +
[...]
 +
ppp0      Link encap:Point-to-Point Protocol
 +
          inet addr:10.70.158.184  P-t-P:10.64.64.64  Mask:255.255.255.255
 +
          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1500  Metric:1
 +
          RX packets:266 errors:0 dropped:0 overruns:0 frame:0
 +
          TX packets:340 errors:0 dropped:0 overruns:0 carrier:0
 +
          collisions:0 txqueuelen:3
 +
          RX bytes:112893 (110.2 Kb)  TX bytes:58689 (57.3 Kb)
 +
</pre>
  
 
= See also =
 
= See also =
 
* http://www.linux-community.de/Internal/Nachrichten/Fonic-Surf-Stick-unter-OpenSuse-und-auf-dem-Eee-PC-nutzen#eztoc551534_3
 
* http://www.linux-community.de/Internal/Nachrichten/Fonic-Surf-Stick-unter-OpenSuse-und-auf-dem-Eee-PC-nutzen#eztoc551534_3

Revision as of 17:32, 26 December 2008

To surf via UMTS with my Linux, I bought a UMTS Fonic Surf Stick. Then:

yast2 -i umtsmon

Start umtsmon, enter your pin, click Connection|Connect. It works now:

 tweedleburg:~ # ping www.heise.de
 PING www.heise.de (193.99.144.85) 56(84) bytes of data.
 64 bytes from www.heise.de (193.99.144.85): icmp_seq=1 ttl=245 time=1158 ms
 64 bytes from www.heise.de (193.99.144.85): icmp_seq=2 ttl=245 time=896 ms
 64 bytes from www.heise.de (193.99.144.85): icmp_seq=3 ttl=245 time=719 ms
 ^C
 --- www.heise.de ping statistics ---
 4 packets transmitted, 3 received, 25% packet loss, time 4291ms
 rtt min/avg/max/mdev = 1890.317/2142.079/2282.493/178.426 ms, pipe 3
 tweedleburg:~ # ifconfig
 [...]
 ppp0      Link encap:Point-to-Point Protocol
           inet addr:10.70.158.184  P-t-P:10.64.64.64  Mask:255.255.255.255
           UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1500  Metric:1
           RX packets:266 errors:0 dropped:0 overruns:0 frame:0
           TX packets:340 errors:0 dropped:0 overruns:0 carrier:0
           collisions:0 txqueuelen:3
           RX bytes:112893 (110.2 Kb)  TX bytes:58689 (57.3 Kb)

See also