checksum
Goto Top

Cisco PIX 501 VPDN DSL-Zugangsdaten ändern

Hallo zusammen,

ich habe eine Cisco PIX 501 im Einsatz.

Durch den Wechsel meines Providers habe ich neue Zugangsdaten bekommen.

Zuerst möchte ich allerdings den Eintrag aus der VPND Config entfernen.

Wie gehe ich hierzu vor bzw. wie lautet der Befehl dafür?

Dann möchte ich meine neue Zugangskennung usw inkl. Passwort eintragen. Wie gehe ich hier vor?

und letztendlich wie speichere ich dann die Konfig ab?

Bitte nur Posten wenn die Antwort bekannt ist und bitte keine unnötigen Kommentare!!

Besten Dank vorab!!

Content-Key: 172849

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

Printed on: April 24, 2024 at 23:04 o'clock

Member: brammer
brammer Sep 09, 2011 at 05:08:55 (UTC)
Goto Top
Hallo,

die Google Suche nach einer "Config PIX 501 DSL" führt zu diversen Ergebnissen...

Beispielsweise:

SAMPLE CONFIGURATION

1. PIX

PIX Version 6.3(3)
interface ethernet0 auto
interface ethernet1 auto
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password ***** encrypted
passwd ***** encrypted
hostname PIX
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
object-group icmp-type ICMP-INBOUND
description Permit necessary inbound ICMP traffic
icmp-object 0
icmp-object 3
icmp-object 11
access-list INBOUND permit icmp any any object-group ICMP-INBOUND
pager lines 24
mtu outside 1492
mtu inside 1500
ip address outside pppoe setroute
ip address inside 10.0.0.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
access-group INBOUND in interface outside
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 uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
aaa-server RADIUS protocol radius
aaa-server LOCAL protocol local
http server enable
http 10.0.0.2 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 10.0.0.2 255.255.255.255 inside
telnet timeout 5
ssh timeout 5
console timeout 0
vpdn group pppoex request dialout pppoe
vpdn group pppoex localname [ENTER ISP USERNAME HERE]
vpdn group pppoex ppp authentication chap (or PAP, depends on your ISP settings)
vpdn username [ENTER ISP USERNAME HERE] password [ENTER ISP PASSWORD HERE]
dhcpd address <your dhcp range>  inside
dhcpd dns <dns server IP address>
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd enable inside
terminal width 80

Da du nicht sagst welchen Provider du verwendest, musst du die entsprechende VPDN Group sowie eventuell weitere Daten selber anpassen.

brammer