Site Statistics
 
Threads: 3,907
Posts: 17,132
Members: 2,912
Users Online: 16
Newest Member: Swordso4


Go Back   PC101 > PC Software > Networking

Networking Learn to link several devices, such as computers, workstations, printers and more for the purpose of sharing resources.


Reply
 
LinkBack Thread Tools Display Modes
Old 03-02-2006, 08:06 PM   #1
Junior Member
 
Join Date: Mar 2006
Posts: 1
Rep Power: 0 network9090 is on a distinguished road
Can't browse LAN when connected to PIX PPTP Server (VPN)

I can connect using MS PPTP client, but that's about it - I can't see my LAN on the remote PC and I can't ping the workstations and can't view or connect to shares.

My cisco configuration:
----------------------------------------------------------------

PIX Version 6.3(4)
interface ethernet0 10full
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password 1279jX215Ft2PG5l encrypted
passwd LfkfnAB6MXaMvjFF encrypted
hostname thailand
domain-name cisco.com
clock timezone ICT 7
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 pptp 1723
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
name 192.168.0.2 server1-th
object-group service DNS udp
description DNS
port-object range domain domain
object-group icmp-type icmp-grp
description ICMP Types allowed into the PIX
icmp-object echo-reply
icmp-object unreachable
icmp-object time-exceeded
access-list my_in permit tcp 192.168.0.0 255.255.255.0 any log
access-list my_in permit udp 192.168.0.0 255.255.255.0 any log
access-list my_in permit icmp 192.168.0.0 255.255.255.0 any log
access-list my_out permit tcp any any range 3389 3389 log
access-list my_out permit tcp any host 203.AAA.BBB.CCC log
access-list my_out permit udp any host 203.AAA.BBB.CCC log
access-list my_out permit icmp any any object-group icmp-grp
access-list my_out permit ip 192.168.0.0 255.255.255.0 any
access-list my_out permit icmp 192.168.0.0 255.255.255.0 any
access-list my_out deny ip any any
access-list my_out deny icmp any any
access-list HK_VPN permit ip 192.168.0.0 255.255.255.0 192.168.1.0 255.255.255.0
access-list no-nat permit ip 192.168.0.0 255.255.255.0 192.168.1.0 255.255.255.0
access-list VPNREMOTE permit ip any 192.168.0.0 255.255.255.0
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside 203.AAA.BBB.CCC 255.255.255.248
ip address inside 192.168.0.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool VPNIP_POOL 192.168.0.200-192.168.0.210
pdm location server1-th 255.255.255.255 inside
pdm location 192.168.0.0 255.255.255.0 outside
pdm location 192.168.1.0 255.255.255.0 outside
pdm location 192.168.1.0 255.255.255.0 inside
pdm location 192.168.0.30 255.255.255.255 inside
pdm location 192.168.0.20 255.255.255.255 inside
pdm history enable
arp timeout 14400
global (outside) 1 203.AAA.BBB.XXX
nat (inside) 0 access-list no-nat
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) 203.AAA.BBB.CCX server1-th dns netmask 255.255.255.255 0 0
access-group my_out in interface outside
route outside 0.0.0.0 0.0.0.0 203.AAA.BBB.DDD 1
timeout xlate 3:00: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 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
snmp-server host inside 192.168.0.30
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
sysopt connection permit-ipsec
sysopt connection permit-pptp
crypto ipsec transform-set HK_VPN_SET esp-3des esp-sha-hmac
crypto ipsec security-association lifetime seconds 86400 kilobytes 50000
crypto map HK_VPN_MAP 10 ipsec-isakmp
crypto map HK_VPN_MAP 10 match address HK_VPN
crypto map HK_VPN_MAP 10 set peer 210.XXX.YYY.ZZZ
crypto map HK_VPN_MAP 10 set transform-set HK_VPN_SET
crypto map HK_VPN_MAP interface outside
isakmp enable outside
isakmp key ******** address 210.XXX.YYY.ZZZ netmask 255.255.255.255 no-xauth no-config-mode
isakmp policy 20 authentication pre-share
isakmp policy 20 encryption 3des
isakmp policy 20 hash sha
isakmp policy 20 group 2
isakmp policy 20 lifetime 86400
console timeout 0
vpdn group PPTP-VPDN-TH accept dialin pptp
vpdn group PPTP-VPDN-TH ppp authentication pap
vpdn group PPTP-VPDN-TH ppp authentication chap
vpdn group PPTP-VPDN-TH ppp authentication mschap
vpdn group PPTP-VPDN-TH ppp encryption mppe auto
vpdn group PPTP-VPDN-TH client configuration address local VPNIP_POOL
vpdn group PPTP-VPDN-TH client configuration dns 203.144.255.71 203.144.255.72
vpdn group PPTP-VPDN-TH client configuration wins server1-th
vpdn group PPTP-VPDN-TH pptp echo 60
vpdn group PPTP-VPDN-TH client authentication local
vpdn username somchai password *********
vpdn enable outside
terminal width 80
Cryptochecksum:7ff81ee54dadc4aa12f73126cef02f2a
: end
network9090 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-02-2006, 08:56 PM   #2
Distinguished Member
 
Join Date: Jul 2005
Posts: 2,208
Rep Power: 6 Will.Spencer is on a distinguished road
Re: Can't browse LAN when connected to PIX PPTP Server (VPN)

Quote:
Originally Posted by network9090
I can connect using MS PPTP client, but that's about it - I can't see my LAN on the remote PC and I can't ping the workstations and can't view or connect to shares.
That could be a very difficult issue to troubleshoot remotely.

I would first start by reading Basic Cisco PIX Configuration by Sean Thomas and Art Schmidt.

I see that your PIX configuration doesn't use split tunneling. That's probably something you want to set up, and it is shown in the white paper.
Will.Spencer is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Trouble Upgrading PDC / BDC to Windows Server 2003 Will.Spencer Windows Vista, XP, 2000, 98, etc... 0 11-23-2006 04:18 PM
mirc port block !!! soulidentities The Internet 48 10-14-2006 09:47 PM
Web Server for Windows Platform eeeboy Web Design and Development 1 10-09-2006 04:11 PM
Microsoft Small Business Server Alternative Will.Spencer Windows Vista, XP, 2000, 98, etc... 0 09-02-2006 11:34 AM
Setting Up an FTP Server on Microsoft Windows imported_krish Windows Vista, XP, 2000, 98, etc... 0 11-19-2005 10:15 AM



All times are GMT -5. The time now is 07:43 PM.

Powered by vBulletin Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC5