Salve a tutti, ho un ASA 5505 (se volete posto anche la configurazione).
Quando cerco di connettermi dal VPN client,non riesco a instaurare una connessione e ho questi errori:
asasede(config)# Apr 23 01:14:04 [IKEv1]: Group = pippo, Username = pippo, IP = XXX.XXX.XXX.XXX, Removing peer from peer table failed, no match!
Apr 23 01:14:04 [IKEv1]: Group = pippo, Username = pippo, IP = XXX.XXX.XXX.XXX, Error: Unable to remove PeerTblEntry
Dove sto sbagliando?Sono 2 giorni che sto impazzendo dietro a queste cose e non riesco a risolvere questo problema...
Problema Cisco VPN Client
Moderatore: Federico.Lagni
-
- Cisco fan
- Messaggi: 35
- Iscritto il: ven 17 ott , 2008 10:31 am
- Località: Firenze
Eccola:
ASA Version 8.0(2)
!
hostname asasede
domain-name miodominio.it
enable password XXX encrypted
names
!
interface Vlan1
nameif inside
security-level 100
ip address 192.168.0.50 255.255.255.0
!
interface Vlan2
nameif outside
security-level 0
ip address XXX.XXX.XXX.XXX 255.255.255.248
!
interface Ethernet0/0
switchport access vlan 2
!
interface Ethernet0/1
switchport access vlan 2
!
interface Ethernet0/2
!
interface Ethernet0/3
!
interface Ethernet0/4
!
interface Ethernet0/5
!
interface Ethernet0/6
!
interface Ethernet0/7
!
passwd PcFdWQf0wcETTNK7 encrypted
ftp mode passive
dns server-group DefaultDNS
domain-name MYDOMAIN.it
access-list no-nat extended permit ip host 192.168.0.249 192.168.30.0 255.255.255.0
access-list no-nat extended permit ip 192.168.0.0 255.255.255.0 192.168.175.0 255.255.255.0
access-list no-nat extended permit ip any 192.168.0.64 255.255.255.192
access-list ezvpn1 extended permit ip 192.168.0.0 255.255.255.0 192.168.30.0 255.255.255.0
access-list ezvpn1 extended permit ip 192.168.0.0 255.255.255.0 192.168.175.0 255.255.255.0
access-list ezvpn1 extended permit tcp 192.168.175.0 255.255.255.0 host 192.168.0.249 eq 3389
access-list ezvpn1 extended deny ip 192.168.175.0 255.255.255.0 192.168.175.0 255.255.255.0
access-list remoteaccess standard permit any
access-list block_virus_inbound extended permit tcp 192.168.0.0 255.255.255.0 eq www any
access-list block_virus_inbound extended permit tcp 192.168.0.0 255.255.255.0 any eq www
access-list block_virus_inbound extended permit tcp 192.168.0.0 255.255.255.0 any eq https
access-list block_virus_inbound extended permit tcp 192.168.0.0 255.255.255.0 any eq pop3
access-list block_virus_inbound extended permit tcp 192.168.0.0 255.255.255.0 any eq imap4
access-list remote_agent extended permit tcp 192.168.0.192 255.255.255.224 host 192.168.0.6 eq www
access-list remote_agent extended permit tcp 192.168.0.192 255.255.255.224 host 192.168.0.6 eq https
access-list new extended permit ip 192.168.200.0 255.255.255.0 192.168.30.0 255.255.255.0
access-list policy-nat extended permit ip 192.168.0.0 255.255.255.0 192.168.30.0 255.255.255.0
pager lines 24
mtu inside 1500
mtu outside 1500
ip local pool vpnpool 192.168.0.90-192.168.0.100
ip local pool agenti_pool 192.168.0.193-192.168.0.222
icmp unreachable rate-limit 1 burst-size 1
asdm image disk0:/asdm-602.bin
no asdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0
access-group block_virus_inbound in interface outside
route outside 0.0.0.0 0.0.0.0 85.35.223.89 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
timeout uauth 0:05:00 absolute
dynamic-access-policy-record DfltAccessPolicy
http 192.168.0.0 255.255.255.0 inside
http 192.168.0.0 255.255.255.0 outside
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
crypto ipsec transform-set myset esp-3des esp-sha-hmac
crypto ipsec transform-set ESP-AES-SHA esp-aes esp-sha-hmac
crypto dynamic-map mydynmap 5 set pfs
crypto dynamic-map mydynmap 5 set transform-set myset
crypto map duralamp 60 ipsec-isakmp dynamic mydynmap
crypto map duralamp interface outside
crypto map mydynmap 1 match address no-nat
crypto map outside_map 20 match address new
crypto isakmp enable outside
crypto isakmp policy 1
authentication pre-share
encryption 3des
hash sha
group 2
lifetime 86400
crypto isakmp policy 65535
authentication pre-share
encryption 3des
hash sha
group 2
lifetime 86400
no crypto isakmp nat-traversal
telnet timeout 5
ssh 192.168.0.0 255.255.255.0 inside
ssh 213.82.196.244 255.255.255.255 inside
ssh 192.168.0.0 255.255.255.0 outside
ssh 213.82.196.244 255.255.255.255 outside
ssh timeout 60
console timeout 0
threat-detection basic-threat
threat-detection statistics access-list
!
class-map inspection_default
match access-list no-nat
match default-inspection-traffic
!
!
policy-map type inspect dns preset_dns_map
parameters
parameters
message-length maximum 512
policy-map global_policy
class inspection_default
inspect dns preset_dns_map
inspect ftp
inspect h323 h225
inspect h323 ras
inspect netbios
inspect rsh
inspect rtsp
inspect skinny
inspect esmtp
inspect sqlnet
inspect sunrpc
inspect tftp
inspect sip
inspect xdmcp
!
service-policy global_policy global
group-policy my_policy internal
group-policy my_policy attributes
split-tunnel-policy tunnelspecified
split-tunnel-network-list value ezvpn1
nem enable
group-policy agenti internal
group-policy agenti attributes
vpn-tunnel-protocol IPSec
split-tunnel-policy tunnelspecified
split-tunnel-network-list value remote_agent
intercept-dhcp 255.255.255.0 disable
group-policy remoteacc internal
group-policy remoteacc attributes
vpn-tunnel-protocol IPSec
split-tunnel-policy tunnelspecified
split-tunnel-network-list value remoteaccess
intercept-dhcp 255.255.255.0 disable
username myuser password PASSWORD encrypted
username pippo password PASSWORD encrypted privilege 0
username pippo attributes
vpn-group-policy remoteacc
password-storage enable
ASA Version 8.0(2)
!
hostname asasede
domain-name miodominio.it
enable password XXX encrypted
names
!
interface Vlan1
nameif inside
security-level 100
ip address 192.168.0.50 255.255.255.0
!
interface Vlan2
nameif outside
security-level 0
ip address XXX.XXX.XXX.XXX 255.255.255.248
!
interface Ethernet0/0
switchport access vlan 2
!
interface Ethernet0/1
switchport access vlan 2
!
interface Ethernet0/2
!
interface Ethernet0/3
!
interface Ethernet0/4
!
interface Ethernet0/5
!
interface Ethernet0/6
!
interface Ethernet0/7
!
passwd PcFdWQf0wcETTNK7 encrypted
ftp mode passive
dns server-group DefaultDNS
domain-name MYDOMAIN.it
access-list no-nat extended permit ip host 192.168.0.249 192.168.30.0 255.255.255.0
access-list no-nat extended permit ip 192.168.0.0 255.255.255.0 192.168.175.0 255.255.255.0
access-list no-nat extended permit ip any 192.168.0.64 255.255.255.192
access-list ezvpn1 extended permit ip 192.168.0.0 255.255.255.0 192.168.30.0 255.255.255.0
access-list ezvpn1 extended permit ip 192.168.0.0 255.255.255.0 192.168.175.0 255.255.255.0
access-list ezvpn1 extended permit tcp 192.168.175.0 255.255.255.0 host 192.168.0.249 eq 3389
access-list ezvpn1 extended deny ip 192.168.175.0 255.255.255.0 192.168.175.0 255.255.255.0
access-list remoteaccess standard permit any
access-list block_virus_inbound extended permit tcp 192.168.0.0 255.255.255.0 eq www any
access-list block_virus_inbound extended permit tcp 192.168.0.0 255.255.255.0 any eq www
access-list block_virus_inbound extended permit tcp 192.168.0.0 255.255.255.0 any eq https
access-list block_virus_inbound extended permit tcp 192.168.0.0 255.255.255.0 any eq pop3
access-list block_virus_inbound extended permit tcp 192.168.0.0 255.255.255.0 any eq imap4
access-list remote_agent extended permit tcp 192.168.0.192 255.255.255.224 host 192.168.0.6 eq www
access-list remote_agent extended permit tcp 192.168.0.192 255.255.255.224 host 192.168.0.6 eq https
access-list new extended permit ip 192.168.200.0 255.255.255.0 192.168.30.0 255.255.255.0
access-list policy-nat extended permit ip 192.168.0.0 255.255.255.0 192.168.30.0 255.255.255.0
pager lines 24
mtu inside 1500
mtu outside 1500
ip local pool vpnpool 192.168.0.90-192.168.0.100
ip local pool agenti_pool 192.168.0.193-192.168.0.222
icmp unreachable rate-limit 1 burst-size 1
asdm image disk0:/asdm-602.bin
no asdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0
access-group block_virus_inbound in interface outside
route outside 0.0.0.0 0.0.0.0 85.35.223.89 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
timeout uauth 0:05:00 absolute
dynamic-access-policy-record DfltAccessPolicy
http 192.168.0.0 255.255.255.0 inside
http 192.168.0.0 255.255.255.0 outside
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
crypto ipsec transform-set myset esp-3des esp-sha-hmac
crypto ipsec transform-set ESP-AES-SHA esp-aes esp-sha-hmac
crypto dynamic-map mydynmap 5 set pfs
crypto dynamic-map mydynmap 5 set transform-set myset
crypto map duralamp 60 ipsec-isakmp dynamic mydynmap
crypto map duralamp interface outside
crypto map mydynmap 1 match address no-nat
crypto map outside_map 20 match address new
crypto isakmp enable outside
crypto isakmp policy 1
authentication pre-share
encryption 3des
hash sha
group 2
lifetime 86400
crypto isakmp policy 65535
authentication pre-share
encryption 3des
hash sha
group 2
lifetime 86400
no crypto isakmp nat-traversal
telnet timeout 5
ssh 192.168.0.0 255.255.255.0 inside
ssh 213.82.196.244 255.255.255.255 inside
ssh 192.168.0.0 255.255.255.0 outside
ssh 213.82.196.244 255.255.255.255 outside
ssh timeout 60
console timeout 0
threat-detection basic-threat
threat-detection statistics access-list
!
class-map inspection_default
match access-list no-nat
match default-inspection-traffic
!
!
policy-map type inspect dns preset_dns_map
parameters
parameters
message-length maximum 512
policy-map global_policy
class inspection_default
inspect dns preset_dns_map
inspect ftp
inspect h323 h225
inspect h323 ras
inspect netbios
inspect rsh
inspect rtsp
inspect skinny
inspect esmtp
inspect sqlnet
inspect sunrpc
inspect tftp
inspect sip
inspect xdmcp
!
service-policy global_policy global
group-policy my_policy internal
group-policy my_policy attributes
split-tunnel-policy tunnelspecified
split-tunnel-network-list value ezvpn1
nem enable
group-policy agenti internal
group-policy agenti attributes
vpn-tunnel-protocol IPSec
split-tunnel-policy tunnelspecified
split-tunnel-network-list value remote_agent
intercept-dhcp 255.255.255.0 disable
group-policy remoteacc internal
group-policy remoteacc attributes
vpn-tunnel-protocol IPSec
split-tunnel-policy tunnelspecified
split-tunnel-network-list value remoteaccess
intercept-dhcp 255.255.255.0 disable
username myuser password PASSWORD encrypted
username pippo password PASSWORD encrypted privilege 0
username pippo attributes
vpn-group-policy remoteacc
password-storage enable
Le convinzioni, più delle bugie, sono nemiche pericolose della verità
- Wizard
- Intergalactic subspace network admin
- Messaggi: 3441
- Iscritto il: ven 03 feb , 2006 10:04 am
- Località: Emilia Romagna
- Contatta:
Come?
Il futuro è fatto di persone che hanno delle intuizioni e visioni .....sono quelle persone che fanno la differenza...... quelle dotate di un TERZO OCCHIO....