Created
August 25, 2015 01:08
-
-
Save islander/2e55181617e55bacd267 to your computer and use it in GitHub Desktop.
SIP-phone configuration over DHCP (TFTP)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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