04-26-2005 07:05 PM - edited 02-21-2020 12:06 AM
Hi,
I have PIX 515e with OS 6.3(4) and I have one outside and two inside networks.
right now I have these settings (config excerpt):
...
nameif ethernet0 outside security0
nameif ethernet1 inside security100
nameif ethernet2 half security50
...
access-list inside_access_in permit ip any any log interval 1
access-list half_access_in permit ip any any log interval 1
access-list outside_access_in permit ip any any log interval 1
...
global (outside) 10 interface
global (inside) 10 interface
global (half) 10 interface
nat (inside) 10 192.168.0.0 255.255.0.0 0 0
nat (half) 10 172.16.0.0 255.255.0.0 0 0
...
when I have this, I can access the internet from both sides, and I can access half from inside. But when I try to access inside from half it doesn't work (of course lower sec to higher). So I try to add this:
...
nat (half) 10 172.16.0.0 255.255.0.0 outside 0 0
...
but then I can't connect from inside to half anymore and I get "305005 No translation" error messages.
What do I do wrong? How can i have bi-directional PAT for the half interface.
04-27-2005 01:18 AM
hello gullevek
for accessing from half to inside, you need to do a nonat for the traffic between these two networks... do the following and try:
nat (inside) 0 access-list nonat
access-list nonat permit ip 192.168.0.0 255.255.0.0 172.16.0.0 255.255.0.0
remove the second nat statement u had added.
no nat (half) 10 172.16.0.0 255.255.0.0 outside 0 0
dont have an ip any any access-list. i hope this is just for testing..
Raj
04-29-2005 03:02 PM
So there is no way, that the traffic from Half to Inside gets also Masqueraded (PAT, with nat ... outside?).
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide