Here is something intresting
on the dhcp server
#arp
10.168.12.11 (incomplete) ens8
on proxmox host
04:23:43 [root@nebula ~]# arp
Address HWtype HWaddress Flags Mask Iface
10.168.12.1 ether...
guest vm
------------------
dhcp-server proxmox host
--------------------------------------
Base Host
I think the proxmox host is not able to see the mac of the guest over bridge
both pxe host and proxmox host are themselves VMs running on KVM using host passthrough and macvtap driver. the host itself is connected to a bonded device which in turn is connected to switch
Jun 23 09:13:14 dhcp-server dhcpd[30749]: DHCPDISCOVER from 12:0b:b3:8a:32:6a via ens8
Jun 23 09:13:14 dhcp-server dhcpd[30749]: DHCPOFFER on 10.168.12.11 to 12:0b:b3:8a:32:6a via ens8
Jun 23 09:13:18 dhcp-server dhcpd[30749]: DHCPDISCOVER from 12:0b:b3:8a:32:6a via ens8
Jun 23 09:13:18...
Firewall on proxmox is off. yes other systems are booting on PXE.
/etc/network/interfaces
iface eth0 inet manual
auto vmbr0
iface vmbr0 inet static
address 10.168.12.239
netmask 255.255.255.0
gateway 10.168.12.1
broadcast 10.168.12.255...
I am running a following setup
Internet <-----[Gateway/VPN/Firewall/DHCP/PXE Host](192.168.1.1- <----------Proxmox Host(ip 192.168.1.30)
The network is bridged with the device being vmbr0.
I am trying to install KVM vms on the host but wheather i I try to use DHCP for PXE or boot using ISO...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.