Hvordan er det lige at jeg aktiverer den indbyggede webserver (PDM), sådan
at jeg kan konfigurere PIX'en gennem min webbrowser ?
Jeg har adgang til CLI, men kender ikke kommandoen. Konfiguration
nedenfor...
Det er en gammel PIX506 dåse, som jeg midlertidigt skal bruge på en
forbindelse indtil jeg får en nyere hjem...
Jens
:
PIX Version 6.3(5)
interface ethernet0 auto
interface ethernet1 10baset
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password <censur> encrypted
passwd <censur> encrypted
hostname pixfirewall
domain-name cisco.com
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 ils 389
fixup protocol pptp 1723
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 inside permit gre any any
access-list inside permit tcp any any eq pptp
pager lines 24
logging on
mtu outside 1500
mtu inside 1500
ip address outside <censur> 255.255.255.240
ip address inside 192.168.10.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
pdm location 192.168.10.0 255.255.255.0 inside
pdm location 192.168.10.101 255.255.255.255 inside
pdm history enable
arp timeout 14400
global (outside) 1 interface
global (outside) 62 255.255.255.0
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
conduit permit icmp any any echo
conduit permit icmp any any echo-reply
conduit permit icmp any any time-exceeded
conduit permit icmp any any traceroute
conduit permit icmp any any unreachable
route outside 0.0.0.0 0.0.0.0 <censur> 1
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 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 192.168.10.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
telnet 192.168.10.0 255.255.255.0 inside
telnet timeout 5
ssh timeout 5
management-access inside
console timeout 0
dhcpd address 192.168.10.100-192.168.10.200 inside
dhcpd dns 208.67.222.222 208.67.220.220
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd enable inside
username admin password <censur> encrypted privilege 15
terminal width 80
Cryptochecksum:<censur>
: end