Statically Assign DNS Server to Expedition

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.
L5 Sessionator
No ratings

(DO NOT EDIT resolv.conf)

 

If needed, the steps to statically configure a DNS server to the Expedition server will be to edit the dns-nameserver in the /etc/network/interfaces file. 

 

Editing resolv.conf is not reliable as any edits will be overwritten on reboot of the Expedition server.

 

expedition@Expedition:/etc/network$ sudo vi interfaces

 

Configured to use DHCP

 

# This file describes the network interfaces available on your system

# and how to activate them. For more information, see interfaces(5).

 

source /etc/network/interfaces.d/*

 

# The loopback network interface

auto lo

iface lo inet loopback

 

# The primary network interface

auto ens33

iface ens33 inet dhcp

dns-nameservers  8.8.8.8  4.2.2.2

 

Configured with a static IP

 

# This file describes the network interfaces available on your system

# and how to activate them. For more information, see interfaces(5).

 

source /etc/network/interfaces.d/*

 

# The loopback network interface

auto lo

iface lo inet loopback

 

# The primary network interface

auto ens33

iface ens33 inet static

       address 192.168.252.136

       netmask 255.255.255.0

       gateway 192.168.252.2

       dns-nameservers      8.8.8.8 4.2.2.2

Rate this article:
(1)
  • 6851 Views
  • 0 comments
  • 0 Likes
Register or Sign-in
Contributors
Article Dashboard
Version history
Last Updated:
‎10-07-2019 08:50 AM
Updated by:
Retired Member