-
-
Notifications
You must be signed in to change notification settings - Fork 593
Open
Description
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
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
Labels
No labels