Is it possible to share internet connection via remote desktop?

11

4

At work I have two computers connected to the same network, each user can download a limited quota of 400 MB each day from internet, but I need more than this. There is a server computer beside me which has unlimited internet access, and I can connect to this computer via remote desktop. Is it possible to use server computer's internet to upgrade my windows 7 to 10 though remote desktop? Not to mention, automatic updates are closed by administrator.

Badamchi

Posted 2016-12-08T13:13:38.987

Reputation: 245

Question was closed 2016-12-13T19:36:17.413

I think there is no possibility for this. – vembutech – 2016-12-08T13:31:16.793

37Are you trying to bypass your company's policies? – Xavierjazz – 2016-12-08T14:55:34.100

17Your company set these restrictions up for a reason (good or bad). Bypassing them without permission will probably get you in to a lot of trouble. – Bradley Uffner – 2016-12-08T15:55:33.267

3Ask your admin to extend your quota? After all, you have good reasons to use so much bandwidth, don't you? – Hagen von Eitzen – 2016-12-08T16:23:30.223

1I seriously doubt your company will appreciate you using a server for internet browsing... and seriously, for a work computer, 400MB per day is a lot of bandwidth. Unless you're downloading all kinds of things, there should be no need for more. Tread carefully before you continue down this path, if you're doing something you're not supposed to, it will land you in trouble. – SnakeDoc – 2016-12-08T16:34:59.097

1And no, if you don't have administrator access on your computer, you will not be able to upgrade to windows 10. Seriously, your IT Dept clearly doesn't want you upgrading your computer, why else is there a 400mb limit per day and auto updates are disabled and you don't have admin access? Continuing down this path is nothing but bad for you. – SnakeDoc – 2016-12-08T16:40:20.447

I can download everything by using server's internet, and I don't want to bypass company's policies! I have downloaded a file and when I execute that file it starts to download windows update files, but it reaches the quota and it stops. – Badamchi – 2016-12-08T16:47:12.200

Overall, it was a question for me, if I can access to internet through RDP or not? Yes, the better way would be to ask network administrator to upgrade it for me. But, I'll try VPN approach as well ;) – Badamchi – 2016-12-08T16:58:10.113

18@Patzu You cannot install windows updates without administrator permissions. What you are doing is futile. Besides, your IT department would have upgraded your PC to Windows 10 if they wanted you to use Windows 10. It's their computer, not yours. Don't forget that. Continuing down this path is almost guaranteed to be in violation of your company's IT policies. Go talk with IT, get their permission and blessing before you continue. If they say No, then that's the end of the road. – SnakeDoc – 2016-12-08T16:58:13.217

6@Patzu Installing VPN or Proxy software on a company server is very likely to get you fired. It would at most companies. It's a massive security risk, and is a clear circumvention of IT policy. – SnakeDoc – 2016-12-08T17:01:11.907

10As a Network Administrator myself I can promise you with absolutely no doubt, just for what you have already done you would be on gardening leave 15 minutes after I found out and for what you're trying to do you'd be fired by the end of the day. You sound like a school child trying to bypass their web filter the way you're talking, except now you're in the real world and a bad reference will affect the rest of your life. It is absolutely not worth it. – Ashigore – 2016-12-08T18:24:38.420

3Yea, I'm going to echo most of the others here: As one responsible for making sure computers are running smoothly for employees of an org, I make the decisions when and whether to upgrade, and I put policies in place to make sure those computers behave in a predictable way for the staff so that they are maximally effective within the constraints of their job and corporate policy. Users going McGyver and trying to get around rules and policies WILL be reprimanded and possibly let go. What you're doing: You'd be fired. – music2myear – 2016-12-08T20:23:09.723

"each user can download a limited quota of 400 MB each day from internet" Does that include regular HTTP traffic? – JAB – 2016-12-08T23:58:13.657

1@Ashigore "For what you have already done" being RDPing into an unsecured server? - Without further proof of malice on his side, he would get told off at my company and you'd get fired by the end of the day for not securing the server! - I agree with you on the rest of your comment, though. – I'm with Monica – 2016-12-09T09:09:32.430

1The "most harmless" thing that can happen to you is your IT people refusing to support the machine that you unilaterally decided to upgrade if there are any problems - "you tampered with it, YOU are now responsible for making it work." – rackandboneman – 2016-12-09T11:46:45.840

1@AlexanderKosubek It's not an unsecured server. OP has RDP access to it for his job. OP is abusing that access, and has plans to grossly abuse that access, which is where he would face disciplinary action or termination. – SnakeDoc – 2016-12-09T23:38:27.153

