From 033a3c24288367d840d92da01a82a81a50dc0455 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Tue, 21 Oct 2014 12:26:03 +0200 Subject: Explain what the remap command does --- open_issues/virtualization/networking.mdwn | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/open_issues/virtualization/networking.mdwn b/open_issues/virtualization/networking.mdwn index 1eac40c6..122f21ab 100644 --- a/open_issues/virtualization/networking.mdwn +++ b/open_issues/virtualization/networking.mdwn @@ -49,10 +49,14 @@ knows it's a tun. $ openvpn --config vpn.conf --verb 5 ... +So we let openvpn running, and now we can make applications use the pfinet +TCP/IP stack started above: the remap command below starts a new shell, where +it redirects /servers/socket/2 (where the system TCP/IP stack resides) onto +$HOME/servers/socket/2 (where the new TCP/IP stack resides). + $ remap /servers/socket/2 $HOME/servers/socket/2 $ wget www.gnu.org - Ideally openvpn would be made to setup pfinet itself, but at least for now it can be configured by hand like that. -- cgit v1.2.3