Provisioning via DHCP
From berofix - professional SIP gateway
(Created page with "= Prerequisites = * beroNet VoIP-Gateway (with enabled DHCP) * DHCP-Server (with support for setting option 66 / 67) * TFTP-Server = Setup = == DHCP == Configure your DHCP-...") |
(→TFTP) |
||
Line 22: | Line 22: | ||
Please see the according manual. | Please see the according manual. | ||
+ | |||
+ | |||
+ | As we are working with ATFTPd, we have encountered the following options set in ''/etc/default/atftpd'' to work best: | ||
+ | |||
+ | USE_INETD=false | ||
+ | OPTIONS="--daemon --bind-address <ip-address> --verbose=0 /path/to/tftp/root" | ||
== Provisioning Files == | == Provisioning Files == |