Displaying 8 results from an estimated 8 matches for "dummyopt".
Did you mean:
dummyopts
2015 May 27
2
dummy interface shenanigans - CentOS6
...dummy1
adummy0
I've been doing some puppet testing in a vbox VM to get this all
sorted out to deploy to a group of boxes. Every time I reboot my VM,
it comes up WITHOUT adummy0, but I notice there is now an unconfigured
dummy2.
I've tried everything from adding aliases to
/etc/modprobe.d/dummyopts.conf to renaming the interface via "ip" (ip
link set dummy2 name adummy0). This is all fine during use, even
during a network restart. But as soon as I restart the VM, it comes
back up broken.
I for the life of me have been unable to figure out why. I could use
some help in narrowing...
2015 May 27
1
dummy interface shenanigans - CentOS6
...ng in a vbox VM to get this all
>> sorted out to deploy to a group of boxes. Every time I reboot my VM,
>> it comes up WITHOUT adummy0, but I notice there is now an unconfigured
>> dummy2.
>>
>> I've tried everything from adding aliases to
>> /etc/modprobe.d/dummyopts.conf to renaming the interface via "ip" (ip
>> link set dummy2 name adummy0). This is all fine during use, even
>> during a network restart. But as soon as I restart the VM, it comes
>> back up broken.
>>
>> I for the life of me have been unable to figure...
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 network start
# dracut -f
Now this was different than even how 6 handled it, forget how I
finally dug that up (possible I even asked here). I've applied...
2020 Oct 27
0
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 network start
> # dracut -f
>
> Now this was different than even how 6 handled it, forget how I
> finally dug that up (possibl...
2020 Oct 27
4
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 network start
> # dracut -f
>
> Now? this? was? different than even how 6 handled it, forget how I
> finally dug that up (possibl...
2020 Oct 28
0
Unable to get dummy interfaces to persist across reboots in CentOS 8
...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 network start
> > # dracut -f
> >
> > Now this was different than even how 6 handled it, forget how...
2020 Oct 28
1
Unable to get dummy interfaces to persist across reboots in CentOS 8
...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 network start
> > # dracut -f
> >
> > Now? this? was? different than even how 6 handled it, forget how...
2015 May 27
0
dummy interface shenanigans - CentOS6
...doing some puppet testing in a vbox VM to get this all
> sorted out to deploy to a group of boxes. Every time I reboot my VM,
> it comes up WITHOUT adummy0, but I notice there is now an unconfigured
> dummy2.
>
> I've tried everything from adding aliases to
> /etc/modprobe.d/dummyopts.conf to renaming the interface via "ip" (ip
> link set dummy2 name adummy0). This is all fine during use, even
> during a network restart. But as soon as I restart the VM, it comes
> back up broken.
>
> I for the life of me have been unable to figure out why. I could us...