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


Ignore:
Timestamp:
06/08/19 08:30:32 (5 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

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

    v2 v3  
    55== Software
    66
    7 - MySQL (Version 5.5.47)
     7== Networking
     8
     9{{{
     10
     11# This file describes the network interfaces available on your system
     12# and how to activate them. For more information, see interfaces(5).
     13
     14source /etc/network/interfaces.d/*
     15
     16# The loopback network interface
     17auto lo
     18iface lo inet loopback
     19
     20# The primary network interface
     21auto enp0s17
     22iface enp0s17 inet static
     23        address 10.156.254.206
     24        netmask 255.255.255.128
     25        network 10.156.254.128
     26        broadcast 10.156.254.255
     27        gateway 10.156.254.129
     28        # dns-* options are implemented by the resolvconf package, if installed
     29        dns-nameservers 10.156.249.165 10.156.249.166
     30        dns-search xuhl-tr.nhs.uk
     31
     32}}}
    833
    934== Cron Jobs