ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/doc/gvpe.osdep.5.pod
(Generate patch)

Comparing gvpe/doc/gvpe.osdep.5.pod (file contents):
Revision 1.11 by pcg, Tue Jun 21 08:46:53 2005 UTC vs.
Revision 1.12 by pcg, Mon Sep 1 05:31:28 2008 UTC

9 9
10=head1 TUN vs. TAP interface 10=head1 TUN vs. TAP interface
11 11
12Most operating systems nowadays support something called a 12Most operating systems nowadays support something called a
13I<tunnel>-device, which makes it possible to divert IPv4 (and often other 13I<tunnel>-device, which makes it possible to divert IPv4 (and often other
14protocols, too) into a userspace daemon like C<gvpe>. This is being 14protocols, too) into a user space daemon like C<gvpe>. This is being
15referred to as a TUN-device. 15referred to as a TUN-device.
16 16
17This is fine for point-to-point tunnels, but for a virtual ethernet, an 17This is fine for point-to-point tunnels, but for a virtual ethernet, an
18additional ethernet header is needed. This functionality (called a TAP 18additional ethernet header is needed. This functionality (called a TAP
19device here) is only provided by a subset of the configurations. 19device here) is only provided by a subset of the configurations.
167The interface MAC and MTU are I<NOT> set up for you. Please try it out and 167The interface MAC and MTU are I<NOT> set up for you. Please try it out and
168send me an C<ifconfig> command invocation that does that. 168send me an C<ifconfig> command invocation that does that.
169 169
170See C<tincd/netbsd> for more information. 170See C<tincd/netbsd> for more information.
171 171
172Completely unstested so far. 172Completely untested so far.
173 173
174=head2 tincd/mingw 174=head2 tincd/mingw
175 175
176TAP-device; see C<native/cygwin> for more information. 176TAP-device; see C<native/cygwin> for more information.
177 177
188 188
189Completely untested so far. 189Completely untested so far.
190 190
191=head2 tincd/uml_socket 191=head2 tincd/uml_socket
192 192
193TAP-device; purpose unknown and untested, probably creates a unix datagram 193TAP-device; purpose unknown and untested, probably creates a UNIX datagram
194socket (path given by C<ifname>) and reads and writes raw packets, so 194socket (path given by C<ifname>) and reads and writes raw packets, so
195might be useful in other than UML contexts. 195might be useful in other than UML contexts.
196 196
197No network interface is created, and the MAC and MTU must be set as 197No network interface is created, and the MAC and MTU must be set as
198approriate on the other side of the socket. GVPE will exit if the MAC 198appropriate on the other side of the socket. GVPE will exit if the MAC
199address doesn't match what it expects. 199address doesn't match what it expects.
200 200
201Completely untested so far. 201Completely untested so far.
202 202
203=head2 tincd/cygwin 203=head2 tincd/cygwin

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines