06-28-2011 07:48 AM - editado 03-04-2019 12:50 PM
I just purchased thie Cisco 2921 router and have all the configuration completed except the Firewall and NAT. We have 4 supnets at our location on the router each with a DHCP handed from the router to our network. Any examples for the Firewall and Nat configurations?
Thanks
el 06-28-2011 08:15 AM
Gary,
That is a tricky question - so some clarification is required:-
1) Do you want to use the CBAC Firewall
2) Do you want to use the Zone Based Firewall
3) Do you have any VPN's
4) Are you hosting external services on internal machines
5) Do you require a DMZ
el 06-28-2011 11:00 AM
I want to use the CBAC firewall with NATing
We do have VPN access but it is through our DPC
We will have Data, internal wireless for AC control, Wireless for access to our system and outside word and a Guest wireless for only internet connections
Thanks
el 06-29-2011 07:30 AM
Well with CBAC it's relativly easy - for example:-
fa0/0 - | R1 | - fa0/1
fa 0/0 "LAN" and 0/1 "Internet facing", I would configure:-
access-list 100 deny ip any any
ip inspect name cbac-fw tcp
ip inspect name cbac-fw udp
ip inspect name cbac-fw icmp
int fa 0/1
ip access-group 100 in
ip inspect cbac-fw out
This would deny all traffic initiated from the internet, and permit all returning statefull traffic initiated from the LAN to the internet.
This is a very basic example and can get very complicated - read the below:-
http://www.cisco.com/en/US/products/sw/secursw/ps1018/products_tech_note09186a0080094e8b.shtml
HTH>
el 06-29-2011 09:37 AM
how would the NAT setup be configured thwi the CBAC
el 06-29-2011 03:16 PM
That all depends on what IP ranges you have and what you need to/want to NAT.
el 06-29-2011 03:40 PM
Gary,
Please see the following document:
http://www.cisco.com/en/US/tech/tk648/tk361/technologies_tech_note09186a0080133ddd.shtml
NAT is always perform before CBAC
Descubra y salve sus notas favoritas. Vuelva a encontrar las respuestas de los expertos, guías paso a paso, temas recientes y mucho más.
¿Es nuevo por aquí? Empiece con estos tips. Cómo usar la comunidad Guía para nuevos miembros