-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Description
β Have you read and understood the above guidelines?
Yes
π What is the name of the script you are using?
Proxmox VE LXC IP-Tag
π What was the exact command used to execute the script?
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/add-iptag.sh)"
βοΈ What settings are you using?
- Default Settings
- Advanced Settings
π₯οΈ Which Linux distribution are you using?
No response
π Provide a clear and concise description of the issue.
I used this script on all my Proxmox VE hosts when it was released: bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/add-lxc-iptag.sh)"
Everything always worked fine.
I saw that a new script had just been released, allowing you to update a previous installation.
This new script correctly detects the previous installation.
It correctly asks if you want to proceed with the update.
The script ends with a message saying it's ok.
But since then, when creating an LXC, or when changing the IP address of an existing LXC, the automatic addition or modification of the IP tag no longer occurs.
In /opt/iptag, there is an iptag file.
This file does indeed contain the configuration mentioned in the script. But on the site, you're talking about an iptag.conf configuration file!
The iptag.service file in /lib/systemd/system/ contains the line ExecStart=/opt/iptag/iptag.
I did, of course, restart the service (systemctl restart iptag.service), but nothing worked.
I didn't restart the PVE hosts because I can't right now.
PS: The source code link (https://community-scripts.github.io/ProxmoxVE/scripts?id=add-iptag) returns a "404: Not Found".
THANK YOU.
π Steps to reproduce the issue.
Open the Proxmox VE shell, paste and run the script: bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/add-iptag.sh)"
β Paste the full error output (if available).
No error message!
πΌοΈ Additional context (optional).
No response
