VirtualBox

Changes between Version 4 and Version 5 of PPP_Tunnel


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

--

Legend:

Unmodified
Added
Removed
Modified
  • PPP_Tunnel

    v4 v5  
    66
    77Host-OS: debian linux
    8 i{{{apt-get install ppp netcat}}}
     8{{{
     9apt-get install ppp netcat
     10}}}
    911
    1012VBox-OS: debian linux
    11 {{{apt-get install ppp netcat}}}
     13{{{
     14apt-get install ppp netcat
     15}}}
    1216
    1317Host-OS:
    14 {{{pppd noauth local lock nodefaultroute persist debug nodetach 10.1.2.3:10.4.5.6 pty "netcat -l -p 3042"}}}
     18{{{
     19pppd noauth local lock nodefaultroute persist debug nodetach 10.1.2.3:10.4.5.6 pty "netcat -l -p 3042"
     20}}}
    1521
    1622VBox-OS: (run this quick, before the previous pppd command on Host-OS gives a timeout)
    17 {{{pppd noauth local lock nodefaultroute persist debug nodetach passive pty "netcat 200.200.200.200 3042"}}}
     23{{{
     24pppd noauth local lock nodefaultroute persist debug nodetach passive pty "netcat 200.200.200.200 3042"
     25}}}
    1826
    1927where 200.200.200.200 is the real IP of the Host-OS

© 2023 Oracle
ContactPrivacy policyTerms of Use