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

help me :-( opening port //pix 501

Status
Not open for further replies.

guydv

Technical User
Joined
Aug 2, 2007
Messages
9
Location
IL
hi this is a very simple quation - i am using adsl (dyanmic ip) all i want is to open port 3389 on ip 192.168.1.7 (intranl) for the last 4 month i treid every thing on the web and i am not joking every thing - but nothing works -
h e l l p !!

: Written by enable_15 at 14:35:33.681 UTC Wed May 21 2008
PIX Version 6.3(4)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password 8Ry2YjIyt7RRXU24 encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
hostname 017
domain-name 017.co.il
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 192.168.1.7 rpdc
object-group service rdp tcp
port-object eq 3389
access-list 100 permit tcp any interface outside eq 3389
access-list 100 permit icmp any any
access-list 100 permit icmp any any echo
access-list 100 permit icmp any any unreachable
access-list 100 permit icmp any any time-exceeded
access-list 100 permit tcp any any eq 3389
access-list 100 permit ip any any
access-list 100 permit udp any any eq 3389
access-list 100 permit udp any any eq www
access-list 100 permit tcp any any eq www
access-list 101 permit tcp any any eq 3389
pager lines 24
icmp permit any outside
icmp permit any unreachable outside
icmp permit any echo-reply outside
icmp permit any inside
mtu outside 1500
mtu inside 1500
ip address outside pppoe setroute
ip address inside 192.168.1.1 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 192.168.1.0 255.255.255.0 0 0
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) tcp interface 3389 rpdc 3389 netmask 255.255.255.255 0 0

access-group 100 in interface outside
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
http server enable
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
telnet 0.0.0.0 0.0.0.0 outside
telnet 0.0.0.0 0.0.0.0 inside
telnet timeout 5
ssh timeout 5
console timeout 0
vpdn group isp request dialout pppoe
vpdn group isp localname samuel65@017
vpdn username samuel65@017 password ********
dhcpd address rpdc-192.168.1.37 inside
dhcpd dns 212.143.212.143
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd enable inside
terminal width 80
Cryptochecksum:084152767c53123354d39d5976f6e92a
017(config)#
 
hi Burt
yap.. i did and take alook what the pix gave me..
017(config)# fixup protocol rdp 3389
bad protocol rdp
Usage: [no] fixup protocol <prot> [<option>] [<port>-<port>]
017(config)#
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top