--- gvpe/doc/gvpe.osdep.5.pod 2005/03/23 17:03:58 1.6 +++ gvpe/doc/gvpe.osdep.5.pod 2005/03/23 20:07:56 1.7 @@ -76,6 +76,11 @@ ifconfig $IFNAME ether $MAC mtu $MTU up +These commands might be helpful examples: + + ifconfig $IFNAME 10.0.0.$NODEID + route add -net 10.0.0.0 -netmask 255.255.255.0 -interface $IFNAME 10.0.0.$NODEID + =head2 tincd/netbsd TUN-device; The interface is a point to point-device. To initialize it, @@ -100,7 +105,17 @@ http://www-user.rhrk.uni-kl.de/~nissler/tuntap/ There are two drivers, the one to use is the "tap" driver. It driver must -be loaded before use, using C. +be loaded before use, read the docs on how to install it as a startup +item. + +To initialize the interface, use this command: + + ifconfig $IFNAME ether $MAC mtu $MTU up + +These commands might be helpful examples: + + ifconfig $IFNAME 10.0.0.$NODEID + route add -net 10.0.0.0 -interface $IFNAME 255.255.255.0 =head2 tincd/darwin @@ -117,7 +132,7 @@ =head2 tincd/solaris -TUN-device; already part of the kernel, or available here: +TUN-device; already part of the kernel(?), or available here: http://vtun.sourceforge.net/tun/