So we've tried creating a fake adapter using the following means:
- ip link add eth-dummy type dummy
- ifconfig eth0:1 192.168.1.0/24
- Would have tried VLANs but tagged and untagged frames don't seem to be allowed on the same NIC by astaro.
- And tuntap, but that does not seem to be available
We don't want our fake internal network to be exposed by the physical NIC if possible (so eth0:1 was worth trying but not desirable.)
Any suggestions?
Thanks.
This thread was automatically locked due to age.