VPN Pix 501, help

Virtual private networks e affini

Moderatore: Federico.Lagni

Rispondi
Avatar utente
gandalfk7
Cisco fan
Messaggi: 51
Iscritto il: mer 05 mar , 2008 11:44 am
Località: Bologna

ciao, ho dei problemi ad accedere in vpn al server (10.0.0.110) in rdp (3389) e non riesco nemmeno a pingarlo..

la Vpn si chiude, nelle statistics mi dice che posso accedere alla subnet giusta (10.0.0.0 255.255.255.0)..

(outside: 192.168.0.254 255.255.255.255 gateway 192.168.0.1
inside: 10.0.0.254 255.255.255.0)

segue lo sh run, grazie in anticipo dell'aiuto :(

pix di gandalf ha scritto: PIX Version 6.3(5)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password asd encrypted
passwd asd encrypted
hostname pixGaNdAlF
domain-name gandalfk7.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 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
name 10.0.0.110 gandalf-server
object-group network netGandalf
network-object 10.0.0.0 255.255.255.0
object-group network netPoolGandalf
network-object 10.0.0.4 255.255.255.252
access-list acl-outside permit ip object-group netPoolGandalf object-group netGandalf
access-list acl-split permit ip object-group netGandalf object-group netPoolGandalf
access-list acl-nonat permit ip host gandalf-server object-group netPoolGandalf
access-list acl-inside permit tcp host gandalf-server any eq 3389
access-list acl-inside permit tcp host gandalf-server any eq 3399
access-list acl-inside permit ip host gandalf-server object-group netPoolGandalf
access-list outside permit icmp any any
access-list inside permit icmp any any
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside 192.168.0.254 255.255.255.255
ip address inside 10.0.0.254 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool poolGandalf 10.0.0.5-10.0.0.6
pdm location 192.168.1.0 255.255.255.0 inside
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
static (inside,outside) tcp interface 3389 gandalf-server 3389 netmask 255.255.255.255 0 0
route outside 0.0.0.0 0.0.0.0 192.168.0.1 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
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
crypto ipsec transform-set cryptoVpn esp-3des esp-sha-hmac
crypto dynamic-map outside_map 20 set transform-set cryptoVpn
crypto map clientVpn 65535 ipsec-isakmp dynamic outside_map
crypto map clientVpn client configuration address initiate
crypto map clientVpn client authentication LOCAL
crypto map clientVpn interface outside
isakmp enable outside
isakmp identity address
isakmp nat-traversal 10
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption 3des
isakmp policy 10 hash md5
isakmp policy 10 group 2
isakmp policy 10 lifetime 86400
vpngroup vpnGandalf address-pool poolGandalf
vpngroup vpnGandalf dns-server 10.0.0.254
vpngroup vpnGandalf default-domain gandalf.local
vpngroup vpnGandalf split-tunnel acl-split
vpngroup vpnGandalf idle-time 1800
vpngroup vpnGandalf password ********
telnet timeout 5
ssh 0.0.0.0 0.0.0.0 outside
ssh 0.0.0.0 0.0.0.0 inside
ssh timeout 5
console timeout 0
username admin.vpn password asd encrypted privilege 2
terminal width 80
Cryptochecksum:1a590235e6d2f33ce87006b0fd018941
: end
pixGaNdAlF(config)#
Avatar utente
Wizard
Intergalactic subspace network admin
Messaggi: 3441
Iscritto il: ven 03 feb , 2006 10:04 am
Località: Emilia Romagna
Contatta:

Mi sa che manca:
nat (inside) 0 access-list acl-nonat
Il futuro è fatto di persone che hanno delle intuizioni e visioni .....sono quelle persone che fanno la differenza...... quelle dotate di un TERZO OCCHIO....
Rispondi