Search This Blog

Thursday 13 July 2017

Ubuntu Static IP configuration for Server

auto lo

iface lo inet loopback


# The primary network interface

auto enp4s0

iface enp4s0 inet static

address 192.168.168.129

netmask 255.255.255.0

network 192.168.168.0

broadcast 192.168.168.255

gateway 192.168.168.168

dns-nameservers 192.168.168.103 192.168.168.250

# dns-* options are implemented by the resolvconf package, if installed

dns-search techsol.com

No comments:

Post a Comment