VirtualBox

Changes between Version 1 and Version 2 of PPP_Tunnel


Ignore:
Timestamp:
Apr 9, 2008 1:43:29 PM (16 years ago)
Author:
Klaus Espenlaub
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PPP_Tunnel

    v1 v2  
    1 = Connecting a VM VirtualBox and Host-OS with IP protocol using ppp and netcat =
     1= Setup networking via a PPP tunnel =
    22
     3This is a simple howto to prevent you from making bridge devices just to connect fully the host-os with the vbox-os by IP
    34
     5Host-OS: debian linux
     6  apt-get install ppp netcat
     7
     8VBox-OS: debian linux
     9  apt-get install ppp netcat
     10
     11Host-OS:
     12  pppd noauth local lock nodefaultroute persist debug nodetach 10.1.2.3:10.4.5.6 pty "netcat -l -p 3042"
     13
     14VBox-OS: (run this quick, before the previous pppd command on Host-OS gives a timeout)
     15  pppd noauth local lock nodefaultroute persist debug nodetach passive pty "netcat 200.200.200.200 3042"
     16
     17where 200.200.200.200 is the real IP of the Host-OS
     18
     19Now, Host IP is 10.1.2.3 and VBox IP is 10.4.5.6 and you can access all udp/tcp ports from one to another
     20
     21by Pedro Zorzenon Neto - 09-Apr-2008
     22this mini-howto is copyrighted under the MIT licence:
     23  http://www.opensource.org/licenses/mit-license.php
     24

© 2023 Oracle
ContactPrivacy policyTerms of Use