You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
650 B
18 lines
650 B
# Virtual cable with uplinks to example host at 10.0.0.1:2
|
|
# + creates a local tap named "example" with tunneling MTU (1450)
|
|
# + uses UDP port 3 for this cable end
|
|
# + reniced service daemon
|
|
# + single-v logging to /var/log/rrqnet-example.log
|
|
# + cable PSK /etc/rrqnet/keys/example.key (not included)
|
|
# + 10 packet buffers and a single dispatch thread
|
|
# + using dhcpclient locally for IPv4 assignment
|
|
|
|
auto example
|
|
iface example inet manual
|
|
mtu 1450
|
|
rrqnet_port 3
|
|
rrqnet_nice -3
|
|
rrqnet_log -v /var/log/rrqnet-example.log
|
|
rrqnet_remote 10.0.0.1:2=/etc/rrqnet/keys/example.key
|
|
rrqnet_options -B 10 -T 1
|
|
rrqnet_dhcp dhclient
|
|
|