Skip to content

README.md #2

@yum-kax

Description

@yum-kax

Sorry, first time giving a comment in github.

In client configuration you use /24 : like site to site,

sudo nano /etc/wireguard/wg0-client.conf

[Interface]
Address = 10.200.200.2/24
PrivateKey =
DNS = 10.200.200.1
[.......]

It could be better for people to know if they are going to use final clientes to use /32 instead

[Interface]
Address = 10.200.200.2/32
PrivateKey =
DNS = 10.200.200.1
[.......]

[Interface]
Address = 10.200.200.3/32
PrivateKey =
DNS = 10.200.200.1
[.......]

[Interface]
Address = 10.200.200.4/32
PrivateKey =
DNS = 10.200.200.1
[.......]

Hope this is helpfully for all.

Regards

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions