[Users] How to add internal networks
Frank Wall
fw at moov.de
Sun Sep 1 14:57:33 UTC 2013
On 26.08.2013 09:36, Antoni Segura Puimedon wrote:
> Note that you can create dummies with any name you want with
> ip link add drummy type dummy
> So you could potentially create your own dummy_250, for example.
This is quirky :-( The usual way to add dummy interfaces would be to
create /etc/modprobe.d/dummy.conf and add these lines:
alias dummy0 dummy
alias dummy1 dummy
alias dummy2 dummy
options dummy numdummies=3
Unfortunately, I was not able to add dummy_* devices using this method,
guessing dummy_0 is not supported here. Any hint on this?
Thanks
- Frank
More information about the Users
mailing list