Skip to content

Alpine Docker script hangs on "Internet NOT Connected" - ISP blocks outbound pingΒ #5637

@Yakrel

Description

@Yakrel

βœ… Have you read and understood the above guidelines?

yes

πŸ“œ What is the name of the script you are using?

alpine-docker

πŸ“‚ What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/alpine-docker.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.

The Alpine Docker script hangs indefinitely after showing "Internet NOT Connected" message without prompting to continue anyway. When I click enter it just throws and error and kicks me out of setup

I think scripts checks the internet connection by pinging and IP adress and because my ISP somehow blocked outgoing PING requests it cant detect the internet connection.

Environment:

  • Proxmox VE host with functional internet connectivity
  • ISP blocks outbound ping requests to external IPs (8.8.8.8, 1.1.1.1, etc.)
  • Local network connectivity works fine (can ping gateway 192.168.1.1)

Issue:
Script performs internet connectivity check via ping, fails due to ISP restrictions, and hangs without offering "Would you like to continue anyway? <y/N>"
prompt.

πŸ”„ Steps to reproduce the issue.

I just run script then select first option using default settings.

❌ Paste the full error output (if available).

___    __      _                  ____             __            

/ | / /___ ()__ ___ / __ ____ / / _____
/ /| | / / __ / / __ / _ _/ / / / __ / / /// _ / /
/ ___ |/ / /
/ / / / / / /
/ /
/ / /_/ / // ,< / / /
// |// ./// /_/_
/ /
/_/_//||__//
/
/
βš™οΈ Using Default Settings on node pve01
πŸ–₯️ Operating System: alpine
🌟 Version: 3.22
πŸ“¦ Container Type: Unprivileged
πŸ’Ύ Disk Size: 2 GB
🧠 CPU Cores: 1
πŸ› οΈ RAM Size: 1024 MiB
πŸ†” Container ID: 101
πŸš€ Creating a Alpine-Docker LXC using the above default settings

βœ”οΈ Using datapool for Template Storage.
βœ”οΈ Using datapool for Container Storage.
βœ”οΈ LXC Template List Updated
βœ”οΈ LXC Template 'alpine-3.22-default_20250617_amd64.tar.xz' is ready to use.
βœ”οΈ LXC Container 101 was successfully created.
βœ”οΈ Started LXC Container
βœ”οΈ Customized LXC Container
βœ”οΈ Set up Container OS
βœ”οΈ Network Connected: 192.168.1.146
βœ–οΈ Internet NOT Connected
β Ό Setting up Container OS
πŸ“‘ Check Network Settings

[ERROR] in line 1185: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/"$var_install".sh)" $?

root@pve01:~#

πŸ–ΌοΈ Additional context (optional).

I think scripts checks the internet by pinging and IP adress and because my ISP somehow blocked outgoing PING requests it cant detect the internet connection.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions