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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cisco VPN client and SBS 2003

Status
Not open for further replies.

rdcaruana

MIS
Mar 18, 2008
2
US
I am connecting users to my company network using cisco vpn client. The VPN group is setup on my cisco pix firewall. Internally I have an SBS 2003 Server acting as my DHCP and DNS Server. I am able to connect fine to VPN and access the SBS 2003 Server. I am unable to access any other shared resource by IP or UNC. I can ping the share via IP or UNC. I've created a host file, but problem still exists.
 
:
PIX Version 6.3(5)
interface ethernet0 auto
interface ethernet1 auto
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password xxxxxxxxxxx encrypted
passwd xxxxxxxxx encrypted
hostname PixFirewall
domain-name company.org
clock timezone MST -7
clock summer-time MDT recurring
fixup protocol dns maximum-length 512
fixup protocol ftp 21
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol http 80
fixup protocol ils 389
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol sip 5060
fixup protocol sip udp 5060
fixup protocol skinny 2000
fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol tftp 69
names
access-list inside_outbound_nat0_acl permit ip any 192.168.20.0 255.255.255.128
access-list outside_cryptomap_dyn_20 permit ip any 192.168.20.0 255.255.255.128
access-list split permit ip 192.168.1.0 255.255.255.0 192.168.20.0 255.255.255.128
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside 10.10.10.131 255.255.255.224
ip address inside 192.168.1.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool GMDCVPN 192.168.20.10-192.168.20.100
ip local pool GMDCVPN-PPTP 192.168.30.10-192.168.30.100
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list inside_outbound_nat0_acl
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
route outside 0.0.0.0 0.0.0.0 10.10.10.129 1
timeout xlate 0:05:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00
timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00
timeout sip-disconnect 0:02:00 sip-invite 0:03:00
timeout uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
aaa-server TACACS+ max-failed-attempts 3
aaa-server TACACS+ deadtime 10
aaa-server RADIUS protocol radius
aaa-server RADIUS max-failed-attempts 3
aaa-server RADIUS deadtime 10
aaa-server LOCAL protocol local
aaa authentication ssh console LOCAL
http server enable
http 192.168.1.1 255.255.255.255 inside
http 192.168.1.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
sysopt connection permit-ipsec
crypto ipsec transform-set ESP-DES-SHA esp-des esp-sha-hmac
crypto ipsec transform-set ESP-DES-MD5 esp-des esp-md5-hmac
crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
crypto ipsec transform-set ESP-AES-128-SHA esp-aes esp-sha-hmac
crypto ipsec transform-set ESP-AES-128-MD5 esp-aes esp-md5-hmac
crypto ipsec transform-set ESP-AES-192-SHA esp-aes-192 esp-sha-hmac
crypto ipsec transform-set ESP-AES-192-MD5 esp-aes-192 esp-md5-hmac
crypto ipsec transform-set ESP-AES-256-SHA esp-aes-256 esp-sha-hmac
crypto ipsec transform-set ESP-AES-256-MD5 esp-aes-256 esp-md5-hmac
crypto dynamic-map outside_dyn_map 20 match address outside_cryptomap_dyn_20
crypto dynamic-map outside_dyn_map 20 set transform-set ESP-DES-SHA ESP-DES-MD5 ESP-3DES-SHA ESP-3DES-MD5 ESP-AES-128-SHA ESP-AES-128-MD5 ESP-AES-192-SHA ESP-AES-192-MD5 ESP-AES-256-SHA ESP-AES-256-MD5
crypto map outside_map 65535 ipsec-isakmp dynamic outside_dyn_map
crypto map outside_map interface outside
isakmp enable outside
isakmp key ******** address 10.10.10.131 netmask 255.255.255.255
isakmp policy 20 authentication pre-share
isakmp policy 20 encryption des
isakmp policy 20 hash md5
isakmp policy 20 group 2
isakmp policy 20 lifetime 86400
vpngroup PIXVPN address-pool PIXVPN
vpngroup PIXVPN dns-server 192.168.1.99 209.xxx.xxx.3
vpngroup PIXVPN default-domain company.org
vpngroup PIXVPN split-tunnel split
vpngroup PIXVPN split-dns company.local
vpngroup PIXVPN idle-time 3600
vpngroup PIXVPN password xxxxxxxx
telnet 192.168.1.0 255.255.255.0 inside
telnet timeout 5
ssh timeout 5
management-access inside
console timeout 0
vpdn group PIXPPTP accept dialin pptp
vpdn group PIXPPTP ppp authentication mschap
vpdn group PIXPPTP client configuration address local PIXVPN-PPTP
vpdn group PIXPPTP client configuration dns 192.168.1.99 209.xxx.xxx.3
vpdn group PIXPPTP pptp echo 60
vpdn group PIXPPTP client authentication local
vpdn username employee password xxxxxxxx
dhcpd address 192.168.1.2-192.168.1.254 inside
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd auto_config outside
username cisco password xxxxxxxx encrypted privilege 2
terminal width 80
Cryptochecksum:xxxxxxxxxx
: end
 
Hi,

How many NIC's in the SBS box ? If it's 2, the Cisco VPN Client isn't going to work.

Regards Colin.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top