Access PC2's network from virtualbox installed on PC1


Wakan Tanka

I'm going to a workshop where I need to bring a laptop with Virtualbox and Windows 7 running in it. My laptop is too old to use Virtualbox with Windows 7 and a native Linux system. So I'm assuming Virtualbox is installed on a (newer) desktop PC and uses some routing magic so that Virtualbox is accessible since it's connected to the same network as the laptop. is it possible? Overall, my question is: Is it possible to install Virtualbox on PC1 and do some magic to ensure that Virtualbox installed on PC1 has access to the PC2 physical network? I'm guessing it might be through some TUN/TAP, iptables, ssh, etc. for some functionality. But I don't know how to do it.

Operating System: Debian 7

Hauke

There are several possibilities:

  1. Use OpenVPN in click mode. On both systems, bridge the Tap interface with the LAN interface. This should also work with broadcast packets (NetBIOS).
  2. Add another IP address to the LAN interface. This address will make the Windows VM known to other hosts. Configure DNAT for this address and forward packets to the desktop PC. This may not work with broadcast packets.

Related


Access PC2's network from virtualbox installed on PC1

Wakan Tanka I'm going to a workshop where I need to bring a laptop with Virtualbox and Windows 7 running in it. My laptop is too old to use Virtualbox with Windows 7 and a native Linux system. So I'm assuming Virtualbox is installed on a (newer) desktop PC and

Network access to VirtualBox VM from network PC

Tharik Kanaka Well, I've setup a VM (labeled PC2) in the PC's Virtual Box, and I'm hosting a web service in the VM (IIS). PC2-Windows Server 2003 VM-Windows 7 x86 Now I want to access the web service from another PC (labeled PC1) in the network that PC1 has co

Network access to VirtualBox VM from network PC

Tharik Kanaka Well, I've setup a VM (labeled PC2) in the PC's Virtual Box, and I'm hosting a web service in the VM (IIS). PC2-Windows Server 2003 VM-Windows 7 x86 Now I want to access the web service from another PC (labeled PC1) in the network that PC1 has co

Unable to grant access to PC2 to Git repository using PC1 SSH key

Gustavo Brar I have a PC1 and I can access the repository $ git cloneusing an SSH connection (the command works fine). I've also tried giving that repository access to PC2, so I've done copying the key and copying id_rsafrom PC1 id_rsa.pubto my PC2 ~/.sshfolde

Unable to grant access to PC2 to Git repository using PC1 SSH key

Gustavo Brar I have a PC1 and I can access the repository $ git cloneusing an SSH connection (the command works fine). I've also tried giving that repository access to PC2, so I've done copying the key and copying id_rsafrom PC1 id_rsa.pubto my PC2 ~/.sshfolde

How to get date and time from PC2 to PC1?

Certification Hi, I'm having trouble with some problems, I searched some articles but there are some examples PHP. As my title above, how do I get information Date and Timefrom my - PC2(Server side where I publish my project) (example of date and time is 8/12/

linebacker pc2 --> pc3 --> pc1

XXX duis I have 3 computers pc1, pc2, pc3 This is the topology of my current network Usually I use pc2 to access pc1, the network latency is as follows pc2 ping pc1 500ms pc3 ping pc1 200ms pc2 ping pc3 100ms I want to optimize the above network pc2 --> pc3 -

Access ubuntu files from windows (installed in virtualbox)

convene I have installed Ubuntu 13.x in virtual box My parent OS is Windows 8.1. I need to access python files from IDE in windows. They are basically django-like site-packages directories. E.g: '/usr/lib/python2.7/dist-packages' how do i access it from the p

MySQL port forwarding and access from any PC outside the network

herobrinebrotherZorro I have created an application that uses mysql and it will be public. I port forwarded the mysql default port on the router and I want anyone to be able to connect to mysql on a computer outside the network. (anyone who can get my app anyw

Can't view or access ubuntu pc in network like this from windows

Mario I can't view my Ubuntu 18.04 PC (acting as a file and media server) from a Windows PC. I have installed Samba, Tasksel, System-config-samba, python-glade2, samba-common, smbclient. Edit avahi-daemon to 0, create "me" and "netguest" users in samba, sudo u

MySQL port forwarding and access from any PC outside the network

herobrinebrotherZorro I have created an application that uses mysql and it will be public. I port forwarded the mysql default port on the router and I want anyone to be able to connect to mysql on a computer outside the network. (anyone who can get my app anyw

Can't view or access ubuntu pc in network like this from windows

Mario I can't view my Ubuntu 18.04 PC (acting as a file and media server) from a Windows PC. I have installed Samba, Tasksel, System-config-samba, python-glade2, samba-common, smbclient. Edit avahi-daemon to 0, create "me" and "netguest" users in samba, sudo u

PCA rotation is missing the PC1 column

Alexis I am trying to do PCA on the classic Iris dataset. Here is my code: library(tidyverse) x <- iris[,1:4] %>% as.matrix() pca <- prcomp(x, scale. = TRUE) summary(pca) Component rotation has each value of Petal.Length, Petal.Width, etc. So I tried the fol

PCA rotation is missing the PC1 column

Alexis I am trying to do PCA on the classic Iris dataset. Here is my code: library(tidyverse) x <- iris[,1:4] %>% as.matrix() pca <- prcomp(x, scale. = TRUE) summary(pca) Component rotation has each value of Petal.Length, Petal.Width, etc. So I tried the fol

PCA rotation is missing the PC1 column

Alexis I am trying to do PCA on the classic Iris dataset. Here is my code: library(tidyverse) x <- iris[,1:4] %>% as.matrix() pca <- prcomp(x, scale. = TRUE) summary(pca) Component rotation has each value of Petal.Length, Petal.Width, etc. So I tried the fol