Changes between Version 3 and Version 4 of uhlbriccsapp01.xuhl-tr.nhs.uk


Ignore:
Timestamp:
02/09/18 11:47:45 (6 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

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

    v3 v4  
    33Tags: [[Category_Server]]
    44
    5 == Cron Jobs
     5== Aliases
    66
    7 [[ToDo]]
     7- https://briccs.xuhl-tr.nhs.uk/
    88
    9 === Backup of [[briccsdb]] [[MySql]]
     9== Networking
    1010
    11 - Job in {{{cron.daily}}}
    12 - Copies one backup file each day to {{{v:\database-backups}}}
    13 - At the end of each month, all but one of the daily files from that month is supposed to be removed.  I don't think this is happening, though.
     11Here are the contents of the `/etc/network/interfaces` file:
     12
     13{{{
     14# This file describes the network interfaces available on your system
     15# and how to activate them. For more information, see interfaces(5).
     16
     17# The loopback network interface
     18auto lo
     19iface lo inet loopback
     20
     21# The primary network interface
     22auto enp0s17
     23iface enp0s17 inet static
     24        address 10.156.254.207
     25        netmask 255.255.255.128
     26        network 10.156.254.128
     27        broadcast 10.156.254.255
     28        gateway 10.156.254.129
     29        # dns-* options are implemented by the resolvconf package, if installed
     30        dns-nameservers 10.147.126.165
     31        dns-search xuhl-tr.nhs.uk
     32
     33}}}
    1434
    1535[[BackLinks]]