Changes between Version 4 and Version 5 of Csle2022/Agenda/rSyslog


Ignore:
Timestamp:
Nov 1, 2022, 6:16:16 AM (2 years ago)
Author:
dushmantha
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Csle2022/Agenda/rSyslog

    v4 v5  
    3131Test internet connectivity.[[BR]]
    3232
    33 Login using PuTTY.
     33Login to the VM as root user using PuTTY.
    3434
    3535
     
    4545[[Image(internal net.png)]]
    4646
     47Find the 'Internal Network' network interface.
     48
     49{{{
     50ip add
     51}}}
     52
     53Edit network configuration.
     54
     55{{{
     56vi /etc/netplan/00-installer-config.yaml
     57}}}
    4758
    4859
     60{{{
     61 enp0s9:
     62      addresses : [10.1.1.1/24]
     63}}}
     64
     65
     66''Repeat the above steps in each machine accordingly and test the network connectivity.''
     67
    4968'''Rsyslog Server Setup'''
    50 
    51 Login to the VM as root user using PuTTY.
    5269
    5370Uncomment the following lines in /etc/rsyslog.conf.