Hello,
I'm trying to set up a PXE bootserver inside a jail on 10.3-RELEASE but having some Problems getting tftp (fully) working.
Jails are managed with iocage, vnet is enabled. The kernel was built based on GENERIC with VIMAGE support and disabled bpf to prevent panics on vnet-teardown. Basically I followed the iocage documentation for networking for this setup.
I can ping hosts on the network from inside the jail, so raw socket access is working (?), but when starting inetd the following is logged to messages:
sockstat is showing inetd listening on port 69, I can connect from local or remote hosts, but attempts to "get" a file are failing with "didn't receive answer from remote.".
Same 'configuration' (well, its just uncommenting one line... ) works fine on the host system, so i'm assuming the problem is caused by running inetd/tftpd on a vnet interface.
Is it even possible to run tftp inside a jail and i'm just missing some configuration for the jail(s)?
I'm trying to set up a PXE bootserver inside a jail on 10.3-RELEASE but having some Problems getting tftp (fully) working.
Jails are managed with iocage, vnet is enabled. The kernel was built based on GENERIC with VIMAGE support and disabled bpf to prevent panics on vnet-teardown. Basically I followed the iocage documentation for networking for this setup.
I can ping hosts on the network from inside the jail, so raw socket access is working (?), but when starting inetd the following is logged to messages:
Code:
inetd[15266]: madvise() failed: Operation not permitted
sockstat is showing inetd listening on port 69, I can connect from local or remote hosts, but attempts to "get" a file are failing with "didn't receive answer from remote.".
Same 'configuration' (well, its just uncommenting one line... ) works fine on the host system, so i'm assuming the problem is caused by running inetd/tftpd on a vnet interface.
Is it even possible to run tftp inside a jail and i'm just missing some configuration for the jail(s)?