Avatar of hindsight
hindsightFlag for United States of America

asked on 

Is my Cicsco Pix 501 blocking outbound RDP traffic?

I can not connect to outside workstation using WIndows RDP. Is the Cisco Pix blocking out bound RDP traffic
Building configuration...
: Saved
:
PIX Version 6.3(4)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password s6OcRXbHIKcMW7Mu encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
hostname phelpspix
domain-name *.*.*.*
clock timezone EST -5
clock summer-time EDT recurring
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 inside_access_in permit tcp any any eq domain 
access-list inside_access_in permit udp any any eq domain 
access-list inside_access_in permit tcp any any eq www 
access-list inside_access_in permit tcp any any eq https 
access-list inside_access_in permit tcp any any eq ftp 
access-list inside_access_in permit tcp any any eq ftp-data 
access-list inside_access_in permit tcp any any eq pop3 
access-list inside_access_in permit tcp any any eq smtp 
access-list inside_access_in permit udp any any 
access-list inside_access_in permit icmp any any 
access-list inside_access_in permit tcp any any eq pptp 
access-list inside_access_in permit tcp any any eq 3334 
access-list inside_access_in permit tcp any any eq aol 
access-list inside_outbound_nat0_acl permit ip 10.10.119.0 255.255.255.0 10.10.120.16 255.255.255.240 
access-list outside_access_in permit tcp any any eq pptp 
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside *.*.*.* 255.255.255.252
ip address inside 10.10.119.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool pptpvpn 10.10.120.20-10.10.120.30
pdm location 10.10.119.25 255.255.255.255 inside
pdm location 10.10.0.0 255.255.255.0 inside
pdm location 0.0.0.0 0.0.0.0 outside
pdm location 10.10.120.16 255.255.255.240 outside
pdm location 10.10.119.5 255.255.255.255 inside
pdm history enable
arp timeout 14400
global (outside) 10 interface
nat (inside) 0 access-list inside_outbound_nat0_acl
nat (inside) 10 0.0.0.0 0.0.0.0 0 0
access-group outside_access_in in interface outside
access-group inside_access_in in interface inside
route outside 0.0.0.0 0.0.0.0 *.*.*.* 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 RADIUS (inside) host 10.10.119.5 letmein timeout 5
aaa-server LOCAL protocol local 
http server enable
http 0.0.0.0 0.0.0.0 outside
http 0.0.0.0 0.0.0.0 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
sysopt connection permit-pptp
telnet 10.10.119.0 255.255.255.0 inside
telnet timeout 5
ssh timeout 5
console timeout 0
vpdn group PPTP-VPDN-GROUP accept dialin pptp
vpdn group PPTP-VPDN-GROUP ppp authentication chap
vpdn group PPTP-VPDN-GROUP ppp authentication mschap
vpdn group PPTP-VPDN-GROUP ppp encryption mppe auto 
vpdn group PPTP-VPDN-GROUP client configuration address local pptpvpn
vpdn group PPTP-VPDN-GROUP client configuration dns 10.10.119.5 216.41.101.15
vpdn group PPTP-VPDN-GROUP client authentication aaa RADIUS
vpdn group PPTP-VPDN-GROUP pptp echo 60
vpdn username corpitsol password ********* 
vpdn username acuity password ********* 
vpdn username awarwick password ********* 
vpdn enable outside
terminal width 80
Cryptochecksum:f2114dd7659fbace2158d88e4d0725a1
: end
[OK]

Open in new window

Cisco

Avatar of undefined
Last Comment
ChopperCentury
Avatar of ChopperCentury
ChopperCentury
Flag of United States of America image

Only protocols listed in your ACL inside_access_in are currently permitted into your network.
Add the following to the list to allow RDP.
access-list inside_access_in permit tcp any any eq 3389
Avatar of hindsight
hindsight
Flag of United States of America image

ASKER

Sorry, I am not familiar with the PIX, how do I add it?
ASKER CERTIFIED SOLUTION
Avatar of ChopperCentury
ChopperCentury
Flag of United States of America image

Blurred text
THIS SOLUTION IS ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
Avatar of hindsight
hindsight
Flag of United States of America image

ASKER

I used the send command and it worked, how about inbound RDP?
That is for inbound on your internal interface
Avatar of hindsight
hindsight
Flag of United States of America image

ASKER

The first command worked, so now I can RDP out from the server. But I also need to come back in.
That would need to come from your outside ACL....
add the following...
access-list outside_access_in permit tcp any any eq 3389

Be warned that this will allow anyone to RDP into your network. I would restrict the any statement to only the ip addresses or networks that you want to allow in.
Cisco
Cisco

Cisco PIX is a dedicated hardware firewall appliance; the Cisco Adaptive Security Appliance (ASA) is a firewall and anti-malware security appliance that provides unified threat management and protection the PIX does not. Other Cisco devices and systems include routers, switches, storage networking, wireless and the software and hardware for PIX Firewall Manager (PFM), PIX Device Manager (PDM) and Adaptive Security Device Manager (ASDM).

27K
Questions
--
Followers
--
Top Experts
Get a personalized solution from industry experts
Ask the experts
Read over 600 more reviews

TRUSTED BY

IBM logoIntel logoMicrosoft logoUbisoft logoSAP logo
Qualcomm logoCitrix Systems logoWorkday logoErnst & Young logo
High performer badgeUsers love us badge
LinkedIn logoFacebook logoX logoInstagram logoTikTok logoYouTube logo