chrisx81
Goto Top

VPN (SBS 2003) und Cisco PIX 501

Hallo erstmal. Da ich von Netzwerk-Technik nicht wirklich viel Plan habe, habe ich den Artikel vielleicht nicht optimal platziert. Man möge mir das verzeihen face-wink

Nun zu meinem Problem:

Ich habe einen Small Business Server 2003. Auf diesem habe ich per Assistent "RAS konfigurieren" VPN eingerichtet. Zwischen I-Net und dem Server steht eine PIX 501. Eingewählt ins Internet wird mit einem Standard D-Link-Router. Die Adressen der relavanten Geräte:

Router: 192.168.1.254.
PIX Outside-Interface: 192.168.1.253
PIX Inside-Interface: 172.20.250.1
SBS 2003 Server: 172.20.1.1
Auf dem SBS läuft der DHCP, der die Clients mit IP-Adressen versorgt.

Ich habe schon einiges probiert, hier und da was gelesen bin aber nicht wirklich weiter gekommen. Von der Theorie her müsste ich doch nur auf dem Router und der PIX jeweils eine Port-Weiterleitung des Ports 1723 einrichten, das hat aber nicht geklappt.
Leider habe ich meine versuchsweise eingerichtete Einstellung gelöscht, bevor ich sie mir gesichert habe. Deshalb hier nur meine Einstellung ohne Port-Weiterleitung:

Result of PIX command: "show running config"

Saved

PIX Version 6.2(2)
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password ### encrypted
passwd ### encrypted
hostname pixfirewall
domain-name ciscopix.com
fixup protocol ftp 21
fixup protocol http 80
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol ils 389
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol sip 5060
fixup protocol skinny 2000
names
name 192.168.1.254 ROUTER
name 172.20.1.1 SERVER01
access-list 100 permit icmp any any echo-reply
access-list 100 permit icmp any any time-exceeded
access-list 100 permit icmp any any unreachable
access-list 100 permit tcp any eq 1080 any eq 1080
access-list 100 permit udp any eq 1080 any eq 1080
access-list 100 permit tcp any eq www any eq www
access-list inside_outbound_nat0_acl permit ip 172.20.0.0 255.255.0.0 172.20.200.0 255.255.255.0
pager lines 24
logging on
interface ethernet0 10baset
interface ethernet1 10full
mtu outside 1500
mtu inside 1500
ip address outside 192.168.1.253 255.255.255.0
ip address inside 172.20.250.1 255.255.0.0
ip audit info action alarm
ip audit attack action alarm
ip local pool Standard 172.20.200.1-172.20.200.254
pdm location 172.20.200.0 255.255.255.0 outside
pdm location ROUTER 255.255.255.255 outside
pdm location SERVER01 255.255.255.255 inside
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 192.168.1.15-192.168.1.250
global (outside) 2 192.168.1.251
global (outside) 3 ROUTER
global (outside) 3 192.168.0.1
nat (inside) 0 access-list inside_outbound_nat0_acl
nat (inside) 2 0.0.0.0 0.0.0.0 0 0
access-group 100 in interface outside
route outside 0.0.0.0 0.0.0.0 ROUTER 1
timeout xlate 0:05:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h323 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 172.20.0.0 255.255.0.0 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
sysopt connection permit-pptp
no sysopt route dnat
telnet timeout 5
ssh timeout 5
vpdn group PPTP-VPDN-GROUP accept dialin pptp
vpdn group PPTP-VPDN-GROUP ppp authentication pap
vpdn group PPTP-VPDN-GROUP client configuration address local Standard
vpdn group PPTP-VPDN-GROUP client configuration dns 217.237.151.225
vpdn group PPTP-VPDN-GROUP client configuration wins SERVER01
vpdn group PPTP-VPDN-GROUP pptp echo 60
vpdn group PPTP-VPDN-GROUP client authentication local
vpdn username ### password *
dhcpd address 172.20.250.2-172.20.250.33 inside
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd auto_config outside
terminal width 80
Cryptochecksum:f82c9c2af51474022b660bbc5009cdbd
: end


Ich hoffe, nichts vergessen zu haben, was zur Problemlösung nötig ist!

Content-Key: 86126

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

Printed on: April 18, 2024 at 04:04 o'clock

Member: aqui
aqui Apr 22, 2008 at 14:22:47 (UTC)
Goto Top
Was soll denn der Unsinn PPTP VPN Session durch die PIX durchzutunneln auf den MS Server wo die PIX die VPN Connections doch viel besser SELBER terminieren kann als der MS Server !!! Und das ganz ohne das überflüssige Tunneling und die Frickelei mit NAT !
Was du hier machst ist: "Warum einfach machen wenn es umständlich auch geht...!!" (Oder du weisst nicht wirklich was eine PIX ist gescheige denn kann...) ??!!

Die Cisco Seite hat die passende Konfig für dich:

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

und

http://www.cisco.com/en/US/tech/tk827/tk369/tk529/tsd_technology_suppor ...
speziell:
http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configur ...


Willst du es dennoch uf die unsinnige und umständliche Art machen musst du das GRE Protokoll (Protkollnummer 47) und TCP 1723 auf der PIX forwarden auf den Server sonst wird es nix mit VPNs.
Achtung: Das VPN Protokoll PPTP ist jetzt geraten, da du uns ja nicht mitteilst welches VPN Protokoll du benutzen willst face-sad