I want con connect Mobile for internet via USB & BT

Asked by Krishna Songara

I want con connect Mobile for internet via USB & BT it is getting connect and I can ping DNS server IP but my NSLOOKUP is not working and bot able to open any webpage
Please help.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu pidgin Edit question
Assignee:
No assignee Edit question
Solved by:
Krishna Songara
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

if you run:

echo "nameserver 8.8.8.8" | sudo tee /etc/resolv.conf > /dev/null

is it ok?

Revision history for this message
Krishna Songara (krishsongara) said :
#2

Yes now it is Working fine!
Thanks alot !

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

That change doesn't stick and will be lost at reboot. You need to run:

echo "nameserver 8.8.8.8" | sudo tee -a /etc/resolvconf/resolv.conf.d/head

It will now be added each bootup