Proxmox DHCP Default Route

Pascalio

New Member
Nov 29, 2020
1
0
1
32
Hallo Leute,
ich habe mir zum testen ein Server bei Servdiscount aka. Webtropia gemietet. Auf diesem Server möchte ich VMs betreiben die über DHCP Server automatisch ihre IP zugewiesen bekommen.

Leider klappt das ganze nicht so wie erwünscht, ich erhalte bei der Debian Installation immer den Fehler nach der Netzwerkkonfiguration das die Default Route nicht richtig/erreichbar sei (siehe Bild).

Code:
193.111.1xx.x1 Hostsystem                           
213.202.2xx.xx9 VM IP 1
213.202.2xx.xx4  VM IP 2                                       
213.202.2xx.xxx5 VM IP 3

Die zusätzlichen IPs verwenden alle den Hostsystem Gateway (193.111.xx9.1)

Hostsystem Interfaces:
Code:
auto lo
iface lo inet loopback

auto vmbr0
iface vmbr0 inet static
    address 193.111.xx9.x1
    netmask 255.255.255.255
    gateway 193.111.xx9.1
    bridge_ports enp27s0
    bridge_stp off
    bridge_fd 0

Hostsystem DHCP
Code:
option rfc3442-classless-static-routes code 121 = array of integer 8;
subnet 0.0.0.0 netmask 0.0.0.0 {
default-lease-time 21600000;
max-lease-time 432000000;
option rfc3442-classless-static-routes 32,193,111,xx9,1,0,0,0,0,0,193,111,xx9,1;

host VM1 { hardware ethernet 7e:79:be:fa:ed:7c; fixed-address 213.202.2xx.xx9; option routers 193.111.xx9.1; option subnet-mask 255.255.255.255; option domain-name-servers 8.8.8.8,8.8.4.4; }
}


Hat jemand einen Rat?
Besten Dank!
 

Attachments

  • defaultroute.jpg
    defaultroute.jpg
    92.5 KB · Views: 3
Last edited:
Hallo Leute,
ich habe mir zum testen ein Server bei Servdiscount aka. Webtropia gemietet. Auf diesem Server möchte ich VMs betreiben die über DHCP Server automatisch ihre IP zugewiesen bekommen.

Leider klappt das ganze nicht so wie erwünscht, ich erhalte bei der Debian Installation immer den Fehler nach der Netzwerkkonfiguration das die Default Route nicht richtig/erreichbar sei (siehe Bild).

Code:
193.111.1xx.x1 Hostsystem                          
213.202.2xx.xx9 VM IP 1
213.202.2xx.xx4  VM IP 2                                      
213.202.2xx.xxx5 VM IP 3

Die zusätzlichen IPs verwenden alle den Hostsystem Gateway (193.111.xx9.1)

Hostsystem Interfaces:
Code:
auto lo
iface lo inet loopback

auto vmbr0
iface vmbr0 inet static
    address 193.111.xx9.x1
    netmask 255.255.255.255
    gateway 193.111.xx9.1
    bridge_ports enp27s0
    bridge_stp off
    bridge_fd 0

Hostsystem DHCP
Code:
option rfc3442-classless-static-routes code 121 = array of integer 8;
subnet 0.0.0.0 netmask 0.0.0.0 {
default-lease-time 21600000;
max-lease-time 432000000;
option rfc3442-classless-static-routes 32,193,111,xx9,1,0,0,0,0,0,193,111,xx9,1;

host VM1 { hardware ethernet 7e:79:be:fa:ed:7c; fixed-address 213.202.2xx.xx9; option routers 193.111.xx9.1; option subnet-mask 255.255.255.255; option domain-name-servers 8.8.8.8,8.8.4.4; }
}


Hat jemand einen Rat?
Besten Dank!
Die "routers" Option in host-spezifisch festzulegen ist etwas ungewöhnlich. Würde es mal mit einer einfacheren Konfiguration versuchen und dann ggf. schrittweise anpassen, weiters ist nicht ganz klar wofür die Option subnet-mask /32 dient, das würde ja bedeuten, dass keine Andere IP Adresse über dieses Netz erreichbar ist.

Prima Anleitung zm Thema dhcp-server findet sich in https://wiki.ubuntuusers.de/ISC-DHCPD/ (gilt 1:1 für Debian).
 

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!