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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Pix 501 and pcanywhere/remote desktop

Status
Not open for further replies.

steljoka

IS-IT--Management
Apr 5, 2006
1
CA
Looking for help with my PIX 501. As the old addage goes, I am a newbie with this and I am trying to set up my router to allow pcanywhere and remote desktop in, niether of which work at this time. Here is my current configuration.

PIX Version 6.3(3)
interface ethernet0 10baset
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password rIue2FlKIj3FmNTC encrypted
passwd .dqgjUn0iC.mOplr encrypted
hostname PIX
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 192.168.1.2 eq pcanywhere-data
access-list outside_access_in permit udp any host 192.168.1.2 eq pcanywhere-status
access-list outside_access_in permit tcp any host 192.168.1.2 eq 3389
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside dhcp setroute retry 4
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.3 255.255.255.255 inside
pdm location 192.168.1.2 255.255.255.255 inside
pdm location "my ip" 255.255.0.0 outside
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 interface 3389 192.168.1.2 3389 netmask 255.255.255.255 0 1
static (inside,outside) udp interface pcanywhere-status 192.168.1.2 pcanywhere-status netmask 255.255.255.255 0 20
static (inside,outside) tcp interface pcanywhere-data 192.168.1.2 pcanywhere-data netmask 255.255.255.255 0 20
access-group outside_access_in in interface outside
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 "My Ip" 255.255.0.0 outside
telnet 192.168.1.0 255.255.255.0 inside
telnet timeout 5
ssh timeout 5
console timeout 0
dhcpd address 192.168.1.125-192.168.1.130 inside
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd auto_config outside
dhcpd enable inside
terminal width 80
Cryptochecksum:b85bea7d389faef59a5743e1d0917079
: end


Any help would be greatly appreciated.
 

Heres the old way of doing it:

static (inside,outside) 67.94.72.xxx 192.168.0.100 netmask 255.255.255.255 0 0
conduit permit tcp host 67.94.72.xxx eq pcanywhere-data any
conduit permit udp host 67.94.72.xxx eq pcanywhere-status any


Im a bit of a newbie myself, but your static declarations look a bit odd.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top