Skip to content

IP does not belong to any network addresses of WireGuard server #667

@raihei

Description

@raihei

Trying to add a IP range to one of the clients, so that all requests for that range go through that client tunnel to the devices located at the client side.
I want to access these devices from other clients that connect to this wg-server.
Without wireguard-ui it works like expected, but now I tried to switch to wireguard-ui and I cannot add this range to the client.

WG server: 172.17.19.1
WG client: 172.17.19.4
Network that should be accessible (located at client side): 172.17.17.0/24

Image

Config from my old wg0.conf (without wireguard-ui):

[Interface]
Address = 172.17.19.1/24

[Peer]
AllowedIPs = 172.17.19.4/32, 172.17.17.0/24

(Removed keys, etc)

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