From 06fbb9c56811bba8d1c69fb2923fef9a8627c333 Mon Sep 17 00:00:00 2001 From: medusa Date: Thu, 18 Apr 2024 17:49:52 +0000 Subject: [PATCH] Update docs/tech_docs/OPENwrt.md --- docs/tech_docs/OPENwrt.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/tech_docs/OPENwrt.md b/docs/tech_docs/OPENwrt.md index e5fda54..9484bc0 100644 --- a/docs/tech_docs/OPENwrt.md +++ b/docs/tech_docs/OPENwrt.md @@ -5,10 +5,9 @@ To set up a Proxmox container (CT) with OpenWRT using the `pct create` command a First, let's clarify the Proxmox command for creating the container: ```bash -pct create 106 /var/lib/vz/template/cache/rootfs.tar.xz --unprivileged 1 --ostype unmanaged --hostname openwrt --storage local-lvm \ ---net0 name=eth0,bridge=vmbr0,firewall=1,gw=192.168.1.1,ip=192.168.1.2/24 \ +pct create 100 /var/lib/vz/template/cache/rootfs.tar.xz --unprivileged 1 --ostype unmanaged --hostname openwrt-0 --storage local-lvm \ +--net0 name=eth0,bridge=vmbr0,firewall=1 \ --net1 name=eth1,bridge=vmbr1,firewall=1 \ ---net2 name=eth2,bridge=vmbr2,firewall=1 ``` This command creates an unprivileged container with ID 106, using an OpenWRT root filesystem. It configures three network interfaces: