Changes between Initial Version and Version 1 of RouterBoard260GSP


Ignore:
Timestamp:
06/04/17 16:11:02 (7 years ago)
Author:
Rick van der Zwet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RouterBoard260GSP

    v1 v1  
     1== Firmware update using dnsmasq
     2
     3{{{
     4sudo systemctl stop firewalld
     5sudo 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}}}