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


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

--

Legend:

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

    v2 v3  
    11= uhlbriccsdbdev.xuhl-tr.nhs.uk
    22
    3 Tags: [[Category_Server]] [[MySQL]]
     3Tags: [[Category_Server]]
    44
    5 == Software
     5== Networking
    66
    7 - MySQL (5.5.47)
     7Here are the contents of the `/etc/network/interfaces` file:
    88
    9 == Cron Jobs
     9{{{
     10Last login: Sat Feb  3 09:47:06 2018 from 10.156.254.218
     11richard@uhlbriccsdbdev:~$ vi /etc/network/interfaces
     12# This file describes the network interfaces available on your system
     13# and how to activate them. For more information, see interfaces(5).
    1014
    11 - None
     15source /etc/network/interfaces.d/*
     16
     17# The loopback network interface
     18auto lo
     19iface lo inet loopback
     20
     21# The primary network interface
     22auto ens32
     23iface ens32 inet static
     24        address 10.156.254.217
     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 10.147.126.166 10.156.249.165 10.156.249.166
     31        dns-search xuhl-tr.nhs.uk
     32}}}
    1233
    1334[[BackLinks]]