Alright. I had some trouble formatting this thread, but looks like changing the editor type solved the problem.
So I'm trying to configure my dedicated server which is on Hetzner, and I'm having some trouble.
This is what my /etc/network/interfaces looks like right now:
(5.9.11.11 = My main IP
5.9.22.22 = My additional IP)
The IPs have obviously been changed to made-up ones.
IIRC Hetzner has a rule about having only one MAC address per server, but I have requested and received an additional MAC address for my additional IP, so that should be accounted for (?)
This doesn't seem to be working since I can't SSH into the virtual machines. Any suggestions?
Also please be thorough, I'm still a novice at this.
FINAL EDIT:
Solved by switching to OpenVZ... (read: I gave up)
So I'm trying to configure my dedicated server which is on Hetzner, and I'm having some trouble.
This is what my /etc/network/interfaces looks like right now:
(5.9.11.11 = My main IP
5.9.22.22 = My additional IP)
The IPs have obviously been changed to made-up ones.
Code:
#Loopback device:
auto lo
iface lo inet loopback
device: eth0
auto eth0
iface eth0 inet static
address 5.9.11.11
broadcast 5.9.33.33 (provided by Hetzner for the main IP)
netmask 255.255.255.224 (provided by Hetzner for the main IP)
gateway 5.9.44.44 (provided by Hetzner for the main IP)
iface eth0 inet6 static
address 2a01:4f8:161:XXXX::2
netmask 64
gateway fe80::1
auto vmbr0
iface vmbr0 inet static
address 5.9.22.22
netmask 255.255.255.248 (provided by Hetzner for the additional IP)
gateway 5.9.11.11 (= the main IP)
bridge_ports none
bridge_stp off
bridge_fd 0
IIRC Hetzner has a rule about having only one MAC address per server, but I have requested and received an additional MAC address for my additional IP, so that should be accounted for (?)
This doesn't seem to be working since I can't SSH into the virtual machines. Any suggestions?
Also please be thorough, I'm still a novice at this.
FINAL EDIT:
Solved by switching to OpenVZ... (read: I gave up)
Last edited: