… | |
… | |
163 | interface MAC to this value. You will most likely use one of these: |
163 | interface 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 | |
|
|
168 | Please 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 | |
172 | The interface type (C<native> or C<tincd>) and the subtype (usually the os |
174 | The interface type (C<native> or C<tincd>) and the subtype (usually the os |
173 | name in lowercase) that this vpe was configured for. Can be used to select |
175 | name 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 | |
217 | The numerical IP address of the remote host (vped accepts connections from |
219 | The numerical IP address of the remote host (vped accepts connections from |
218 | everywhere, as long as the other host can authenticate itself). |
220 | everywhere, as long as the other host can authenticate itself). |
219 | |
221 | |
220 | =item DESTPORT=407 # deprecated |
222 | =item DESTPORT=655 # deprecated |
221 | |
223 | |
222 | The UDP port used by the other side. |
224 | The 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 | |
295 | Sets the port number used by the UDP protocol (default: C<407>, not |
297 | Sets the port number used by the UDP protocol (default: C<655>, not |
296 | officially assigned by IANA!). |
298 | officially assigned by IANA!). |
297 | |
299 | |
298 | =item tcp-port = port-number |
300 | =item tcp-port = port-number |
299 | |
301 | |
300 | Similar to C<udp-port> (default: C<407>), but sets the TCP port number. |
302 | Similar 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 | |
304 | Enable the RAW IPv4 transport using the C<ip-proto> protocol |
306 | Enable 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 |