Configure fw01 - lizzy9596/my-tech-journal GitHub Wiki

Network Adapter:

{46C557D6-E8F6-4252-9AFC-65617073449A}

Setting the hostname:

{D878DDB1-EDB6-4CAA-9C82-B986B23CC735}

Continue to exit until you see the hostname.

Interface assignment:

{356DB4B6-13EE-42A5-B8F1-4D897494E319} {4764BDCB-39C9-41A6-933B-C422DB5C7D57}

Gateway and DNS:

{793DCEE2-11EB-451B-8644-5CCB9D857777}

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 {C408FBDE-4A89-4D30-BB11-8B23F484A71B}