| 1 | # This file describes the network interfaces available on your system |
| 2 | # and how to activate them. For more information, see interfaces(5). |
| 3 | |
| 4 | source /etc/network/interfaces.d/* |
| 5 | |
| 6 | # The loopback network interface |
| 7 | auto lo |
| 8 | iface lo inet loopback |
| 9 | |
| 10 | # The primary network interface |
| 11 | auto ens160 |
| 12 | iface ens160 inet static |
| 13 | - ip address 10.28.88.131 |
| 14 | - subnetmask 255.255.248.0 (or in CIDR form 10.28.88.0/21) |
| 15 | - network 10.156.254.128 |
| 16 | - broadcast 10.156.254.255 |
| 17 | - gateway 10.28.88.1 |
| 18 | - dns-* options are implemented by the resolvconf package, if installed |
| 19 | - dns-nameservers 10.147.126.165,10.147.126.166 |
| 20 | - dns-search xuhl-tr.nhs.uk |