Link to home
Start Free TrialLog in
Avatar of dsl77
dsl77

asked on

Commands ignored by PDM


These commands are ignored by the PDM. I assume they are the reason I can’t use Windows VPN (Routing and Remote Access), Terminal Services and Remote administrator?

What is the correct syntax?

fixup protocol dns maximum-length 512
fixup protocol tftp 69
access-list outside_access_in permit tcp any host 192.168.227.210 eq pptp
access-list outside_access_in permit gre any host 192.168.227.210
access-list outside_access_in permit tcp any host 192.168.227.210 eq 3389
access-list outside_access_in permit tcp any host 192.168.227.210 eq 4899
Avatar of Les Moore
Les Moore
Flag of United States of America image

No, the fact that they are ignored by the PDM just means that you need to update your PDM. Latest version is 3.02
Being ignored by PDM has no bearing on the functionality of the PIX itself.

You are referencing a private IP address in your acl. Do you have a public IP-private IP address static mapping?
Is this in relation to the configuration you have posted here?
https://www.experts-exchange.com/questions/21160129/PIX-506E-configuration-review-tune-up-recommendations.html

If you are trying to do Windows VPN to a RRAS server inside the PIX, then you need an additional Public IP address that you can static nat to the RRAS server.



Avatar of dsl77
dsl77

ASKER

Okay.. so theres i no need to update the PDM at the moment.

What must i do to make sure the Terminal Services and Radmin works?

I didn't know i needed an additional public IP to make RRAS work.. i don't recall haveing read about that one :(

Here the config:

interface ethernet0 auto
interface ethernet1 auto
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password b4YMiQWlhCQP5KZD encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
hostname vatican
domain-name thepope
clock timezone CEST 1
clock summer-time CEDT recurring last Sun Mar 2:00 last Sun Oct 3:00
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
no fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol tftp 69
names
access-list outside_in permit tcp any interface outside eq smtp
access-list outside_in permit tcp any interface outside eq www
access-list outside_in permit tcp any interface outside eq ftp
access-list outside_in permit tcp any interface outside eq ftp-data
access-list outside_access_in permit tcp any host 192.168.227.210 eq pptp
access-list outside_access_in permit gre any host 192.168.227.210
access-list outside_access_in permit tcp any host 192.168.227.210 eq 3389
access-list outside_access_in permit tcp any host 192.168.227.210 eq 4899
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside 195.184.116.126 255.255.255.252
ip address inside 192.168.227.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
pdm location 192.168.227.0 255.255.255.0 inside
pdm location 192.168.227.210 255.255.255.255 inside
pdm location 192.168.1.0 255.255.255.0 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 interface smtp 192.168.227.210 smtp netmask 255.255.255.255 0 0
static (inside,outside) tcp interface www 192.168.227.210 www netmask 255.255.255.255 0 0
static (inside,outside) tcp interface ftp 192.168.227.210 ftp netmask 255.255.255.255 0 0
static (inside,outside) tcp interface ftp-data 192.168.227.210 ftp-data netmask 255.255.255.255 0 0
static (inside,outside) tcp interface 3389 192.168.227.210 3389 netmask 255.255.255.255 0 0
access-group outside_in in interface outside
route outside 0.0.0.0 0.0.0.0 195.184.116.125 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
http 192.168.227.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
sysopt connection permit-pptp
telnet timeout 5
ssh timeout 5
console timeout 0
dhcpd auto_config outside
terminal width 80
Cryptochecksum:48b0160968686084a872139cafe4d8f0
ASKER CERTIFIED SOLUTION
Avatar of Les Moore
Les Moore
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of dsl77

ASKER

Thanks lrmoore..

Can i use the 'clear' command inside the PDM to remove the wrong entries - if yes, how? :)
If they show up in the access rules page, just highlight them and delete each line, then apply..