LXC Container Network Issue #2034

Closed
opened 2025-11-20 05:22:18 -05:00 by saavagebueno · 11 comments
Owner

Originally created by @elactix98 on GitHub (Oct 8, 2025).

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). ✅ 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]: -
Author
Owner

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

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

@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

@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)

@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

@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

@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.

@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

@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.

@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

@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.

@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?

@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.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#2034