cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
527
Views
0
Helpful
1
Replies

pix515e to 3000 concentrator slow, very slow

ozdrexler
Level 1
Level 1

Pointing out I have next to no knowledge with cisco stuff at all. So apologies there.

So the remote site has a 515e that connects to the main sites 3000 concentrator via a lan to lan vpn connection. At the remote site there is a 2mb adsl connection in play, at the main site a 2mb/2mb T1.  4 users at the remote site throughout the day will use Remote Desktop from thin clients to connect to a TS at the main site and work away.

The problem is the speed between the sites is so slow its practically unworkable for the users at the remote site. They can connect and work, its just the speed issue.

I am confident the 3000 concentrator is ok, as a few users connect using vpn client software and it runs beautifully from their homes or laptops at other locations. I am thinking there is something not right at the 515e end.

What i have done to establish this:

1. A ping from the main site to the adsl connections address reports 50ms feedback.

2. A ping from the main site to a machine inside the pix515e reports 300 to 400ms responses.

Connection is like this:

Thin clients ----> 515e --->adsl   CLOUD   <---- 3000 concentrator <---- Terminal server and other stuff.

It could just be the ADSL is not really upto scratch, but I am thinking 4 users over the setup we have using remote desktop should run a lot faster the it does.

Any assistance would be appreciated.

1 Reply 1

ozdrexler
Level 1
Level 1

Here is the config, I have changed public ip's and stuff, but who knows what else i should of changed before posting.

Building configuration...
: Saved
:
PIX Version 6.1(4)
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password ********** encrypted
passwd *********** encrypted
hostname melb-pix
domain-name domain-name.com.au
fixup protocol ftp 21
fixup protocol http 80
fixup protocol h323 1720
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol sip 5060
fixup protocol skinny 2000
names
name 203.100.XXX.XXX pixoutside
access-list 101 permit ip 10.100.51.0 255.255.255.0 10.100.50.0 255.255.255.0
access-list outside_access_in permit icmp any any
pager lines 24
logging trap critical
logging history informational
logging host inside 10.100.51.45
interface ethernet0 100full
interface ethernet1 auto
mtu outside 1500
mtu inside 1500
ip address outside pixoutside 255.255.255.248
ip address inside 10.100.51.250 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
pdm location 10.100.51.0 255.255.255.0 inside
pdm location 10.100.50.0 255.255.255.0 outside
pdm location 10.100.50.0 255.255.255.0 inside
pdm location 203.191.XXX.XXX 255.255.255.248 outside
pdm location 10.100.51.110 255.255.255.255 inside
pdm location 203.100.XXX.XXX 255.255.255.248 outside
pdm location 61.8.XXX.XXX 255.255.255.248 outside
pdm location pixoutside 255.255.255.255 outside
pdm location 10.100.51.45 255.255.255.255 inside
pdm location 61.8.XXX.XXX 255.255.255.255 outside
pdm logging warnings 200
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list 101
nat (inside) 1 10.100.51.0 255.255.255.0 0 0
static (inside,outside) 203.100.XXX.XXX 10.100.51.110 netmask 255.255.255.255 0 0
access-group outside_access_in in interface outside
route outside 0.0.0.0 0.0.0.0 203.100.XXX.XXX 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h323 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 RADIUS protocol radius
http server enable
http 203.100.XXX.XXX 255.255.255.248 outside
http 61.8.XXX.XXX 255.255.255.248 outside
http 10.100.51.0 255.255.255.0 inside
snmp-server host inside 10.100.51.110
snmp-server location WTC PIX
snmp-server contact ADMIN
snmp-server community COMPANY NAME
snmp-server enable traps
tftp-server inside 10.100.50.207 MELB-PIX.CFG
floodguard enable
sysopt connection permit-ipsec
no sysopt route dnat
crypto ipsec transform-set sitetosite esp-des esp-md5-hmac
crypto map wtownmap 10 ipsec-isakmp
crypto map wtownmap 10 match address 101
crypto map wtownmap 10 set peer 61.8.XXX.XXX
crypto map wtownmap 10 set transform-set sitetosite
crypto map wtownmap interface outside
isakmp enable outside
isakmp key ******** address 61.8.XXX.XXX netmask 255.255.255.255
isakmp identity address
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption des
isakmp policy 10 hash md5
isakmp policy 10 group 1
isakmp policy 10 lifetime 28800
telnet 203.100.XXX.XXX 255.255.255.248 outside
telnet 61.8.XXX.XXX 255.255.255.248 outside
telnet 10.100.51.0 255.255.255.0 inside
telnet timeout 5
ssh 203.100.XXX.XXX 255.255.255.248 outside
ssh 61.8.XXX.XXX 255.255.255.248 outside
ssh 10.100.51.0 255.255.255.0 inside
ssh timeout 5
terminal width 80
Cryptochecksum:abdbdcf5816bc57153271f9e25abcbb5
: end
[OK]