userdoc:guest_lxc_container

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
userdoc:guest_lxc_container [2020/05/31 21:24]
abelbeck
userdoc:guest_lxc_container [2023/06/15 09:03] (current)
abelbeck [Recommended Base Installs]
Line 50: Line 50:
   LXC_BRIDGE0="eth3"   LXC_BRIDGE0="eth3"
  
-!!Tip ->!! If you have multiple LAN interfaces defined in the Network tab, assign ''lxcbr0'' to **[[userdoc:tt_firewall_overview|The DMZ Interface]]**.  In this configuration the firewall will allow any **LAN Interface** to access the container, but the container's network can only initiate access via the **External Interface** unless additional firewall rules are added.+!!Tip ->!! If you have multiple LAN interfaces defined in the Network tab, assign ''lxcbr0'' to **[[userdoc:tt_firewall_overview|The DMZ Interface]]**.  In this configuration the firewall will allow any **LAN Interface** to access the container, but the container's network can only initiate access via the **External Interface** unless additional firewall rules are added (e.g. DNS will not work!).
  
 !!Tip ->!! If you run out of physical interfaces to assign to the bridge, create a VLAN, for example: !!Tip ->!! If you run out of physical interfaces to assign to the bridge, create a VLAN, for example:
Line 146: Line 146:
 ===== Recommended Base Installs ===== ===== Recommended Base Installs =====
  
-  lxc-create -t download -n debian10 -- -d debian -r buster -a amd64 --no-validate+  lxc-create -t download -n debian12 -- -d debian -r bookworm -a amd64 --no-validate
      
-  lxc-create -t download -n debian9 -- -d debian -r stretch -a amd64 --no-validate+  lxc-create -t download -n debian11 -- -d debian -r bullseye -a amd64 --no-validate
      
-  lxc-create -t download -n ubuntu18 -- -d ubuntu -r bionic -a amd64 --no-validate +  lxc-create -t download -n debian10 -- -d debian -r buster -a amd64 --no-validate
-   +
-  lxc-create -t download -n centos8 -- -d centos -r 8 -a amd64 --no-validate +
-   +
-  lxc-create -t download -n centos7 -- -d centos -r 7 -a amd64 --no-validate +
  
 Typical base installs use less than 1 GB of disk space. Typical base installs use less than 1 GB of disk space.
  • userdoc/guest_lxc_container.1590978255.txt.gz
  • Last modified: 2020/05/31 21:24
  • by abelbeck