Does a firewall need two static IPs for port forwarding?

Does a firewall need two static IPs for port forwarding?

I am using a Cisco PIX Version 6.3(5) firewall and I have only one static IP. My supporters tell me that it takes two static IPs to do port forwarding in a firewall. Is it true that I require two static IPs? Please explain, if this is so.

    Requires Free Membership to View

    By submitting your registration information to SearchNetworking.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchNetworking.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

Port forwarding is the act of forwarding a network port from one network node to another. This technique can allow an external user to reach a port on a private IP address (inside a LAN) from the outside via a NAT-enabled router.

Routers are configured with two interfaces: One is your WAN interface that connects to the Internet and is configured with a Public IP address (xxx.xxx.xxx.xxx) provided by your ISP. The second is an internal (LAN) network interface which is configured with your local internal (LAN) static IP address (192.xxx.xxx.xxx).

This was first published in October 2007