Problems accessing 1 remote desktop when connected with VPN

Hi everyone,
I have an ASA 5505 and have a problem where when I connect through VPN I can RDP into a server using its internal address but I cannot RDP to another server using its internal address.
The one I can connect to has an IP of 192.168.2.10 and the one I cannot connect to has an IP of 192.168.2.11 on port 3390.
Both rules are configured exactly the same except for the IP addresses and I cannot see why I cannot connect to this one server.
I am also able to connect to my camera system with an IP 192.168.2.25 on port 37777 and able to ping any other device on the internal network.
I've also tried pinging it and telneting to port 3390 with no success.
Here is the config.
ASA Version 8.4(4)1
interface Ethernet0/0
switchport access vlan 3
interface Ethernet0/1
interface Ethernet0/2
switchport access vlan 2
interface Ethernet0/3
interface Ethernet0/4
interface Ethernet0/5
interface Ethernet0/6
interface Ethernet0/7
interface Vlan2
nameif inside
security-level 100
ip address 192.168.2.2 255.255.255.0
interface Vlan3
nameif outside
security-level 0
ip address 10.1.1.1 255.255.255.0
ftp mode passive
clock timezone EST -5
clock summer-time EDT recurring
object network obj_any
subnet 0.0.0.0 0.0.0.0
object network CTSG-LAN-OUT
range 10.1.1.10 10.1.1.49
object network CTSG-LAN-IN
subnet 192.168.2.0 255.255.255.0
object service RDP3389
service tcp destination eq 3389
description To DC
object network SERVER-IN
host 192.168.2.10
object network SERVER-OUT
host 10.1.1.50
object network CAMERA-IN-TCP
host 192.168.2.25
object network CAMERA-OUT
host 10.1.1.51
object service CAMERA-TCP
service tcp destination eq 37777
object network SERVER-Virt-IN
host 192.168.2.11
object network SERVER-Virt-OUT
host 10.1.1.52
object service RDP3390
service tcp destination eq 3390
description To VS for Master
object network CAMERA-IN-UDP
host 192.168.2.25
object service CAMERA-UDP
service udp destination eq 37778
object network CTSG-LAN-OUT-VPN
subnet 10.1.1.128 255.255.255.128
object network SERVER-Virt-IN-VPN
host 192.168.2.11
object network SERVER-IN-VPN
host 192.168.2.10
object network CAMERA-IN-VPN
host 192.168.2.25
object-group protocol TCPUDP
protocol-object udp
protocol-object tcp
access-list AnyConnect_Client_Local_Print extended deny ip any any
access-list AnyConnect_Client_Local_Print extended permit tcp any any eq lpd
access-list AnyConnect_Client_Local_Print remark IPP: Internet Printing Protocol
access-list AnyConnect_Client_Local_Print extended permit tcp any any eq 631
access-list AnyConnect_Client_Local_Print remark Windows' printing port
access-list AnyConnect_Client_Local_Print extended permit tcp any any eq 9100
access-list AnyConnect_Client_Local_Print remark mDNS: multicast DNS protocol
access-list AnyConnect_Client_Local_Print extended permit udp any host 224.0.0.251 eq 5353
access-list AnyConnect_Client_Local_Print remark LLMNR: Link Local Multicast Name Resolution protocol
access-list AnyConnect_Client_Local_Print extended permit udp any host 224.0.0.252 eq 5355
access-list AnyConnect_Client_Local_Print remark TCP/NetBIOS protocol
access-list AnyConnect_Client_Local_Print extended permit tcp any any eq 137
access-list AnyConnect_Client_Local_Print extended permit udp any any eq netbios-ns
access-list inside1_access_in remark Implicit rule: Permit all traffic to less secure networks
access-list inside1_access_in extended permit ip any any
access-list outside_access_in extended permit object RDP3389 any host 192.168.2.10
access-list outside_access_in extended permit object RDP3390 any host 192.168.2.11
access-list outside_access_in extended permit object CAMERA-TCP any host 192.168.2.25
access-list outside_access_in extended permit object CAMERA-UDP any host 192.168.2.25
pager lines 24
logging enable
logging buffer-size 10240
logging asdm informational
mtu inside 1500
mtu outside 1500
ip local pool RAVPN 10.1.1.129-10.1.1.254 mask 255.255.255.128
no failover
icmp unreachable rate-limit 1 burst-size 1
no asdm history enable
arp timeout 14400
nat (inside,outside) source static SERVER-IN-VPN SERVER-IN-VPN destination static CTSG-LAN-OUT-VPN CTSG-LAN-OUT-VPN
nat (inside,outside) source static CAMERA-IN-VPN CAMERA-IN-VPN destination static CTSG-LAN-OUT-VPN CTSG-LAN-OUT-VPN
nat (inside,outside) source static SERVER-Virt-IN-VPN SERVER-Virt-IN-VPN destination static CTSG-LAN-OUT-VPN CTSG-LAN-OUT-VPN
object network CTSG-LAN-IN
nat (inside,outside) dynamic interface
object network SERVER-IN
nat (inside,outside) static SERVER-OUT service tcp 3389 3389
object network CAMERA-IN-TCP
nat (inside,outside) static CAMERA-OUT service tcp 37777 37777
object network SERVER-Virt-IN
nat (inside,outside) static SERVER-Virt-OUT service tcp 3390 3390
access-group inside1_access_in in interface inside
access-group outside_access_in in interface outside
route outside 0.0.0.0 0.0.0.0 10.1.1.2 1
timeout xlate 3:00:00
timeout pat-xlate 0:00:30
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
timeout tcp-proxy-reassembly 0:01:00
timeout floating-conn 0:00:00
dynamic-access-policy-record DfltAccessPolicy
user-identity default-domain LOCAL
http server enable
http 192.168.2.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart warmstart
crypto ipsec ikev1 transform-set ESP-AES-256-MD5 esp-aes-256 esp-md5-hmac
crypto ipsec ikev1 transform-set ESP-DES-SHA esp-des esp-sha-hmac
crypto ipsec ikev1 transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
crypto ipsec ikev1 transform-set ESP-DES-MD5 esp-des esp-md5-hmac
crypto ipsec ikev1 transform-set ESP-AES-192-MD5 esp-aes-192 esp-md5-hmac
crypto ipsec ikev1 transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
crypto ipsec ikev1 transform-set ESP-AES-256-SHA esp-aes-256 esp-sha-hmac
crypto ipsec ikev1 transform-set ESP-AES-128-SHA esp-aes esp-sha-hmac
crypto ipsec ikev1 transform-set ESP-AES-192-SHA esp-aes-192 esp-sha-hmac
crypto ipsec ikev1 transform-set ESP-AES-128-MD5 esp-aes esp-md5-hmac
crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set pfs group1
crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set ikev1 transform-set ESP-AES-128-SHA ESP-AES-128-MD5 ESP-AES-192-SHA ESP-AES-192-MD5 ESP-AES-256-SHA ESP-AES-256-MD5 ESP-3DES-SHA ESP-3DES-MD5 ESP
-DES-SHA ESP-DES-MD5
crypto map outside_map 65535 ipsec-isakmp dynamic SYSTEM_DEFAULT_CRYPTO_MAP
crypto map outside_map interface outside
crypto ca trustpoint ASDM_TrustPoint0
enrollment terminal
subject-name CN=SACTSGRO
crl configure
crypto ikev1 enable outside
crypto ikev1 policy 10
authentication crack
encryption aes-256
hash sha
group 2
lifetime 86400
crypto ikev1 policy 20
authentication rsa-sig
encryption aes-256
hash sha
group 2
lifetime 86400
crypto ikev1 policy 30
authentication pre-share
encryption aes-256
hash sha
group 2
lifetime 86400
crypto ikev1 policy 40
authentication crack
encryption aes-192
hash sha
group 2
lifetime 86400
crypto ikev1 policy 50
authentication rsa-sig
encryption aes-192
hash sha
group 2
lifetime 86400
crypto ikev1 policy 60
authentication pre-share
encryption aes-192
hash sha
group 2
lifetime 86400
crypto ikev1 policy 70
authentication crack
encryption aes
hash sha
group 2
lifetime 86400
crypto ikev1 policy 80
authentication rsa-sig
encryption aes
hash sha
group 2
lifetime 86400
crypto ikev1 policy 90
authentication pre-share
encryption aes
hash sha
group 2
lifetime 86400
crypto ikev1 policy 100
authentication crack
encryption 3des
hash sha
group 2
lifetime 86400
crypto ikev1 policy 110
authentication rsa-sig
encryption 3des
hash sha
group 2
lifetime 86400
crypto ikev1 policy 120
authentication pre-share
encryption 3des
hash sha
group 2
lifetime 86400
crypto ikev1 policy 130
authentication crack
encryption des
hash sha
group 2
lifetime 86400
crypto ikev1 policy 140
authentication rsa-sig
encryption des
hash sha
group 2
lifetime 86400
crypto ikev1 policy 150
authentication pre-share
encryption des
hash sha
group 2
lifetime 86400
telnet 192.168.2.0 255.255.255.0 inside
telnet timeout 15
ssh 192.168.2.0 255.255.255.0 inside
ssh timeout 5
ssh version 2
ssh key-exchange group dh-group1-sha1
console timeout 15
dhcpd auto_config inside
threat-detection basic-threat
threat-detection statistics port
threat-detection statistics protocol
threat-detection statistics access-list
no threat-detection statistics tcp-intercept
webvpn
username admin password xxxxx encrypted privilege 15
username admin attributes
vpn-group-policy DfltGrpPolicy
tunnel-group CTSGRA type remote-access
tunnel-group CTSGRA general-attributes
address-pool RAVPN
tunnel-group CTSGRA ipsec-attributes
ikev1 pre-shared-key *****
class-map inspection_default
match default-inspection-traffic
policy-map global_policy
class inspection_default
  inspect icmp
