Couple of things:
interface ethernet1 auto shutdown
- This one should be obvious.
global (outside) 1 interface
- What are you trying to nat your internal ip addresses to on the outside? you don't have a global NAT/PAT
I don't see a Route Outside. From what i see you should have a...
Not sure why you have a static translations:
static (dmz,inside) 68.217.84.114 172.18.0.10 netmask 255.255.255.255 0 0
Try replacing with
Static (inside,dmz) 192.168.0.0 192.168.0.0 255.255.0.0
I know it looks quirky, but it worked for me.
I'm having the exact problem. At first i thought there was a routing/firewall problem, but i used Ethereal to see where the traffic was going. If i go into the 3005, test authentication to the AAA server, I can see that the traffic is making it to the AAA server. Problem is...i'm receiving an...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.