05-26-2006 10:30 PM - edited 02-21-2020 12:55 AM
I just have 1 fixed global IP address, need to setup web server,ftp & email on different internal servers.Any good link how to configured on port direction.
05-26-2006 11:53 PM
Static PAT Examples
To redirect webtraffic from the PIX Firewall outside interface to the inside host at 10.1.1.15, enter:
static (inside,outside) tcp interface www 10.1.1.15 www netmask 255.255.255.255
To redirect FTP traffic from the PIX Firewall outside interface to the inside host at 10.1.1.30, enter:
static (inside,outside) tcp interface ftp 10.1.1.30 ftp netmask 255.255.255.255
To redirect SMTP traffic from the PIX Firewall outside interface to the inside host at 10.1.1.30, enter:
static (inside,outside) tcp interface smtp 10.1.1.30 smtp netmask 255.255.255.255
M.
Hope that helps, rate if it does
05-27-2006 06:01 AM
Hi,
Using one (1) IP can be either a dedicated IP or firewall outside IP.
Example:
*http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a00804708b4.shtml#t10
Rgds,
AK
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