Neelix
Insecticidal Maniac
I hadn't used BT tethering for a while, as I haven't had a reason to. I just fired it up for the first time in a while using PowerGod's BTDUN PND. (which established a connection with pppd)
Now everything goes swimmingly right up to the point where I try to browse - then it fails to resolve any server names.
I have no other active network connections.
I can ping to IP addresses just fine.
The the pndrun.out file shows that a Primary DNS server is being received from the provider. (in this case 203.20.33.72) No Secondary server is listed.
$cat /var/volatile/run/resolv.conf
returns
nameserver 203.20.33.72
takes a while, then returns
;; connection timed out; no servers could be reached
returns 4 IPs for www.google.com as expected.
My netbook when tethered to the same phone also works ok.
rebooting did not resolve the issue
Obviously there is an issue on the pandora itself where DNS requests aren't being sent to the right server when connected via pppd but I can't for the life of me figure out why.
thoughts?
-- Neelix
Now everything goes swimmingly right up to the point where I try to browse - then it fails to resolve any server names.
I have no other active network connections.
I can ping to IP addresses just fine.
The the pndrun.out file shows that a Primary DNS server is being received from the provider. (in this case 203.20.33.72) No Secondary server is listed.
$cat /var/volatile/run/resolv.conf
returns
nameserver 203.20.33.72
Code:
$nslookup www.google.com
;; connection timed out; no servers could be reached
Code:
nslookup www.google.com 203.20.33.72
My netbook when tethered to the same phone also works ok.
rebooting did not resolve the issue
Obviously there is an issue on the pandora itself where DNS requests aren't being sent to the right server when connected via pppd but I can't for the life of me figure out why.
thoughts?
-- Neelix
Last edited by a moderator: