Search results

  1. B

    [SOLVED] PXE 5.3: No Network on Host

    Hi, this is courios. On all of my machines is an IP on the hardware-interface and the bridge interface (ok, none of the machines is stable). Interfaces.d is empty and mostly removed in /etc/network/interfaces. root@zotacproxmox:/etc/network# ls -la if-up.d insgesamt 36 drwxr-xr-x 2 root root...
  2. B

    [SOLVED] PXE 5.3: No Network on Host

    Hi, of course, I rebootet the machine. With iface enp2s0 inet static address 192.168.200.9 netmask 255.255.255.0 gateway 192.168.200.1 and no vmbr0 the machine is reachable. Changing the configuration and rebooting gives a non reachable machine. I´ve tried this 3 days long and can´t get it...
  3. B

    [SOLVED] PXE 5.3: No Network on Host

    Hi, I installed a fresh Debian (9.6) and installed PXE 5.3 over it. After adding vmbr0 to /etc/network/interfaces the host has no working internet connection. bytegetter@zotacproxmox:~$ cat /etc/network/interfaces source /etc/network/interfaces.d/* auto lo iface lo inet loopback iface...