VPN Client (MAC OS X) --> 1841
Inviato: mer 23 ago , 2006 11:08 am
Ciao a tutti... Ho dei problemi ad implementare una VPN IPSEC DDR tra un client MAC OS X e un 1841.
Vi riporto configurazioni e log ...
conf 1841:
version 12.4
no service pad
service timestamps debug uptime
service timestamps log datetime localtime
service password-encryption
service udp-small-servers
!
hostname 1841
!
boot-start-marker
boot-end-marker
!
logging buffered 4096 debugging
enable secret bla bla bla
!
aaa new-model
!
!
aaa authentication login vpn-remote-access local
aaa authorization network vpn-remote-access local
!
aaa session-id common
!
resource policy
!
no ip source-route
ip cef
!
!
!
!
ip domain name interbusiness.it
ip name-server 151.99.125.2
!
!
!
username blabla password 7 blabla
username cisco password 7 blabla
!
!
!
crypto isakmp policy 1
encr 3des
authentication pre-share
group 2
crypto isakmp keepalive 20 10
crypto isakmp xauth timeout 20
!
crypto isakmp client configuration group vpn-remote-access
key blablabla
dns 192.168.0.2
wins 192.168.0.2
domain bla.bla
pool remote-pool
acl 101
!
!
crypto ipsec transform-set vpntransform esp-3des esp-sha-hmac
!
crypto dynamic-map dynmap 1
set transform-set vpntransform
reverse-route
!
!
crypto map dynamic isakmp authorization list vpn-remote-access
!
crypto map dynmap client authentication list vpn-remote-access
crypto map dynmap client configuration address respond
crypto map dynmap 1 ipsec-isakmp dynamic dynmap
!
!
!
interface FastEthernet0/0
description $ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-FE 0$
ip address 192.168.0.254 255.255.255.0 secondary
ip address xx.xx.xx.xx 255.255.255.248
ip nat inside
ip virtual-reassembly
duplex auto
speed auto
crypto map dynmap
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface ATM0/0/0
no ip address
no atm ilmi-keepalive
dsl operating-mode auto
!
interface ATM0/0/0.1 point-to-point
description PVC verso r-pd
ip address xx.xx.xx.xx 255.255.255.252
ip nat outside
ip virtual-reassembly
no snmp trap link-status
pvc 8/35
vbr-nrt 640 640 1
oam-pvc manage 15
oam retry 5 5 1
encapsulation aal5snap
!
!
interface BRI0/1/0
no ip address
encapsulation hdlc
shutdown
!
ip local pool remote-pool 10.0.1.100 10.0.1.150
ip route 0.0.0.0 0.0.0.0 ATM0/0/0.1
!
ip http server
ip http authentication local
no ip http secure-server
ip http timeout-policy idle 5 life 86400 requests 10000
ip nat inside source list 1 interface ATM0/0/0.1 overload
!
access-list 1 permit 192.168.0.0 0.0.0.255
access-list 101 permit ip any any
snmp-server community public RO 18
snmp-server community private RW 19
snmp-server enable traps tty
snmp-server host 192.168.0.5 private
!
tacacs-server host 151.99.126.2
tacacs-server directed-request
!
control-plane
!
line con 0
exec-timeout 120 0
stopbits 1
line aux 0
line vty 0 4
access-class 1 in
exec-timeout 0 0
transport input telnet
line vty 5 15
privilege level 15
transport input telnet
!
scheduler max-task-time 5000
scheduler allocate 20000 1000
end
Vi riporto configurazioni e log ...
conf 1841:
version 12.4
no service pad
service timestamps debug uptime
service timestamps log datetime localtime
service password-encryption
service udp-small-servers
!
hostname 1841
!
boot-start-marker
boot-end-marker
!
logging buffered 4096 debugging
enable secret bla bla bla
!
aaa new-model
!
!
aaa authentication login vpn-remote-access local
aaa authorization network vpn-remote-access local
!
aaa session-id common
!
resource policy
!
no ip source-route
ip cef
!
!
!
!
ip domain name interbusiness.it
ip name-server 151.99.125.2
!
!
!
username blabla password 7 blabla
username cisco password 7 blabla
!
!
!
crypto isakmp policy 1
encr 3des
authentication pre-share
group 2
crypto isakmp keepalive 20 10
crypto isakmp xauth timeout 20
!
crypto isakmp client configuration group vpn-remote-access
key blablabla
dns 192.168.0.2
wins 192.168.0.2
domain bla.bla
pool remote-pool
acl 101
!
!
crypto ipsec transform-set vpntransform esp-3des esp-sha-hmac
!
crypto dynamic-map dynmap 1
set transform-set vpntransform
reverse-route
!
!
crypto map dynamic isakmp authorization list vpn-remote-access
!
crypto map dynmap client authentication list vpn-remote-access
crypto map dynmap client configuration address respond
crypto map dynmap 1 ipsec-isakmp dynamic dynmap
!
!
!
interface FastEthernet0/0
description $ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-FE 0$
ip address 192.168.0.254 255.255.255.0 secondary
ip address xx.xx.xx.xx 255.255.255.248
ip nat inside
ip virtual-reassembly
duplex auto
speed auto
crypto map dynmap
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface ATM0/0/0
no ip address
no atm ilmi-keepalive
dsl operating-mode auto
!
interface ATM0/0/0.1 point-to-point
description PVC verso r-pd
ip address xx.xx.xx.xx 255.255.255.252
ip nat outside
ip virtual-reassembly
no snmp trap link-status
pvc 8/35
vbr-nrt 640 640 1
oam-pvc manage 15
oam retry 5 5 1
encapsulation aal5snap
!
!
interface BRI0/1/0
no ip address
encapsulation hdlc
shutdown
!
ip local pool remote-pool 10.0.1.100 10.0.1.150
ip route 0.0.0.0 0.0.0.0 ATM0/0/0.1
!
ip http server
ip http authentication local
no ip http secure-server
ip http timeout-policy idle 5 life 86400 requests 10000
ip nat inside source list 1 interface ATM0/0/0.1 overload
!
access-list 1 permit 192.168.0.0 0.0.0.255
access-list 101 permit ip any any
snmp-server community public RO 18
snmp-server community private RW 19
snmp-server enable traps tty
snmp-server host 192.168.0.5 private
!
tacacs-server host 151.99.126.2
tacacs-server directed-request
!
control-plane
!
line con 0
exec-timeout 120 0
stopbits 1
line aux 0
line vty 0 4
access-class 1 in
exec-timeout 0 0
transport input telnet
line vty 5 15
privilege level 15
transport input telnet
!
scheduler max-task-time 5000
scheduler allocate 20000 1000
end