Hello
I hope that someone can see what is wrong with my configuration : / it is possible to logon with VPN client and access local lan 10.252.33.0 but why can we not get 10.99.15.0 network behind router with IP 10.252.33.3 ????
Thanks for your help in advance
!This is the running config of the router: 10.252.33.1
!----------------------------------------------------------------------------
!version 12.4
no service pad
service tcp-keepalives-in
service tcp-keepalives-out
service timestamps debug datetime msec localtime show-timezone
service timestamps log datetime msec localtime show-timezone
service password-encryption
service sequence-numbers
!
hostname ROUTER01
!
boot-start-marker
boot-end-marker
!
security authentication failure rate 3 log
security passwords min-length 6
logging buffered 51200 debugging
logging console critical
enable secret .
!
aaa new-model
!
!
aaa authentication login default local
aaa authentication login sdm_vpn_xauth_ml_1 local
aaa authorization exec default local
aaa authorization network sdm_vpn_group_ml_1 local
!
aaa session-id common
!
resource policy
!
clock timezone Berlin 1
clock summer-time Berlin date Mar 30 2003 2:00 Oct 26 2003 3:00
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
ip subnet-zero
no ip source-route
ip cef
!
!
ip tcp synwait-time 10
no ip dhcp use vrf connected
!
!
no ip bootp server
ip domain name domain.local
ip name-server 10.10.10.1
ip name-server 10.10.10.2
ip ssh time-out 60
ip ssh authentication-retries 2
ip inspect name DEFAULT100 cuseeme
ip inspect name DEFAULT100 ftp
ip inspect name DEFAULT100 h323
ip inspect name DEFAULT100 icmp
ip inspect name DEFAULT100 netshow
ip inspect name DEFAULT100 rcmd
ip inspect name DEFAULT100 realaudio
ip inspect name DEFAULT100 rtsp
ip inspect name DEFAULT100 esmtp
ip inspect name DEFAULT100 sqlnet
ip inspect name DEFAULT100 streamworks
ip inspect name DEFAULT100 tftp
ip inspect name DEFAULT100 tcp
ip inspect name DEFAULT100 udp
ip inspect name DEFAULT100 vdolive
no ip ips deny-action ips-interface
ip ips notify SDEE
!
!
!
!
!
!
!
!
!
!
!
!
!
!
crypto pki trustpoint TP-self-signed-3218645531
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-3218645531
revocation-check none
rsakeypair TP-self-signed-3218645531
!
!
crypto pki certificate chain TP-self-signed-3218645531
certificate self-signed 01
quit
username admin privilege 15 secret 5
username vpntest secret 5
!
!
!
crypto isakmp policy 1
encr 3des
authentication pre-share
group 2
!
crypto isakmp policy 3
encr 3des
group 2
!
crypto isakmp client configuration group vpn1
key testtest
dns 10.252.33.10
wins 10.252.33.10
domain domain.local
pool SDM_POOL_1
acl 103
!
!
crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
!
crypto dynamic-map SDM_DYNMAP_1 1
set transform-set ESP-3DES-SHA
reverse-route
!
!
crypto map SDM_CMAP_1 client authentication list sdm_vpn_xauth_ml_1
crypto map SDM_CMAP_1 isakmp authorization list sdm_vpn_group_ml_1
crypto map SDM_CMAP_1 client configuration address respond
crypto map SDM_CMAP_1 65535 ipsec-isakmp dynamic SDM_DYNMAP_1
!
!
!
!
interface Null0
no ip unreachables
!
interface FastEthernet0/0
description $ETH-SW-LAUNCH$$INTF-INFO-FE 0$$ES_LAN$$FW_INSIDE$$ETH-LAN$
ip address 10.252.33.1 255.255.255.0
ip access-group 100 in
ip helper-address 10.252.33.10
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat inside
ip virtual-reassembly
ip route-cache flow
duplex auto
speed auto
no mop enabled
!
interface FastEthernet0/1
description $ES_WAN$$FW_OUTSIDE$$ETH-WAN$
ip address 200.170.10.178 255.255.255.248
ip access-group 101 in
ip verify unicast reverse-path
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat outside
ip inspect DEFAULT100 out
ip virtual-reassembly
ip route-cache flow
duplex auto
speed auto
no mop enabled
crypto map SDM_CMAP_1
!
ip local pool SDM_POOL_1 10.255.8.20 10.255.8.23
ip classless
ip route 0.0.0.0 0.0.0.0 200.170.10.177
ip route 10.99.15.0 255.255.255.0 10.252.33.3
!
!
ip http server
ip http access-class 2
ip http authentication local
ip http secure-server
ip http timeout-policy idle 600 life 86400 requests 10000
ip nat inside source static tcp 10.252.33.11 21 interface FastEthernet0/1 21
ip nat inside source static tcp 10.252.33.10 25 interface FastEthernet0/1 25
ip nat inside source static tcp 10.252.33.10 80 interface FastEthernet0/1 80
ip nat inside source static tcp 10.252.33.10 110 interface FastEthernet0/1 110
ip nat inside source static tcp 10.252.33.10 443 interface FastEthernet0/1 443
ip nat inside source route-map SDM_RMAP_1 interface FastEthernet0/1 overload
!
logging trap debugging
access-list 1 remark INSIDE_IF=FastEthernet0/0
access-list 1 remark SDM_ACL Category=2
access-list 1 permit 10.252.33.0 0.0.0.255
access-list 2 remark HTTP Access-class list
access-list 2 remark SDM_ACL Category=1
access-list 2 permit 10.252.33.0 0.0.0.255
access-list 2 deny any
access-list 100 remark auto generated by Cisco SDM Express firewall configuration
access-list 100 remark SDM_ACL Category=1
access-list 100 permit udp host 10.252.33.1 eq 1645 host 10.252.33.1
access-list 100 permit udp host 10.252.33.1 eq 1646 host 10.252.33.1
access-list 100 deny ip 200.170.10.176 0.0.0.7 any
access-list 100 deny ip host 255.255.255.255 any
access-list 100 deny ip 127.0.0.0 0.255.255.255 any
access-list 100 permit ip any any
access-list 101 remark auto generated by Cisco SDM Express firewall configuration
access-list 101 remark SDM_ACL Category=1
access-list 101 permit ip 10.255.8.20 0.0.0.3 10.252.33.0 0.0.0.255
access-list 101 permit udp any host 200.170.10.178 eq non500-isakmp
access-list 101 permit udp any host 200.170.10.178 eq isakmp
access-list 101 permit esp any host 200.170.10.178
access-list 101 permit ahp any host 200.170.10.178
access-list 101 remark SE-GTE-SERVER02
access-list 101 permit tcp any host 200.170.10.178 eq ftp
access-list 101 remark SE-GTE-SERVER01
access-list 101 permit tcp any host 200.170.10.178 eq smtp
access-list 101 remark SE-GTE-SERVER01
access-list 101 permit tcp any host 200.170.10.178 eq www
access-list 101 remark SE-GTE-SERVER01
access-list 101 permit tcp any host 200.170.10.178 eq pop3
access-list 101 remark SE-GTE-SERVER01
access-list 101 permit tcp any host 200.170.10.178 eq 443
access-list 101 remark SE-GTE-SERVER02
access-list 101 permit tcp any host 200.170.10.178 eq 3389
access-list 101 permit udp host 10.0.0.2 eq domain host 200.170.10.178
access-list 101 permit udp host 10.0.0.1 eq domain host 200.170.10.178
access-list 101 deny ip 10.252.33.0 0.0.0.255 any
access-list 101 permit icmp any host 200.170.10.178 echo-reply
access-list 101 permit icmp any host 200.170.10.178 time-exceeded
access-list 101 permit icmp any host 200.170.10.178 unreachable
access-list 101 deny ip 10.0.0.0 0.255.255.255 any
access-list 101 deny ip 172.16.0.0 0.15.255.255 any
access-list 101 deny ip 192.168.0.0 0.0.255.255 any
access-list 101 deny ip 127.0.0.0 0.255.255.255 any
access-list 101 deny ip host 255.255.255.255 any
access-list 101 deny ip host 0.0.0.0 any
access-list 101 deny ip any any
access-list 102 remark VTY Access-class list
access-list 102 remark SDM_ACL Category=1
access-list 102 permit ip 10.252.33.0 0.0.0.255 any
access-list 102 deny ip any any
access-list 103 remark SDM_ACL Category=4
access-list 103 permit ip 10.252.33.0 0.0.0.255 any
access-list 104 remark SDM_ACL Category=2
access-list 104 deny ip 10.252.33.0 0.0.0.255 10.255.8.20 0.0.0.3
access-list 104 permit ip 10.252.33.0 0.0.0.255 any
no cdp run
!
route-map SDM_RMAP_1 permit 1
match ip address 104
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
banner login ^CAuthorized access only!
Disconnect IMMEDIATELY if you are not an authorized user!^C
!
line con 0
transport output telnet
line aux 0
transport output telnet
line vty 0 4
access-class 102 in
transport input telnet ssh
line vty 5 15
access-class 102 in
transport input telnet ssh
!
scheduler allocate 4000 1000
end
I hope that someone can see what is wrong with my configuration : / it is possible to logon with VPN client and access local lan 10.252.33.0 but why can we not get 10.99.15.0 network behind router with IP 10.252.33.3 ????
Thanks for your help in advance
!This is the running config of the router: 10.252.33.1
!----------------------------------------------------------------------------
!version 12.4
no service pad
service tcp-keepalives-in
service tcp-keepalives-out
service timestamps debug datetime msec localtime show-timezone
service timestamps log datetime msec localtime show-timezone
service password-encryption
service sequence-numbers
!
hostname ROUTER01
!
boot-start-marker
boot-end-marker
!
security authentication failure rate 3 log
security passwords min-length 6
logging buffered 51200 debugging
logging console critical
enable secret .
!
aaa new-model
!
!
aaa authentication login default local
aaa authentication login sdm_vpn_xauth_ml_1 local
aaa authorization exec default local
aaa authorization network sdm_vpn_group_ml_1 local
!
aaa session-id common
!
resource policy
!
clock timezone Berlin 1
clock summer-time Berlin date Mar 30 2003 2:00 Oct 26 2003 3:00
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
ip subnet-zero
no ip source-route
ip cef
!
!
ip tcp synwait-time 10
no ip dhcp use vrf connected
!
!
no ip bootp server
ip domain name domain.local
ip name-server 10.10.10.1
ip name-server 10.10.10.2
ip ssh time-out 60
ip ssh authentication-retries 2
ip inspect name DEFAULT100 cuseeme
ip inspect name DEFAULT100 ftp
ip inspect name DEFAULT100 h323
ip inspect name DEFAULT100 icmp
ip inspect name DEFAULT100 netshow
ip inspect name DEFAULT100 rcmd
ip inspect name DEFAULT100 realaudio
ip inspect name DEFAULT100 rtsp
ip inspect name DEFAULT100 esmtp
ip inspect name DEFAULT100 sqlnet
ip inspect name DEFAULT100 streamworks
ip inspect name DEFAULT100 tftp
ip inspect name DEFAULT100 tcp
ip inspect name DEFAULT100 udp
ip inspect name DEFAULT100 vdolive
no ip ips deny-action ips-interface
ip ips notify SDEE
!
!
!
!
!
!
!
!
!
!
!
!
!
!
crypto pki trustpoint TP-self-signed-3218645531
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-3218645531
revocation-check none
rsakeypair TP-self-signed-3218645531
!
!
crypto pki certificate chain TP-self-signed-3218645531
certificate self-signed 01
quit
username admin privilege 15 secret 5
username vpntest secret 5
!
!
!
crypto isakmp policy 1
encr 3des
authentication pre-share
group 2
!
crypto isakmp policy 3
encr 3des
group 2
!
crypto isakmp client configuration group vpn1
key testtest
dns 10.252.33.10
wins 10.252.33.10
domain domain.local
pool SDM_POOL_1
acl 103
!
!
crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
!
crypto dynamic-map SDM_DYNMAP_1 1
set transform-set ESP-3DES-SHA
reverse-route
!
!
crypto map SDM_CMAP_1 client authentication list sdm_vpn_xauth_ml_1
crypto map SDM_CMAP_1 isakmp authorization list sdm_vpn_group_ml_1
crypto map SDM_CMAP_1 client configuration address respond
crypto map SDM_CMAP_1 65535 ipsec-isakmp dynamic SDM_DYNMAP_1
!
!
!
!
interface Null0
no ip unreachables
!
interface FastEthernet0/0
description $ETH-SW-LAUNCH$$INTF-INFO-FE 0$$ES_LAN$$FW_INSIDE$$ETH-LAN$
ip address 10.252.33.1 255.255.255.0
ip access-group 100 in
ip helper-address 10.252.33.10
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat inside
ip virtual-reassembly
ip route-cache flow
duplex auto
speed auto
no mop enabled
!
interface FastEthernet0/1
description $ES_WAN$$FW_OUTSIDE$$ETH-WAN$
ip address 200.170.10.178 255.255.255.248
ip access-group 101 in
ip verify unicast reverse-path
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat outside
ip inspect DEFAULT100 out
ip virtual-reassembly
ip route-cache flow
duplex auto
speed auto
no mop enabled
crypto map SDM_CMAP_1
!
ip local pool SDM_POOL_1 10.255.8.20 10.255.8.23
ip classless
ip route 0.0.0.0 0.0.0.0 200.170.10.177
ip route 10.99.15.0 255.255.255.0 10.252.33.3
!
!
ip http server
ip http access-class 2
ip http authentication local
ip http secure-server
ip http timeout-policy idle 600 life 86400 requests 10000
ip nat inside source static tcp 10.252.33.11 21 interface FastEthernet0/1 21
ip nat inside source static tcp 10.252.33.10 25 interface FastEthernet0/1 25
ip nat inside source static tcp 10.252.33.10 80 interface FastEthernet0/1 80
ip nat inside source static tcp 10.252.33.10 110 interface FastEthernet0/1 110
ip nat inside source static tcp 10.252.33.10 443 interface FastEthernet0/1 443
ip nat inside source route-map SDM_RMAP_1 interface FastEthernet0/1 overload
!
logging trap debugging
access-list 1 remark INSIDE_IF=FastEthernet0/0
access-list 1 remark SDM_ACL Category=2
access-list 1 permit 10.252.33.0 0.0.0.255
access-list 2 remark HTTP Access-class list
access-list 2 remark SDM_ACL Category=1
access-list 2 permit 10.252.33.0 0.0.0.255
access-list 2 deny any
access-list 100 remark auto generated by Cisco SDM Express firewall configuration
access-list 100 remark SDM_ACL Category=1
access-list 100 permit udp host 10.252.33.1 eq 1645 host 10.252.33.1
access-list 100 permit udp host 10.252.33.1 eq 1646 host 10.252.33.1
access-list 100 deny ip 200.170.10.176 0.0.0.7 any
access-list 100 deny ip host 255.255.255.255 any
access-list 100 deny ip 127.0.0.0 0.255.255.255 any
access-list 100 permit ip any any
access-list 101 remark auto generated by Cisco SDM Express firewall configuration
access-list 101 remark SDM_ACL Category=1
access-list 101 permit ip 10.255.8.20 0.0.0.3 10.252.33.0 0.0.0.255
access-list 101 permit udp any host 200.170.10.178 eq non500-isakmp
access-list 101 permit udp any host 200.170.10.178 eq isakmp
access-list 101 permit esp any host 200.170.10.178
access-list 101 permit ahp any host 200.170.10.178
access-list 101 remark SE-GTE-SERVER02
access-list 101 permit tcp any host 200.170.10.178 eq ftp
access-list 101 remark SE-GTE-SERVER01
access-list 101 permit tcp any host 200.170.10.178 eq smtp
access-list 101 remark SE-GTE-SERVER01
access-list 101 permit tcp any host 200.170.10.178 eq www
access-list 101 remark SE-GTE-SERVER01
access-list 101 permit tcp any host 200.170.10.178 eq pop3
access-list 101 remark SE-GTE-SERVER01
access-list 101 permit tcp any host 200.170.10.178 eq 443
access-list 101 remark SE-GTE-SERVER02
access-list 101 permit tcp any host 200.170.10.178 eq 3389
access-list 101 permit udp host 10.0.0.2 eq domain host 200.170.10.178
access-list 101 permit udp host 10.0.0.1 eq domain host 200.170.10.178
access-list 101 deny ip 10.252.33.0 0.0.0.255 any
access-list 101 permit icmp any host 200.170.10.178 echo-reply
access-list 101 permit icmp any host 200.170.10.178 time-exceeded
access-list 101 permit icmp any host 200.170.10.178 unreachable
access-list 101 deny ip 10.0.0.0 0.255.255.255 any
access-list 101 deny ip 172.16.0.0 0.15.255.255 any
access-list 101 deny ip 192.168.0.0 0.0.255.255 any
access-list 101 deny ip 127.0.0.0 0.255.255.255 any
access-list 101 deny ip host 255.255.255.255 any
access-list 101 deny ip host 0.0.0.0 any
access-list 101 deny ip any any
access-list 102 remark VTY Access-class list
access-list 102 remark SDM_ACL Category=1
access-list 102 permit ip 10.252.33.0 0.0.0.255 any
access-list 102 deny ip any any
access-list 103 remark SDM_ACL Category=4
access-list 103 permit ip 10.252.33.0 0.0.0.255 any
access-list 104 remark SDM_ACL Category=2
access-list 104 deny ip 10.252.33.0 0.0.0.255 10.255.8.20 0.0.0.3
access-list 104 permit ip 10.252.33.0 0.0.0.255 any
no cdp run
!
route-map SDM_RMAP_1 permit 1
match ip address 104
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
banner login ^CAuthorized access only!
Disconnect IMMEDIATELY if you are not an authorized user!^C
!
line con 0
transport output telnet
line aux 0
transport output telnet
line vty 0 4
access-class 102 in
transport input telnet ssh
line vty 5 15
access-class 102 in
transport input telnet ssh
!
scheduler allocate 4000 1000
end