Configure fw01 - lizzy9596/my-tech-journal GitHub Wiki
Network Adapter:
Setting the hostname:
Continue to exit until you see the hostname.
Interface assignment:
Gateway and DNS:
Configure fw01 for NAT and DNS Forwarding:
configure
set nat source rule 10 description "NAT FROM DMZ to WAN"
set nat source rule 10 outbound-interface eth0
set nat source rule 10 source address 172.16.50.0/29
set nat source rule 10 translation address masquerade
commit
save
Configuring fw01 for DNS forwarding