Page 1 of 1

GluetunVPN - 2nd instance working but 1 error relating to dir not found

Posted: Sun Jun 29, 2025 4:40 pm
by borsch

I am setting up a 2nd instance of GlutunVPN and it appears to be working with ProtonVPN. However, I have 1 error which prevents writing of the "IP" file to the related docker container:

ERROR [vpn] getting public IP address information: persisting public ip address: open /gluetun-2/ip: no such file or directory

Docker settings:
config = /mnt/user/appdata/gluetun-2
VPN_PORT_FORWARDING_STATUS_FILE: = /gluetun-2/forwarded_port
PUBLICIP_FILE: = /gluetun-2/ip (as opposed to default of /glutun)

The docker dir definitely exists as the server.json is there.

Just wondering what setting may be impacting this?


Re: GluetunVPN - 2nd instance working but 1 error relating to dir not found

Posted: Mon Jun 30, 2025 1:03 pm
by rogs

Hey @borsch!

The error describes that /gluetun-2/ip doesn't exist, you need to fix that. You might need to mount that file in the gluetun2 volume for the container to find it. This has nothing to do with YAMS, I think it's best if you ask Gluetun's support.

Cheers!

Roger.