Thank you, I chose 102.162.86.54 and that did the trick. Please help me understand the following two points: 1) What rational for not being able to use the same IP address for the static mapping and the global translation IP address? 2) Can I use the IP address (outside) of the firewall to do static mapping? If not then: 3) What is the purpose of the outside IP address? Looks kind of a waste to me! Thanks again Pierre-Alex ---------------------- Hello, Try This... static (inside,outside) 102.162.86.xxx 10.1.1.13 netmask 255.255.255.255 conduit permit tcp host 102.162.86.xxx eq 80 any You can't use the same address as your global translation 102.162.86.52 try 102.162.86.54 The first line creates the translation and the second line permits any host to access your server on port 80. Let me know if you have any questions. Ryan -----Original Message----- From: pierreg [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 11, 2001 5:36 PM To: [EMAIL PROTECTED] Subject: PIX -- Cannot locate the static xlate [7:19512] Hi all, I have a Web server on the internal side of the firewall (10.1.1.13) I am trying to open port 80 of the firewall to internet traffic I get the error message: "Cannot locate the static xlate" when I enter the command: pixfirewall(config)# conduit 102.162.86.52 80 tcp 0 What am I doing wrong? My configs are below: PIX Version 4.0.7 enable password 2KFQnbNIdI.2KYOU encrypted passwd 2KFQnbNIdI.2KYOU encrypted hostname pixfirewall no failover names syslog output 20.3 no syslog console interface ethernet outside 10baset interface ethernet inside 10baset ip address inside 10.1.1.10 255.255.255.0 ip address outside 102.162.86.53 255.255.255.128 arp timeout 14400 global 1 102.162.86.52-102.162.86.52 nat 1 0.0.0.0 0.0.0.0 age 10 no rip outside passive no rip outside default no rip inside passive no rip inside default route outside 0.0.0.0 0.0.0.0 102.162.86.1 1 timeout xlate 24:00:00 conn 12:00:00 udp 0:02:00 timeout rpc 0:10:00 h323 0:05:00 uauth 0:05:00 http 10.1.1.13 255.255.255.255 no snmp-server location no snmp-server contact telnet 10.1.1.13 255.255.255.255 mtu outside 1500 mtu inside 1500 Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=19536&t=19536 -------------------------------------------------- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

