| 1 | = uhlbriccsapp06.xuhl-tr.nhs.uk |
| 2 | |
| 3 | Tags: [[Category_Server]] |
| 4 | |
| 5 | == Networking |
| 6 | |
| 7 | Here are the contents of the `/etc/network/interfaces` file: |
| 8 | |
| 9 | {{{ |
| 10 | # This file describes the network interfaces available on your system |
| 11 | # and how to activate them. For more information, see interfaces(5). |
| 12 | |
| 13 | source /etc/network/interfaces.d/* |
| 14 | |
| 15 | # The loopback network interface |
| 16 | auto lo |
| 17 | iface lo inet loopback |
| 18 | |
| 19 | # The primary network interface |
| 20 | auto ens32 |
| 21 | iface ens32 inet static |
| 22 | address 10.28.88.38 |
| 23 | netmask 255.255.248.0 |
| 24 | network 10.28.88.0 |
| 25 | broadcast 10.28.95.255 |
| 26 | gateway 10.28.88.1 |
| 27 | # dns-* options are implemented by the resolvconf package, if installed |
| 28 | dns-nameservers 10.156.249.165 10.156.249.166 |
| 29 | dns-search xuhl-tr.nhs.uk |
| 30 | }}} |
| 31 | |
| 32 | [[BackLinks]] |