Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cisco Easy VPN server and Cisco VPN Client Problem...

Status
Not open for further replies.

KatzEye1

IS-IT--Management
Mar 18, 2004
108
GB
Hello folks, apologies to those who have already read some of this in the cisco router forum, I just discovered this section and thought it might be best to post fully here:

Ok, I have a cisco 877 set up with static internet IP and internal NAT for the office LAN (subnet 192.168.254.0). I have configured the Easy VPN server using SDM on it, so that a few office laptops can access the LAN from the outside and get MS Exchange Emails, shared folders, folder redirection etc as if they were in the office. The VPN client pool on the config is set to subnet 192.168.253.0 and the laptops have Cisco VPN Client 4.8 installed.

When the clients fire up the authentication seems to work fine and the tunnel is established. 2 problems i have hit...
1) Those who themselves are behind home NATs cant even ping any PCs on the 192.168.254.0 subnet (the office).
2) Only 1 laptop can ping the PCs and see the shares, and that one is connecting to the net using a Cellular Mobile phone 3G PC Card. However, this one can only see files and folders on office PCs, anything relating to other TCP/IP ports (Outlook, intranet web access etc) doesnt work...

Here is my config, and i hope someone can help, many thx in advance!!

!This is the running config of the router: 192.168.254.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 excelrouter
!
boot-start-marker
boot-end-marker
!
logging buffered 51200 debugging
logging console critical
enable secret 5 xxxxxxxxxxxxxxxxxxxxxxx
!
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 PCTime 0
clock summer-time PCTime date Mar 30 2003 1:00 Oct 26 2003 2:00
ip subnet-zero
no ip source-route
ip cef
!
!
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
ip tcp synwait-time 10
no ip bootp server
ip domain name xxxxxxxxxxxxxx.local
ip name-server xxxxxxxxxxxx
ip name-server xxxxxxxxxxxx
ip ssh time-out 60
ip ssh authentication-retries 2
!
!
crypto pki trustpoint TP-self-signed-xxxxxxxxxxxx
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-xxxxxxxxxxxx
revocation-check none
rsakeypair TP-self-signed-xxxxxxxxxxxx
!
!
crypto pki certificate chain TP-self-signed-xxxxxxxxxxxx
certificate self-signed 01
3082025A 308201C3 A0030201 02020101 300D0609 2A864886 F70D0101 04050030
31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274
69666963 6174652D 33353938 38323936 3639301E 170D3037 30313034 32333136
34365A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649
4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D33 35393838
32393636 3930819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281

