Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I'm trying to setup a ASA VPN/firewall and not having much luck!!I'm new to CISCO firewalls, but have experience with Microsoft networks (MCSE NT 4).Anyway, what I'm trying to do is configure my inside network to connect the DMZ (web /ftp / OWA front...
Yes, I am nat/pat through netgear to web/ftp i.e. Internet|- Netgear -|- web/ftp -|- Internalpublic IP | 10.0.10.1(netgear) | 10.0.10.2 and 192.168.2.1 (dmz) | 192.168.2.2 and 192.168.20.250(internal) and 10.0.10.2(external)This may be alittle compli...
Nope, not able to ping from 10.0.10.2(outside) to 192.168.20.250(inside)....I will remove both:access-list INTERNAL_access_out extended permit tcp any any access-group INTERNAL_access_out out interface INTERNAL George
Still having trouble pinging between INTERNAL and DMZ. Here's my config:interface Vlan1 nameif INTERNAL security-level 90 ip address 192.168.20.250 255.255.255.0 !interface Vlan2 nameif EXTERNAL security-level 0 ip address 10.0.10.2 255.255.255.0 !in...
I am first trying to ping all the networks and then I plan to setup the individual port access..but you are correct I should remove it. Having trouble pinging between 10.0.10.2(outside) and 192.168.20.250(inside), can you see any reason why this coul...