From: Zoltán Felleg Date: Sat, 20 Dec 2025 10:08:07 +0000 (+0100) Subject: Updated all containers (added veth name to container config). X-Git-Url: http://git.useribm.hu/?a=commitdiff_plain;h=7b0138a2316fd6087b00dd46b5184a0c6633b6a3;p=user-lxc.git Updated all containers (added veth name to container config). --- diff --git a/sources/db2.in/config b/sources/db2.in/config index 4a64f5c..273ed82 100644 --- a/sources/db2.in/config +++ b/sources/db2.in/config @@ -9,6 +9,7 @@ lxc.net.0.type = veth lxc.net.0.flags = up lxc.net.0.link = brci-dev lxc.net.0.hwaddr = 02:0c:18:03:6d:a6 +lxc.net.0.veth.pair = db2.in lxc.autodev = 1 diff --git a/sources/efg.pm/config b/sources/efg.pm/config index 370a45e..63208b2 100644 --- a/sources/efg.pm/config +++ b/sources/efg.pm/config @@ -9,12 +9,14 @@ lxc.net.0.flags = up lxc.net.0.link = brch-dev lxc.net.0.name = eth0 lxc.net.0.hwaddr = 02:0c:18:03:ad:fe +lxc.net.0.veth.pair = efg.pm lxc.net.1.type = veth lxc.net.1.flags = up lxc.net.1.link = brce-dev lxc.net.1.name = eth1 lxc.net.1.hwaddr = 02:0c:18:03:d8:a2 +lxc.net.1.veth.pair = efg.ex lxc.autodev = 1 diff --git a/sources/ens.pm/config b/sources/ens.pm/config index 3264c58..3f1dda7 100644 --- a/sources/ens.pm/config +++ b/sources/ens.pm/config @@ -8,6 +8,7 @@ lxc.net.0.type = veth lxc.net.0.flags = up lxc.net.0.link = brch-dev lxc.net.0.hwaddr = 02:0c:18:03:ad:40 +lxc.net.0.veth.pair = ens.pm lxc.autodev = 1 diff --git a/sources/fdc.in/config b/sources/fdc.in/config index e0fd5a8..af228c0 100644 --- a/sources/fdc.in/config +++ b/sources/fdc.in/config @@ -8,6 +8,7 @@ lxc.net.0.type = veth lxc.net.0.flags = up lxc.net.0.link = brci-dev lxc.net.0.hwaddr = 02:0c:18:03:6d:83 +lxc.net.0.veth.pair = fdc.in lxc.autodev = 1 diff --git a/sources/fds.in/config b/sources/fds.in/config index d3e4abd..911d45d 100644 --- a/sources/fds.in/config +++ b/sources/fds.in/config @@ -8,6 +8,7 @@ lxc.net.0.type = veth lxc.net.0.flags = up lxc.net.0.link = brci-dev lxc.net.0.hwaddr = 02:0c:18:03:6d:93 +lxc.net.0.veth.pair = fds.in lxc.autodev = 1 diff --git a/sources/git.pm/config b/sources/git.pm/config index 46f8eb5..8b3d6cc 100644 --- a/sources/git.pm/config +++ b/sources/git.pm/config @@ -9,6 +9,7 @@ lxc.net.0.type = veth lxc.net.0.flags = up lxc.net.0.link = brch-dev lxc.net.0.hwaddr = 02:0c:18:03:ad:4f +lxc.net.0.veth.pair = git.pm lxc.autodev = 1 diff --git a/sources/gitea.in/config b/sources/gitea.in/config index 9a2e494..b393641 100644 --- a/sources/gitea.in/config +++ b/sources/gitea.in/config @@ -9,6 +9,7 @@ lxc.net.0.type = veth lxc.net.0.flags = up lxc.net.0.link = brci-dev lxc.net.0.hwaddr = 02:0c:18:03:6d:dc +lxc.net.0.veth.pair = gitea.in lxc.autodev = 1 diff --git a/sources/ifg.in/config b/sources/ifg.in/config index e196f56..89af7bb 100644 --- a/sources/ifg.in/config +++ b/sources/ifg.in/config @@ -9,12 +9,14 @@ lxc.net.0.flags = up lxc.net.0.link = brci-dev lxc.net.0.name = eth0 lxc.net.0.hwaddr = 02:0c:18:03:6d:fe +lxc.net.0.veth.pair = ifg.in lxc.net.1.type = veth lxc.net.1.flags = up lxc.net.1.link = brch-dev lxc.net.1.name = eth1 lxc.net.1.hwaddr = 02:0c:18:03:ad:01 +lxc.net.1.veth.pair = ifg.pm lxc.autodev = 1 diff --git a/sources/kea.in/config b/sources/kea.in/config index 65ae8ae..2b1ebd8 100644 --- a/sources/kea.in/config +++ b/sources/kea.in/config @@ -8,6 +8,7 @@ lxc.net.0.type = veth lxc.net.0.flags = up lxc.net.0.link = brci-dev lxc.net.0.hwaddr = 02:0c:18:03:6d:7f +lxc.net.0.veth.pair = kea.in lxc.autodev = 1 diff --git a/sources/kms.in/config b/sources/kms.in/config index 966e2ad..e5a5067 100644 --- a/sources/kms.in/config +++ b/sources/kms.in/config @@ -9,6 +9,7 @@ lxc.net.0.type = veth lxc.net.0.flags = up lxc.net.0.link = brci-dev lxc.net.0.hwaddr = 02:0c:18:03:6d:e1 +lxc.net.0.veth.pair = kms.in lxc.autodev = 1 diff --git a/sources/log.in/config b/sources/log.in/config index 92ba115..c162d7f 100644 --- a/sources/log.in/config +++ b/sources/log.in/config @@ -9,6 +9,7 @@ lxc.net.0.type = veth lxc.net.0.flags = up lxc.net.0.link = brci-dev lxc.net.0.hwaddr = 02:0c:18:03:6d:4d +lxc.net.0.veth.pair = log.in lxc.autodev = 1 diff --git a/sources/mx.in/config b/sources/mx.in/config index 24a0733..60131f8 100644 --- a/sources/mx.in/config +++ b/sources/mx.in/config @@ -8,6 +8,7 @@ lxc.net.0.type = veth lxc.net.0.flags = up lxc.net.0.link = brci-dev lxc.net.0.hwaddr = 02:0c:18:03:6d:9a +lxc.net.0.veth.pair = mx.in lxc.autodev = 1 diff --git a/sources/mx.pm/config b/sources/mx.pm/config index 715c8d0..fe53c82 100644 --- a/sources/mx.pm/config +++ b/sources/mx.pm/config @@ -9,6 +9,7 @@ lxc.net.0.type = veth lxc.net.0.flags = up lxc.net.0.link = brch-dev lxc.net.0.hwaddr = 02:0c:18:03:ad:9a +lxc.net.0.veth.pair = mx.pm lxc.autodev = 1 diff --git a/sources/ns1.in/config b/sources/ns1.in/config index 1cd8296..3e1a9ce 100644 --- a/sources/ns1.in/config +++ b/sources/ns1.in/config @@ -8,6 +8,7 @@ lxc.net.0.type = veth lxc.net.0.flags = up lxc.net.0.link = brci-dev lxc.net.0.hwaddr = 02:0c:18:03:6d:9f +lxc.net.0.veth.pair = ns1.in lxc.autodev = 1 diff --git a/sources/ns2.in/config b/sources/ns2.in/config index ace1171..b130953 100644 --- a/sources/ns2.in/config +++ b/sources/ns2.in/config @@ -8,6 +8,7 @@ lxc.net.0.type = veth lxc.net.0.flags = up lxc.net.0.link = brci-dev lxc.net.0.hwaddr = 02:0c:18:03:5c:9f +lxc.net.0.veth.pair = ns2.in lxc.autodev = 1 diff --git a/sources/pgs.in/config b/sources/pgs.in/config index ebf62aa..94ce475 100644 --- a/sources/pgs.in/config +++ b/sources/pgs.in/config @@ -9,6 +9,7 @@ lxc.net.0.type = veth lxc.net.0.flags = up lxc.net.0.link = brci-dev lxc.net.0.hwaddr = 02:0c:18:03:6d:99 +lxc.net.0.veth.pair = pgs.in lxc.autodev = 1 diff --git a/sources/pki.in/config b/sources/pki.in/config index edfc42b..4b8b8dc 100644 --- a/sources/pki.in/config +++ b/sources/pki.in/config @@ -8,6 +8,7 @@ lxc.net.0.type = veth lxc.net.0.flags = up lxc.net.0.link = brci-dev lxc.net.0.hwaddr = 02:0c:18:03:6d:b7 +lxc.net.0.veth.pair = pki.in lxc.autodev = 1 diff --git a/sources/pns.pm/config b/sources/pns.pm/config index 17f5939..5061de6 100644 --- a/sources/pns.pm/config +++ b/sources/pns.pm/config @@ -8,6 +8,7 @@ lxc.net.0.type = veth lxc.net.0.flags = up lxc.net.0.link = brch-dev lxc.net.0.hwaddr = 02:0c:18:03:ad:df +lxc.net.0.veth.pair = pns.pm lxc.autodev = 1 diff --git a/sources/slycpx.in/config b/sources/slycpx.in/config index d9d0ddd..300ef50 100644 --- a/sources/slycpx.in/config +++ b/sources/slycpx.in/config @@ -9,6 +9,7 @@ lxc.net.0.type = veth lxc.net.0.flags = up lxc.net.0.link = brci-dev lxc.net.0.hwaddr = 02:0c:18:03:6d:2c +lxc.net.0.veth.pair = slycpx.in lxc.autodev = 1 diff --git a/sources/slycrm.in/config b/sources/slycrm.in/config index b472e81..9ba6501 100644 --- a/sources/slycrm.in/config +++ b/sources/slycrm.in/config @@ -9,6 +9,7 @@ lxc.net.0.type = veth lxc.net.0.flags = up lxc.net.0.link = brci-dev lxc.net.0.hwaddr = 02:0c:18:03:6d:35 +lxc.net.0.veth.pair = slycrm.in lxc.autodev = 1 diff --git a/sources/sns.in/config b/sources/sns.in/config index 064cf17..4f2b78a 100644 --- a/sources/sns.in/config +++ b/sources/sns.in/config @@ -8,6 +8,7 @@ lxc.net.0.type = veth lxc.net.0.flags = up lxc.net.0.link = brci-dev lxc.net.0.hwaddr = 02:0c:18:03:6d:0b +lxc.net.0.veth.pair = sns.in lxc.autodev = 1 diff --git a/sources/vpn.in/config b/sources/vpn.in/config index 062958a..f780a36 100644 --- a/sources/vpn.in/config +++ b/sources/vpn.in/config @@ -8,6 +8,7 @@ lxc.net.0.type = veth lxc.net.0.flags = up lxc.net.0.link = brci-dev lxc.net.0.hwaddr = 02:0c:18:03:6d:ec +lxc.net.0.veth.pair = vpn.in lxc.autodev = 1 diff --git a/sources/wiki.in/config b/sources/wiki.in/config index 95801ab..57d6050 100644 --- a/sources/wiki.in/config +++ b/sources/wiki.in/config @@ -9,6 +9,7 @@ lxc.net.0.type = veth lxc.net.0.flags = up lxc.net.0.link = brci-dev lxc.net.0.hwaddr = 02:0c:18:03:6d:d3 +lxc.net.0.veth.pair = wiki.in lxc.autodev = 1 diff --git a/sources/ws.pm/config b/sources/ws.pm/config index c7079d5..dc50790 100644 --- a/sources/ws.pm/config +++ b/sources/ws.pm/config @@ -12,6 +12,7 @@ lxc.net.0.type = veth lxc.net.0.flags = up lxc.net.0.link = brch-dev lxc.net.0.hwaddr = 02:0c:18:03:ad:f9 +lxc.net.0.veth.pair = ws.pm lxc.autodev = 1 diff --git a/sources/xfr.pm/config b/sources/xfr.pm/config index 5cb01cf..4aba1e8 100644 --- a/sources/xfr.pm/config +++ b/sources/xfr.pm/config @@ -9,6 +9,7 @@ lxc.net.0.type = veth lxc.net.0.flags = up lxc.net.0.link = brch-dev lxc.net.0.hwaddr = 02:0c:18:03:ad:ae +lxc.net.0.veth.pair = xfr.pm lxc.autodev = 1