cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
593
Views
0
Helpful
2
Replies

PIX firewall port direction

ddicky
Level 1
Level 1

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.

2 Replies 2

m.sir
Level 7
Level 7

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

Review Cisco Networking for a $25 gift card