Hello!
I have set up a new server with an Ubuntu offshoot (bodhi).
The client reports correct IP / Mask / DHCP IP / Gateway IP from dhcpd.conf when booting via pxe, but then: "PXELINUX 6.04 PXE 20191223 ... Anvin ... Unable to locate configuration file"
/etc/dhcpd.conf: next-server 192.168.3.8; filename "/pxelinux.0"; interface ens160;
Connecting from another PC with x2go client works. I've been sitting there for hours and can't get any further. Would be great if someone could help me.
/etc/default/isc-dhcp-server: INTERFACESv4 = "ens160"
/etc/exports: /opt/x2gothinclient/chroot 192.168.3.0/255.255.255.0(ro,async,no_root_squash,no_subtree_check)
/srv/tftp/pxelinux.0 => /usr/lib/PXELINUX/pxelinux.0
Greetings, Olaf