Question : Cisco PIX will not accept command to allow RPC

Hi experts,

My PIX-501 is configured as below to allow me to remote into the server and the client with has the IP address 192.168.1.30. I am trying to set up another connection to a separate client 192.168.1.37. I am working under the idea tht I will need to use a separate static IP address (in this case 101) and redirect it using the port 3391. I seem to have everything set up except for the command:

static (inside,outside) 72.xx.xxx.99 192.168.1.101 netmask 255.255.255.255

When I enter the command, I get the error message:

ERROR: duplicate of existing static

    from inside:192.168.1.100 to outside:72.xx.xxx.99 netmask 255.255.255.255
Usage:  [no] static [(real_ifc, mapped_ifc)]
                {|interface}
                { [netmask ]} | {access-list }
                [dns] [norandomseq] [ []]
        [no] static [(real_ifc, mapped_ifc)] {tcp|udp}
                {|interface}
                { [netmask ]} |
                {access-list }
                [dns] [norandomseq] [ []]

but it is not duplicating anything as I am using x.101

The configuration currently of my PIX:

PIX Version 6.3(5)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password 6qJ0EmbcKndCH5LG encrypted
passwd bSuKLOOGeZum0lYN 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
access-list outside_access_in permit tcp any host 72.xx.xxx.99 eq https
access-list outside_access_in permit tcp any host 72.xx.xxx.99 eq 444
access-list outside_access_in permit tcp any host 72.xx.xxx.99 eq 4125
access-list outside_access_in permit tcp any host 72.xx.xxx.99 eq 3389
access-list outside_access_in permit tcp any host 72.xx.xxx.99 eq smtp
access-list outside_access_in permit tcp any host 72.xx.xxx.100 eq 3390
access-list outside_access_in permit tcp any host 72.xx.xxx.101 eq 3391
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside 72.xx.xxx.98 255.255.255.248
ip address inside 192.168.1.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
pdm location 192.168.1.0 255.255.255.255 inside
pdm location 192.168.1.100 255.255.255.255 inside
pdm location 192.168.1.30 255.255.255.255 inside
pdm location 192.168.1.37 255.255.255.255 inside
pdm logging informational 100
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 72.xx.xxx.100 3390 192.168.1.30 3389 netmask 255.255
.255.255 0 0
static (inside,outside) tcp 72.xx.xxx.101 3391 192.168.1.37 3389 netmask 255.255
.255.255 0 0
static (inside,outside) 72.xx.xxx.99 192.168.1.100 netmask 255.255.255.255 0 0
access-group outside_access_in in interface outside
route outside 0.0.0.0 0.0.0.0 72.xx.xxx.97 1
timeout xlate 0:05: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 sip-disconnect 0:02:00 sip-invite 0:03: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
http server enable
http 192.168.1.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.1.0 255.255.255.0 inside
telnet timeout 60
ssh timeout 5
console timeout 0
dhcpd address 192.168.1.2-192.168.1.33 inside
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd auto_config outside
vpnclient server 66.xxx.xx.195
vpnclient mode client-mode
vpnclient vpngroup River password
vpnclient enable
terminal width 80
Cryptochecksum:5fb8870911fa69da4eb6bb1813a76a1b

What am I doing wrong?

Thanks, Bert

Answer : Cisco PIX will not accept command to allow RPC

Hello Bert2005
   First of all, you dont have to waste another public IP address to achieve what you want, following will perfectly work for you

static (inside,outside) tcp 72.xx.xxx.100 3390 192.168.1.30 3389 netmask 255.255
.255.255 0 0
static (inside,outside) tcp 72.xx.xxx.100 3391 192.168.1.37 3389 netmask 255.255
.255.255 0 0

   And about the error you get, you are not using a duplicate internal IP. You are using an external duplicate IP. 72.xx.xxx.99 is already one-to-one mapped to 1.100 and you cant re-map it to another internal IP, yet this approach is not necessary since you can use single public IP to achieve what you want by following the suggestion above

Regards

Random Solutions  
 
programming4us programming4us