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 impliment this exact senario that Cisco lays out in this article. http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a0080094763.shtmlDocument ID: 15244The problem is, I can't get it to work. I ha...
oops, Sorry, I had some type-os in there. here are the access lists again.OUTSIDE ROUTER access-list 110 deny ip 131.1.23.0 0.0.0.225 any log access-list 110 permit tcp any 131.1.23.0 0.0.0.255 established access-list 110 deny ip any host 131.1.23.1...
Ok, I think i have it all working now. I used a combination of the 2 and traffic is flowing now. Just to make sure i'm blockign what I need to be, like spoof attacks and such, do my access-lists look ok now?OUTSIDE ROUTERaccess-list 110 deny ip 1...
Weel, like I said in my first message, The senario is one of the sample pix configs with 2 routers setup to protect it. The pix config alone works fine, but once I apply the access lists to the 2 routers, It doesn't work like the documents says it s...