Hi,
Since my new ISP dose not support yet IPv6, I need to setup my Hetzner Proxmox server with an IPv4.
I followed the Proxmox wiki and the Hetzner wiki (https://wiki.hetzner.de/index.php/Proxmox_VE) but I'm not able to ping the vm or the outside world from the Internet.
Ping from the host to the the VM works, Ping from the VM to the Host works, but not from the VM to the hosts gateway or internet.
Anyone an Idea what could be wrong?
Host config:
	
	
	
		
VM config:
	
	
	
		
				
			Since my new ISP dose not support yet IPv6, I need to setup my Hetzner Proxmox server with an IPv4.
I followed the Proxmox wiki and the Hetzner wiki (https://wiki.hetzner.de/index.php/Proxmox_VE) but I'm not able to ping the vm or the outside world from the Internet.
Ping from the host to the the VM works, Ping from the VM to the Host works, but not from the VM to the hosts gateway or internet.
Anyone an Idea what could be wrong?
Host config:
		Code:
	
	auto lo
iface lo inet loopback
iface enp2s0 inet manual
iface enp2s0 inet6 manual
auto vmbr0
iface vmbr0 inet static
        address  78.47.XX.XXX
        netmask  255.255.255.224
        gateway  78.47.XX.XXX
        pointopoint 78.47.15.XXX
        bridge_ports enp2s0
        bridge_stp off
        bridge_fd 0
        up ip route add 78.47.XX.XX7/32 dev vmbr0
        up ip route add 78.47.XX.XX9/32 dev vmbr0
        #up ip route add <Add-On IP3>/32 dev vmbr0
iface vmbr0 inet6 static
        address  2a01:XXXX:XXXX:XXXX::2
        netmask  64
        gateway  fe80::1VM config:
		Code:
	
	auto ens18
iface ens18 inet static
   address <Add-On IP>
   netmask 255.255.255.255
   gateway <Server-IP>
   pointopoint <Server-IP>
   
iface ens18 inet6 static
   address <IPv6-Network>::4
   netmask 64
   gateway fe80::1 
	 
	