--- gvpe/doc/vped.conf.5.pod 2003/04/07 01:12:56 1.4 +++ gvpe/doc/vped.conf.5.pod 2003/10/14 03:22:09 1.6 @@ -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 @@ -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.