Network Advanced Settings missing #960

Closed
opened 2026-02-04 22:20:42 +03:00 by OVERLORD · 8 comments
Owner

Originally created by @mopeygoff on GitHub (May 15, 2025).

Originally assigned to: @michelroegl-brunner on GitHub.

Have you read and understood the above guidelines?

Yes

📜 What is the name of the script you are using?

Homarr

📂 What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/homarr.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📝 Provide a clear and concise description of the issue.

Network settings appear to be missing from the setup script.

I do not use a DHCP server the segment where the Proxmox server resides. In the past I could go to "advanced settings" then enter the IP/CIDR, gateway, etc. That allowed me to bypass this by setting the IP on container creation. The entire network settings line of questioning is now missing from the "Advanced Settings" menu.

🔄 Steps to reproduce the issue.

  1. Run the script.
  2. Select "Advanced Settings" from the "Settings" menu.
  3. Run through the configuration.

Paste the full error output (if available).

(not available)

🖼️ Additional context (optional).

There also appears to be a "Use Config File" option, but I don't see any documentation for the config file? This might be a way for me to fix this for my particular use case.

Originally created by @mopeygoff on GitHub (May 15, 2025). Originally assigned to: @michelroegl-brunner on GitHub. ### ✅ Have you read and understood the above guidelines? Yes ### 📜 What is the name of the script you are using? Homarr ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/homarr.sh)" ### ⚙️ What settings are you using? - [ ] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📝 Provide a clear and concise description of the issue. Network settings appear to be missing from the setup script. I do not use a DHCP server the segment where the Proxmox server resides. In the past I could go to "advanced settings" then enter the IP/CIDR, gateway, etc. That allowed me to bypass this by setting the IP on container creation. The entire network settings line of questioning is now missing from the "Advanced Settings" menu. ### 🔄 Steps to reproduce the issue. 1. Run the script. 2. Select "Advanced Settings" from the "Settings" menu. 3. Run through the configuration. ### ❌ Paste the full error output (if available). (not available) ### 🖼️ Additional context (optional). There also appears to be a "Use Config File" option, but I don't see any documentation for the config file? This might be a way for me to fix this for my particular use case.
OVERLORD added the buginvestigation labels 2026-02-04 22:20:42 +03:00
Author
Owner

@tremor021 commented on GitHub (May 15, 2025):

Image

Image

after all setting up, you get:

Image

its works just fine

@tremor021 commented on GitHub (May 15, 2025): ![Image](https://github.com/user-attachments/assets/44b3ef7b-a17a-4a70-8a1d-ce124a614d0d) ![Image](https://github.com/user-attachments/assets/c19a9dd9-bdf7-4359-9d12-050982e0a249) after all setting up, you get: ![Image](https://github.com/user-attachments/assets/9e7eb4c5-7e97-4aa8-9cd6-ef87c477dfa6) its works just fine
Author
Owner

@mopeygoff commented on GitHub (May 15, 2025):

Hmm.. Now when I try the advanced install, I'm getting an error 400 with CURL? If I do the standard/default install I don't actually get this error. I don't think I'm actually getting this far. I can ping out to the 'net from the console, so I don't think this is an internet issue.

Image

/etc/network/interfaces is:

auto lo
iface lo inet loopback

auto eno1
iface eno1 inet manual

auto eno2
iface eno2 inet manual

iface eno3 inet manual

iface eno4 inet manual

auto vmbr0
iface vmbr0 inet static
bridge_ports eno1
address 192.168.1.2/24
gateway 192.168.1.1

@mopeygoff commented on GitHub (May 15, 2025): Hmm.. Now when I try the advanced install, I'm getting an error 400 with CURL? If I do the standard/default install I don't actually get this error. I don't think I'm actually getting this far. I can ping out to the 'net from the console, so I don't think this is an internet issue. ![Image](https://github.com/user-attachments/assets/8748fbbd-55f8-44c7-ae3c-a114a6b173c2) /etc/network/interfaces is: auto lo iface lo inet loopback auto eno1 iface eno1 inet manual auto eno2 iface eno2 inet manual iface eno3 inet manual iface eno4 inet manual auto vmbr0 iface vmbr0 inet static bridge_ports eno1 address 192.168.1.2/24 gateway 192.168.1.1
Author
Owner

@michelroegl-brunner commented on GitHub (May 15, 2025):

Have you any files under /etc/networking/interfaces.d/

@michelroegl-brunner commented on GitHub (May 15, 2025): Have you any files under `/etc/networking/interfaces.d/`
Author
Owner

@mopeygoff commented on GitHub (May 15, 2025):

I have one file under /etc/network/interfaces.d: sdn

It's empty.

@mopeygoff commented on GitHub (May 15, 2025): I have one file under /etc/network/interfaces.d: sdn It's empty.
Author
Owner

@michelroegl-brunner commented on GitHub (May 15, 2025):

can you delete it please and try again?

@michelroegl-brunner commented on GitHub (May 15, 2025): can you delete it please and try again?
Author
Owner

@michelroegl-brunner commented on GitHub (May 15, 2025):

when this works i guess i have a fix for it

@michelroegl-brunner commented on GitHub (May 15, 2025): when this works i guess i have a fix for it
Author
Owner

@mopeygoff commented on GitHub (May 15, 2025):

Nice. That was the issue. It's building now but I was able to get the screens and set the IP. Thanks so much for your help!

@mopeygoff commented on GitHub (May 15, 2025): Nice. That was the issue. It's building now but I was able to get the screens and set the IP. Thanks so much for your help!
Author
Owner

@michelroegl-brunner commented on GitHub (May 15, 2025):

Thank you for your patienc and cooperation. This helped me narrow down the issue.

@michelroegl-brunner commented on GitHub (May 15, 2025): Thank you for your patienc and cooperation. This helped me narrow down the issue.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#960