Lines Matching +full:background +full:- +full:layer
1 How to use OpenSSH-based virtual private networks
2 -------------------------------------------------
5 tunnel pseudo-device which is available on most platforms, either for
6 layer 2 or 3 traffic.
29 tunnel="1",command="sh /etc/netstart tun1" ssh-rsa ... reyk@openbsd.org
33 Use the hostname.if(5) interface-specific configuration file to set up
35 following configuration in /etc/hostname.tun0 to set up the layer 3
40 OpenBSD also supports layer 2 tunneling over the tun device by adding
45 Layer 2 tunnels can be used in combination with an Ethernet bridge(4)
84 combination with layer 2 tunneling and Ethernet bridging.
86 +--------+ ( ) +----------------------+
87 | Client |------( Internet )-----| access.somewhere.net |
88 +--------+ ( ) +----------------------+
90 :............................. +-------+
92 Layer 2 tunnel : +-------+
95 : +------------+
97 | +------------+
98 --- real connection Bridge -> | +----------+
99 ... "virtual connection" [ X ]--------| somehost |
100 [X] switch +----------+
110 It is also possible to tell the client to fork into the background after
113 ssh -f sshgateway true
118 ssh -fw 0:1 sshgateway true