Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Pix 501 Port Fowarding--pcanywhere

Status
Not open for further replies.

saucyjak

Vendor
Joined
Sep 2, 2003
Messages
2
Location
US
I have a dsl router that is 192.168.254.254. It is connected to outside int of pix 501 The dsl router is setup to foward pcanywhere ports to 192.168.254.200. I am the trying to foward this throuh my pix and have setup ataics and access group to allow this.

want to foward to inside network address of 192.168.1.225

here is my config.....can anyone see where my mistake is??

PIX Version 6.3(3)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password 8Ry2YjIyt7RRXU24 encrypted
passwd 2KFQnbNIdI.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
access-list inbound permit tcp any any eq pcanywhere-data
access-list inbound permit udp any any eq pcanywhere-status
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside 192.168.254.200 255.255.255.0
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.225 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 192.168.254.254 pcanywhere-data 192.168.1.225 pcanyw
here-data netmask 255.255.255.255 0 0
static (inside,outside) udp 192.168.254.254 pcanywhere-status 192.168.1.225 pcan
ywhere-status netmask 255.255.255.255 0 0
access-group inbound in interface outside
route outside 0.0.0.0 0.0.0.0 192.168.254.254 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 uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
aaa-server RADIUS protocol radius
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 timeout 5
ssh timeout 5
console timeout 0
terminal width 80
Cryptochecksum:72e99fa764d469ec6370e0fb06a5288b
: end


Thanks for any help
 
static (inside,outside) tcp 192.168.254.254 pcanywhere-data 192.168.1.225 pcanyw
here-data netmask 255.255.255.255 0 0
static (inside,outside) udp 192.168.254.254 pcanywhere-status 192.168.1.225 pcan
ywhere-status netmask 255.255.255.255 0 0

Replace "192.168.254.254" with "interface
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top