4.2 - JadenGil/Jaden-Tech-Journal GitHub Wiki
Prereqs:
indicates That the default drop rule for WAN-TO-DMZ via eth0 was invoked. The source IP is rw01 The destination ip is web01 and The protocol was ICMP.
set firewall name WAN-to-DMZ rule 10 action accept
set firewall name WAN-to-DMZ rule 10 description “Allow HTTP from WAN to DMZ”
set firewall name WAN-to-DMZ rule 10 destination address 172.16.50.3
set firewall name WAN-to-DMZ rule 10 destination port 80
set firewall name WAN-to-DMZ rule 10 protocol tcp
commit
save
set firewall name WAN-to-DMZ rule 1 action accept
set firewall name DMZ-to-WAN rule 1 state establish enable
set firewall name DMZ-to-WAN rule 1 state related enable
commit
save
welcome.conf is located in /etc/httpd/conf.d/
add "index.html" to /var/www/html/
index.html should contain the following:
`
'Couldn't get WAZUH up IDK why will fix it soon.