Coder Social home page Coder Social logo

Remote Connections about windows HOT 4 CLOSED

guruhiten avatar guruhiten commented on July 23, 2024
Remote Connections

from windows.

Comments (4)

mauriceatkinson avatar mauriceatkinson commented on July 23, 2024 1

I installed this as soon as I saw this in the app store. I added the password in windows and all works. cheers

from windows.

kroese avatar kroese commented on July 23, 2024

The 20.20.20.21 is just an internal dummy IP for bridging. All the traffic to the container IP is tunneled to this IP.

So you must not connect to 20.20.20.21 with RDP, but to the IP of the docker machine instead.

Also in your compose file you need to open the ports:

ports:
  - 8006:8006
  - 3389:3389/tcp
  - 3389:3389/udp

Then it should work.

It is also possible to give the Windows VM a real IP in the 192.168.x.x range instead of using the NAT tunnel, but it is more difficult to setup. See https://github.com/qemus/qemu-docker#how-do-i-assign-an-individual-ip-address-to-the-container for the steps on how to do it.

from windows.

mauriceatkinson avatar mauriceatkinson commented on July 23, 2024

Great to have Windows in a docker so thanks very much. I am using RDP to gain access but as Windows has no password set I receive the message "user account restriction..." message. Is there any way to set a password to the Docker account?

from windows.

kroese avatar kroese commented on July 23, 2024

I set a registry setting during the automatic install to allow RDP for users without password.

So did you do a manual install? If not, when did you install this machine? Because I added that a few days ago.

In any case you can always go in the web-viewer (port 8006), change the password for the Docker user, and use RDP after that.

from windows.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.