I've set up my PVE host with a wireguard VPN (let's say on IP address
To be more precise about what I'm trying to achieve - I'm running uptime-kuma in an LXC container, on port 3001. I would like
(The alternative easy way out that I'm thinking of is just to run a separate wireguard interface on the uptime-kuma container itself - is this preferable?)
10.10.1.2
) so that I can access my proxmox server from within my vpn, e.g. with the web interface at 10.10.1.2:8006
. I would like to be able to also access (bridge?) this connection from my LXC container, so that my container can also be "on" that VPN network.To be more precise about what I'm trying to achieve - I'm running uptime-kuma in an LXC container, on port 3001. I would like
- uptime-kuma to be able to ping the wireguard "endpoint/server" at
10.10.1.1
to monitor if the server/connection ever dies - to be able to connect to the uptime-kuma from another machine on the same vpn at address
10.10.1.2:3001
vmbr0
). Could someone explain to me how this can be achieved? Thank you!(The alternative easy way out that I'm thinking of is just to run a separate wireguard interface on the uptime-kuma container itself - is this preferable?)
Last edited: