mirror of
http://deavmi.assigned.network/git/CRXN/docs
synced 2025-02-16 12:56:54 +00:00
revert change; see pr comment && remove double link
Signed-off-by: Marek Küthe <m.k@mk16.de>
This commit is contained in:
parent
23f608304d
commit
87d226bd9b
@ -47,6 +47,7 @@ peer "<peerName>"
|
||||
remote <type> "<hostname>" port <port>;
|
||||
key "<peer's public key>";
|
||||
interface "%n";
|
||||
float yes;
|
||||
}
|
||||
|
||||
```
|
||||
@ -96,7 +97,7 @@ Now we need to fill in the peer details of the node you are connecting to:
|
||||
6. `interface "%n";`
|
||||
* This sets the peer name as the interface name. If this interface name should be different, it can be adjusted here.
|
||||
|
||||
> The `float yes` is to allow the peer with the provided public key to connect to you using a source address **other** than the one specified (as fastd does authenticate against that). [Read more](https://fastd.readthedocs.io/en/stable/manual/config.html#main-configuration).
|
||||
> The `float yes` is to allow the peer with the provided public key to connect to you using a source address **other** than the one specified (as fastd does authenticate against that). The parameter is optional.
|
||||
|
||||
|
||||
The last thing to configure now is to rise the interface up when fastd starts (as it normally doesn't rise it for you), all occurences of `<interfaceName>` here should match the one in the `interface <interfaceName>;` declaration as shown earlier.
|
||||
|
Loading…
Reference in New Issue
Block a user