man.bsd.lv manual page server

Manual Page Search Parameters

VKNET(1) General Commands Manual VKNET(1)

vknetcreate a bridged network between two hosts over ssh(1)

vknet [-C] [-b local-bridge] [-B remote-bridge] [-r delay[:retries]] local-spec [user@]host[:remote-spec]

vknet -S [-b local-bridge] local-spec

The vknet utility connects the local machine's network to the remote machine's network over a SSH connection.

The local and remote specification typically supplies a path to a vknetd socket such as /var/run/vknet, but may also specify a tap(4) interface or the auto keyword to automatically allocate a tap(4) interface. remote-spec defaults to /var/run/vknet.

If a TAP interface is used on any given side it can be bridged on that side.

If a unix domain socket path is specified vknet connects to use via the SOCK_SEQPACKET socket type. vknetd(8) sockets cannot be bridged (but you don't want to anyway because vknetd is already typically connected to a potentially bridged TAP interface).

The following options are available:

Request that ssh(1) compress the connection.
local-bridge
Specify that the local specification, which must be a TAP interface or auto, be bridged to the specified bridge.
remote-bridge
Specify that the remote specification, which must be a TAP interface or auto, be bridged to the specified bridge on the remote side.
delay[:retries]
If the link cannot be established or is lost, delay the specified number of seconds and retry. If no retry limit is specified an unlimited number of retries will be made.
This option is used by the vknet run on the remote side of the ssh(1) link to use stdin and stdout as its remote specification. This option is typically not specified manually.

You may have to load the if_tap and/or if_bridge modules, or run vknetd(8) to provide an interconnect to the local and remote machine's nework.

/dev/tap*
TAP interface used to route packets from userland providers back into the real machine. If not otherwise specified an unused TAP interface will be selected.

/var/run/vknet
Socket vknet typically connects to, established by vknetd(8).

vknet -r 5 /var/run/vknet myhomesystem:/var/run/vknet

vknet -r 5 -b bridge0 -B bridge0 auto myhomesystem:auto

ssh(1), bridge(4), tap(4), vke(4), vkernel(7), vknetd(8)

The vknet command was written by Matthew Dillon and first appeared in DragonFly 1.13 in May 2008.

There are currently no known bugs.

May 27, 2008 DragonFly-5.6.1