Lab 2.2: Syslog Organization on log01 - FlameSpyro/Tech-Journal GitHub Wiki
Lab Notes
- To change Vyos password
- Configure
set system login user [username] authentication plaintext-password [password]
- commit and save
- Within changing the organization system of the logs, I comment out the previous settings in lab 1 and use the following github code using wget
- Pulled from
https://raw.githubusercontent.com/gmcyber/sec350-share/main/03-sec350.conf
module(load="imudp") input(type="imudp" port="514" ruleset="RemoteDevice") template(name="DynFile" type="string" string="/var/log/remote-syslog/%HOSTNAME%/%$YEAR%.%$MONTH%.%$DAY%.%PROGRAMNAME%.log" ) ruleset(name="RemoteDevice"){ action(type="omfile" dynaFile="DynFile") }
- Ask professor for help when it comes to tech journals