-
Notifications
You must be signed in to change notification settings - Fork 0
Assessment Prep
dthomsen116 edited this page Feb 28, 2023
·
19 revisions
Assessment Description: For the assessment, you will be given a 3 zone network to configure that consists of:
edge01: A vyOS Firewall with three interfaces (WAN, DMZ, LAN). You will need to add an interface using vCenter. (this replaces fw01)
Windows:
Linux:
- edit /etc/hostname
Vyos:
set system login user [user] authentication plaintext-password [password]
-
useradd [user]
-
passwd [user]
-
usermod -aG sudo/wheel [user]