trent1980
IS-IT--Management
- Dec 18, 2002
- 36
i'm trying to setup pdm on my pix. i'm allowing my syslog server to access it (192.168.100.20). when i hit the ip address of the internal interface of the pix, it asks to authenticate and then give me an error "404 - page not found". it is authenticating with enable password .. here are my configs, am i missing any lines for the PDM to work?
###########################
PIX Version 6.0(1)
nameif ethernet0 outside security0
nameif ethernet1 inside security100
nameif ethernet2 dmz security50
enable password **** encrypted
passwd **** encrypted
hostname pix
domain-name ciscopix.com
fixup protocol ftp 21
fixup protocol http 80
fixup protocol h323 1720
fixup protocol rsh 514
fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol sip 5060
fixup protocol skinny 2000
pager lines 24
logging on
logging timestamp
logging trap debugging
logging history debugging
logging facility 23
logging host inside 192.168.100.20
interface ethernet0 auto
interface ethernet1 auto
interface ethernet2 auto
mtu outside 1500
mtu inside 1500
mtu dmz 1500
ip address outside **** 255.255.255.0
ip address inside 192.168.100.107 255.255.255.0
ip address dmz 192.168.255.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
no failover
failover timeout 0:00:00
failover poll 15
failover ip address outside 0.0.0.0
failover ip address inside 0.0.0.0
failover ip address dmz 0.0.0.0
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 **** netmask 255.255.255.0
global (outside) 1 **** netmask 255.255.255.0
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
nat (dmz) 1 0.0.0.0 0.0.0.0 0 0
apply (outside) 101 outgoing_src
apply (inside) 101 outgoing_src
apply (outside) 101 outgoing_dest
apply (inside) 101 outgoing_dest
rip outside passive version 1
rip inside passive version 1
route outside 0.0.0.0 0.0.0.0 **** 1
route inside 192.168.101.0 255.255.255.0 192.168.100.1 1
route inside 192.168.102.0 255.255.255.0 192.168.100.200 1
route inside 192.168.103.0 255.255.255.0 192.168.100.1 1
route inside 192.168.105.0 255.255.255.0 192.168.100.1 1
timeout xlate 2:00:00
timeout conn 1:30:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h323 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
url-cache src_dst 128KB
http server enable
http 192.168.100.20 255.255.255.255 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
no floodguard enable
no sysopt route dnat
telnet 192.168.100.0 255.255.255.0 inside
telnet 192.168.100.0 255.255.255.0 dmz
telnet timeout 5
ssh timeout 5
terminal width 80
#############################
thanks,
Trent
###########################
PIX Version 6.0(1)
nameif ethernet0 outside security0
nameif ethernet1 inside security100
nameif ethernet2 dmz security50
enable password **** encrypted
passwd **** encrypted
hostname pix
domain-name ciscopix.com
fixup protocol ftp 21
fixup protocol http 80
fixup protocol h323 1720
fixup protocol rsh 514
fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol sip 5060
fixup protocol skinny 2000
pager lines 24
logging on
logging timestamp
logging trap debugging
logging history debugging
logging facility 23
logging host inside 192.168.100.20
interface ethernet0 auto
interface ethernet1 auto
interface ethernet2 auto
mtu outside 1500
mtu inside 1500
mtu dmz 1500
ip address outside **** 255.255.255.0
ip address inside 192.168.100.107 255.255.255.0
ip address dmz 192.168.255.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
no failover
failover timeout 0:00:00
failover poll 15
failover ip address outside 0.0.0.0
failover ip address inside 0.0.0.0
failover ip address dmz 0.0.0.0
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 **** netmask 255.255.255.0
global (outside) 1 **** netmask 255.255.255.0
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
nat (dmz) 1 0.0.0.0 0.0.0.0 0 0
apply (outside) 101 outgoing_src
apply (inside) 101 outgoing_src
apply (outside) 101 outgoing_dest
apply (inside) 101 outgoing_dest
rip outside passive version 1
rip inside passive version 1
route outside 0.0.0.0 0.0.0.0 **** 1
route inside 192.168.101.0 255.255.255.0 192.168.100.1 1
route inside 192.168.102.0 255.255.255.0 192.168.100.200 1
route inside 192.168.103.0 255.255.255.0 192.168.100.1 1
route inside 192.168.105.0 255.255.255.0 192.168.100.1 1
timeout xlate 2:00:00
timeout conn 1:30:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h323 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
url-cache src_dst 128KB
http server enable
http 192.168.100.20 255.255.255.255 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
no floodguard enable
no sysopt route dnat
telnet 192.168.100.0 255.255.255.0 inside
telnet 192.168.100.0 255.255.255.0 dmz
telnet timeout 5
ssh timeout 5
terminal width 80
#############################
thanks,
Trent