One might ask, what is the difference between letting the VM take the USB/network and NAT-ing that vs NAT-ing the physical host and sharing the connection with the world? At any point in time, I want the host and vm to both be addressible to the outside world, like what you would be able to do with a router and port forwarding setup.
Main Topics
Browse All Topics





by: giltjrPosted on 2008-11-29 at 07:18:24ID: 23059925
If the DSL modem is setup for bridged mode and your VM OS is setup for bridged mode, then all you need to do is setup the VM for PPPoE (or whatever your DSL provide uses for the PPP connection).
However, the downside of this is that if you want your host OS, or any other computer to use the Internet all traffic MUST be routed through the VM and the VM must be doing NAT.