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.
The only way I've found to get info on a specific ip is by capturing the interface and doing a | include.Without setting up an entirely new Access list is there any way to dump a specific ip adress?
I'm having an issue working with a PIX 7.0 that has lots of history. There is a ton of entries like below:static (inside,outside) 192.168.1.0 192.168.1.0 netmask 255.255.255.0I'm trying to make one ip address on that subnet come out as the firewall e...
sorry...static (inside,outside) 192.168.1.0 192.168.1.0 netmask 255.255.255.0 What is the purpose of an entry like that? Shouldn't anything on the 192.168.1.0 come out with it's real address even without that entry?
I guess a better question would be: why would you put in a static entry for an address to NAT the address it already has? Shouldn't it already do this without that entry?