From: Zoltán Felleg Date: Tue, 15 Feb 2022 15:09:00 +0000 (+0100) Subject: Updated all containers to use the new network device names. X-Git-Url: http://git.useribm.hu/?a=commitdiff_plain;h=da71ad794e72201832c2f0873fa43b966391178a;p=user-lxc.git Updated all containers to use the new network device names. --- diff --git a/sources/dhcp.in/config b/sources/dhcp.in/config index 76e9570..01144f9 100644 --- a/sources/dhcp.in/config +++ b/sources/dhcp.in/config @@ -7,7 +7,7 @@ lxc.mount.auto = proc:rw sys:ro lxc.net.0.type = veth lxc.net.0.flags = up -lxc.net.0.link = bri-dev +lxc.net.0.link = brci-dev lxc.net.0.hwaddr = 02:0c:18:03:6d:3b lxc.autodev = 1 diff --git a/sources/efg.pm/config b/sources/efg.pm/config index 6850fab..03d0199 100644 --- a/sources/efg.pm/config +++ b/sources/efg.pm/config @@ -7,19 +7,19 @@ lxc.mount.auto = proc:rw sys:ro lxc.net.0.type = veth lxc.net.0.flags = up -lxc.net.0.link = brh-dev +lxc.net.0.link = brch-dev lxc.net.0.name = eth0 lxc.net.0.hwaddr = 02:0c:18:03:ad:fe lxc.net.1.type = veth lxc.net.1.flags = up -lxc.net.1.link = bre-dev +lxc.net.1.link = brce-dev lxc.net.1.name = eth1 lxc.net.1.hwaddr = 02:0c:18:03:28:92 lxc.net.2.type = veth lxc.net.2.flags = up -lxc.net.2.link = bre-dev +lxc.net.2.link = brce-dev lxc.net.2.name = eth2 lxc.net.2.hwaddr = 02:0c:18:03:89:61 diff --git a/sources/ens.pm/config b/sources/ens.pm/config index 23f5aeb..fc70dc8 100644 --- a/sources/ens.pm/config +++ b/sources/ens.pm/config @@ -7,7 +7,7 @@ lxc.mount.auto = proc:rw sys:ro lxc.net.0.type = veth lxc.net.0.flags = up -lxc.net.0.link = brh-dev +lxc.net.0.link = brch-dev lxc.net.0.hwaddr = 02:0c:18:03:ad:40 lxc.autodev = 1 diff --git a/sources/fds.in/config b/sources/fds.in/config index 74360d3..3c56b82 100644 --- a/sources/fds.in/config +++ b/sources/fds.in/config @@ -7,7 +7,7 @@ lxc.mount.auto = proc:rw sys:ro lxc.net.0.type = veth lxc.net.0.flags = up -lxc.net.0.link = bri-dev +lxc.net.0.link = brci-dev lxc.net.0.hwaddr = 02:0c:18:03:6d:40 lxc.autodev = 1 diff --git a/sources/ifg.in/config b/sources/ifg.in/config index c087d93..5bb6770 100644 --- a/sources/ifg.in/config +++ b/sources/ifg.in/config @@ -7,13 +7,13 @@ lxc.mount.auto = proc:rw sys:ro lxc.net.0.type = veth lxc.net.0.flags = up -lxc.net.0.link = bri-dev +lxc.net.0.link = brci-dev lxc.net.0.name = eth0 lxc.net.0.hwaddr = 02:0c:18:03:6d:fe lxc.net.1.type = veth lxc.net.1.flags = up -lxc.net.1.link = brh-dev +lxc.net.1.link = brch-dev lxc.net.1.name = eth1 lxc.net.1.hwaddr = 02:0c:18:03:ad:01 diff --git a/sources/ls.in/config b/sources/ls.in/config index 86dfcfd..e067cc0 100644 --- a/sources/ls.in/config +++ b/sources/ls.in/config @@ -8,7 +8,7 @@ lxc.mount.entry = __CONTAINER_FILESYSTEMS_PATH__ var/log/remote none bind,create lxc.net.0.type = veth lxc.net.0.flags = up -lxc.net.0.link = bri-dev +lxc.net.0.link = brci-dev lxc.net.0.hwaddr = 02:0c:18:03:6d:8b lxc.autodev = 1 diff --git a/sources/mx.in/config b/sources/mx.in/config index 2af31d5..d296f8b 100644 --- a/sources/mx.in/config +++ b/sources/mx.in/config @@ -7,7 +7,7 @@ lxc.mount.auto = proc:rw sys:ro lxc.net.0.type = veth lxc.net.0.flags = up -lxc.net.0.link = bri-dev +lxc.net.0.link = brci-dev lxc.net.0.hwaddr = 02:0c:18:03:6d:9a lxc.autodev = 1 diff --git a/sources/ns1.in/config b/sources/ns1.in/config index 56fd08b..592c423 100644 --- a/sources/ns1.in/config +++ b/sources/ns1.in/config @@ -7,7 +7,7 @@ lxc.mount.auto = proc:rw sys:ro lxc.net.0.type = veth lxc.net.0.flags = up -lxc.net.0.link = bri-dev +lxc.net.0.link = brci-dev lxc.net.0.hwaddr = 02:0c:18:03:6d:9f lxc.autodev = 1 diff --git a/sources/ns2.in/config b/sources/ns2.in/config index d28f4de..03d3968 100644 --- a/sources/ns2.in/config +++ b/sources/ns2.in/config @@ -7,7 +7,7 @@ lxc.mount.auto = proc:rw sys:ro lxc.net.0.type = veth lxc.net.0.flags = up -lxc.net.0.link = bri-dev +lxc.net.0.link = brci-dev lxc.net.0.hwaddr = 02:0c:18:03:5c:9f lxc.autodev = 1 diff --git a/sources/pns.pm/config b/sources/pns.pm/config index d4873bb..dc9adfb 100644 --- a/sources/pns.pm/config +++ b/sources/pns.pm/config @@ -7,7 +7,7 @@ lxc.mount.auto = proc:rw sys:ro lxc.net.0.type = veth lxc.net.0.flags = up -lxc.net.0.link = brh-dev +lxc.net.0.link = brch-dev lxc.net.0.hwaddr = 02:0c:18:03:ad:ae lxc.autodev = 1 diff --git a/sources/sns.in/config b/sources/sns.in/config index 8f00228..f751ff1 100644 --- a/sources/sns.in/config +++ b/sources/sns.in/config @@ -7,7 +7,7 @@ lxc.mount.auto = proc:rw sys:ro lxc.net.0.type = veth lxc.net.0.flags = up -lxc.net.0.link = bri-dev +lxc.net.0.link = brci-dev lxc.net.0.hwaddr = 02:0c:18:03:6d:cc lxc.autodev = 1 diff --git a/sources/vpn.in/config b/sources/vpn.in/config index 367c338..1bfe9a3 100644 --- a/sources/vpn.in/config +++ b/sources/vpn.in/config @@ -7,7 +7,7 @@ lxc.mount.auto = proc:rw sys:ro lxc.net.0.type = veth lxc.net.0.flags = up -lxc.net.0.link = bri-dev +lxc.net.0.link = brci-dev lxc.net.0.hwaddr = 02:0c:18:03:6d:ec lxc.autodev = 1 diff --git a/sources/wiki.in/config b/sources/wiki.in/config index 9b30ed1..f761e6a 100644 --- a/sources/wiki.in/config +++ b/sources/wiki.in/config @@ -8,7 +8,7 @@ lxc.mount.entry = __CONTAINER_FILESYSTEMS_PATH__ data none bind,create=dir 0 0 lxc.net.0.type = veth lxc.net.0.flags = up -lxc.net.0.link = bri-dev +lxc.net.0.link = brci-dev lxc.net.0.hwaddr = 02:0c:18:03:6d:ef lxc.autodev = 1 diff --git a/sources/ws.pm/config b/sources/ws.pm/config index e802166..a61e6ca 100644 --- a/sources/ws.pm/config +++ b/sources/ws.pm/config @@ -11,7 +11,7 @@ lxc.mount.entry = __CONTAINER_FILESYSTEMS_PATH__/htdocs.userrendszerhaz.hu.80 va lxc.net.0.type = veth lxc.net.0.flags = up -lxc.net.0.link = brh-dev +lxc.net.0.link = brch-dev lxc.net.0.hwaddr = 02:0c:18:03:ad:f9 lxc.autodev = 1 diff --git a/sources/xfr.pm/config b/sources/xfr.pm/config index c7cfb7e..73bb672 100644 --- a/sources/xfr.pm/config +++ b/sources/xfr.pm/config @@ -8,7 +8,7 @@ lxc.mount.entry = __CONTAINER_FILESYSTEMS_PATH__/www.xfr var/www.xfr none bind,c lxc.net.0.type = veth lxc.net.0.flags = up -lxc.net.0.link = brh-dev +lxc.net.0.link = brch-dev lxc.net.0.hwaddr = 02:0c:18:03:ad:fb lxc.autodev = 1