11.4 ath USB WLAN does not work except skype

Being in China has some disadvantages reagardings internet.
To enjoy unfiltered speed and access I use my non mainland mobile phone card.

Using LAN works fine in the office.
But if I connect the WLAN USB dongle except skype nothing works.

ifconfig
eth1 Link encap:Ethernet Hardware Adresse 00:1A:A0:D5:26:C5
inet Adresse:192.168.1.3 Bcast:192.168.1.255 Maske:255.255.255.0
inet6 Adresse: fe80::21a:a0ff:fed5:26c5/64 Gültigkeitsbereich:Verbindung
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:49382 errors:0 dropped:0 overruns:0 frame:0
TX packets:50258 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 Sendewarteschlangenlänge:1000
RX bytes:31870655 (30.3 Mb) TX bytes:7024684 (6.6 Mb)
Interrupt:16

lo Link encap:Lokale Schleife
inet Adresse:127.0.0.1 Maske:255.0.0.0
inet6 Adresse: ::1/128 Gültigkeitsbereich:Maschine
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:580 errors:0 dropped:0 overruns:0 frame:0
TX packets:580 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 Sendewarteschlangenlänge:0
RX bytes:32182 (31.4 Kb) TX bytes:32182 (31.4 Kb)

wlan0 Link encap:Ethernet Hardware Adresse E0:05:C5:7F:B9:52
inet Adresse:192.168.43.36 Bcast:192.168.43.255 Maske:255.255.255.0
inet6 Adresse: fe80::e205:c5ff:fe7f:b952/64 Gültigkeitsbereich:Verbindung
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:602 errors:0 dropped:0 overruns:0 frame:0
TX packets:768 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 Sendewarteschlangenlänge:1000
RX bytes:58914 (57.5 Kb) TX bytes:117238 (114.4 Kb)

somehow firewall is blocking?

dmesg

3876.835736] martian source 192.168.43.36 from 112.104.162.193, on dev wlan0
3876.835741] ll header: e0:05:c5:7f:b9:52:8e:71:f8:21:c6:40:08:00

stangely works fine with ubuntu

I’d say a DNS or routing problem.

Check “/etc/resolv.conf” and your routing table when “everything” is working and when just skype is working. I guess You know this but just in case use this command to check your routing table :

route -n

Best regards,
Greg

cy:/home/1 # route -n
Kernel IP routing table
Target Router Genmask Flags Metric Ref Use Iface
192.168.43.0 0.0.0.0 255.255.255.0 U 2 0 0 wlan0
192.168.1.0 0.0.0.0 255.255.255.0 U 1 0 0 eth1
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth1
cy:/home/1 # route -n
Kernel IP routing table
Target Router Genmask Flags Metric Ref Use Iface
192.168.43.0 0.0.0.0 255.255.255.0 U 2 0 0 wlan0
0.0.0.0 192.168.43.1 0.0.0.0 UG 0 0 0 wlan0
cy:/home/1 #

The message you have entered is too short. Please lengthen your message to at least 10 characters.
done

This looks fine.

What about

cat /etc/resolv.conf

When it’s working and when it’s not ?

Best regards,
Greg

cat /etc/resolv.conf

showed me the DNS for china telecom.
strangely, becausse I entered google’s DNS within YaST.

/etc/resolv.conf.netconfig were the entries.
i edited /etc/resolv.conf manually and now it works fine.

Thank you for your help

You’re welcome. Glad You got it working and thanks for the feedback :slight_smile:

Best regards,
Greg