-
Notifications
You must be signed in to change notification settings - Fork 0
Lab2.2SyslogOrganization
Beth edited this page Jan 29, 2025
·
10 revisions
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