Cisco PIX 501: Applying 2 IP Addr to Outside Interface - TechRepublic
Question
April 26, 2007 at 10:39 PM
kwicnet

Cisco PIX 501: Applying 2 IP Addr to Outside Interface

by kwicnet . Updated 19 years, 2 months ago

The ISP has assigned 13 usable public IPs to my client. They want me to setup the PIX 501 with 6.3(4) OS to allow two public IPs to connect to two servers on the private network. I can’t get one to work because I don’t know how to assign two public IPs on the outside interface. I configured it to FTP and TELNET from outside to IP on private which is a M/S Exchange server to test logic, however no packets are hitting the access-list count. The PIX connects on .99 ok but I am unable to FTP to .101. I see Cisco statement allowing multiple IPs on public interface but I cannot find an example. Thanks in advance of any help offered.

Here is my config:
PIX Version 6.3(4)
interface ethernet0 100full
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password 8Ry2YjIyt24 encrypted
passwd 2KFQdI.2KYOU encrypted
hostname pixfirewall
domain-name ciscopix.com
fixup protocol dns maximum-length 512
fixup protocol ftp 21
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol http 80
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol sip 5060
fixup protocol sip udp 5060
fixup protocol skinny 2000
fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol tftp 69
names
name x.y.184.97 public_gateway
name x.y.184.101 public_exchange
name 192.168.10.7 inside_exchange
access-list outside_in permit tcp any host public_exchange eq telnet
access-list outside_in permit tcp any host public_exchange eq ftp
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside x.y.184.99 255.255.255.240
ip address inside 192.168.10.3 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) tcp public_exchange telnet inside_exchange telnet netmas
k 255.255.255.255 0 0
static (inside,outside) tcp public_exchange ftp inside_exchange ftp netmask 255.
255.255.255 0 0
access-group outside_in in interface outside
route outside 0.0.0.0 0.0.0.0 public_gateway 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00
timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00
timeout uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
aaa-server TACACS+ max-failed-attempts 3
aaa-server TACACS+ deadtime 10
aaa-server RADIUS protocol radius
aaa-server RADIUS max-failed-attempts 3
aaa-server RADIUS deadtime 10
aaa-server LOCAL protocol local
ntp server 216.218.192.202 source outside prefer
http server enable
http 192.168.10.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
telnet 192.168.10.0 255.255.255.0 inside
telnet timeout 5
ssh timeout 5
console timeout 0
dhcpd address 192.168.10.150-192.168.10.200 inside
dhcpd dns 192.168.10.8 64.60.0.17
dhcpd wins 192.168.10.8
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd domain boatswains.com
dhcpd enable inside
terminal width 80
Cryptochecksum:d15d1b244e8dbb0dc5ded650f03d3333

This discussion is locked

All Comments