I have an old 3G dongle which works only via the sakkis 3G script. Can't remember right now how the problem with it presented itself, but essentially I never managed to connect with it (I seem to recall somethign about it never staying connected for more than 10 seconds) and gave up trying to fix it when I discovered sakkis3g.
In any case my new(er) laptop has got a built-in 3G modem, so today I decided to try and see if it would work.
I transferred the SIM from the external 3G dongle to the built-in SIM slot and first tried the NetworkManager to connect. It .... nearly works.
- It does actually establish a connection,
- An IP address is assigned to the interface
- it is possible to ping IP addresses
- manual name resolution works, eg using a command such as
- Basic connectivity to IP addresses works Eg SSH, HTTP, etc
But name services does not automatically use the DNS servers
- Name lookups fail
- Name services does not seem to know what name servers to use.
I also notice that Network manager doesn't "enable" the connection even though it shows the correct IP address assigned. I've attached a screenshot showing the network manager display
Sakkis3g fails to get the internal modem to connect.
Note that I use dnsmasq to cache DNS. I am probably going to have to work out how to, at least temporarily, disable dnsmasq if it is a) the cause of the problem, and b) impossible to make it play nice with PPP dial-up. I have no problem with using the external 3G modem with dnsmask, though I do use Sakkis3G to set up the connection.
P.S. I am making the assumption that 3G / mobile broadband use make of PPP dial-up.
In any case my new(er) laptop has got a built-in 3G modem, so today I decided to try and see if it would work.
I transferred the SIM from the external 3G dongle to the built-in SIM slot and first tried the NetworkManager to connect. It .... nearly works.
- It does actually establish a connection,
- An IP address is assigned to the interface
- it is possible to ping IP addresses
- manual name resolution works, eg using a command such as
Code:
dig @dnsserver hostname
But name services does not automatically use the DNS servers
- Name lookups fail
- Name services does not seem to know what name servers to use.
I also notice that Network manager doesn't "enable" the connection even though it shows the correct IP address assigned. I've attached a screenshot showing the network manager display
Sakkis3g fails to get the internal modem to connect.
Note that I use dnsmasq to cache DNS. I am probably going to have to work out how to, at least temporarily, disable dnsmasq if it is a) the cause of the problem, and b) impossible to make it play nice with PPP dial-up. I have no problem with using the external 3G modem with dnsmask, though I do use Sakkis3G to set up the connection.
P.S. I am making the assumption that 3G / mobile broadband use make of PPP dial-up.
Comment