Hey Guys,
to me:
Still at trainee and therefore all my connection with hypervisors was backend with vSphere.
My Specs:
1x single ipv4 for the proxmox itself
1x /64 Subnet
Server is standing at Hetzner.
I want to use Proxmox to deploy a few services for myself including Seafile, Email and so on.
My Current Hostconfig looks like this:
I struggle with that and the clientconfig.
It would be amazing if you guys could help me out because google and trial and error did not help so far.
to me:
Still at trainee and therefore all my connection with hypervisors was backend with vSphere.
My Specs:
1x single ipv4 for the proxmox itself
1x /64 Subnet
Server is standing at Hetzner.
I want to use Proxmox to deploy a few services for myself including Seafile, Email and so on.
My Current Hostconfig looks like this:
I struggle with that and the clientconfig.
It would be amazing if you guys could help me out because google and trial and error did not help so far.
Code:
# Loopback device:
auto lo
iface lo inet loopback
iface lo inet6 loopback
# device: enp0s31f6
auto enp0s31f6
iface enp0s31f6 inet static
# Single Host IPv4 address
address 116.202.xxx.xxx
netmask 255.255.255.192
# The Hetzner Gateway IP
gateway 116.202.xxx.xxx
# route 116.202.xxx.xxx/26 via 116.202.xxx.xxx
up route add -net 116.202.xxx.xxx netmask 255.255.255.192 gw 116.202.xxx.xxx dev enp0s31f6
iface enp0s31f6 inet6 static
address 2a01:xxxx:xxxx:xxxx::2
netmask 128
gateway fe80::1
# VM-Bridge used by Proxmox Guests
auto vmbr0
iface vmbr0 inet static
address 116.202.xxx.xxx
netmask 255.255.255.192
bridge_stp off
bridge_ports none
bridge_fd 0
bridge_maxwait 0
iface vmbr0 inet6 static
address 2a01:xxxx:xxxx:xxxx::2
netmask 64
Last edited: