### Addition: #1508

Open
opened 2025-11-20 05:11:32 -05:00 by saavagebueno · 0 comments
Owner

Originally created by @ahmaddxb on GitHub (Jul 16, 2025).

Addition:

Due to the latest changes to the core, it is necessary to add the following lines (if not exist!) to your .settings:

nano /opt/community-scripts/.settings
SSH="yes" or "no" 
SSH_AUTHORIZED_KEY="none" or "your_key" 
IPV6_METHOD="none" (or "static", or "auto" or "dhcp" - but thats not tested expect "auto") 
ENABLE_FUSE="no"
ENABLE_TUN="no"

or for lxc-configs:

nano /opt/community-scripts/ubuntu.conf
# ubuntu Configuration File
CT_TYPE="1"
DISK_SIZE="10"
CORE_COUNT="2"
RAM_SIZE="2048"
VERBOSE="no"
PW=""
HN="ubuntu"
BRG="vmbr0"
NET="dhcp"
IPV6_METHOD="auto"
# Set this only if using "IPV6_METHOD=static"
#IPV6STATIC="fd00::1234/64"

GATE="none"
APT_CACHER_IP="none"
MTU="1500"
SD="none"
NS="none"
MAC="none"
VLAN="none"
SSH="no"
SSH_AUTHORIZED_KEY=""
TAGS="os"
ENABLE_FUSE="no"
ENABLE_TUN="no"

Originally posted by @MickLesk in https://github.com/community-scripts/ProxmoxVE/discussions/1637#discussioncomment-13761117

if NET="dhcp" I get this error below

⠧ Creating LXC Container
[ERROR] in line 1098: exit code 0: while executing command bash -c "(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/create_lxc.sh)" ?

Originally created by @ahmaddxb on GitHub (Jul 16, 2025). ### Addition: Due to the latest changes to the core, it is necessary to add the following lines **(if not exist!)** to your .settings: ```bash nano /opt/community-scripts/.settings ``` ```bash SSH="yes" or "no" SSH_AUTHORIZED_KEY="none" or "your_key" IPV6_METHOD="none" (or "static", or "auto" or "dhcp" - but thats not tested expect "auto") ENABLE_FUSE="no" ENABLE_TUN="no" ``` --- or for lxc-configs: ```bash nano /opt/community-scripts/ubuntu.conf ``` ```bash # ubuntu Configuration File CT_TYPE="1" DISK_SIZE="10" CORE_COUNT="2" RAM_SIZE="2048" VERBOSE="no" PW="" HN="ubuntu" BRG="vmbr0" NET="dhcp" IPV6_METHOD="auto" # Set this only if using "IPV6_METHOD=static" #IPV6STATIC="fd00::1234/64" GATE="none" APT_CACHER_IP="none" MTU="1500" SD="none" NS="none" MAC="none" VLAN="none" SSH="no" SSH_AUTHORIZED_KEY="" TAGS="os" ENABLE_FUSE="no" ENABLE_TUN="no" ``` _Originally posted by @MickLesk in https://github.com/community-scripts/ProxmoxVE/discussions/1637#discussioncomment-13761117_ if NET="dhcp" I get this error below ⠧ Creating LXC Container [ERROR] in line 1098: exit code 0: while executing command bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/create_lxc.sh)" $?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#1508