Skip to content

Instantly share code, notes, and snippets.

@islander
Created August 25, 2015 01:08
Show Gist options
  • Select an option

  • Save islander/2e55181617e55bacd267 to your computer and use it in GitHub Desktop.

Select an option

Save islander/2e55181617e55bacd267 to your computer and use it in GitHub Desktop.
SIP-phone configuration over DHCP (TFTP)
listen-address=192.168.1.254
interface=eth0
dhcp-range=192.168.1.1,192.168.1.253,12h
dhcp-option=150,192.168.1.254 # TFTP Server Address Option for DHCPv4 (RFC 5859)
address=/example.com/192.168.1.254
TFTP_USERNAME="tftp"
TFTP_DIRECTORY="/var/lib/tftpboot"
TFTP_ADDRESS="192.168.1.254:69"
TFTP_OPTIONS="--secure -vvv"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment