How to access a different machine on a remote network using Visual Studio Code? - remote-access

So I am trying to access a machine in a remote network. Suppose the IP of the remote network is 123.123.123.123 and I usually access a machine on the port 1234 of the said IP. But now I've been assigned a different machine, and to access that machine, I have to first connect to the IP 123.123.123.123:1234 and then connect to the actual machine that I need to access with a local IP 192.168.10.37. How can I connect to that machine using remote-SSH extension of the VSCode. The local machine is running windows OS and remote machine is running ubuntu.

Related

How do I connect to a computer using IP address?

How do I connect to a computer using IP address. I connected to a computer using team viewer recently.
I cannot do that anymore and would like to use IP address of that pc
You can use Remote Desktop Connection to connect to remote server using IP. click on start and run mstsc.
Please remember that you need to enable remote access on that server.

LAMPP website can't be viewed by other computers?

I have a VMware workstation which has Ubuntu in it and I've also installed LAMPP on it, I have already created a full running website using php. I could access the website on my local computer(where the vmware is installed) by using the ip address however if i try using other computers, I couldn't open the website. What am I missing?
One possible cause is that you probably have the VM interface card in NAT mode. If the interface is in NAT mode, your Ubuntu VM will be "hidden" behind the VM host.
Change the Virtual Machine network interface card to bridged mode, in Virtual Machine settings -> Network Adapter.
After setting the interface do Bridged mode, if you have a DHCP server on your network, you only have to renew the IP address of the Ubuntu machine (if it didn't do it automatically).
Check the new IP address of the Ubuntu machine (should be an IP address of your LAN). Use this IP to contact the web server.

Azure RDP Login Error

I created a AX 2012 R3 DEMO Environment in the AZURE. I am trying to login into the RDP but not able to Login. And get the error as:
Remote Desktop Connection
Remote Desktop can’t connect to the remote computer for one of these reasons:
1) Remote access to the server is not enabled
2) The remote computer is turned off
3) The remote computer is not available on the network
Make sure the remote computer is turned on and connected to the network, and that remote access is enabled.
OK Help
Make sure connecting to the RDP port isn't being blocked by your firewall (possibly port 3389)
-This is a common problem
-You can see what PORTS are being used by going to the Azure Portal -> Virtual Machines -> Endpoints
Also make sure the VM is turned on :)

Ping/Access Host Machine FROM Hyper-V VM

I am not sure if this query is valid for this forum.
I have the following setup
1. Host Machine: Windows 8.1 Pro
2. Hyper-V enabled
3. VM [Windows 7] configured with internet access (using ICS from host machine, working fine)
4. RDP enabled to access VM from HOST
Now my question is how to configure Hyper-V in such a way that, from VM machine I will be able to access my Host machine Files, IIS, printer etc [IIS website is my primary focus]
You can only do this through the network layer by using IP address for example.
'VM to HOST' access through the virtualisation layer is impossible.

Allow VirtualBox machine to access IIS site on host machine

I am running a virtual machine using VirtualBox and I'd like the virtual machine to able to access a site that is hosted in IIS on the host machine (my computer).
How is this possible?
Give your VM networking capabilities, connecting to the same network as the host machine will allow the two to communicate / allow you to browse the site from the VM.
http://www.virtualbox.org/manual/ch06.html

Resources