Okay so we are doing some infrastructure changes and this means that my pix is now getting packets that it needs to route back out it's inside interface. From what I have found on Cisco's site this shouldn't be that hard, I guess I didn't read the fine print. Here's what is happening:
Computer A(10.10.10.10) is trying to talk to Computer B(10.11.11.11) the packet hits the Pix's inside interface, it knows the packet should go out the inside interface but it would drop it:
3 Nov 15 2007 15:43:04 305006 10.10.10.10 portmap translation creation failed for tcp src inside:10.11.11.11/1674 dst inside:10.10.10.10/8192
So I apply the intra-interface command: same-security-traffic permit inter-interface
which is what i expected to have to do, but didn't seem to make a lick of difference, so i find an article on cisco saying i need to do a global command(global (inside) 1 interface) to do what I want. That's okay, I do that, now the last thing I'm getting is a "No translation group found". I'm assuming I want to do a nat 0 command right? I feel like I'm so far off my original thing that I'm lost. Am I heading in the right direction?
I can quickly make a nat 0 command but I just want to check if this is the right direction.
Please help!
Computer A(10.10.10.10) is trying to talk to Computer B(10.11.11.11) the packet hits the Pix's inside interface, it knows the packet should go out the inside interface but it would drop it:
3 Nov 15 2007 15:43:04 305006 10.10.10.10 portmap translation creation failed for tcp src inside:10.11.11.11/1674 dst inside:10.10.10.10/8192
So I apply the intra-interface command: same-security-traffic permit inter-interface
which is what i expected to have to do, but didn't seem to make a lick of difference, so i find an article on cisco saying i need to do a global command(global (inside) 1 interface) to do what I want. That's okay, I do that, now the last thing I'm getting is a "No translation group found". I'm assuming I want to do a nat 0 command right? I feel like I'm so far off my original thing that I'm lost. Am I heading in the right direction?
I can quickly make a nat 0 command but I just want to check if this is the right direction.
Please help!