Connection to remote desktop using proxy and gateway desktop remotely?

I have setup a gateway desktop remotely using Windows Server R2 2012 server. I use Remote Desktop gateway as an intermediary between to offer remote desktop session more than 443 because 3389 is blocked in several places of the customer.

However, I encountered a problem with a customer that the network seems to use a web proxy.

Is is possible to set up remote desktop to connect via web proxy? If so, how? If this is not the case, does anyone have any suggestions on how to provide a remote desktop session through 443 on proxy for situations where you don't control the client PC or network? RemoteApps allows access through the web proxy when you use Remote Desktop gateway?

The error message is below to:

Your computer cannot connect to the remote computer because the web proxy server requires authentication. To allow traffic not authenticated to a desktop gateway server remotely through your web proxy server, contact your network administrator.

Thanks for any help!

Hello

The question you posted would be better suited in the TechNet Forums. I would recommend posting your query in the TechNet Forums.

TechNet Forum
http://social.technet.Microsoft.com/forums/Windows/en-us/home?category=w7itpro

Hope this information helps.

Tags: Windows

Similar Questions

  • Satellite L300D-10U - unable to connect to the internet using LAN and Win XP

    Hi all

    I had a very big problem with my card.
    I can t connect to the internet.
    I searched the forum but without any determination :(

    I did everything. I have checked ipconfig nothing, check the mode safe mode with local network nothing.
    Someone said too
    "(1) once the Ethernet is connected, power of the DSL Modem. Cycle." ("Some Modem picks up the MAC ADDRESS of the network card on where it was previously connected and restarting it redétecte this new")

    How to disable the modem?
    And another question: can someone tell me what works of LAN drivers in Sat L300D-10U on XP?
    I put t even know that :(

    Help me

    Hello

    The Satellite L300D-10U belongs to the series of PSLC0E and it supports the Realtek LAN card.
    LAN driver can be found on the page of Realtek.

    You ask how to disable the modem? I think you mean how to reset modem DSL
    Well, usually your modem should support an ON / OFF button simply turn it off and then turn it back on.

    If you are unable to access the internet then you should first check if your modem is properly configured and that the right data ISP (internet service provider) was used.

    Sorry, but that's all I can say right now I think you should just check your modem settings, make sure that the NIC is properly recognized and connect the model of the laptop using a LAN cable.

    All that s

  • Unable to connect to oracle DB using VBA and you are prompted with the error:-the client components and Oracle network have not been found. These components are supplied by Oracle Corporation and are part of the Oracle Version 7.3.3 or installation of the

    Hello

    It would be helpful to me if someone can give me instructions on setting the version of driver or oracle client required to connect to the the Oracle DB using excel VBA

    My config: -.

    Windows - 8-64 bit

    Excel 2013-32 bit

    The components of the client / I should install, and how to solve the question below...

    I tried the VBA code... but you are prompted with the error message above

    Void Oracle()

    Con Dim As ADODB. Connection

    Dim rs As ADODB. Recordset

    Dim query As String

    The con value = New ADODB. Connection

    Set rs = New ADODB. Recordset

    strCon = "Driver = {Microsoft ODBC for Oracle}"; "." & _

    "CONNECTSTRING = (DESCRIPTION ="& _.

    "(ADDRESS =(PROTOCOL=TCP)"& _

    "(HOST = HostNumber)(PORT=PortNumber))" & _

    "(CONNECT_DATA = (SID = SIDNumber))); UID = username; pwd = password; »

    con. Open (strcon)

    If err. <>Number 0 then

    MsgBox ("Oracle error:" & vbCrLf & err.) Description)

    On the other

    MsgBox ("Oracle DB Connection successful.")

    End If

    End Sub

    I'll replace it with the values of host origin...

    Thanks for the suggestion you till u gave...

    complete solution is in the link below...

    https://itkbs.WordPress.com/2014/07/28/how-to-install-ODBC-driver-for-Oracle-in-Windows-7/

  • Is there a simple example, I can see how to connect to a database using actionscript and Flash 8? (not with components)

    I've looked everywhere for a simple example "hello world", on how to connect to a database, pass a parameter and returns a dataset object. I'd like one that uses no components. (Actionscript only). Who uses ColdFusion 7.x and Flash 8. Can someone point me to one?

    Thanks Craig, I noticed the example, but it was meant for Flash MX, and Flash 8 documentation, the NetServices is now obsolete. Anyway, I posted my question on another site and some provided me with a simple example. Here is the url if anyone is interested... sample

  • Java class to connect to Oracle Database Express Edition11g and URL

    Can I use Oracle SQL Developer to do or use it as the value of the URL for the host name?

    I'm just starting to learn Java and with it, learn how to use the Oracle Database Express Edition11g and with it the Oracle SQL Developer...

    At this point, I have the Express Edition is installed and the SQL Developer installed and were able to establish a connection and to run a query and get a result.

    I use Eclipse for JAVA.  I have a work of class that performs a query on a database/table in MySQL.

    So now I'm eager to make the same use as the database Oracle Database Express Edition11g engine.

    And this means that two different versions of JAVA that I need to get the right to be able to do.

    The first is the value of the url variable.

    I now like

    String url = "jdbc:oracle:thin:@localhost";

    then

    Class.forName ("oracle.jdbc.OracleDriver");

    and then

    Connection connection = DriverManager.getConnection (url);

    The thing I'm puzzled on is in the URL where I 'localhost' was supposed to be the term generic and not so much as the text, you should use.

    I see in Web sites like 3 connection to Oracle Database XE

    and decrease example 3-2 by specifying the URL of database using the XE Client Setup

    There I see

    JDBC:driver_type: [username/password] @[//]host_name[: port] [XE]]

    And just what is and what is not is explained here.  So what I ended up with was

    String url = "jdbc:oracle:thin:@localhost";

    So if it was just a text to rest for a name I wonder just such a value or name might really where.

    I noticed that view that an app called "Oracle JDeveloper" has been used to create the values.   I don't have such a thing, or at least I don't think I do.

    Do I need?

    I have Oracle SQL DEVELOPER, where I used the following to connect to the database of the XE.

    My choice for Oracle's SQL Developer Help

    Name of connection: Connection1

    User name: Rod

    Password: myOracle11

    Host name: localhost

    Port: 1521, which is the default value

    SID: xe

    Above so I have to host name set to localhost

    Can I use Oracle SQL Developer to do or use it as the value of the URL for the host name?

    1. I do nothing

    2. While wouldn't you say it

    3. no results from the earlier assignment.

    I asked "'can I use Oracle SQL Developer to do or use it as the value of the URL for the host name?" "

    I showed the choice that I used in SQL Developer to connect to the schema.  And I was wondering, now that I had done this case those are the values that I could use in the Java class that I wrote.  The web site in the first post of this thread showed connection but he was using JDeveloper and SQL Developer.

    So I was wondering if the connection that I made using SQL Developer would do the same trick, and if I could use the values I did there.

    I'm happy to announce that YES, The values used to connect using SQL Developer work exactly like JDeveloper.

    So, given that in SQL Developer for Hostname I chose the value "localhost" "Rod" Username and password "myOracle11".

    I did the following JAVA CLASS that worked:

    package VC_2_9;

    Java for COBOL - copyright 1999 Doke & Hardgrave programmer

    import java.sql. *;

    public class DataBaseDemoOracle

    {

    Public Shared Sub main (string args [])

    {

    String CUST_LAST_NAME;

    / * String url = "jdbc:mysql://localhost/visualcafe";                     */

    String url = "JDBC: thin: @localhost';"

    / * String sqlQuery = "SELECT Name, SSNo, address, telephone OF THE customer;    */

    String sqlQuery = "SELECT CUST_LAST_NAME FROM DEMO_CUSTOMERS";

    //                                               |||||||||||||||

    Try

    {

    Class.forName ("oracle.jdbc.OracleDriver");

    Connection connection = DriverManager.getConnection (url, "Rod","myOracle11" ");

    Statement statement = aConnection.createStatement ();

    ResultSet rs = aStatement.executeQuery (sqlQuery);

    Boolean more = rs.next ();

    (more)

    {

    CUST_LAST_NAME = rs.getString (1);

    /* */

    System.out.println ("name:" + CUST_LAST_NAME);

    more = rs.next ();

    }

    RS. Close();

    aStatement.close ();

    aConnection.close ();

    }

    catch (ClassNotFoundException e)

    {System.out.println ("Exception caught" + e) ;}}

    catch (SQLException e)

    {If (e! = null)}

    {System.out.println ("SQLException taking" + e);}

    e = e.getNextException ();

    } / / end of while loop

    } / / end of capture

    } / / main end

    } / / end DataBaseDemoOracle.java

  • Remote assistance - unable to connect to the desktop computer using the remote connection

    Hello

    I'm currently running vista Professional 64 bits for portable and desktop computers.

    Problem:
    -I am not able to connect to the desktop computer by using the remote connection.

    Tried:
    -Setup the remote asstance for the Username (account login) designated
    -looked up the IP address
    -entering the IP then username and password
    Failed connection *.

    Little Question, too:
    -I run behind a router with 3 machines connected to the router, it would change my location from IP address? I think that's where I'm stuck at.

    The following article should you guide through the process and solve your problems:http://www.vistax64.com/tutorials/116361-remote-assistance.html.

    I hope this helps.

    Good luck!

    Lorien - MCSA/MCSE/network + / has + - if this post solves your problem, please click the 'Mark as answer' or 'Useful' button at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • Remote connection between family windows 7 laptop and vista desktop premium office... it's possible... Thanks in advance

    Can I do it? and how safely if possible... is this possible without charge?

    Hello

    You can connect to the laptop Windows 7 to Windows Vista Home premium desktop using remote desktop, even it's free service, I suggest you go through the following links for more information.

    Connect to another computer using Remote Desktop connection.

    http://Windows.Microsoft.com/en-us/Windows7/connect-to-another-computer-using-Remote-Desktop-connection

    http://Windows.Microsoft.com/en-us/Windows-Vista/connect-to-another-computer-using-Remote-Desktop-connection

    Remote Desktop connection: frequently asked questions.

    http://Windows.Microsoft.com/en-us/Windows7/Remote-Desktop-connection-frequently-asked-questions

    http://Windows.Microsoft.com/en-us/Windows-Vista/Remote-Desktop-connection-frequently-asked-questions

  • I use the proxy and I can not install any software test Adob via Creative cloud because the installed CC said: no internet connection. What can I do?

    I use the proxy and I can not install any software test Adob via Creative cloud because the installed CC said: no internet connection. What can I do?

    Hello

    Can you please follow the instructions below.

    1. Click on the link below and open Photoshop Elements download link.

    Note: We are not anything downloaded from the page of Photoshop Elements.

    Do not close the page, just keep it open.

    Download Photoshop Elements products | 10, 11, 12, 13

    2. then click on the link below and download the installer directly mentioned in step 2.

    • for windows

    http://prodesigntools.com/trials3/AdobeProducts/LTRM/6/Win64/Lightroom_6_LS11.exe

    • for mac

    http://prodesigntools.com/trials3/AdobeProducts/LTRM/6/OSX10/Lightroom_6_LS11.dmg



    You can run the installation file once the download is complete.

    Hope this will solve your problem.

    Kind regards

    Hervé Khare

  • Settings need to connect a second desktop computer using a NetGear wireless adapter.

    Original title: wireless settings

    I need the settings to connect a second desktop computer using a NetGear wireless adapter.

    The Belkin router work a lot using my Tablet and streaming movies but I can't understand

    the settings on the second PC.

    Any help will be appreciated.

    Thank you.

    "Settings", you need are the SSID (network name) and the encryption key (password).

    Unless you have configured the router to 'hide' the SSID (generally a bad idea), you will see in the list of available wireless networks.  Then, the only thing you need is the encryption key.

    If you do not write your encryption key, you can find it by logging into your router configuration utility.

    If you have a computer running Windows can now connect to the router, open a command prompt window (start > run > cmd > OK) and type "ipconfig" (without the quotes) and press ENTER.  Take note of the 'Default gateway' address.  It is the IP address of the router.

    The default IP for Belkin routers is 192.168.2.1.

    On a computer that is already connected to the router, open a browser (Internet Explorer or Firefox) and enter the IP address of the router (the gateway by default, you noted above or 192.168.2.1).  If you do not have a computer that is connected to the wireless router, you will need to temporarily connect a computer to the router by an Ethernet cable.

    Connect to the router configuration utility.  If prompted for a password and you don't remember, you need to reset the router to its factory default.  Return ticket for additional instructions.

    Once logged in, click on "Security" under "wireless" in the menu.  At this point, you should see a page that shows your password.  Write it down and exit the router configuration utility without making any changes.

    For more help, post back with the model of your Belkin router and also mention if you have any Windows computer that can connect to the router (and if yes, what version of Windows they use).

  • As this computer remote desktop connection cannot connect to the desktop remotely

    Sometimes, I try to connect to my desktop and I get an error and sometimes it works and sometimes does not.

    Why is this?

    This could happen if you use a Wi - Fi connection with network problems, if some of the data is lost in transit.
    You can run this command to see if there is packet loss:
    ping-l 512 f - n 100

    It will send 100 queries and should receive 100 responses from the remote computer.
    If get you all "Request timed out" messages, then this might be a firewall is not blocking the pings on the remote computer.
    If get you one or more "Request timed out" messages, then this might be a network problem.

  • Unable to connect to remote between my home and work PCs

    Original title: 'remote connection '.

    I am trying to connect to distance between my office at home and at work. Not on the same network, but both connected to the internet.  We have Windows 7 Home premium and it has windows 7 Professional.  Is this possible? I can't do. Help, please.

    I am trying to connect to distance between my office at home and at work. Not on the same network, but both connected to the internet.  We have Windows 7 Home premium and it has windows 7 Professional.  Is this possible? I can't do. Help, please.

    If the work PC runs windows 7 Pro then look at Remote Desktop [DRC] / remote access from your Windows 7 Home Premium PC home control.

    http://Windows.Microsoft.com/en-us/Windows7/allow-someone-to-connect-to-your-computer-using-Remote-Desktop-connection

    http://Windows.Microsoft.com/en-us/Windows7/connect-to-another-computer-using-Remote-Desktop-connection

    If the work PC is behind a router/firewall then TCP Port 3389 must be opened/forwarded through the router/firewall.

    http://Windows.Microsoft.com/en-us/Windows7/allow-remote-desktop-connections-from-outside-your-home-network

    Call using the public IP address of the router/firewall or use a full domain name [FQDN] as appropriate. More help DRC...

    http://Windows.Microsoft.com/en-us/Windows7/search?q=remote+desktop&PRD=Windows7

    If the work PC is running Windows 7 Home Premium then look at alternatives such as GoToMyPC, as suggested by Ben or TeamViewer, LogMeIn. Note that this is maybe not free in a work/business environment.

    http://www.TeamViewer.com/index.aspx

    https://secure.LogMeIn.com/welcome/access/freedom/3/?WT.srch=1&originid=5646&utpk=LogMeIn&destination=/welcome/access/freedom/3/

    In all cases, you need to work with your network administrators. If it is a legitimate work related requirement, they will help you access remote set-up. Its also possible they may require that you access the network through a VPN for security reasons. This ad-hoc could violate policy work regarding the connection an untrusted network or PC, IE. your home, to a reliable network system, IE. your system of work.

    MS - MVP Windows Desktop Experience
    "When all else fails try what the captain suggested before you started...". »

  • MCE IR remote stops working when connected via Remote Desktop Win7

    I recently added an IR remote for my computer to Windows 7 (32 bit Ultimate) that I use mainly for playback of mp3. The remote control is only an AVS Gear MG-IR01BK Windows Vista/Window7 MCE Remote control infrared works by attached USB "infrared transceiver eHome.  When I physically connect the machine IR remote works perfectly; as soon as I connect via remote IR Office stops responding.  I had to configure the Audio remotely to RDP to get this to work correctly, but I can't find any setting that controls in response to the infrared remote control.  My quest for answers has turned up nothing so far, someone has suggested?

    Thanks for the suggestion.  At thegreenbutton.com behavior that I have reported was confirmed by others (the MCE Remote control is a HID device, so is related to the "console"). VNC is a viable alternative to remote desktop. I ended up using TightVNC (RealVNC purchase required for support of Windows 7), and the infrared remote control continues to work when I access the machine via the VNC viewer.   I want to remote desktop could provide this capability, but at least I have a working with VNC solution.

  • I do not use sync and am not connected? Why my favorites are synchronization?

    My desktop computer has a series of bookmarks that I use at work. My home PC has another, different set of bookmarks that I use at home. I do not use sync and am not connected to sync on each PC. Why my favorites are the synchronization between two PCs? For example, I noticed several bookmarks near the top of my bookmark menu over a line of separation that I do not have to work. I deleted them. I come home and find those missing same bookmarks from my PC at home. I do not want to synchronize anything between the two computers, why what is happening?

    Maybe an add-on is the sync these for you.

    Refresh (called "Reset" in older versions of Firefox) can solve a lot of problems in restaurant Firefox as his default factory while saving your bookmarks, history, passwords, cookies, and other essential information.

    Note: When you use this feature, you will lose all the extensions, toolbar customizations, and certain preferences. See article Firefox Refresh - reset modules and parameters for more information.

    Refresh for Firefox:

    1. Open the troubleshooting information page using one of the following methods:

      • Click the menu button

        click Help

        and select troubleshooting information. Should open a new tab containing your troubleshooting information.

      • If you are unable to access the Help menu, type Subject: support in your address bar to bring up the troubleshooting information page.
    2. At the top right of the page, you should see a button that says 'Refresh Firefox' ('reset Firefox' in older versions of Firefox). Click on it.
    3. Firefox closes. Once the update process is complete, Firefox will display a window with the imported information.
    4. Click Finish and reopen Firefox.

    This corrects the problem? Please report to us!

    Thank you.

  • can I connect to the desktop remotely from a macbook?

    I have a macbook at home and a pc/server in the office.  I can remote desktop to connect to my desktop (PC) server from my home macbook?

    Hello

    Your question is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for networking on TechNet. Please post your question in the TechNet Windows Forums.

    Diana

    Microsoft Answers Support Engineer

  • How to share files and printers between windows xp desktop that is connected to a wireless router with a laptop running windows 7. printer is connected to the desktop computer

    Hi all.  I normally wouldn't have a problem with that, but I must be missing something.  I want to create a home network or small business between my desktop running windows xp pro sp3 and my laptop running windows 7 Home premium.  I want to share files and printers.  My desktop with windows xp computer is connected to a wireless router.  The printer is connected to my desktop as well.  My laptop is wireless with the wireless router.  I tried everything I can think of to get these two devices to the network.  If anyone can help.  Don't forget, my printer is connected to my desktop with windows xp and is connected to my wireless router which is connected to my cable modem.  Internet works fine.  the laptop with windows 7's wireless and internet works fine.  just impossible to get the two see each other or share what anyone.  Thank you.

    With respect to the sharing of printer (s), microsoft has a utility called 'Print Migrator'

    Download & install, create copy, send a copy to the other pc to share its use.

Maybe you are looking for