3I'm voting to close this question as off-topic because it's about circumventing network security/policies at an institution. – DavidPostill – 2016-12-10T13:56:29.257

Answers

16

RDP is not capable of Internet sharing, so you can't share Internet using RDP with standard applications. There are many way to share Internet from a Windows box to another one. I suggest you to use VPN. You should do following steps:

  1. Run VPN Server on your server with unlimited internet access
  2. Connect to VPN server from your limited computer

SuB

Posted 2016-12-08T13:13:38.987

Reputation: 706

9A simple proxy server is even easier, and gets you access to web browsing at least. – Brad – 2016-12-08T21:05:04.523

I dont know any build-in proxy server in MS-Windows. So you need to install a third-party application on MS-Windows to make it a proxy server. But any MS-Windows has a simple built-in VPN server. Also every traffic can pass through VPN but some proxies are limited to HTTP or TCP-based protocols. – SuB – 2016-12-09T20:27:20.340

Sure, VPN is available but it's a far cry from simple... at least when compared to something like the AnalogX proxy. http://www.analogx.com/contents/download/Network/proxy/Freeware.htm If only basic web browsing is needed, that's probably much easier and will require no extra permissions.

– Brad – 2016-12-09T23:15:46.500

I'm not sure that upgrading win 7 to win 10 can be done by a simple proxy or need whole system internet access. So if it can, the proxy server is acceptable answer, else you need solution like VPN. – SuB – 2016-12-09T23:45:51.113

1It can. A proxy is still a common way for internet access. Microsoft just uses their CDN and HTTPS for distributing Windows upgrades. – Brad – 2016-12-10T00:49:19.033

6

  1. Install Bitvise SSH Server on your server.
  2. Use MyEnTunnel to make a SOCKS server on your computer. MyEnTunnel uses SSH to pass SOCKS request to the SSH server.
  3. Use Proxifier to redirect any applications traffic to the SOCKS sever created by MyEnTunnel. This step is not required if the update program accept SOCKS.

Jim

Posted 2016-12-08T13:13:38.987

Reputation: 133

34 start="4">

  • Update your CV.
  • < – Lightness Races with Monica – 2016-12-08T17:29:48.467

    4@LightnessRacesinOrbit You might wanna make that step 0. – jpmc26 – 2016-12-08T23:46:37.253

    5

    You could try upgrading your PC using DVD or USB media instead of an online install. If you can't obtain the DVD elsewhere you could still download the media image using the server and then transfer it to a local PC that has a DVD burner (possibly using Remote Desktop's drive sharing but using a shared folder on the network would be better).

    Neil

    Posted 2016-12-08T13:13:38.987

    Reputation: 598

    Once you download the DVD image, there's no reason to actually put it onto an actual DVD. – Ben Voigt – 2016-12-08T23:17:57.670

    @BenVoigt Personally I think it makes installing on multiple PCs more convenient. You can also use it for recovery or clean reinstallation if necessary. – Neil – 2016-12-09T00:21:06.770

    2

    If you have administrative access to the server, you might be able to set it up as a proxy server, then connect your two computers to the internet through this proxy server, and run your upgrades. This doesn't involve any remote desktop though.

    In theory you could write code that abuses the RDP protocol to tunnel internet traffic, but it's unlikely a tool like that already exists...

    Wouter

    Posted 2016-12-08T13:13:38.987

    Reputation: 1 259

    Yes I have access as an administrator to the server, but not to my own computer as an admin. Should I search, How to create a proxy server in windows? – Badamchi – 2016-12-08T13:41:44.953

    I'm not familiar with setting it up myself, but I'm pretty sure it's a valid solution... – Wouter – 2016-12-08T13:42:24.467

    1No need for admin access even. – Brad – 2016-12-09T23:13:15.633

    0

    If you only care about the Win 10 update, the easiest way would be to download an ISO version, configure a shared folder on your Win 7 PC, and place the ISO there from a remote desktop session on your server.

    If you actually want to get better access to internet in general, then the easiest way could be to execute a proxy server app on a remote desktop session, like CCProxy or Squid, note that depending on the configuration of the firewall on the server, running such an app (or any similar app that opens a port on the system) may ask you for elevated privileges.

    The proxy app will have to be configured for a specific port, you will then need to configure that port + the ip address of your server as a proxy in the browser of your laptop.

    Good luck.

    Alam Brito

    Posted 2016-12-08T13:13:38.987

    Reputation: 233