Приветсвую!!!
Не ходит траффик из сети 10.4.139.0/24 -> 10.4.72.0/21, в обратном направлении - ходит, конфиги и схема:
конфиг 871-1: crypto isakmp policy 1
encr 3des
authentication pre-share
group 2
crypto isakmp key ciscocisco address 2.2.2.2
!
!
crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
!
crypto map my_crypto_map 1 ipsec-isakmp
set peer 2.2.2.2
set transform-set ESP-3DES-SHA
match address 100
!
archive
log config
hidekeys
!
!
!
!
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface FastEthernet4
ip address 1.1.1.1 255.255.255.248
duplex auto
speed auto
crypto map my_crypto_map
!
interface Vlan1
ip address 10.4.77.100 255.255.248.0
ip tcp adjust-mss 1452
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 1.1.1.2
ip route 10.4.139.0 255.255.255.0 2.2.2.2
ip route 192.168.0.0 255.255.255.0 2.2.2.2
!
!
access-list 100 permit ip 10.4.72.0 0.0.7.255 192.168.0.0 0.0.0.255
access-list 100 permit ip 10.4.72.0 0.0.7.255 10.4.139.0 0.0.0.255
no cdp run
конфиг 871-2: crypto isakmp policy 1
encr 3des
authentication pre-share
group 2
crypto isakmp key ciscocisco address 1.1.1.1
!
!
crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
!
crypto map my_crypto_map 1 ipsec-isakmp
set peer 1.1.1.1
set transform-set ESP-3DES-SHA
match address 100
!
archive
log config
hidekeys
!
!
!
!
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface FastEthernet4
no ip address
duplex auto
speed auto
pppoe enable group global
pppoe-client dial-pool-number 1
!
interface Vlan1
ip address 192.168.0.1 255.255.255.0
ip nat inside
ip virtual-reassembly
ip tcp adjust-mss 1412
!
interface Dialer0
ip address negotiated
ip mtu 1452
ip nat outside
ip virtual-reassembly
encapsulation ppp
dialer pool 1
dialer-group 1
no cdp enable
ppp authentication chap pap callin
ppp chap hostname user
ppp chap password 0 asWYfg632PorAs
ppp pap sent-username user password 0 asWYfg632PorAs
crypto map my_crypto_map
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 Dialer0
ip route 10.4.139.0 255.255.255.0 192.168.0.2
ip route 10.4.72.0 255.255.248.0 1.1.1.1
!
!
ip nat inside source route-map my_route_map interface Dialer0 overload
ip nat inside source static tcp 192.168.0.2 25 2.2.2.2 25 extendable
ip nat inside source static tcp 192.168.0.2 443 2.2.2.2 443 extendable
ip nat inside source static tcp 192.168.0.2 465 2.2.2.2 465 extendable
ip nat inside source static tcp 192.168.0.2 993 2.2.2.2 993 extendable
ip nat inside source static tcp 192.168.0.2 995 2.2.2.2 995 extendable
ip nat inside source static tcp 192.168.0.2 1723 2.2.2.2 1723 extendable
ip nat inside source static tcp 192.168.0.2 2200 2.2.2.2 2200 extendable
!
access-list 100 permit ip 192.168.0.0 0.0.0.255 10.4.72.0 0.0.7.255
access-list 100 permit ip 10.4.139.0 0.0.0.255 10.4.72.0 0.0.7.255
access-list 101 deny ip 10.4.139.0 0.0.0.255 10.4.72.0 0.0.7.255
access-list 101 deny ip 192.168.0.0 0.0.0.255 10.4.72.0 0.0.7.255
access-list 101 permit ip 192.168.0.0 0.0.0.255 any
dialer-list 1 protocol ip permit
no cdp run
!
!
!
route-map my_route_map permit 1
match ip address 101
Заранее благодарен