Hi, I've been struggling for 3 days and trying to set up the network in different ways, I don't know what to do anymore
My VM (linux or windows) does not have internet or probably because Contabo does not allow access to other MAC addresses than the legacy server? Could I ask someone more experienced for advice on how to set up the network? I'm a newbie.
Now I have a clean install, what should I do? Thanks!
My VM (linux or windows) does not have internet or probably because Contabo does not allow access to other MAC addresses than the legacy server? Could I ask someone more experienced for advice on how to set up the network? I'm a newbie.
Now I have a clean install, what should I do? Thanks!
Code:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet manual
iface eth1 inet manual
auto vmbr0
iface vmbr0 inet static
address [IP OF MY DEDIC]/19
gateway 161.97.128.1
bridge-ports eth0
bridge-stp off
bridge-fd 0
up ip route replace 161.97.128.0/19 via 161.97.128.1 dev vmbr0