wolfgangw
Goto Top

PIX501 Routing und Config

Cisco PIX501 Routing Problem (dringend!).. Ich hab natürlich schon gesucht und gelesen.. nicht nur hier sondern acuh auf der Cisco HP.. leider ohne Erfolg

Was ich gerne gemacht hätte:

Ich hab eine Pic501 als VPN Gateway mit interner User-DB.
Nachdem ich mich über PPTP von außen angemeldet habe möchte ich gerne auf das WebInterface PDM zugreifen können.
Im internen Netz befindet sich eine "box" über die ich per telnet eine Verbindung zu Gateway1 und Gateway2 aufbauen möchte.
Alle Daten die von Gateway1 und Gateway2 kommen werden auf die "box" geroutet.
Jeder im internen Netz (direkt verbunden oder auch über vpn eingewählt) soll vollen Zugriff auf die box haben. (so wie ich das verstanden habe sollte das default-mäßig so sein)

Mehr ist es nicht.
Klingt einfach? .. für mich anfangs auch.. aber ich habs nicht hin bekommen!

Bin für jede Hilfe dankbar!


Hier meine (momentane) config. Die hat sich schon oft geändert.
PWs, IPs, .. hab ich geändert

PIX Version 6.3(5)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password PKGAXoFCI/uS3JBV encrypted
passwd *** encrypted
hostname vpnGateway
domain-name ciscopix.com
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
name 10.80.0.0 Gateway1
name 10.206.71.1 Gateway2
name 192.168.20.9 box
object-group service box tcp 
  description ip range for box
access-list inside_outbound_nat0_acl permit ip any 192.168.20.0 255.255.255.128 
access-list outside_access_in permit tcp Gateway1 255.255.0.0 host box 
access-list outside_access_in permit tcp host Gateway2 host box 
access-list outside_inbound_nat0_acl permit ip Gateway1 255.255.0.0 host box 
access-list outside_inbound_nat0_acl permit ip host Gateway2 host box 
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside 85.125.60.35 255.255.255.248
ip address inside 192.168.20.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool vpnClientWindows 192.168.20.51-192.168.20.100
pdm location 192.168.20.0 255.255.255.128 outside
pdm location box 255.255.255.255 inside
pdm location Gateway1 255.255.0.0 outside
pdm location Gateway2 255.255.255.255 outside
pdm location 151.136.0.0 255.255.0.0 outside
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (outside) 0 access-list outside_inbound_nat0_acl outside
nat (inside) 0 access-list inside_outbound_nat0_acl
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) box box netmask 255.255.255.255 0 0 
access-group outside_access_in in interface outside
route outside 0.0.0.0 0.0.0.0 85.125.60.33 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.20.0 255.255.255.0 inside
http 192.168.20.1 255.255.255.255 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
sysopt connection permit-pptp
telnet timeout 5
ssh timeout 5
console timeout 0
vpdn group PPTP-VPDN-GROUP accept dialin pptp
vpdn group PPTP-VPDN-GROUP ppp authentication chap
vpdn group PPTP-VPDN-GROUP ppp authentication mschap
vpdn group PPTP-VPDN-GROUP ppp encryption mppe auto required
vpdn group PPTP-VPDN-GROUP client configuration address local vpnClientWindows
vpdn group PPTP-VPDN-GROUP pptp echo 60
vpdn group PPTP-VPDN-GROUP client authentication local
vpdn username test password ********* 
vpdn enable outside
dhcpd address 192.168.20.11-192.168.20.42 inside
dhcpd dns 195.58.160.194 195.58.161.122
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd auto_config outside
dhcpd enable inside
terminal width 80

Content-Key: 91568

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

Printed on: April 20, 2024 at 01:04 o'clock