-
Notifications
You must be signed in to change notification settings - Fork 0
Lab2.2SyslogOrganization
Set the hostname, make a new sudo user, reset the champuser password, set the network configuration with netplan
My netplan can be found below:

Then on the firewall configure the nat rule:

And the DNS Forwarding

I then set up chrome remote desktop. To do this I navigated to the remote desktop page, downloaded the package, and used sudo dpkg -i [name] to unzip and run the file. Then I finished the setup via ssh and set a pin. If you need to fix the dpkg install, use sudo apt --fix broken install
Another command that might work in this situation is
tar -xzvf
Re-comment the indicated modules:

Navigate to the directory /etc/rsyslog.d and get the new config file:
sudo wget https://raw.githubusercontent.com/gmcyber/sec350-share/main/03-sec350.conf
sudo systemctl restart rsyslog then cat the new file cat 03-sec350.conf
Create a mew log on web01 with logger -t SEC350 Testing Web01>log01 custom rsyslog configuration then find the log, as shown below:

Then, on WEB01 change the configuration file to add a new line, as shown
Make sure to not do this on log01 as it can create a logging loop
