--- gvpe/doc/vped.conf.5.pod 2003/04/07 01:12:56 1.4 +++ gvpe/doc/vped.conf.5.pod 2003/10/16 20:35:14 1.7 @@ -160,9 +160,18 @@ =item MAC=fe:fd:80:00:00:01 The MAC address to set the interface to. The script *must* set the -interface MAC to this value. On GNU/Linux you will most likely use this: +interface MAC to this value. You will most likely use one of these: - ip link set $IFNAME address $MAC mtu $MTU up + ip link set $IFNAME address $MAC mtu $MTU up # GNU/Linux + ifconfig $IFNAME ether $MAC mtu $MTU up # FreeBSD + +=item IFTYPE=native + +=item IFSUBTYPE=linux # or freebsd, darwin etc.. + +The interface type (C or C) and the subtype (usually the os +name in lowercase) that this vpe was configured for. Can be used to select +the correct syntax to use for network-related commands. =item NODENAME=branch1 @@ -208,7 +217,7 @@ The numerical IP address of the remote host (vped accepts connections from everywhere, as long as the other host can authenticate itself). -=item DESTPORT=407 # deprecated +=item DESTPORT=655 # deprecated The UDP port used by the other side. @@ -235,7 +244,7 @@ =item http-proxy-host = hostname/ip -The C-family of options are only available if vpe was +The C family of options are only available if vpe was compiled with the C<--enable-http-proxy> option and enable tunneling of tcp connections through a http proxy server. @@ -283,12 +292,12 @@ =item udp-port = port-number -Sets the port number used by the UDP protocol (default: C<407>, not +Sets the port number used by the UDP protocol (default: C<655>, not officially assigned by IANA!). =item tcp-port = port-number -Similar to C (default: C<407>), but sets the TCP port number. +Similar to C (default: C<655>), but sets the TCP port number. =item enable-rawip = yes|true|on | no|false|off