Displaying 5 results from an estimated 5 matches for "0e542704ac89".
2020 Oct 27
4
Unable to get dummy interfaces to persist across reboots in CentOS 8
Have you tried to use NetworkManager ?
After all ,anything network related should be done by it.
[root at system ~]# nmcli connection add con-name dummy0 ifname dummy0 type dummy ?
Connection 'dummy0' (9fdd74fa-c143-4991-9bac-0e542704ac89) successfully added.
[root at system ~]# reboot
Shared connection to glustera closed.
[root at system ~]# uptime
03:23:44 up 0 min, ?1 user, ?load average: 1,57, 0,48, 0,17
[root at glustera ~]# nmcli connection show ?
NAME ???UUID ?????????????????????????????????TYPE ?????DEVICE ?
dummy0 ?9fdd...
2020 Oct 27
0
Unable to get dummy interfaces to persist across reboots in CentOS 8
Anyone have any ideas? It's rather annoying that I can't get these to
persist across reboots without using some kind of helper script.
On Fri, Oct 16, 2020 at 6:37 AM Frank Even
<lists+centos.org at elitists.org> wrote:
>
> Hello all, hoping someone can help me out here.
>
> I cannot get dummy interfaces on a new Cent8 build to persist across reboots.
>
> On Cent7
2020 Oct 16
3
Unable to get dummy interfaces to persist across reboots in CentOS 8
Hello all, hoping someone can help me out here.
I cannot get dummy interfaces on a new Cent8 build to persist across reboots.
On Cent7 - this is the process I use:
Create Dummies:
# cat /etc/modules-load.d/dummy.conf
dummy
# cat /etc/modprobe.d/dummyopts.conf
options dummy numdummies=4
# ip link add dummy0 type dummy
## - repeating a/ ascending dummyN adapters for as many needed
# service
2020 Oct 28
0
Unable to get dummy interfaces to persist across reboots in CentOS 8
...S
<centos at centos.org> wrote:
>
> Have you tried to use NetworkManager ?
> After all ,anything network related should be done by it.
>
> [root at system ~]# nmcli connection add con-name dummy0 ifname dummy0 type dummy
> Connection 'dummy0' (9fdd74fa-c143-4991-9bac-0e542704ac89) successfully added.
>
> [root at system ~]# reboot
> Shared connection to glustera closed.
>
>
> [root at system ~]# uptime
> 03:23:44 up 0 min, 1 user, load average: 1,57, 0,48, 0,17
> [root at glustera ~]# nmcli connection show
> NAME UUID...
2020 Oct 28
1
Unable to get dummy interfaces to persist across reboots in CentOS 8
...S
<centos at centos.org> wrote:
>
> Have you tried to use NetworkManager ?
> After all ,anything network related should be done by it.
>
> [root at system ~]# nmcli connection add con-name dummy0 ifname dummy0 type dummy
> Connection 'dummy0' (9fdd74fa-c143-4991-9bac-0e542704ac89) successfully added.
>
> [root at system ~]# reboot
> Shared connection to glustera closed.
>
>
> [root at system ~]# uptime
> 03:23:44 up 0 min,? 1 user,? load average: 1,57, 0,48, 0,17
> [root at glustera ~]# nmcli connection show
> NAME? ? UUID? ? ? ? ? ? ? ? ? ? ? ? ?...