Tunneling

- Added `float yes` to peer configuration
This commit is contained in:
Tristan B. Velloza Kildaire 2022-12-21 13:56:42 +02:00
parent 96d4ed77cd
commit 37f45918da
1 changed files with 4 additions and 0 deletions

View File

@ -47,6 +47,7 @@ peer "<peerName>"
remote <type> "<ip>" port <port>;
key "<peer's public key>";
interface "<interface>";
float yes;
}
```
@ -94,6 +95,9 @@ Now we need to fill in the peer details of the node you are connecting to:
5. `"<peer's public key>"`
* Set this to your peer's public key
> 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 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.
### Starting and maintaining the daemon