hamboosh9 0 Posted ... Hi, I am trying to generate different two different wireguard configs to use for two different docker containers running on a single device. When I try to generate different config files (i.e. when I check off two different servers), the config file that is produced is identical (keys, IPs, everything). When I look at active sessions, the two servers that I wanted to be used for my VPN are not used. I am wondering if this is normal? Is there a record of the config files that I generate? Do I need to create one config file per device (is there a limit of one per device)? I am new to VPN so I don't really know how this works. Thanks. Quote Share this post Link to post
NaDre 161 Posted ... My Wireguard configs are the same. On the "Client Area" tab, you can use "VPN Devices" to have each docker as a separate device. The files for each device will have different keys and local addresses. But you may not need to do that, since any conflict in the local addresses would be avoided by having separate dockers. Quote Share this post Link to post