Changes between Version 22 and Version 23 of Cnbp2019/Agenda/NetworkSetup


Ignore:
Timestamp:
Mar 6, 2019, 2:42:52 PM (5 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Cnbp2019/Agenda/NetworkSetup

    v22 v23  
    538538||      GUI-PC  ||||            via DHCP                ||             
    539539                                                               
    540 * On '''User B''' switch on '''Monitoring-Server''' and  '''Web-Server'''. Log-in as user '''cnbp2019''' with the class password.
     540* On '''User B''' switch on '''Monitoring-Server''' and  '''Web-Server'''. Log-in as user '''wsuser''' with the class password.
    541541   * Edit the following file to insert ip details according to the above table, you may also need to check the [wiki:Cnbp2019/Agenda/IpAllocation IP allocation table].
    542542{{{
    543543sudo vi /etc/netplan/50-cloud-init.yaml
    544544}}}
    545    * Edit details as follows
     545   * Edit details as follows on Monitoring Server
    546546{{{
    547547# This file describes the network interfaces available on your system
     
    549549network:
    550550    ethernets:
    551       enp0s3:     
    552          addresses:
    553          - 192.248.6.XY/24
    554          dhcp4: false
    555          gateway4: 192.248.6.254
    556          nameservers:
    557              addresses:
    558              - 192.248.6.201
    559              search:
    560              - instXY.ac.lk
     551         enp0s3:
     552            addresses:
     553            - 10.XY.5.LMN/24
     554            - 2401:dd00:20XY:5::AAAA/64
     555            dhcp4: false
     556            dhcp6: false
     557            gateway4: 10.XY.5.254
     558            gateway6: 2401:dd00:20XY:5::FFFF
     559            nameservers:
     560                addresses:
     561                - 2401:dd00:20XY:1::FFFF
     562                search:
     563                - instXY.ac.lk
    561564    version: 2
    562 
    563565}}}
    564566   * Restart servers.
     
    566568sudo init 6
    567569}}}
     570>You need to modify the above settings to suit the IP detail when applying to the webserver
    568571* Test end-user connectivity using ping command on each.