Options

PIX501 Config question

maxdybandmaxdyband Member Posts: 4 ■□□□□□□□□□
Hi I didn't know where to post this hope this is ok..

I have a PIX 501 (6.3) I have been searching on this fantastic board for some good reading on how to configure my PIX but it is a lot to digest. I was wondering if someone could point me in the right direction. My main focus is ACLs. They are a bit different on PIXs.

I have NAT configured and can access the internet.
My first go at it. I thought I would OPEN up the ports for Emule 4242. So I can get a high ID. This is just for practice I don’t actually download anything icon_wink.gif

Here is my config so far. If someone could please look at it and an comment . I appreciate any help in this area.

PIX Version 6.3(5)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password sSMCm1zflc9I0d0b encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
hostname PIXFW
domain-name DEVNET.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 6
access-list inbound permit tcp any any eq 4242
access-list inbound permit udp any any eq 4242
access-list inbound permit ip any any
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside dhcp setroute
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 history enable
arp timeout 14400
global (outside) 10 interface
nat (inside) 10 0.0.0.0 0.0.0.0 0 0
access-group inbound in interface inside
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 sip-disconnect 0:02:00 sip-invite 0:03:00
timeout uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
aaa-server TACACS+ max-failed-attempts 3
aaa-server RADIUS deadtime 10
aaa-server LOCAL protocol local
http server enable
http 192.168.1.3 255.255.255.255 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
telnet timeout 5
ssh timeout 5
console timeout 0
dhcpd address 192.168.1.2-192.168.1.31 inside
dhcpd dns 68.87.73.242 68.87.71.226
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd enable inside
terminal width 80
Cryptochecksum:a0f11433b62a5f3445a24eb3bc4a87cf

Also is anyone located in Richmond, VA?? I have a nice home lab and would not mind sharing. I don’t know anyone here in this field to bounce stuff off of. Please feel free to email me.

Cheers
Ash

Comments

Sign In or Register to comment.