mike3206 Posted February 20, 2017 Share Posted February 20, 2017 Hello I have set up my Nano to share my wlan0 internet on Kali. I followed all the instructions including running the latest wp6.sh script. The Nano can ping IP addresses but can not resolve URL's. i.e you can ping 216.58.203.110 but not google.com. I am thinking just change the DNS server on the NANO but how do you do this? Should be easy but not proving so. Help appreciated. Mike Quote Link to comment Share on other sites More sharing options...
mike3206 Posted February 20, 2017 Author Share Posted February 20, 2017 Extract root@Pineapple:~# ping 216.58.203.110 PING 216.58.203.110 (216.58.203.110): 56 data bytes 64 bytes from 216.58.203.110: seq=0 ttl=54 time=491.306 ms 64 bytes from 216.58.203.110: seq=1 ttl=54 time=289.863 ms 64 bytes from 216.58.203.110: seq=2 ttl=54 time=92.513 ms 64 bytes from 216.58.203.110: seq=3 ttl=54 time=34.167 ms ^Z[3]+ Stopped ping 216.58.203.110 root@Pineapple:~# ping google.com ping: bad address 'google.com' Quote Link to comment Share on other sites More sharing options...
Null Trace Posted February 22, 2017 Share Posted February 22, 2017 (edited) Hello, I actually had a similar problem, but in my case, I wanted to use a specific DNS server. I solved this by modifying the /etc/dnsmasq.conf and adding the line "server= [DNS Server]" I found this by reading up on OpenWrt, more specifically, Here Good Luck, I hope this helps! Here is my previous post OpenWrt Documentation: https://wiki.openwrt.org/doc/howto/dhcp.dnsmasq Edited February 22, 2017 by Null Trace Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.