= uhlbriccsdbdev.xuhl-tr.nhs.uk Tags: [[Category_Server]] == Networking Here are the contents of the `/etc/network/interfaces` file: {{{ Last login: Sat Feb 3 09:47:06 2018 from 10.156.254.218 richard@uhlbriccsdbdev:~$ vi /etc/network/interfaces # 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 ens32 iface ens32 inet static address 10.156.254.217 netmask 255.255.255.128 network 10.156.254.128 broadcast 10.156.254.255 gateway 10.156.254.129 # dns-* options are implemented by the resolvconf package, if installed dns-nameservers 10.147.126.165 10.147.126.166 10.156.249.165 10.156.249.166 dns-search xuhl-tr.nhs.uk }}} [[BackLinks]]