Abertay Ethical Hacking Society
Search…
Home
Information
Constitution
Change Logs
Meetings
Honourary Members
Contributing
Contributions
Society Events
Securi-Tay
Help Guides
Programming / Scripting
Software
Networking
Domain Name System (DNS)
Remote access to your Abertay network drive
Secure Shell (SSH)
TLS 1.3
Wireshark
Subnetting
Techniques
Jobs
Home Lab
Glossary
Infosec Terms
Computing Terms
Hardware Terms
General Terms
Development Terms
Networking Terms
Members
Profiles
Other
Other
Powered By
GitBook
Domain Name System (DNS)
FIXME
Override DHCP Nameservers (Debian/ Ubuntu)
​
Source
​
1
sudo
nano
/etc/dhcp/dhclient.conf
Copied!
Add the following line replacing
8.8.8.8
with the IP of your server.
1
supersede domain-name-servers 8.8.8.8;
Copied!
Restart Networking so the change takes affect.
1
sudo
service
networking restart
Copied!
You can test the change by running something like
dig google.com
then check that
SERVER:
matches the value you added to
dhclient.conf
above.
Help Guides - Previous
Networking
Next
Remote access to your Abertay network drive
Last modified
9mo ago
Copy link
Contents
Override DHCP Nameservers (Debian/ Ubuntu)