Downloads
Block Explorer
Support
Searchβ¦
π‘
Introduction to Oxen
βοΈ Building with Oxen
π
Downloads
π
Support
About the Oxen blockchain
πΊ
Overview
π
Token economics
π₯
Oxen Service Nodes
π
Pulse: PoS on Oxen
π
Blink: Instant transactions
Using the Oxen Blockchain
π
Overview
π°
Oxen Wallet & Guides
π₯
Service Node guides
π‘
Using Oxen Name System (ONS)
π€
Advanced
Products built on Oxen
π
Session
π
Lokinet
π
Guides
π§
Installing on Linux (GUI)
π§
Installing on Linux (CLI)
π§βοΈLinux troubleshooting
π
Installing on macOS
π₯Installing on Windows
π
Run a secure Mumble server over Lokinet
π
Exit nodes
π§π»
π§π» SNApps
Powered By
GitBook
π§βοΈLinux troubleshooting
Setting your DNS
If you're having issues with resolving .loki addresses, you need to edit your resolv.conf files and add your DNS resolver.
Method 1
Run the following command:
1
apt install resolvconf
Copied!
Then restart Lokinet:
1
systemctl restart lokinet
Copied!
Method 2
If Method 1 doesn't work, you'll need to add the Lokinet nameserver manually.
Run the following command:
1
sudo nano /etc/resolvconf/resolv.conf.d/head
Copied!
Add the following line at the bottom of this file:
1
nameserver 127.3.2.1
Copied!
Once that line is added, hold Ctrl and type X, then type Enter to confirm the file changes.
Next we need to update our /etc/resolv.conf file by running the command:
1
sudo resolvconf -u
Copied!
Then restart Lokinet:
1
systemctl restart lokinet
Copied!
Previous
Installing on Linux (CLI)
Next
Installing on macOS
Last modified
7mo ago
Export as PDF
Copy link
Edit on GitHub