Syslog Org - JadenGil/Jaden-Tech-Journal GitHub Wiki
Started by connecting mgmt01 to lan before booting
When setting up the internet the following steps NEED to be followed or the internet on MGMT01 WILL NOT WORK
configure
set nat source rule 10 description "ENTER_DESCRIPTION"
set nat source rule 10 outbound-interface eth0
set nat source rule 10 source address 172.16.150.0/24
set nat source rule 10 translation address masquerade
commit
save
Followed by
set service dns forwarding listen-address 172.16.150.2
set service dns forwarding allow-from 172.16.150.0/24
Deliverable 1:
The problem that I was having here (getting to SSH into log from mgmt1) was somewhat buried but very obvious. I the future I need to make sure that the subnet mask is PROPERLY set and it should be the first thing to check before wasting any time since I had logs subnet mask set to /16 and not /29 I have no clue how this occurred and how I didn't think to check this even sooner.
Deliverable 2:
Deliverable 3:
Deliverable 4: