I tried that but no success.
I get a message saying "no translation group found for sourceip (on internet) to dest ip (my webserver)
Main Topics
Browse All TopicsHi
I have a network 200.200.200.0/29 on the outside interface.
On the inside interface I have 200.200.200.8/29 and in this zone I have one webserver with ip 200.200.200.11.
How can I allow inbound traffic on my PIX to this public assigned IP without doing NAT?
This would imply to allow low security level to access a high security level.
regards
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
The following commands will disable all NAT on a PIX Firewall with three interfaces:
access-list all-ip-packet permit ip 0 0 0 0
nat (dmz) 0 access-list all-ip-packet
nat (inside) 0 access-list all-ip-packet
I suggest you read the entire NAT section here:
http://www.cisco.com/en/US
Sorry Syn you are not reading my question
I need to allow traffic from a low securty level to a high security level without NAT.
I know the document and if I found out myself I do not see any relevance in posting the question here.
Disabling NAT will not solve the problem I still need to authorize the traffic and I still need PAT from inside to outside
"no translation group found for sourceip (on internet) to dest ip (my webserver)" means that the PIX could not find a NAT staement for these 2 addresses. If the web server is on the inside interface of the PIX you have to NAT. The PIX cant have the same network range on more than one interface. Does this PIX have a DMZ port or is ti a 501 / 506?
--Chris
Because the networks have been subnetted like this.
It has no extra interfaces apart from inside and outside and it should use public addresses in between as I explained.
But I found the answer already I have to nat it with static to its own address.
statid(inside,outside) 200.200.200.11 200.200.200.11 netmask 255.255.255.255
Business Accounts
Answer for Membership
by: grbladesPosted on 2004-12-02 at 01:15:19ID: 12724148
Hi bloemkool1980,
If you are not performing NAT then all you need to do is apply an access-list to the outside interface to overide the default 'deny all' the security level implements.