service-policy global_policy global
prompt hostname context
no call-home reporting anonymous
Cryptochecksum:0140431e7642742a856e91246356e6a2
: end
Thanks for your help

Ok,
So you basically have configured the router so that you can connect directly to the ASA using the Cisco VPN Client. And also the objective was to in the end only allow traffic to the LAN through the VPN Client connection ONLY.
It would seem to me to achieve that, you would only need the following NAT configurations
VPN Client NAT0 / NAT Exempt / Identity NAT
object network LAN
subnet 192.168.2.0 255.255.255.0
object network VPN-POOL
subnet 10.1.1.128 255.255.255.128
nat (inside,outside) source static LAN LAN destination static VPN-POOL VPN-POOL
The purpose of the above NAT configuration is simply to tell the ASA that dont do any kind of NAT when there is traffic between the LAN network of 192.168.2.0/24 and the VPN Pool of 10.1.1.128/25. This way if you have any additional hosts on the LAN that need to be connected to, you wont have to make any form of changes to the NAT configurations for the VPN client users. You just allow the connections in the ACL (explained later below)
Default PAT
object-group network DEFAULT-PAT-SOURCE
network-object 192.168.2.0 255.255.255.0
nat (inside,outside) after-auto source dynamic DEFAULT-PAT-SOURCE interface
This configurations purpose is just to replace the earlier Dynamic PAT rule on the ASA. I guess your router will be doing the translation from the ASA "outside" interface IP address to the routers public IP address and this configuration should therefore allow normal Internet usage from the LAN.
I would suggest removing all the other NAT configuration before adding these.
Controlling VPN clients access to internal resources
Also I assume that your current VPN client is configured as Full Tunnel. In other words it will tunnel all traffic to the the VPN connection while its active?
To control the traffic coming from the VPN Client users I would suggest that you do the following
Configure "no sysopt connection permit-vpn" This will change the ASA operation so that connections coming through a VPN connections ARE NOT allowed by default to bypass the "outside" interface ACL. Therefore after this change you can allow the connections you need in the "outside" interface ACL.
Configure any rules you need regarding the VPN client connections to the "outside" interface ACL. Though I guess they already exist since you are connecting there without the VPN also
I cant guarantee this with 100% certainty but it would seem to me that the above things should get you to the point where you can access the internal resources ONLY after when you have connected to the ASA through the VPN client connection. Naturally take precautions like configuration backups if you are going to do major configuration changes. Also if you are remotely managing the ASA then you also have the option to configure a timer on the ASA after which it will automatically reload. This could help in situations where a missconfiguration breaks you management connection and you have no other way to connect remotely. Then the ASA would simply reboot after the timer ran out and also reboot with the original configuration (provided you hadnt saved anything in between)
Why are you using a different port for the other devices RDP connection? I can understand it if its used through the Internet but if the RDP connection would be used through the VPN Client only then I dont think there is no need to manipulate the default port of 3389 on the server or on the ASA.
Also naturally if there is something on the actual server side preventing these connections then these configuration changes might not help at all.
Let me know if I have understood something wrong
- Jouni

