Jump to content

Static DNS Servers


gator2022
Go to solution Solved by 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...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

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