thanks a million ahead of time...
i did see thru the show config command an access group listed, but im not sure where t oinput that command. wil paste show config below.. thanks again
PIX Version 6.3(4)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
hostname pixfirewall
domain-name empireresources.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 nonat permit ip 192.168.3.0 255.255.
access-list 110 permit ip 192.168.3.0 255.255.25
access-list outside_access_in permit tcp any int
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside 151.196.192.xx 255.255.255.24
ip address inside 192.168.3.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
pdm location 167.1.162.0 255.255.255.0 outside
pdm location 192.168.1.0 255.255.255.0 outside
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list nonat
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) tcp interface citrix-ica
255.255.255.255 0 0
access-group outside_access_in in interface outs
route outside 0.0.0.0 0.0.0.0 151.196.192.xx 1
timeout xlate 0:05:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:0
timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 si
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
http 0.0.0.0 0.0.0.0 outside
http 192.168.3.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-ipsec
crypto ipsec transform-set VPNSET esp-des esp-md
crypto map MYMAP 1 ipsec-isakmp
crypto map MYMAP 1 match address 110
crypto map MYMAP 1 set peer 216.173.46.xx
crypto map MYMAP 1 set transform-set VPNSET
crypto map MYMAP interface outside
isakmp enable outside
isakmp key ******** address 216.173.46.xxnetmas
isakmp identity address
isakmp policy 1 authentication pre-share
isakmp policy 1 encryption des
isakmp policy 1 hash md5
isakmp policy 1 group 2
isakmp policy 1 lifetime 86400
telnet 192.168.3.0 255.255.255.0 inside
telnet timeout 5
ssh timeout 5
console timeout 0
dhcpd address 192.168.3.2-192.168.3.33 inside
dhcpd dns 151.196.0.39 151.197.0.39
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd auto_config outside
terminal width 80
Cryptochecksum:7f73b76a293
Main Topics
Browse All Topics





by: batry_boyPosted on 2008-01-11 at 10:37:10ID: 20638842
Assuming port 18261 is TCP, add these commands to the PIX:
static (inside,outside) tcp interface 18261 192.168.3.100 18261 netmask 255.255.255.255
access-list outside_access_in permit tcp any interface outside eq 18261
If you already have an access list applied to the outside interface with an "access-group" statement in your PIX config, then add the access list statement above to that same access list.