ithieme
Goto Top

Internet geht bei einer Cisco PIX zu PIX Verbindung beim Clienten nicht.

Hallo.

Ich möchte 2 Standorte miteinander via VPN miteinander verbinden. Dazu habe ich mir 2 Cisco PIX 501 besorgt und ein Testnetz aufgebaut.

Standort A hat eine feste IP und ist die Hauptzentrale.
Standort B hat eine Dynamische IP und soll auf den Exchange- und Terminalserver zugreifen.

Die VPN-Verbindung funktioniert soweit. Ich habe das Problem, dass der Internetzugriff im Standort B nach der Verbindung nicht mehr funktioniert.

Für das Testnetz haben beide PIX eine Dynamische IP. Ich hoffe, dass das zu Testen auch so geht.

Die PIX von Standort A hab ich nach einem Vorbild einer anderen PIX erstellt auf der VNP einwahlen gemacht werden.
Bei der PIX von Standort B habe ich Easy VPN Serveroptionen genommen um die Verbindung aufzubauen.

Ich füge die Konfiguration der beider PIXen mit an. Ich hoffe das mir jemand helfen kann.

PS: Vielleicht kennt jemand aber noch eine elegantere Lösung.

Konfiguration von Standort A:

Saved
Written by enable_15 at 04:10:49.473 UTC Fri Jan 1 1993


PIX Version 6.3(5)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password 8Ry2YjIyt7RRXU24 encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
hostname msw
domain-name factura.local
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 inside_nat0_outbound permit ip any host 192.168.1.222
access-list outside_cryptomap_dyn_20 permit ip any host 192.168.1.222
pager lines 24
mtu outside 1492
mtu inside 1500
ip address outside pppoe setroute
ip address inside 192.168.1.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool Factura-Pool 192.168.1.222 mask 255.255.255.0
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list inside_nat0_outbound
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 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.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
sysopt connection permit-ipsec
crypto ipsec transform-set ESP-AES-256-SHA esp-aes-256 esp-sha-hmac
crypto dynamic-map outside_dyn_map 20 match address outside_cryptomap_dyn_20
crypto dynamic-map outside_dyn_map 20 set transform-set ESP-AES-256-SHA
crypto map outside_map 65535 ipsec-isakmp dynamic outside_dyn_map
crypto map outside_map interface outside
isakmp enable outside
isakmp identity address
isakmp nat-traversal 20
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption aes-256
isakmp policy 10 hash sha
isakmp policy 10 group 2
isakmp policy 10 lifetime 86400
vpngroup Factura address-pool Factura-Pool
vpngroup Factura dns-server 192.168.1.1
vpngroup Factura default-domain factura.local
vpngroup Factura pfs
vpngroup Factura idle-time 1800
vpngroup Factura password 12345
telnet timeout 5
ssh timeout 5
console timeout 0
vpdn group pppoe_group request dialout pppoe
vpdn group pppoe_group localname *
vpdn group pppoe_group ppp authentication pap
vpdn username * password *
dhcpd address 192.168.1.10-192.168.1.39 inside
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd auto_config outside
dhcpd enable inside
terminal width 80
Cryptochecksum:bcdea423634a270004e823209b245cb3
end


Konfiguration von Standort B:
Saved


: Written by enable_15 at 00:15:35.260 UTC Fri Jan 1 1993
PIX Version 6.3(5)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password 8Ry2YjIyt7RRXU24 encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
hostname factura
domain-name factura.local
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 1492
mtu inside 1500
ip address outside pppoe setroute
ip address inside 192.168.2.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 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.2.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
crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
telnet 0.0.0.0 0.0.0.0 inside
telnet timeout 5
ssh timeout 5
console timeout 0
vpdn group pppoe_group request dialout pppoe
vpdn group pppoe_group localname *
vpdn group pppoe_group ppp authentication pap
vpdn username * password *
dhcpd address 192.168.2.10-192.168.2.39 inside
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd auto_config outside
dhcpd enable inside
vpnclient server 87.172.76.47
vpnclient mode client-mode
vpnclient vpngroup Factura password 12345
vpnclient enable
terminal width 80
Cryptochecksum:e20601dce4b7a5b0b4aabb5a7f7e18b5
: end

Content-Key: 49541

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

Ausgedruckt am: 28.03.2024 um 23:03 Uhr

Mitglied: ithieme
ithieme 23.01.2007 um 13:55:29 Uhr
Goto Top
Ich denke, dass man beim Standort A etwas mit Split Tunnel einstellen muß. Ich habe es aber bisher nicht geschafft, die richtigen Einstellungen zu finden.
Mitglied: SchmuFoo
SchmuFoo 10.11.2008 um 14:18:34 Uhr
Goto Top
Jipp SplitTunneling ist der Freund.

ASDM GUI:

- VPN → General → Group Policy → die entsprechende Group Policy auswählen
- Unter „Client Configuration“ die „Split Tunnel Network List“ auswählen und mit „Manage…“ bearbeiten.
- Dort den Host über eine Standard ACL konfigurieren der explizit über den Tunnel erreichbar sein soll