Networking Issue Hetzner

Amanullah

New Member
Aug 29, 2018
1
0
1
32
I have a dedicated server from hetzner

I have one single IP Adress

Code:
Gateway: 46.4.73.97
Netmask: 255.255.255.224
Broadcast: 46.4.73.127


And i have one additional subnet

Code:
Gateway: 46.4.73.107
Netmask: 255.255.255.248
Broadcast: 188.40.162.119

Following is my interfaces config file

Code:
auto  eno1
iface eno1 inet static
       address   46.4.73.107
       netmask   255.255.255.255
       pointopoint   46.4.73.97
       gateway   46.4.73.97

iface eno1 inet6 static
       address 2a01:4f8:140:34a1::2
       netmask 64
       gateway fe80::1
       up sysctl -p


auto vmbr0
iface vmbr0 inet static
       address   46.4.73.107
       netmask   255.255.255.255
       bridge_ports none
       bridge_stp off
       bridge_fd 0

iface vmbr0 inet6 static
       address 2a01:4f8:140:34a1::2
       netmask   64


auto vmbr1
iface vmbr1 inet static
       address   188.40.162.112
       netmask   255.255.255.248
       bridge_ports none
       bridge_stp off
       bridge_fd 0


Following are the setting i am applying to my LC

i.imgur.com/8Pe9qpC.png


But i cant access the internet

Can some one please help where my settings are wrong already spend 3 days searching for this
 
If you're using an IP range it won't work.

If you have a single IPv4 with additional cost each IP should have it's own mac address generated and attached to the VM's network configuration.
 
Although not the best documentation, it is important to follow the wiki exactly:
https://wiki.hetzner.de/index.php/Proxmox_VE/en

Make a decision how to do the networking (one out of three choices), and then follow that.

My questions:
-why use eno1 as a device?
- Do you have a kvm/routed setup? It seems like that.
- No internet. Does that mean the proxmox host cannot access, or your virtual machines?
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!