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

Comparing gvpe/doc/vped.conf.5.pod (file contents):
Revision 1.6 by pcg, Tue Oct 14 03:22:09 2003 UTC vs.
Revision 1.8 by pcg, Thu Oct 16 21:57:54 2003 UTC

163interface MAC to this value. You will most likely use one of these: 163interface MAC to this value. You will most likely use one of these:
164 164
165 ip link set $IFNAME address $MAC mtu $MTU up # GNU/Linux 165 ip link set $IFNAME address $MAC mtu $MTU up # GNU/Linux
166 ifconfig $IFNAME ether $MAC mtu $MTU up # FreeBSD 166 ifconfig $IFNAME ether $MAC mtu $MTU up # FreeBSD
167 167
168Please see the C<vpe.osdep(5)> manpage for platform-specific information.
169
168=item IFTYPE=native 170=item IFTYPE=native # or tincd
169 171
170=item IFSUBTYPE=linux # or freebsd, darwin etc.. 172=item IFSUBTYPE=linux # or freebsd, darwin etc..
171 173
172The interface type (C<native> or C<tincd>) and the subtype (usually the os 174The interface type (C<native> or C<tincd>) and the subtype (usually the os
173name in lowercase) that this vpe was configured for. Can be used to select 175name in lowercase) that this vpe was configured for. Can be used to select
215=item DESTIP=188.13.66.8 217=item DESTIP=188.13.66.8
216 218
217The numerical IP address of the remote host (vped accepts connections from 219The numerical IP address of the remote host (vped accepts connections from
218everywhere, as long as the other host can authenticate itself). 220everywhere, as long as the other host can authenticate itself).
219 221
220=item DESTPORT=407 # deprecated 222=item DESTPORT=655 # deprecated
221 223
222The UDP port used by the other side. 224The UDP port used by the other side.
223 225
224=item STATE=UP 226=item STATE=UP
225 227
290 292
291=over 4 293=over 4
292 294
293=item udp-port = port-number 295=item udp-port = port-number
294 296
295Sets the port number used by the UDP protocol (default: C<407>, not 297Sets the port number used by the UDP protocol (default: C<655>, not
296officially assigned by IANA!). 298officially assigned by IANA!).
297 299
298=item tcp-port = port-number 300=item tcp-port = port-number
299 301
300Similar to C<udp-port> (default: C<407>), but sets the TCP port number. 302Similar to C<udp-port> (default: C<655>), but sets the TCP port number.
301 303
302=item enable-rawip = yes|true|on | no|false|off 304=item enable-rawip = yes|true|on | no|false|off
303 305
304Enable the RAW IPv4 transport using the C<ip-proto> protocol 306Enable the RAW IPv4 transport using the C<ip-proto> protocol
305(default: C<no>). This is the best choice, since the overhead per packet 307(default: C<no>). This is the best choice, since the overhead per packet

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines