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.
So here is my situation, let's start with the networkI'm working on a cisco ASA 5510, not sure of the OS, but its the pre-8.3 NAT10.0.100.0/24 -> inside network (inside VLAN)192.168.100.0/24 -> What i need to NAT to (several ranges via another device...
Out setup consists of two locations, one ASA 5505 (security license) \ at our main site and the other is a remote site with a cisco 1921 acting as the edge device. The ASA 5505 acting as an edge device at our main site. From our ISP, two vlans come...
Hi everyone, I was hoping that I could get some help for an issue we are having and i'm about to rip my hair out.Out setup consists of two locations, one ASA 5505 (security license) \ at our main site and the other is a remote site with a cisco 1921 ...
I figured out what it was, it was strangely a subnet issue:This:access-list extended NAT-TIME permit ip 10.0.100.0 255.255.255.0 172.16.100.0 255.255.255.0access-list extended NAT-TIME permit ip 10.0.100.0 255.255.255.0 172.16.200.0 255.255.255.0acce...
Finally figured out what the problem was. This is how the nat translation should have lookedglobal (inside) 1 interfaceglobal (Internet) 1 interfacenat (inside) 1 10.25.102.0 255.255.255.0nat (remotesite) 1 10.1.1.0 255.255.255.252nat (remotesite) 1...
Also, don't know if this helps but I ran the following comand from the ASA:packet-tracer input remotesite tcp 10.1.1.2 1025 10.25.102.15 80I'm taking it that this attempted to send a packet to 10.1.1.2 (The ip of the router of which I'm pinging from)...