Changes between Initial Version and Version 1 of RouterBoard260GSP
- Timestamp:
- Jun 4, 2017, 4:11:02 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RouterBoard260GSP
v1 v1 1 == Firmware update using dnsmasq 2 3 {{{ 4 sudo systemctl stop firewalld 5 sudo dnsmasq --interface enp4s0 --bind-interfaces --no-daemon --port 0 --dhcp-range 192.168.1.100,192.168.1.200,12h --dhcp-authoritative \ 6 --dhcp-host=00:00:00:00:01:01,192.168.1.101 --enable-tftp --tftp-root=`pwd` --log-queries --log-dhcp 7 }}}