Similar Messages

  • Remote Web Access (remote desktop gateway) issue with WHS2011

    I have been using Remote Web Access on my Windows Home Server 2011 for several years with no problems. Over the past several weeks, though, I have been receiving an error when I try to connect to a computer through WHS's Remote Web Access:
    "...the Remote Desktop Gateway is temporarily unavailable." Interestingly, when I try to connect from a Windows 8.1 computer, I just get a dialog box that says "Initiating connection," but the connection is never established. I cannot
    find any relevant errors in any of the event logs.
    I have read numerous articles relating to WHS configuration and port forwarding, but these do not have any information that addresses my situation. I have ports 4125, 80, and 443 forwarded to my Home Server. As I said, everything has been working fine with
    this configuration until several weeks ago -- I suspect it might have something to do with a .NET Framework 4.5 update that was recently installed (and that has now been uninstalled), but that is the only change I can think of.
    Any help would be greatly appreciated! Thanks!

    Hi,
    As you have commented that after installing .Net framework you are facing this issue. So after uninstalling still you are facing the same issue. Apart from installing .Net framework 4.5, have you installed or done any other change on your server?
    Here you can check that “Remote Gateway Service” is running. Please check and restart the service if it’s stop. Apart you can check below 2 article for more detail step.
    1.  Can’t connect to the remote computer because the Remote Desktop Gateway server is temporarily unavailable error via SBS 2011 
    2.  This computer can't connect to the remote computer because the Terminal Services Gateway server is temporarily unavailable (Try to perform the steps as suggested for
    WHS 2011)
    Hope it helps!
    Thanks,
    Dharmesh

  • Can't access remote desktop on Macbook with XP

    I have Macbook with Bootcamp loaded. I am unable to connect to my remote desktop at work from the laptop. My work requirements are for a computer with XP and Internet Explorer.
    I continually get an error stating, 'The client could not access the remote computer. Remote connections might not be enabled or the computer might be too busy to accept new applications. It is also possible that network problems are preventing your connection. Please try connection again later. If problem continues, please contact your administrator.'
    I am able to log in from a PC running the same version of XP. I have checked all settings I can think on both computers and they are identical. I can't get support help at work. As soon as I tell them I'm running a Mac, they hang up on me.
    Any ideas what would be preventing this connection on the Mac? After using the Bootcamp software, I tried Parallels for the Mac as well and get the same issue.

    Have you examined the XP system event log (Admin Tools->Event Viewer->System)? I'd expect RDP errors with searchable message ids to be reflected here. Probably a good idea to check the logs on the target machine too ..
    Wayne

  • Logging into Windows Server 2012 from Remote Desktop requires "Connect with Smart Card"; how do I disable this?

    I am using pretty much the default setup. I cannot figure out how to disable this. I do not want to use smart cards.
    Any ideas?

    Does this mean you're trying to RDP from an XP box, therfore have the Remote Desktop feature on the server set to "less secure"? Sounds like thats what disables network authentication, prompting the Smart Card request.
    If you simply click to login as a different user, you can login without a smart card, to include the same user as was being prompted for the card.
    I expect if you choose the Remote Desktop feature requires network authentication on the server, the smart card requirement goes away, but you'll need to login from Win7 or newer clients. Not sure where Vista falls, probably okay too.

  • Can't Browse Web when connected to VPN

    Hi, 
    I got interested in networks about a year ago.  We had some spare networking kit lying around in our office and I decided to set up a lab.
    I've been able to configure NAT w/ PAT  on a cisco 3825.
    I've got 1 access list, "Overloading" my OUTSIDE int, and a few "ip nat inside source static..." entries to handle my port forwards.
    It's a very basic setup.
    The router died recently, so I got a cheap replacement form ebay.  Setting it all up was WAY easier than last time, so I decided to try something new.... VPN.
    I'd previously had a port forward to a computer that was a VPN server, but I was able to use Cisco CCP to help me configure VPN.  Yes, technically cheating for all you CLI-heads out there, so sorry-- to make you happy, I did thoroughly inspect and spent extra time appreciating the code it wanted to inject to my router.  
    Now, I've got VPN working, and I can access all the PC's on the LAN I'm VPN'ing to, but -- I can't access the web when connected to VPN.
    I've fiddled with the access list, trying to make it ANY/ANY.
    I'm not really sure what to do.
    I looked around and most of the stuff out there is for a site-to-site, or PAT running on a tunnel... 
    My issue is pretty basic, probably.  I just cant access outside when on VPN.
    I'm more than willing to have another translation method.
    I've attached my router config.
    Can you have a look and let me know what would need changing...
    Really appreciate any insight.
    Thanks,
    Brian

    Hello Brian,
    Basically this is the VPN group:
    crypto isakmp client configuration group open
     key (something)
     dns 192.168.1.1 8.8.8.8
     domain something.com
     pool SDM_POOL_1
     save-password
     backup-gateway 192.168.1.1
     max-users 5
     netmask 255.255.255.0
     banner ^Cyou have connected to the vpn-ings!.  well done!    ^
    I see that you are doing tunnel all, and you are not split tunneling on this configuration, what you can do is to use split tunnel, under this configuration as follow:
    ip access-list extended SPLIT_TUNNEL
    permit ip XXXXX XXXXX 192.168.1.0 0.0.0.255
    XXXXX --> are the inside subnets
    Then under this:
    crypto isakmp client configuration group open
    acl SPLIT_TUNNEL
    This will allow you to have access to the internal subnets through the tunnel and have access to internet through the internet connection on your computer.
    For further details take a look to this document:
    - http://www.cisco.com/c/en/us/support/docs/routers/3600-series-multiservice-platforms/91193-rtr-ipsec-internet-connect.html
    Don't use Any on your ACL statements for split tunneling purposes.
    Let me know how it works out!
    Please don't forget to rate and mark as correct the helpful Post!
    David Castro,
    Regards,

  • Can't access non-VPN resources when connected to VPN

    I need to access web based resources over a VPN for work. My admin gave me the connection parameters, and I can connect to the VPN and access what I need, no problem. But when connected to VPN, I can't access websites, Subversion repositories, Skype, etc. that are not on the VPN.
    On Windows, there's a connection property on VPN connections called "Use default gateway". With that option cleared on my Windows machine, I can access both VPN and non-VPN resources simultaneously. I can't spot anything equivalent in the VPN connection in Network Preferences.
    So I guess the question is: what network settings on Mac (Snow Leopard) will enable me to access both VPN and normal resources simultaneously?

    I have found a workaround. It isn't optimal, and it's disappointing that VPN is so poorly supported on Mac. Though the specific IPs are probably applicable only to the particular VPN I connect to, maybe the general idea can be of help to others and your network admins can supply the particular IPs you need.
    1. My Admin had me open Network Preferences, select the VPN connection, click the Tools icon at the bottom, and select Set Service Order. In that dialog, move the VPN connection to the bottom of the list (my EVDO modem that gets me my internet connection is fist in the list). Apply this change.
    2. Next, my admin asked me to run the following in Terminal, once when VPN was not connected (but internet was connected), and again with VPN connected, and send him the output:
    *netstat -nr*
    3. After looking at the terminal output, admin told me to run the following in Terminal with the VPN connected:
    *sudo route add -net 10.123 -netmask 255.255.0.0 10.123.50.1*
    After disconnecting both VPN and Internet connection and reactivating each in turn (internet, then VPN), I was able to access both VPN and non-VPN resources simultaneously.
    The bad news is that every time I need to connect I have to run route add in Terminal and enter my password. I will probably make a shell script to at least run the command so I don't have to remember it.
    Here's hoping this helps if others bump into this pernicious little problem.

  • Users can only connect to RD farm website and cannot remote into terminal server , when connected via VPN

    Hello,
    I have a RD farm using 3 Win 2012 servers (1 broker and 2 session host), for internal use only, have not
    configured gateway for internet access.
    Users are able to connect to RD farm website and remote into terminal server, within office
    but can only connect to RD farm website and cannot remote into terminal server , when connected via VPN
    Its takes long time at securing connection and fails.
    Thanks

    Hi,
    Thank you for your posting in Windows Server Forum.
    First of all I would suggest you to configure RD gateway role on your server and pass all the connection through it because it’s a best practice to use RD Gateway in RDS Farm. 
    Apart from this, if you are not using RD Gateway then you must check that you have successfully forwarded port 3389 for RDS to access via VPN. Also check that you have made configuration under IIS Manager to enable Forms Authentication. Please check
    this link.
    In addition, please refer beneath article for additional details.
    1. How to Access Windows Remote Desktop Over the Internet
    2. Remote Desktop Services in Windows 2008 R2 – Part 3 – RD Web Access & RemoteApp
    (For reference)
    Hope it helps! 
    Thanks,
    Dharmesh

  • Please can someone help me to access remote desktop connection

    Please can someone help me to access remote desktop connection on my macbook pro 13inch. I do have office 2011 installed.

    Hi Tartan Pearl,
    Welcome to the Apple Support Communities!
    It sounds like you may need help with a forgotten passcode on your iPad. If this is the case, please refer to the attached article for information on how to troubleshoot this situation. 
    Forgot passcode for your iPhone, iPad, or iPod touch, or your device is disabled - Apple Support
    Have a great day,
    Joe 

  • My iPhone 5 got problem when connect with lighting cable, this will keep pop up message "this accessory may not be supported"

    My iPhone 5 got problem when connect with lighting cable, this will keep pop up message "this accessory may not be supported", I can't charge or sync at all. I tried plug and unplug many time, still can't detect/charge my iPhone5, but sometime will 'lucky' that can connect to my iTunes and charge battery…
    This message will auto pop up also when I don't have plug anything in my iPhone 5, It is very annoying…
    The lighting cable is original and now i'm using OS 7.0.4 / iTunes is 11.1.3
    What I can do to fix this problem? Thank you.

    I would try using another cable you can likely borrow one to test from somebody
    if it's the same then likely the connector in your iphone have been damaged

  • Apple Remote Desktop not connecting to O2 Wireless Box

    I've successfully got Apple Remote Desktop to connect to, view and control various Macs connected to numerous routers.
    But the O2 Wireless Box doesn't want to play ball and I simply can't figure out why it won't allow me to connect.
    Using http://portforward.com/english/routers/port_forwarding/O2/O2-TG585v7/Apple_Remot e_Desktop.htm as a guide (this was the only O2 router it referred to), I'm forwarding ports 3283, 5900 & 5988 but I simply can't connect using Apple Remote Desktop via the Internet.  It just sticks on 'Connecting...' and then goes to a failed message.  It suggested that, perhaps, Remote Desktop isn't enabled on the other machine ... but it is.
    It seems to be something very odd about the router (it doesn't even allow remote management of the router as O2 removed that functionality fearing it was 'too dangerous' to allow the end user access to this) and I'm wondering whether there's something else I need to do to make the connection.
    Can anyone give me as guidance on this please?  It's driving me crazy!

    Hi Jason,
    It is often difficult to explain a problem, so don't worry. Let's break it down.
    Firstly, does ARD work when you are at your place of work? - can you control a mac?
    If so, this is good.
    Ok, from work you need to access your router and find your public IP address, you only have one. You will often find this is the status page.
    The IP is usually a class A address starting with 80 or 90, but this obviously isn't always so, depending on your ISP and region. make sure you are not using the router's local lan IP! You will also need to make sure your home router is allowing ARD ports through!
    You now need to port forward the ARD ports to the mac you want to control, which I believe you have done. For example, port 3283 > IP address of remote mac.
    I know when I did this, I just opened up all ports for a couple of minutes just to get it working, then I locked access down. If you havn't done so then you need to enable remote management on your work router so you can configure it at home.
    On your mac at 'home' open ARD, and go to file> add by address and enter the PUBLIC IP address. You will also need to enter the admin user name and password for the said mac.
    That's it, you should have control.
    If your macs at work and home have a firewall enabled then you will need to update your rules.
    Good luck!

  • WRT54GL not allowing Remote Desktop Web Connection

    Im currently using a WRT54GL in a network with just two computer. Computer A is using a wired connection and Computer B is wireless with a Linksys adapter. Public IP address from ISP is a static IP address and all is setup in the router allowing both computers internet access with no problems. Both computers are setup with static IP. Computer A is 192.168.1.101. Computer B is 192.168.1.103. Both computers are installed with Internet Information Services.
    1) Setting Up The Two Computers: I setup Computer A for port 50001, ie. I opened Control Panel, clicked Performance & Maint., Clicked Admin Tools, Double clicked IIS. Expanded Websites, right clicked Default Website and clicked on Properties. On the Website tab, I changed the value of the TCP port to the one above, 50001. I Opened the Properties Window of My Computer and clicked to the Remote tab. I placed a green Check into where it states, [Allow users to connect remotely to this computer]. On side note, I have admin rights to the computer so I  did not click to [Select Remote Users]. I then accessed the Windows Firewall Settings, In the Exception Tab, I have Remote Desktop with a Check - Set with TCP 3389. I also added new port - game it Name: Remote Access, Port:50001. Settings were all saved. (I did all the same exact steps for Computer B, but the only difference is I used for 50002 instead)
    2) Setting up the router: I access the router configuration with IP 192.168.1.1 Clicked to the Applications and Gaming. Selected [Port Range Forward]. Below where it tells to enter the ports and name for each port I entered for the first port. Application: FM-HS01, Start and End Ports: 50001 to 50001, Protocol: TCP, IP Address: 192.168.1.101, Enabled: {checked}. I again setup another below that for Computer B. FM-HS02, 50002 to 50002, TCP, 192.168.1.103, Enabled: {Checked}. I then clicked to Port Triggering screen. Under Application: [Remote Access], Trigger Range Start - End: [50001 to 50002], Forwarded Range Start - End: [3389 to 3389], Enabled [Checked]
    Under the Security Tab for Firewall - I unchecked {Block Anonymous Internet Requests}, but have {Filter Multicast}, {Filter Internet NAT Redirection} , {Filter IDENT(Port 113)} all checked.
    I also enabled remote access to router using default port 8080.
    By using the ISP Static IP: ie http://64.193.93.46:8080/, I am able to access the router config page no problems. Problem is trying to access each Computer A and B. For Example: in IE address bar, I entered http://64.193.93.46:50001/ I get page stating Under Construction. Now if I try http://64.193.93.46:50001/tsweb/ I actually get the Microsoft Windows Remote Desktop Web Connection screen stating to enter Server __________ Size: and Connection Button. I enter the Computer Name for Computer A: FM-HS01, Choose the appropriate size and clicked connect. Page loads then all I see is an outline of a box where I assume the remote computer's screen should show. A message appears after trying to load stating: "
    Remote Desktop can’t find the computer “FM-HS01”. This might mean that “FM-HS01” does not belong to the specified network. Verify the computer name and domain that you are trying to connect to."
    This is where I have been ending up at. I have not able to get pass this part. Any Help Please??? I am not sure is there are other ports I would need to open along with the ones I have specified above. On another side note, my Antivirus software for both computers are CA eTrust AntiVirus which I have also configured for both computers.

    Just change the ports to what ever you think of and be sure to make the right single port forwards (if you put comp A to 50001, make *.*.*.101:50001 forward and so on). Just be sure you are not running anything else on the same port, on the same computer (for excample the IIS terminal server client application). And from outside you just connect the remote desktop client to your external iport_number ie use the comp_ip:50001 for comp A in the client program connection window (not http:// in browser).
    - who stole my beer? -

  • Can I use Apple Remote desktop to connect over the internet?

    I would like to use Apple Remote Desktop to connect back to my MacPro desktop at home while I am on my Macbook Air at work.  Will I need a static IP from my service provider to do it.

    Hi
    It's not absolutely necessary but it would be more useful if you did have one. Most ISPs will require you to have a business class broadband service at your home rather than a residential one. These cost more (a lot more in some cases) than a residential service. Call your home location's ISP and discuss it with them.
    If the cost is too much then you could go for a DynDNS account which is free. The details of this account would be configured in the whatever you're using as a firewall at your home's location. This assumes the firewall has the facility to add such an account. Thereafter it's just a question of configuring the port fowarding feature of that firewall.
    A potentially 'big' problem though is whether or not your workplace will allow that kind of traffic out of their network. This would be something you'd need to discuss with them first.
    HTH?
    Tony

  • Kerberos issue when connecting via VPN

    Hi,
    I am have some issues when connecting via VPN.
    The following kdc log is issued when I log via VPN
    May 02 12:12:21 ATHENA.MYDOMAIN.LAN krb5kdc[163](info): DISPATCH: repeated (retransmitted?) request from 192.168.2.5, resending previous response
    May 02 12:12:21 ATHENA.MYDOMAIN.LAN krb5kdc[163](info): TGS_REQ (7 etypes {18 17 16 23 1 3 2}) 192.168.2.5: UNKNOWN_SERVER: authtime 1146535939, [email protected] for ldap/[email protected], Server not found in Kerberos database
    I also have a system log May 2 12:12:21 ATHENA DirectoryService[41]: GSSAPI Error: Miscellaneous failure (Server not found in Kerberos database)
    This logs only happen while logging through VPN.
    Any idea?
    Cheers
    Ben

    Hi,
    When using your VPN are yo using Terminal LIcense or Remote Desktop Connection?
    Please do the following to save form settings:
    1. Only 1 module should be open when using form settings.
        Close other modules that doesn't need.
    2. Close the module after changed. To make sure the settings are saved.
    3. Always close all the module before exiting SBO program, use the click FIle and Exit habit.
    4. Terminal Licensing should be use when connecting remotely.
    Thanks.
    Clint

  • IPod doesn't appear in the finder nor on the desktop when connected

    Hi,
    My iPod touch 2nd gen doesn't appear in the finder nor on the desktop when connected, is it normal maybe because its a flash drive and not a harddrive, I don't know...
    By the way, everything is normal with iPhoto and iTunes.
    Sincerely

    The Touch and iPhone do not have disk mode, that is why you can't see it.

  • Problem = always shut down when connect to the internet (both via wifi & mobile data)

    problem = always shut down when connect to the internet (both via wifi & mobile data) my problem is my phone (sony z1) regularly shut down automatically when connect to the internet (both via wifi & mobile data). it just happens after i downloaded and installed the latest available software (as following): Android version: Google Android 4.3 (Jelly Bean) Latest available software: 14.2.A.1.136 Release started: 2014-01-30 please suggest how to fix this problem.

    I suggest you disable any battery savers or task killers if you have.Boot your phone in safe mode and see how it is:
    http://talk.sonymobile.com/t5/FAQ/How-to-boot-your-phone-into-safe-mode/m-p/348008#U348008
    All we have to decide is what to do with the time that is given to us - J.R.R. Tolkien

Maybe you are looking for