hi people
i have a vpn running from a Cisco 1811 to a Juniper firewall
its all up and running
but i am have a problem getting the traffic to flow between routers....
from machine to machine i can ping
10.60.11.25 to 172.16.1.50
but from router to router i cannot
10.60.11.1 to 172.16.7.3 (juniper firewall)
10.60.11.1 to 172.16.7.1 (Root/Gateway Router)
i have set up my routes that i will paste in a moment and the ACL which all looks correct to me the Juniper Firewal does let traffic through as i am replicating DNS
crypto isakmp policy 11
encr 3des
authentication pre-share
group 2
lifetime 28800
crypto isakmp key tslgermany address(Juniper Public Addess)
!
!
crypto ipsec transform-set TSLVPN esp-3des esp-sha-hmac
!
crypto map VPNMAP 11 ipsec-isakmp
set peer (Juniper Public Addess)
set security-association lifetime seconds 28800
set security-association idle-time 3600
set transform-set TSLVPN
set pfs group2
match address 101
!
!
!
!
interface FastEthernet0
description Public LAN
ip address (Public IP) 255.255.255.248
ip access-group 104 in
ip virtual-reassembly
duplex auto
speed auto
crypto map VPNMAP
!
interface FastEthernet1
description Private LAN
ip address 10.60.11.1 255.255.255.0
ip virtual-reassembly
duplex auto
speed auto
!
interface FastEthernet2
!
interface FastEthernet3
!
interface FastEthernet4
!
interface FastEthernet5
!
interface FastEthernet6
!
interface FastEthernet7
!
interface FastEthernet8
!
interface FastEthernet9
!
interface Vlan1
no ip address
!
interface Async1
no ip address
encapsulation slip
!
router rip
version 2
network 10.0.0.0
!
ip route 0.0.0.0 0.0.0.0 (Public Internet Gateway)
ip route 10.3.0.0 255.255.0.0 172.16.7.3 <<Internal Juniper Address
ip route 10.60.11.0 255.255.255.0 FastEthernet1
ip route 10.60.25.0 255.255.255.0 10.60.11.3 <<Linux IPCOP Routing Computer
ip route 10.60.74.0 255.255.255.0 10.60.11.3
ip route 10.60.75.0 255.255.255.0 10.60.11.3
ip route 10.60.76.0 255.255.255.0 10.60.11.3
ip route 10.60.111.0 255.255.255.0 10.60.11.3
ip route 10.60.190.0 255.255.255.0 10.60.11.3
ip route 172.255.255.0 255.255.255.0 172.16.7.3
!
!
ip http server
no ip http secure-server
!
access-list 101 permit ip 10.60.0.0 0.0.255.255 172.16.0.0 0.0.255.255
access-list 101 permit ip 10.60.0.0 0.0.255.255 10.3.0.0 0.0.255.255
access-list 101 permit ip 10.33.0.0 0.0.255.255 10.3.0.0 0.0.255.255
access-list 101 permit ip 10.33.0.0 0.0.255.255 172.16.0.0 0.0.255.255
access-list 101 permit ip 172.16.0.0 0.0.255.255 10.60.0.0 0.0.255.255
access-list 101 permit ip 172.16.0.0 0.0.255.255 10.33.0.0 0.0.255.255
access-list 101 permit ip 10.3.0.0 0.0.255.255 10.60.0.0 0.0.255.255
access-list 101 permit ip 10.3.0.0 0.0.255.255 10.33.0.0 0.0.255.255
access-list 104 deny ip host (Unknown IP blocking connection) any
access-list 104 permit ip any any
CCENT, CCNA
MCP, MCSA
Comptia: Network Essentials, Security +, A+
i have a vpn running from a Cisco 1811 to a Juniper firewall
its all up and running
but i am have a problem getting the traffic to flow between routers....
from machine to machine i can ping
10.60.11.25 to 172.16.1.50
but from router to router i cannot
10.60.11.1 to 172.16.7.3 (juniper firewall)
10.60.11.1 to 172.16.7.1 (Root/Gateway Router)
i have set up my routes that i will paste in a moment and the ACL which all looks correct to me the Juniper Firewal does let traffic through as i am replicating DNS
crypto isakmp policy 11
encr 3des
authentication pre-share
group 2
lifetime 28800
crypto isakmp key tslgermany address(Juniper Public Addess)
!
!
crypto ipsec transform-set TSLVPN esp-3des esp-sha-hmac
!
crypto map VPNMAP 11 ipsec-isakmp
set peer (Juniper Public Addess)
set security-association lifetime seconds 28800
set security-association idle-time 3600
set transform-set TSLVPN
set pfs group2
match address 101
!
!
!
!
interface FastEthernet0
description Public LAN
ip address (Public IP) 255.255.255.248
ip access-group 104 in
ip virtual-reassembly
duplex auto
speed auto
crypto map VPNMAP
!
interface FastEthernet1
description Private LAN
ip address 10.60.11.1 255.255.255.0
ip virtual-reassembly
duplex auto
speed auto
!
interface FastEthernet2
!
interface FastEthernet3
!
interface FastEthernet4
!
interface FastEthernet5
!
interface FastEthernet6
!
interface FastEthernet7
!
interface FastEthernet8
!
interface FastEthernet9
!
interface Vlan1
no ip address
!
interface Async1
no ip address
encapsulation slip
!
router rip
version 2
network 10.0.0.0
!
ip route 0.0.0.0 0.0.0.0 (Public Internet Gateway)
ip route 10.3.0.0 255.255.0.0 172.16.7.3 <<Internal Juniper Address
ip route 10.60.11.0 255.255.255.0 FastEthernet1
ip route 10.60.25.0 255.255.255.0 10.60.11.3 <<Linux IPCOP Routing Computer
ip route 10.60.74.0 255.255.255.0 10.60.11.3
ip route 10.60.75.0 255.255.255.0 10.60.11.3
ip route 10.60.76.0 255.255.255.0 10.60.11.3
ip route 10.60.111.0 255.255.255.0 10.60.11.3
ip route 10.60.190.0 255.255.255.0 10.60.11.3
ip route 172.255.255.0 255.255.255.0 172.16.7.3
!
!
ip http server
no ip http secure-server
!
access-list 101 permit ip 10.60.0.0 0.0.255.255 172.16.0.0 0.0.255.255
access-list 101 permit ip 10.60.0.0 0.0.255.255 10.3.0.0 0.0.255.255
access-list 101 permit ip 10.33.0.0 0.0.255.255 10.3.0.0 0.0.255.255
access-list 101 permit ip 10.33.0.0 0.0.255.255 172.16.0.0 0.0.255.255
access-list 101 permit ip 172.16.0.0 0.0.255.255 10.60.0.0 0.0.255.255
access-list 101 permit ip 172.16.0.0 0.0.255.255 10.33.0.0 0.0.255.255
access-list 101 permit ip 10.3.0.0 0.0.255.255 10.60.0.0 0.0.255.255
access-list 101 permit ip 10.3.0.0 0.0.255.255 10.33.0.0 0.0.255.255
access-list 104 deny ip host (Unknown IP blocking connection) any
access-list 104 permit ip any any
CCENT, CCNA
MCP, MCSA
Comptia: Network Essentials, Security +, A+