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 have a webserver on a DMZ from which I wish to access the inside network.I can currently access the Internet from the DMZ'd webserver, the webserver from the Internet, and the webserver form the inside.What I cannot do is access another inside mach...
Has anyone gone the route of freeradius for AAA authentication?I am just starting out with VPN configs and have gotten as far has having the PIX communicate with the freeradius server, but my authentications are failing...
Thanks, that worked.I think I was looking at the problem the wrong way.After I added the fromDMZ access-group I then added an implicit DMZ-source -> any network IP rule. (access-list fromDMZ permit ip DMZNET 255.255.255.0 any )Now I just have to fine...