Hi,
On a new created, fresh debian9 install on a vps with plenty of power (8cores, 8Go RAM). I have the following problem:
When I add a new domain with a dedicated IP, on the creation log it says “parent interface eth0 does not exist!”, and the new IP is not configured, I have to go to network configuration and add it manually as a virtual interface inside eth0.
eth0 is the only interface I have there with lo.
Any idea what cause this and why virtualmin can’t add it automatically.
on “Default virtual server IPv4 address”, on virtualmin setup, I have the default server IPv4 manually set, as the re-check config gave me this error before that :
“Virtualmin could not work out the default IPv4 address for virtual servers on your system. You will need to update either the Network interface for virtual addresses or Default virtual server IP address fields on the module configuration page.”
now it still give the same error about ipV6 , but at least it say virtualmin is ready to be used.
/sbin/ifconfig output is :
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet IP.IP.IP.IP netmask 255.255.255.255 broadcast IP.IP.IP.IP
inet6 fe80::ff:xxxx:xxxx prefixlen 64 scopeid 0x20
ether 02:00:00:xx:xx:xx txqueuelen 1000 (Ethernet)
RX packets 2770 bytes 334532 (326.6 KiB)
RX errors 0 dropped 2 overruns 0 frame 0
TX packets 2115 bytes 811162 (792.1 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10
loop txqueuelen 1000 (Local Loopback)
RX packets 236 bytes 19470 (19.0 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 236 bytes 19470 (19.0 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
any idea guys ?