Changes between Version 4 and Version 5 of Csle2022/Agenda/rSyslog
- Timestamp:
- Nov 1, 2022, 6:16:16 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Csle2022/Agenda/rSyslog
v4 v5 31 31 Test internet connectivity.[[BR]] 32 32 33 Login using PuTTY.33 Login to the VM as root user using PuTTY. 34 34 35 35 … … 45 45 [[Image(internal net.png)]] 46 46 47 Find the 'Internal Network' network interface. 48 49 {{{ 50 ip add 51 }}} 52 53 Edit network configuration. 54 55 {{{ 56 vi /etc/netplan/00-installer-config.yaml 57 }}} 47 58 48 59 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 49 68 '''Rsyslog Server Setup''' 50 51 Login to the VM as root user using PuTTY.52 69 53 70 Uncomment the following lines in /etc/rsyslog.conf.