alfamike
Goto Top

Probleme Cisco Pix 501 Version 6.3(2) mit Interneteinwahl und Webinterface

Diese Frage poste ich nach unzähligen Googlesuchen und Recherchen in diversen Foren.
Pix 501 hängt an einem Speedportmodem. Die Funktion des Modems ist überprüft. Pix lässt sich über RS232 konfigurieren.

Hallo,
ich habe das Problem, dass sich meine Cisco Pix 501 Firewall weder ins Internet einwählt, noch kann ich mich per https auf dem Webinterface einwählen.
Die Pix ist mit den factory-defaults von mir resettet worden.
Nur die T-DSL Zugangsdaten sind hinzugefügt worden.
Kein Passwort wurde bisher geändert.
Auch unzälige Versuche die in diesem Forum verwendeten Skripte zu benutzen blieben erfolglos.
Kann mir jemand sagen, was ich in der folgenden Konfiguration ändern muss?
Ich kann mich leider auch nicht per Webinterface auf der Pix anmelden.

Hier die Konfiguration:

PIX Version 6.3(2)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password XXXXXXXXXXXXX encrypted
passwd XXXXXXXXXXX encrypted
hostname pixfirewall
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
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 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
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
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
vpdn group pppoe_group request dialout pppoe
vpdn group pppoe_group localname XXXXXXXXXXXXXXXXXX@t-online-com.de
vpdn group pppoe_group ppp authentication pap
vpdn username XXXXXXXXXXXXXXXXX@t-online-com.de password XXXXXXXXXXXX
dhcpd address 192.168.1.2-192.168.1.33 inside
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd auto_config outside
dhcpd enable inside
terminal width 80
Cryptochecksum:XXXXXXXXXXXXXXXXXXX
: end

Für schnelle Hilfe wäre ich extrem dankbar.

Content-Key: 109265

Url: https://administrator.de/contentid/109265

Printed on: April 27, 2024 at 03:04 o'clock

Member: aqui
aqui Feb 17, 2009 at 22:24:53 (UTC)
Goto Top
HTTP und HTTPS sind per default zur Sicherheit deaktiviert und du musst sie erst mit https(s) server... aktivieren.

Hier findest du Infos und Beispiele dazu:

http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/prod_configuratio ...