
მარცხენა ჰოსტს 192.168.0.2
მარჯვენა ჰოსტს 192.168.2.2
და შუაში
მარცხენა როუტერს 192.168.1.1
მარჯვენა როუტერს 192.168.1.2
და კიდე როუტინგიც მაქ გაკეთებული
192.168.0.0
192.168.1.0
192.168.2.0
* * *
იტოკში როგორი რამ ხდება აი vpn როუტერს სანამ დაუკავშირდება(ანუ უსერ პაროლი და ა.შ. როცა შევიყვან ამათ) კომპი მანამდეც პინგავს და ეგრე არ მინდა და როგორ მოვიქცე?

version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
hostname Router
aaa new-model
aaa authentication login VPNAUTH group radius local
aaa authorization network VPNAUTH local
crypto isakmp policy 10
encr aes 256
authentication pre-share
group 2
crypto isakmp client configuration group ciscogroup
key ciscogroup
pool VPNCLIENTS
netmask 255.255.255.0
crypto ipsec transform-set mytrans esp-3des esp-sha-hmac
crypto dynamic-map mymap 10
set transform-set mytrans
reverse-route
crypto map mymap client authentication list VPNAUTH
crypto map mymap isakmp authorization list VPNAUTH
crypto map mymap client configuration address respond
crypto map mymap 10 ipsec-isakmp dynamic mymap
ip ssh version 1
spanning-tree mode pvst
interface FastEthernet0/0
ip address 10.3.0.1 255.255.255.0
duplex auto
speed auto
crypto map mymap
interface FastEthernet0/1
ip address 10.2.0.1 255.255.255.0
duplex auto
speed auto
interface Vlan1
no ip address
shutdown
ip local pool VPNCLIENTS 10.1.1.100 10.1.1.200
ip classless
ip route 10.0.0.0 255.255.255.0 10.3.0.2
radius-server host 10.2.0.2 auth-port 1645 key cisco
line con 0
line vty 0 4
end
This post has been edited by lashatt2 on 4 May 2013, 15:49