Jump to content

Static DNS Servers


gator2022

Recommended Posts

Probably something like this (reading the OpenWrt documentation):

# Configure DNS provider
uci -q delete network.wan.dns
uci add_list network.wan.dns="8.8.8.8"
uci add_list network.wan.dns="8.8.4.4"
#or whatever DNS that is desired

# Disable peer DNS
uci set network.wan.peerdns="0"

# Save and apply
uci commit network
/etc/init.d/network restart
#or
#service network reload

Link to comment
Share on other sites

Ok, that fixed the DNS resolution but still can't get it to connect.  I have C2CONNECT in the payload, have the device.config dumped in the /etc folder, but it never registers with the server. If I SSH into the Shark, and run C2CONNECT it says it's already connected.  Any idea where the logs are?

Link to comment
Share on other sites

  • 4 weeks later...

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...