Changes between Version 2 and Version 3 of uhlbriccsdev.xuhl-tr.nhs.uk


Ignore:
Timestamp:
02/09/18 12:05:16 (6 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • uhlbriccsdev.xuhl-tr.nhs.uk

    v2 v3  
    1 = uhlbriccsdev.xuhl-tr.nhs.uk
     1= uhlbriccsdb02.xuhl-tr.nhs.uk
    22
    33Tags: [[Category_Server]]
    44
    5 == Cron Jobs
     5== Networking
    66
    7 [[ToDo]]
     7Here 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
     13source /etc/network/interfaces.d/*
     14
     15# The loopback network interface
     16auto lo
     17iface lo inet loopback
     18
     19# The primary network interface
     20auto ens32
     21iface ens32 inet static
     22        address 10.156.254.218
     23        netmask 255.255.255.128
     24        network 10.156.254.128
     25        broadcast 10.156.254.255
     26        gateway 10.156.254.129
     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}}}
    831
    932[[BackLinks]]