ronaldscherzer
Goto Top

CiSCO PIX 501 Konfiguration

Hallo Leute!

Soweit ich mitbekommen hab, kennen sich einige Leute hier im Forum ziemlich gut mit der PIX 501 von CISCO aus. Ich hab noch ein paar Probleme damit, und wollte daher meine Konfiguration mal hier reinstellen.

Wär ur super, wenn mal jemand kurz drüberfliegen könnte, und mir sagen könnte, ob die PIX so richtig und vor allem SICHER konfiguriert ist.

Weiters hab ich ein kleines Problem mit dieser Konfig.

Wenn ich mich mit einer Datenkarte ins Netz einwähle funktioniert es einwandfrei. Wenn ich jedoch in einem anderen Netz mit meinem Laptop sitze, und mich einwähle (was ja funktioniert) kann ich keine IP Adresse von meinem Netz anpingen oder anders erreichen.
Das versteh ich nur leider nicht. Vorerst hätte ich gedacht, dass es an dem Netz von dem Kunden liegt, jedoch ist das bei jedem Kunden so. Und deshalb wäre es super, wenn sich jemand meine Konfig auf die schnell anschauen könnte, und mir ein paar Tipps geben könnte.

Zur Erklärung:

Firmennetzwerk: 192.168.123.x / 255.255.255.0
VPN-Netz: 192.168.2.x / 255.255.255.0

KONFIG:

Building configuration...
Saved

PIX Version 6.3(4)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password * encrypted
passwd * encrypted
hostname *PIXFIREWALL*
domain-name *DOMAINNAME*
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 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
access-list 80 permit ip 192.168.123.0 255.255.255.0 192.168.2.0 255.255.255.0
access-list 100 deny icmp any any echo-reply
access-list 100 deny icmp any any unreachable
access-list 100 deny icmp any any time-exceeded
access-list 100 deny icmp any any traceroute
pager lines 24
logging on
mtu outside 1500
mtu inside 1500
ip address outside 80.122.xxx.xxx 255.255.xxx.xxx
ip address inside 192.168.123.254 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool vpn_ip_pool 192.168.2.1-192.168.2.10
pdm location 192.168.2.0 255.255.255.0 outside
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
route outside 0.0.0.0 0.0.0.0 80.122.xxx.xxx 1
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 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.0.0 255.255.255.0 inside
http 192.168.123.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
sysopt connection permit-ipsec
crypto ipsec transform-set strong-des esp-3des esp-sha-hmac
crypto dynamic-map vpn-dyn-map 1 set transform-set strong-des
crypto map vpn-map 20 ipsec-isakmp dynamic vpn-dyn-map
crypto map vpn-map interface outside
isakmp enable outside
isakmp key address 0.0.0.0 netmask 0.0.0.0
isakmp policy 8 authentication pre-share
isakmp policy 8 encryption 3des
isakmp policy 8 hash md5
isakmp policy 8 group 2
isakmp policy 8 lifetime 86400
vpngroup superteam address-pool vpn_ip_pool
vpngroup superteam dns-server 192.168.123.114 213.33.99.70
vpngroup superteam wins-server 192.168.123.114 213.33.99.70
vpngroup superteam default-domain *DOMAINNAME*
vpngroup superteam split-tunnel 80
vpngroup superteam split-dns *DOMAINNAME*
vpngroup superteam idle-time 1800
vpngroup superteam password
telnet 192.168.123.0 255.255.255.0 inside
telnet timeout 5
ssh timeout 5
console timeout 0
terminal width 80
Cryptochecksum:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
: end
[OK]

Bin für jeden TIPP dankbar.

Danke - lg roanld

Content-Key: 108111

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

Printed on: April 19, 2024 at 05:04 o'clock

Member: aqui
aqui Feb 06, 2009 at 18:29:14 (UTC)
Goto Top
Wenn dein Laptopp in einem anderen IP Netz als 192.168.123.0 /24 haengt ist es doch vollkommen logisch das du die PIX lokal nicht mehr erreichen kannst, denn ihr fehlt ja dann die statische Route in dieses IP Netzwerk !
Member: ronaldscherzer
ronaldscherzer Feb 09, 2009 at 08:24:32 (UTC)
Goto Top
So, hab jetzt mit der Telekom ein bisschen geschrieben, und die haben mich auf den Fehler aufmerksam gemacht. Ich poste jetzt mal die komplette Config und streich die fehlenden Sachen hervor.


Building configuration...
Saved

PIX Version 6.3(5)
interface ethernet0 auto
interface ethernet1 auto
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password +++++++++++ encrypted
passwd ++++++++++++ encrypted
hostname PIXFIREWALL
domain-name DOMAIN
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 pptp 1723
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
access-list 80 permit ip 192.168.0.0 255.255.255.0 192.168.2.0 255.255.255.0
access-list superteam_splitTunnelAcl permit ip 192.168.0.0 255.255.255.0 any
access-list 81 permit ip 192.168.0.0 255.255.255.0 any
pager lines 24
logging on
mtu outside 1500
mtu inside 1500
ip address outside xxx.xxx.xxx.xxx 255.255.255.252
ip address inside 192.168.0.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool vpn_ip_ppol 192.168.2.1-192.168.2.10
pdm location 192.168.2.0 255.255.255.0 outside
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list 80
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
access-group 81 in interface inside
route outside 0.0.0.0 0.0.0.0 xxx.xxx.xxx.xxx 1
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 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.0.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
sysopt connection permit-ipsec
crypto ipsec transform-set strong-des esp-3des esp-sha-hmac
crypto dynamic-map vpn-dyn-map 1 set transform-set strong-des
crypto map vpn-map 20 ipsec-isakmp dynamic vpn-dyn-map
crypto map vpn-map interface outside
isakmp enable outside
isakmp key address 0.0.0.0 netmask 0.0.0.0


isakmp identity address
isakmp nat-traversal 20


isakmp policy 8 authentication pre-share
isakmp policy 8 encryption 3des
isakmp policy 8 hash md5
isakmp policy 8 group 2
isakmp policy 8 lifetime 86400
vpngroup superteam address-pool vpn_ip_ppol
vpngroup superteam dns-server 213.33.99.70
vpngroup superteam wins-server 213.33.99.70
vpngroup superteam default-domain DOMAIN
vpngroup superteam split-tunnel superteam_splitTunnelAcl
vpngroup superteam split-dns DOMAIN
vpngroup superteam idle-time 1800
vpngroup superteam password
telnet 192.168.0.0 255.255.255.0 inside
telnet timeout 5
ssh timeout 5
console timeout 30
terminal width 80
Cryptochecksum:kdfsjkfldsajkldsaf
: end
[OK]