Link to home
Create AccountLog in
Avatar of VNE
VNE

asked on

Unable to connect to server behind ASA 5505 using Remotely Anywhere

After upgrading our routers to ASA 5505's I am unable to connect to our server using Remotely Anywhere.  This program uses port 2000 and I have it forwarded correctly.  Using the packet tracer it passes through just fine.  It looks like the asa is killing the traffic because it looks suspicous for some reason even though the port is open.  Internet Explorer just sits there after it contacts the server and finally times out with a no resonse.  I've contacted tech support for Remotely anywhere but they have absolutely no knowledge of how it would interact with a cisco product.  Does anybody here have any experience using this product?

Thanks
Avatar of ck459
ck459
Flag of Belgium image

Can you include that part of the config that describes the statics and the ACL that you use to allow this traffic on the outside ?
Avatar of VNE
VNE

ASKER

Here ya go.....
access-list outside_access_in extended permit tcp any interface outside eq 2000
static (inside,outside) tcp interface 2000 192.168.1.2 2000 netmask 255.255.255.255
access-group outside_access_in in interface outside

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of ck459
ck459
Flag of Belgium image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of VNE

ASKER

I found out what the problem was ck459.  I disabled skinny on the firewall and works fine now.  Thanks for your help.

vne