Howto access with Remote Desktop a Xserve with firewall service on

Hello,
When I activate the firewall service of a Xserve running the OSX Server (10.4.11), I cannot anymore connect to the Xserver with Apple Remote Desktop.  I opened different ports which seemed to be related with ARD but without success.
What should I do to allow the ARD access when firewall is running ?
Jean

Have a look at this: http://support.apple.com/kb/TS1629
Make sure you're opening all of the required ARD ports.

Similar Messages

  • 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

  • Problem with Remote Desktop on iPad 2 and windows 8.1 pro

    I downloaded the Microsoft Remote Desktop app from the App Store on my iPad 2. I typed in the IP address for my windows 8.1 pro computer on my iPad 2 in school to try connecting to my windows 8.1 pro computer at home. I'm having
    a hard time doing it. Do I need a rd remote gateway to access my computer from outside my local network. If so, how do I find my gateway server name? Also, I saw somewhere that I have to press accept in a pop up message on the computer your trying to connect
    to. Is this true? No one is home during the day and my iPad 2 has to stay in school. Can you please give me a step by step guide with photos to help me connect to my windows 8.1 pro computer from my iPad 2 from school, which is of course outside my local network.

    Hi,
    Please refer to the document below for the procedure to use Microsoft Remote Desktop APP of IOS APP store.
    Getting Started with Remote Desktop Client on iOS:
    http://technet.microsoft.com/en-us/library/dn473013.aspx
    Roger Lu
    TechNet Community Support

  • Ipad bluetooth keyboard not working with remote desktop

    My clients ipad bluetooth keyboard works any other time, just not when connected to his servers via the remote desktop. PC Windows 7 Servers.
    I'm trying to get the keyboard information, but any ideas?

    Are you using an app like LogMeIn Ignition to access your servers? I believe that LogMeIn Ignition requires you to tap a little keyboard button near the bottom of the screen to activate use of the keyboard (that's how it works in Splashtop Remote, can't be much different in LogMeIn Ignition.)
    Are you sure the app you have supports blue tooth keyboard support with remote desktop? (not sure if they have to, I just recall seeing this in Splashtop patch notes awhile ago.)
    HuskieN.

  • How to connect a printer with Remote Desktop for Mac, version 8

    Hello,
    I use Microsoft Remote Desktop 8.0.3 with my Mac to connect to an application which is based on a Windows Server 2008.
    I don't find the way to print to my Mac. I don't find the menu for it :-(
    Same problem to transfert a file from the Windows Server to my Mac :-( :-(
    Can you help me ?
    Many thanks in advance
    William

    Hi William,
    Please make sure that Forward printing devices is checked. This allows you to use the local printer connects to your Mac in a remote desktop session.
    Getting Started with Remote Desktop Client on Mac
    http://technet.microsoft.com/library/dn473012
    Thanks.
    Jeremy Wu
    TechNet Community Support

  • Remote desktop connection issue with an RDP client while connecting to some of windows 2008 and 2003 operating system flavors and not receiving SDin value choice 26 from DomainMCSPDU

    Hi Team
    We have our RDP client and i came across with one issue "Expected data got 3" with this client.
    This issue is getting while connecting some of below operating system flavors.
    Microsoft Windows 2008 Enterprise edition
    Microsoft Windows 2008 Standard edition
    Microsoft Windows 2003 servers
    When we are trying to get RDP to those servers with our client, getting "Expected data got 3" error. One more main thing here is the specified error is not getting for all the servers of same operating system in above list.
    Able to get the RDP console for those servers using mstsc client.
    When i read the [MS-RDPBCGR] specification, i found the below points
    mcsSDin (variable): Variable-length PER-encoded MCS Domain PDU (DomainMCSPDU) which encapsulates an MCS Send Data Indication structure (SDin, choice 26 from DomainMCSPDU), as specified in [T125] section 11.33 (the ASN.1 structure definitions
    are given in [T125] section 7, parts 7 and 10). The userData field of the MCS Send Data Indication contains a Security Header and a Valid Client License Data (section 2.2.1.12.1) structure.
    In my code i am not getting SDin value as 26. Is it the problem with Remote desktop Licensing in RDP servers as specified in the specification like "The userData field of the MCS Send Data Indication contains a Security Header and a Valid
    Client License Data (section 2.2.1.12.1) structure."
    Could you please explain me is this issue is happening due to Licence configuration in RDP server and please provide support with server side configuration if any because our code works for other servers ?
    Thanks & Regards,
    Pavan G.

    Hello Pavan -
    Thanks for contacting Microsoft Support. I'm researching this for you and request you to please send me mail at dochelp @ Microsoft dot com so that I can share tools and techniques to collect some traces and analyze.
    Thanks.
    Tarun Chopra | Escalation Engineer | Open Specifications Support Team

  • Remote desktop not working with dot1x authenticated machines

    Hi,
       we are using machine and user authentication , when machine at logoff the machine is authenticated so users can RDP to it 
    but after logging in the remote desktop session goes down because after user authentication the machine gets a new ip address .
    is there any way to avoid this issue ?

    I am back after a hectic week on this issue...I could find out something very interesting... At times of convergence, the new path takes sometime to calculate the MRU... Mean to say when you issue the command ping mpls pseudowire destn .. The new path has an MRU of 0 for some 5 seconds..After 5-6 seconds MRU comes back with 1700..This screws up the applications like mail synchronization etc.
    Apart from this I found a lot of OSPF flapping due to aggresive BFD timers also, which creates issues with remote desktop. I am unable to convince myself on the MRU issue why it happens. IOS issues on 6524??

  • Remote Desktop Not working with EoMPLS

    I am hosting a HVPLS domain on my 7613 Core router where my spokes (6524ME) terminate the port based Pseudowires. All spokes have an MTU size of 1522. The clients are have intermitent problems with Windows Remote Desktop and mail synchronization. This clearly is an indication of an MTU issue. After doing a little bit of research I found, I need to decrease the MTU to make RDP work properly. Is it possible to reduce MTU of an L3 port to less than 1500?. Can i adjust my tcp-mss on the port where my xconnect is originated?
    Thanks in advance guys..

    I am back after a hectic week on this issue...I could find out something very interesting... At times of convergence, the new path takes sometime to calculate the MRU... Mean to say when you issue the command ping mpls pseudowire destn .. The new path has an MRU of 0 for some 5 seconds..After 5-6 seconds MRU comes back with 1700..This screws up the applications like mail synchronization etc.
    Apart from this I found a lot of OSPF flapping due to aggresive BFD timers also, which creates issues with remote desktop. I am unable to convince myself on the MRU issue why it happens. IOS issues on 6524??

  • Easy print not working on a 64 bit Windows 8.1 client with Remote Desktop connection version 8.1

    Easy print is not working on a 64 bit Windows 8.1 client with Remote Desktop connection version 8.1 . Printers dont get redirected when you connect to the terminal server. The server we are connecting to has Windows 2008 server.  On 32 bit Windows
    7 and windows XP clients Easy print is working fine and printers get redirected in terminal server.

    I am having the exact same problem. Windows 7 works fine, but 8.1 will not redirect printers. Others said to check local policy terminal services settings and my setting are all set as they should.
    I think Windows 8.1 is not telling the terminal server what printers it has.

  • Printing quality with Remote desktop technologies

    Hello,
    I manage several servers using Remote Desktop Technologies : 2003 R2 Terminal services, 2008 R2 RDS, 32/64 bits...
    I upgraded recently to Adobe Reader X and I observe a strange behaviour : when I connect to theses servers with my RDP client, fonts are not the same as displayed, letters are glued without any spaces between them BUT if I connect to the console (HP ILO or vmware console), print quality is fine !!!!
    I'm still making comparative tests but I'm stuck.
    Any ideas ? I didn't find any thread related to this problem in the forums.
    Kind regards,
    Sebastien

    Hi!
    I have the same problem as you!
    Other applications works fine with printredirects, but not Adobe Reader X. I have tried to modify the GPO to disable Remote Desktop Easy Print as i seen on Microsoft forums to try on printing errors, but no luck.
    I have checked that the printerdriver seems to be the correct one for the local printer, but it does not matter.
    Have you found out anything please let me know.
    Best regards

  • Stuck with Remote Desktop 3 without the serial number:(

    I am the new tech assistant for my lab of 35 macs..
    The computer used for managing the lab with remote desktop has crashed.
    I have found an older model mac with remote desktop. I'd like to transfer that application
    to my newer mac...but It will ask me for the serial number of which I do not have.
    The old tech assistant has gone..and along with it...the software and document.
    I have turned this lab upside down and I've found the box Apple Remote Desktop 3
    but nothing else. I thought maybe the serial number would be on it.  But I see
    only the bar code... I am frustrated to no end. They don't answer my emails for help
    Sincerely,
    Love using Apple Remote Desktop 3 user but can not anymore:(

    IIRC the serial number was never on the outside of the box so have you looked inside the box? Do you see the booklet that came with the box? Is the Serial Number inside? The Serial Number takes this form:
    XARD-030-000-x-xxx-xxx-xxx-xxx-xxx-xxx-x
    Who is not answering your emails for help?
    Having read the terms and conditions of this forum prior to posting you'll know these are user-to-user forums and Apple are not listening, so it's difficult to see what any of us here can do to help? Perhaps if you find the purchase receipt you might be able to contact your local Apple Rep and ask if they have a record of it?
    You can still use Remote Desktop by purchasing it again from the App Store. It costs far, far less than the installer media version and does not require a serial number. All you need is an Apple ID and an associated debit or credit card.

  • Troubleshooting error with Remote Desktop 3.1

    Have OSX Server 10.4.10 on a powerPC with Remote Desktop 2.2, Security scans advise to update to Remote Desktop Client 3.1. Everytime I do this I get this error "The Remote Desktop Administrator software failed to start du to an unexpected error. The Remote Desktop software may not be installed correctly or the computer may require a restart."
    I have two machines on this network that are giving this error, one this server and the other a laptop. Version 2.2 was running and working just fine prior to the update, now its broke. Is there a log file somewhere to try to figure this error out? Has anyone else experienced this issue? I have already tried to reset permissions, and reboot, but nothing works.

    Just to confirm my understanding, you are running the ARD 2.2 Administrator on the server, and something is advising you to upgrade that system to the ARD 3.1 client? If that's the situation, then do not upgrade. The 3.x client will not work with the ARD 2.2 administrator. If you did indeed upgrade, you'll need remove ARD using the instructions here and then reinstall ARD 2.2 from your installation disks.
    Similarly, if you've upgraded any client workstation to the 3.x client, you'll need to remove it and reinstall the 2.2 client using this installer. It says it's an "updater", but it will work anyway.
    Hope this helps.

  • Hardware acceleration has been disabled because it is in compatible with remote desktop

    So I go and lock my pc only to come and find that after effects says hardware acceleration has been disabled because it's incompatible with remote desktop
    I have looked around and others have said to delete a certain preference file but they did not give the file location
    Does anyone know where this pref file is?

    And what is the question? C'mon, the files and folders are properly labeled. Don't make it any more complicated...
    Mylenium

  • Web Access for Remote Desktop on Windows Server 2012

    Hello,
    i've a Windows Server 2012 without a domain. So i installed the remote desktop session host, the remote desktop license server and the remote desktop gateway as a server role only. All is working fine. Without a domain, no management tools for remote
    desktop are available. So i configure the remote desktop via the registry. I define (via registry) some remoteapps, too. All values are copied from a running Windows Server 2008 R2. So the remoteapps are runing.
    Now i want to use the new Microsoft Remote Desktop client for Android. To use a remoteapp i must define a remote resource. To define a remote resource i need a url to the web access for remote desktop. So i installed the web access. But if i login to the
    web access, i don't see any remoteapp. What's wrong? I've set the ShowInTSWA to 1. What must i do to access an existing remoteapp via web access?
    Martin

    Hi Martin,
    Server 2012 RD Web Access is designed to retrieve published RemoteApps and Desktops from a Server 2012 RD Connection Broker and/or a Server 2008 R2 RD Session Host server.  From your description it doesn't appear that you are using either of the above.
    I know it is a more complicated set up, but you should consider having a domain, creating a RDS deployment, etc., so that you can use the full featureset as it was intended.  You can do it all on a single server if needed.  For Server 2012
    there is a hotfix that needs to be applied to permit RD Connection Broker to work on the same server instance as active directory.
    -TP

  • Accessing a Remote Desktop

    I would like to access a remote desktop. Apple gives information on setting up your own remote desktop to be able to access the Mac but I need to use my Mac to access another remote desktop. Is this possible and if so, how?

    If you want to share the screen of another Mac, see:
    http://www.dummies.com/how-to/content/how-to-turn-on-screen-sharing-in-mac-os-x- lion.html
    If you want to access a Windows system, download Microsoft's Remote Desktop Connection Client for Mac.
    Regards.

Maybe you are looking for

  • Error when starting firefox 3.6 on Solaris 10 x86

    Sometimes, when we start firefox 3.6 on an Ultra 40 with an Opteron processor, we get the following error: esd: Unknown device `SUNW,audio810', but will try anyway. Firefox works fine, but what does this error indicate, and how can I make it go away?

  • How to display group data only when the particular group is clicked

    Hi frnds, I want to design my report as follows: Data is grouped by country, and for each country it is showing details for that country. I need to find out a way to display all group names first.  E.g. Argentina Aruba Australia And on click of parti

  • XL Reporter Intialization Error

    Hello Experts, My Client is Running SAP business one 8.81 PL 9 and when trying to run XL reporter receives the following error: An Error occurred while trying to initialize the component "Log Service".  Description: (13) Type Mismatch Has anyone run

  • IPhoto crashes immediately upon startup

    I get this error report when trying to open iPhoto. Bear in mind that i'm transferring iPhoto from an older MacBook Pro to a new iMac and not all of the files seem to have come across: Dyld Error Message: Library not loaded: /Library/Frameworks/iLife

  • Cannot connect to WiFi in public areas or private or Ad Hoc connections

    I have a 32 GB iPod Touch 2G that is running 4.2.1 All has been going well, until last week. I tried to connect to a public WiFi (that I have connected to 50 times or more) and it said "Cannot connect to Network". I tried everything that I know how t