02-13-2022 06:32 PM
Hello
I have an assignment due in a few hours, and I have to design a network structure with a DMZ and dual firewalls.
*Internet facing firewall:
As for the second firewall I have all the IP written down but not configured.
Couldn't go forward with Dynamic Host Configuration Protocol and NAT and inside routing without thinking about the second firewall attached to the local network and assigning the security levels and access controls.
meanwhile some IP addresses are messed up.
Any help on the configuration of these firewalls would be appreciated.
Some of the IP address are not valid
02-13-2022 08:06 PM
Hi
I’m sorry i don’t have packet tracer to look at your design, and not sure what features are supported in packet tracer.
The IPs you gave are for 1 firewall only?
Can’t you do HA active/standby or active/active on your FW which i assume it’s an asa.
thanks
02-13-2022 08:20 PM
02-13-2022 08:38 PM
The route outside is ok. For the next hop ip you put i don’t see it written on your design but it looks ok.
for dmz, it is a l2 only so no routing needed as the fw is acting as default gateway.
on the backend FW, it’s inside has an ip 192.168.20.1 so you’ll need to put a route on your front fw like:
route inside 192.168.20.0 255.255.255.0 192.168.1.2
I assume the inside subnet of your back-end fw is a /24.
Then in terms of nat it will be:
object-group network LAN
network-object 192.168.1.0 255.255.255.0
network-object 192.168.20.0 255.255.255.0
object network DMZ
subnet 192.168.0.0 255.255.255.0
nat (inside,outside) after-auto source dynamic LAN interface
nat (dmz,outside) after-auto source dynamic DMZ interface
This is the nat config and objects on your front end fw.
Thanks
02-13-2022 08:56 PM
Basically
02-14-2022 04:55 AM
Hello,
what are the passwords for the firewall ?
02-14-2022 05:55 AM
there is only one for the front-end FW it's qweasdtg
The lab i shared had many glitches on the IP addresses in the local network.
sorry!
02-14-2022 06:22 AM
02-14-2022 06:37 AM
What version of Cisco PT is it? I was using 8.4. I couldn't open it.
Also thank you so much!!
02-14-2022 02:07 PM
Hello,
I am using version 8.1, it should be compatible with yours (if yours is higher).
Anyway, the access list for ICMP should look like this:
access-list ICMP extended permit icmp any any echo
access-list ICMP extended permit icmp any any echo-reply
02-14-2022 09:42 AM
Hello again.
I tried to ping in the DMZ and back, but i can't figure how to configure the access-lists for icmp and tcp on both firewalls.
Any thoughts on that?
Thank you!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide