[GH-ISSUE #8207] LXC Container Network Issue #1752

Closed
opened 2026-02-26 12:50:06 +03:00 by kerem · 11 comments
Owner

Originally created by @elactix98 on GitHub (Oct 8, 2025).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/8207

Have you read and understood the above guidelines?
yes

📜 What is the name of the script you are using?
Nginx Proxy Manager
v2.12.6

📂 What was the exact command used to execute the script?
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/nginxproxymanager.sh)"

⚙️ What settings are you using?

Default Settings

Advanced Settings
🖥️ Which Linux distribution are you using?
Debian 12

📈 Which Proxmox version are you on?
9.0.10

📝 Provide a clear and concise description of the issue.
network error with LXC Containers i am not sure how to fix am noob sorry.

🔄 Steps to reproduce the issue.
run install script

Paste the full error output (if available).
✔️ LXC Container 102 was successfully created.
✔️ Started LXC Container
💡 No network in LXC yet (try 1/10) – waiting...
💡 No network in LXC yet (try 2/10) – waiting...
💡 No network in LXC yet (try 3/10) – waiting...
💡 No network in LXC yet (try 4/10) – waiting...
💡 No network in LXC yet (try 5/10) – waiting...
💡 No network in LXC yet (try 6/10) – waiting...
💡 No network in LXC yet (try 7/10) – waiting...
💡 No network in LXC yet (try 8/10) – waiting...
💡 No network in LXC yet (try 9/10) – waiting...
💡 Ping failed 10 times. Trying HTTP connectivity check (wget) as fallback...
✖️ No network in LXC after all checks.
Set fallback DNS (1.1.1.1/8.8.8.8)? [y/N]:

Originally created by @elactix98 on GitHub (Oct 8, 2025). Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/8207 ✅ Have you read and understood the above guidelines? yes 📜 What is the name of the script you are using? Nginx Proxy Manager v2.12.6 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/nginxproxymanager.sh)" ⚙️ What settings are you using? Default Settings Advanced Settings 🖥️ Which Linux distribution are you using? Debian 12 📈 Which Proxmox version are you on? 9.0.10 📝 Provide a clear and concise description of the issue. network error with LXC Containers i am not sure how to fix am noob sorry. 🔄 Steps to reproduce the issue. run install script ❌ Paste the full error output (if available). ✔️ LXC Container 102 was successfully created. ✔️ Started LXC Container 💡 No network in LXC yet (try 1/10) – waiting... 💡 No network in LXC yet (try 2/10) – waiting... 💡 No network in LXC yet (try 3/10) – waiting... 💡 No network in LXC yet (try 4/10) – waiting... 💡 No network in LXC yet (try 5/10) – waiting... 💡 No network in LXC yet (try 6/10) – waiting... 💡 No network in LXC yet (try 7/10) – waiting... 💡 No network in LXC yet (try 8/10) – waiting... 💡 No network in LXC yet (try 9/10) – waiting... 💡 Ping failed 10 times. Trying HTTP connectivity check (wget) as fallback... ✖️ No network in LXC after all checks. Set fallback DNS (1.1.1.1/8.8.8.8)? [y/N]: -
kerem closed this issue 2026-02-26 12:50:06 +03:00
Author
Owner

@MickLesk commented on GitHub (Oct 8, 2025):

What is the DNS of your Proxmox Host? Try to add 8.8.8.8

<!-- gh-comment-id:3383099509 --> @MickLesk commented on GitHub (Oct 8, 2025): What is the DNS of your Proxmox Host? Try to add 8.8.8.8
Author
Owner

@elactix98 commented on GitHub (Oct 8, 2025):

@MickLesk I have added 8.8.8.8 to my dns settings but the exact same error still occurs.
After the error it says fallback to 1.1.1.1 8.8.8.8 dns and i say yes but then it reverts to "user ended script" and does not work.

✖️ User exited script

Kind regards

<!-- gh-comment-id:3383122758 --> @elactix98 commented on GitHub (Oct 8, 2025): @MickLesk I have added 8.8.8.8 to my dns settings but the exact same error still occurs. After the error it says fallback to 1.1.1.1 8.8.8.8 dns and i say yes but then it reverts to "user ended script" and does not work. ✖️ User exited script Kind regards
Author
Owner

@MickLesk commented on GitHub (Oct 8, 2025):

On the Host?

Which country? DNS Blocks? Send Screenshots of your network config (Host) and DNS Settings (Host)

<!-- gh-comment-id:3383126021 --> @MickLesk commented on GitHub (Oct 8, 2025): On the Host? Which country? DNS Blocks? Send Screenshots of your network config (Host) and DNS Settings (Host)
Author
Owner

@elactix98 commented on GitHub (Oct 8, 2025):

@MickLesk All help is much appreciated like i said im a noob so really, thanks :)

Country: UK
Host file:
127.0.0.1 localhost
::1 localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters

51.89.xxx.91 srvr.example.com srvr

DNS Config:
Search Domain: mydomain.com
DNS Server 1: 213.xxx.33.99
DNS Server 2: 8.8.8.8
DNS Server 3: 1.1.1.1

<!-- gh-comment-id:3383138087 --> @elactix98 commented on GitHub (Oct 8, 2025): @MickLesk All help is much appreciated like i said im a noob so really, thanks :) Country: UK Host file: 127.0.0.1 localhost ::1 localhost ip6-localhost ip6-loopback ff02::1 ip6-allnodes ff02::2 ip6-allrouters 51.89.xxx.91 srvr.example.com srvr DNS Config: Search Domain: mydomain.com DNS Server 1: 213.xxx.33.99 DNS Server 2: 8.8.8.8 DNS Server 3: 1.1.1.1
Author
Owner

@MickLesk commented on GitHub (Oct 8, 2025):

Try to Change your DNS 2 to DNS 1 and DNS 1 to 3

So:
DNS 1: 8.8.8.8
DNS2: 1.1.1.1
DNS 3: your special

If this works, your DNS doesnt respond at new Created LXC

<!-- gh-comment-id:3383142552 --> @MickLesk commented on GitHub (Oct 8, 2025): Try to Change your DNS 2 to DNS 1 and DNS 1 to 3 So: DNS 1: 8.8.8.8 DNS2: 1.1.1.1 DNS 3: your special If this works, your DNS doesnt respond at new Created LXC
Author
Owner

@elactix98 commented on GitHub (Oct 8, 2025):

Exact same error occurs.

✔️ Started LXC Container
💡 No network in LXC yet (try 1/10) – waiting...
💡 No network in LXC yet (try 2/10) – waiting...
💡 No network in LXC yet (try 3/10) – waiting...
💡 No network in LXC yet (try 4/10) – waiting...
💡 No network in LXC yet (try 5/10) – waiting...
💡 No network in LXC yet (try 6/10) – waiting...
💡 No network in LXC yet (try 7/10) – waiting...
💡 No network in LXC yet (try 8/10) – waiting...
💡 No network in LXC yet (try 9/10) – waiting...
💡 Ping failed 10 times. Trying HTTP connectivity check (wget) as fallback...
✖️ No network in LXC after all checks.

<!-- gh-comment-id:3383153903 --> @elactix98 commented on GitHub (Oct 8, 2025): Exact same error occurs. ✔️ Started LXC Container 💡 No network in LXC yet (try 1/10) – waiting... 💡 No network in LXC yet (try 2/10) – waiting... 💡 No network in LXC yet (try 3/10) – waiting... 💡 No network in LXC yet (try 4/10) – waiting... 💡 No network in LXC yet (try 5/10) – waiting... 💡 No network in LXC yet (try 6/10) – waiting... 💡 No network in LXC yet (try 7/10) – waiting... 💡 No network in LXC yet (try 8/10) – waiting... 💡 No network in LXC yet (try 9/10) – waiting... 💡 Ping failed 10 times. Trying HTTP connectivity check (wget) as fallback... ✖️ No network in LXC after all checks.
Author
Owner

@MickLesk commented on GitHub (Oct 8, 2025):

Reboot your Host, something Strange in your Network / ISP Happens

<!-- gh-comment-id:3383175367 --> @MickLesk commented on GitHub (Oct 8, 2025): Reboot your Host, something Strange in your Network / ISP Happens
Author
Owner

@elactix98 commented on GitHub (Oct 8, 2025):

rebooted server and the same error is still showing when running install script. exact same.

<!-- gh-comment-id:3383196282 --> @elactix98 commented on GitHub (Oct 8, 2025): rebooted server and the same error is still showing when running install script. exact same.
Author
Owner

@elactix98 commented on GitHub (Oct 8, 2025):

@MickLesk i know i am not well versed in proxmox so solve this for me and ill make a donation via ko-fi, its only fair :)

Kind regards

<!-- gh-comment-id:3383248100 --> @elactix98 commented on GitHub (Oct 8, 2025): @MickLesk i know i am not well versed in proxmox so solve this for me and ill make a donation via ko-fi, its only fair :) Kind regards
Author
Owner

@tremor021 commented on GitHub (Oct 8, 2025):

I mean, its not up to us to solve this... Its not a script issue. Its your host/network thats having something wrongly configured.

<!-- gh-comment-id:3383264216 --> @tremor021 commented on GitHub (Oct 8, 2025): I mean, its not up to us to solve this... Its not a script issue. Its your host/network thats having something wrongly configured.
Author
Owner

@MickLesk commented on GitHub (Oct 8, 2025):

What Happens If you remove all DNS expect DNS 1 with 8.8.8.8 and do an apt update && apt upgrade at Host?

<!-- gh-comment-id:3383283996 --> @MickLesk commented on GitHub (Oct 8, 2025): What Happens If you remove all DNS expect DNS 1 with 8.8.8.8 and do an apt update && apt upgrade at Host?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#1752
No description provided.