Hi guys,
I've been messing around for the past 12 hours I'd say, now at my whits end trying to move from libvirt to Proxmox. The actual move process itself was smooth and fine, import went all good but I'm not at the networking part. Below is my network configuration for an Ubuntu 18 VPS that DOES connect but is very flaky and times out a lot, I have the MAC set properly and what not.
The issue I imagine has something to do with the fact that for example when I press 'w' to see who is logged in via SSH, it's returning my OVH Host node IP address rather than the actual end user so I can only guess these two things are related.
Any suggestions as to the cause? I've set everything up exactly as per documentation so I can only guess that it's an OVH issue now.
Thanks
I've been messing around for the past 12 hours I'd say, now at my whits end trying to move from libvirt to Proxmox. The actual move process itself was smooth and fine, import went all good but I'm not at the networking part. Below is my network configuration for an Ubuntu 18 VPS that DOES connect but is very flaky and times out a lot, I have the MAC set properly and what not.
Code:
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address 176.31.29.229
netmask 255.255.255.240
post-up ip route add 149.202.94.254 dev eth0
post-up ip route add default via 149.202.94.254
pre-down ip route del default via 149.202.94.254
pre-down ip route del 149.202.94.254 dev eth0
The issue I imagine has something to do with the fact that for example when I press 'w' to see who is logged in via SSH, it's returning my OVH Host node IP address rather than the actual end user so I can only guess these two things are related.
Any suggestions as to the cause? I've set everything up exactly as per documentation so I can only guess that it's an OVH issue now.
Thanks