I tried on another VPS and I had the same problem (I'm kind of irritated that the second provider uses the same system images). It seems to be an issue with the way the network interfaces are provisioned by VPS providers. I'll try to give you as much information as I can, maybe you'll be able to figure something out.
This is my ifconfig output:
(I covered the IP address for safety)
After installing the panel and rebooting the venet0:0 interface doesn't go up.
If I do
ifdown venet0
and then
ifup venet0
I get the following error:
I did some more research and it looks like an issue with OpenVZ. It could be that the setup scripts are having issue with recognizing interface with ":" in the name. I just don't know what it has to do with Sentora installation script.
In attachment I've posted contents of files for venet0 and venet0:0 interfaces from /etc/sysconfig/network-scripts/
If there are any more files/configs that you need please let me know.
This is my ifconfig output:
Code:
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 16436
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 0 (Local Loopback)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
venet0: flags=211<UP,BROADCAST,POINTOPOINT,RUNNING,NOARP> mtu 1500
inet 127.0.0.1 netmask 255.255.255.255 broadcast 0.0.0.0 destination 127.0.0.1
inet6 xxxx:xxxx:xxxx:900:4321:1234:b6dc:64b5 prefixlen 128 scopeid 0x0<global>
inet6 xxxx:xxxx:xxxx:900:4321:1234:fc4d:65d6 prefixlen 128 scopeid 0x0<global>
inet6 xxxx:xxxx:xxxx:900:4321:1234:5c63:ecd1 prefixlen 128 scopeid 0x0<global>
inet6 xxxx:xxxx:xxxx:900:4321:1234:a948:f959 prefixlen 128 scopeid 0x0<global>
inet6 xxxx:xxxx:xxxx:900:4321:1234:180d:7b9a prefixlen 128 scopeid 0x0<global>
unspec 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 txqueuelen 0 (UNSPEC)
RX packets 9967 bytes 14001039 (13.3 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 5376 bytes 365850 (357.2 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
venet0:0: flags=211<UP,BROADCAST,POINTOPOINT,RUNNING,NOARP> mtu 1500
inet xx.xx.168.207 netmask 255.255.255.255 broadcast xx.xx.168.207 destination xx.xx.168.207
unspec 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 txqueuelen 0 (UNSPEC)
After installing the panel and rebooting the venet0:0 interface doesn't go up.
If I do
ifdown venet0
and then
ifup venet0
I get the following error:
Code:
arping: Device venet0 not available.
Determining if ip address 88.150.168.207 is already in use for device venet0...
arping: Device venet0 not available.
ERROR : [/etc/sysconfig/network-scripts/ifup-aliases] Error, some other host already uses address xx.xx.168.207.
I did some more research and it looks like an issue with OpenVZ. It could be that the setup scripts are having issue with recognizing interface with ":" in the name. I just don't know what it has to do with Sentora installation script.
In attachment I've posted contents of files for venet0 and venet0:0 interfaces from /etc/sysconfig/network-scripts/
If there are any more files/configs that you need please let me know.