quit
username admin privilege 15 secret 5 xxxxxxxxxxxx
!
!
!
crypto isakmp policy 1
encr 3des
authentication pre-share
group 2
!
crypto isakmp client configuration group xxxxxxxxxxxx
key xxxxxxxxxxxx
dns 192.168.254.2
wins 192.168.254.2
domain xxxxxxxxxxxx.local
pool SDM_POOL_1
acl 104
netmask 255.255.255.0
!
!
crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
!
crypto dynamic-map SDM_DYNMAP_1 1
set security-association idle-time 3600
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 ATM0
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
ip route-cache flow
no atm ilmi-keepalive
dsl operating-mode auto
!
interface ATM0.1 point-to-point
description $ES_WAN$$FW_OUTSIDE$
pvc 0/38
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface Vlan1
description $ETH-SW-LAUNCH$$INTF-INFO-HWIC 4ESW$$ES_LAN$$FW_INSIDE$
ip address 192.168.254.1 255.255.255.0
ip access-group 100 in
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat inside
ip virtual-reassembly
ip route-cache flow
ip tcp adjust-mss 1452
!
interface Dialer0
description $FW_OUTSIDE$
ip address xxxxxxxxxxxx 255.255.255.248
ip access-group 101 in
no ip redirects
no ip unreachables
no ip proxy-arp
ip inspect DEFAULT100 out
ip nat outside
ip virtual-reassembly
encapsulation ppp
ip route-cache flow
dialer pool 1
dialer-group 1
no cdp enable
ppp authentication chap callin
ppp chap hostname xxxxxxxxxxxx
ppp chap password 7 xxxxxxxxxxxx
crypto map SDM_CMAP_1
!
ip local pool SDM_POOL_1 192.168.253.151 192.168.253.160
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer0
!
ip http server
ip http access-class 2
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
ip nat inside source static tcp 192.168.254.2 25 interface Dialer0 25
ip nat inside source static tcp 192.168.254.2 80 interface Dialer0 80
ip nat inside source static tcp 192.168.254.2 5900 interface Dialer0 5900
ip nat inside source static tcp 192.168.254.2 5502 interface Dialer0 5502
ip nat inside source static tcp 192.168.254.2 3389 interface Dialer0 3389
ip nat inside source route-map SDM_RMAP_1 interface Dialer0 overload
!
logging trap debugging
access-list 1 remark INSIDE_IF=Vlan1
access-list 1 remark SDM_ACL Category=2
access-list 1 permit 192.168.254.0 0.0.0.255
access-list 2 permit xxxxxxxxxxxx
access-list 2 remark Auto generated by SDM Management Access feature
access-list 2 remark SDM_ACL Category=1
access-list 2 permit 192.168.254.0 0.0.0.255
access-list 100 remark auto generated by Cisco SDM Express firewall configuration
access-list 100 remark SDM_ACL Category=1
access-list 100 permit tcp 192.168.254.0 0.0.0.255 host 192.168.254.1 eq telnet
access-list 100 permit tcp 192.168.254.0 0.0.0.255 host 192.168.254.1 eq 22
access-list 100 permit tcp 192.168.254.0 0.0.0.255 host 192.168.254.1 eq www
access-list 100 permit tcp 192.168.254.0 0.0.0.255 host 192.168.254.1 eq 443
access-list 100 permit tcp 192.168.254.0 0.0.0.255 host 192.168.254.1 eq cmd
access-list 100 deny tcp any host 192.168.254.1 eq telnet
access-list 100 deny tcp any host 192.168.254.1 eq 22
access-list 100 deny tcp any host 192.168.254.1 eq www
access-list 100 deny tcp any host 192.168.254.1 eq 443
access-list 100 deny tcp any host 192.168.254.1 eq cmd
access-list 100 deny udp any host 192.168.254.1 eq snmp
access-list 100 deny ip xxxxxxxxxxxx 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 host 192.168.253.151 192.168.254.0 0.0.0.255
access-list 101 permit ip host 192.168.253.152 192.168.254.0 0.0.0.255
access-list 101 permit ip host 192.168.253.153 192.168.254.0 0.0.0.255
access-list 101 permit ip host 192.168.253.154 192.168.254.0 0.0.0.255
access-list 101 permit ip host 192.168.253.156 192.168.254.0 0.0.0.255
access-list 101 permit ip host 192.168.253.157 192.168.254.0 0.0.0.255
access-list 101 permit ip host 192.168.253.158 192.168.254.0 0.0.0.255
access-list 101 permit ip host 192.168.253.159 192.168.254.0 0.0.0.255
access-list 101 permit ip host 192.168.253.160 192.168.254.0 0.0.0.255
access-list 101 permit tcp host xxxxxxxxxxxx host xxxxxxxxxxxx eq 22
access-list 101 permit tcp host xxxxxxxxxxxx host xxxxxxxxxxxx eq 443
access-list 101 permit tcp host xxxxxxxxxxxx host xxxxxxxxxxxx eq cmd
access-list 101 deny tcp any host xxxxxxxxxxxx eq telnet
access-list 101 deny tcp any host xxxxxxxxxxxx eq www
access-list 101 deny udp any host xxxxxxxxxxxx eq snmp
access-list 101 permit udp any host xxxxxxxxxxxx eq non500-isakmp
access-list 101 permit udp any host xxxxxxxxxxxx eq isakmp
access-list 101 permit esp any host xxxxxxxxxxxx
access-list 101 permit ahp any host xxxxxxxxxxxx
access-list 101 permit tcp any host xxxxxxxxxxxx eq 3389
access-list 101 permit tcp any host xxxxxxxxxxxx eq 5502
access-list 101 permit tcp any host xxxxxxxxxxxx eq 5900
access-list 101 permit tcp any host xxxxxxxxxxxx eq www
access-list 101 permit tcp any host xxxxxxxxxxxx eq smtp
access-list 101 permit udp host xxxxxxxxxxxx eq domain host xxxxxxxxxxxx
access-list 101 permit udp host xxxxxxxxxxxx eq domain host xxxxxxxxxxxx
access-list 101 deny ip 192.168.254.0 0.0.0.255 any
access-list 101 permit icmp any host xxxxxxxxxxxx echo-reply
access-list 101 permit icmp any host xxxxxxxxxxxx time-exceeded
access-list 101 permit icmp any host xxxxxxxxxxxx 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 SDM_ACL Category=2
access-list 102 deny ip 192.168.254.0 0.0.0.255 host 192.168.253.151
access-list 102 deny ip 192.168.254.0 0.0.0.255 host 192.168.253.152
access-list 102 deny ip 192.168.254.0 0.0.0.255 host 192.168.253.153
access-list 102 deny ip 192.168.254.0 0.0.0.255 host 192.168.253.154
access-list 102 deny ip 192.168.254.0 0.0.0.255 host 192.168.253.155
access-list 102 deny ip 192.168.254.0 0.0.0.255 host 192.168.253.156
access-list 102 deny ip 192.168.254.0 0.0.0.255 host 192.168.253.157
access-list 102 deny ip 192.168.254.0 0.0.0.255 host 192.168.253.158
access-list 102 deny ip 192.168.254.0 0.0.0.255 host 192.168.253.159
access-list 102 deny ip 192.168.254.0 0.0.0.255 host 192.168.253.160
access-list 102 permit ip 192.168.254.0 0.0.0.255 any
access-list 103 remark Auto generated by SDM Management Access feature
access-list 103 remark SDM_ACL Category=1
access-list 103 permit ip 192.168.254.0 0.0.0.255 any
access-list 103 permit ip host xxxxxxxxxxxxx any
access-list 104 remark SDM_ACL Category=4
access-list 104 permit ip 192.168.254.0 0.0.0.255 any
dialer-list 1 protocol ip permit
no cdp run
route-map SDM_RMAP_1 permit 1
match ip address 102
!
!
control-plane
!
banner login ^CCCCAuthorized access only!
Disconnect IMMEDIATELY if you are not an authorized user!^C
!
line con 0
no modem enable
transport output telnet
line aux 0
transport output telnet
line vty 0 4
access-class 103 in
transport input telnet ssh
!
scheduler max-task-time 5000
scheduler allocate 4000 1000
scheduler interval 500
end

 
hi guys, hate to bump this up but does anyone have any ideas, would really appretiate it thx
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top