You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
), but the documentation states that this address should be assigned to an interface, as it can cause problems during operation, because it is "Special Addresses"
To Reproduce
Steps to reproduce the behavior:
Install Wireguard
Connect to container
Open wg0.conf
Expected behavior
"Address" parameter set to "10.8.0.1"
Desktop (please complete the following information):
OS: Manjaro
Server (please complete the following information):
"In certain contexts, it is useful to have fixed addresses
with functional significance rather than as identifiers of
specific hosts. When such usage is called for, the address
zero is to be interpreted as meaning "this", as in "this
network". The address of all ones are to be interpreted as
meaning "all", as in "all hosts". For example, the address
128.9.255.255 could be interpreted as meaning all hosts on
the network 128.9. Or, the address 0.0.0.37 could be
interpreted as meaning host 37 on this network."
It is useful to preserve and extend the interpretation of these
special addresses in subnetted networks. This means the values
of all zeros and all ones in the subnet field should not be
assigned to actual (physical) subnets.
Describe
By default, the Amnezia client creates a WireGuard configuration with the "Address" parameter set to "10.8.1.0" (
amnezia-client/client/protocols/protocols_defs.h
Line 144 in b9ee600
To Reproduce
Steps to reproduce the behavior:
Expected behavior
"Address" parameter set to "10.8.0.1"
Desktop (please complete the following information):
Server (please complete the following information):
Additional context
https://git.zx2c4.com/wireguard-tools/about/src/man/wg-quick.8
https://www.ietf.org/rfc/rfc950.txt
https://www.ietf.org/rfc/rfc943.txt
https://www.ietf.org/rfc/rfc1878.txt
The text was updated successfully, but these errors were encountered: