Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
toh:tp-link:tl-wr850n [2020/11/14 10:43] – [Recovery (v2)] sky4toh:tp-link:tl-wr850n_v2 [2021/04/18 15:56] – ↷ Page name changed from toh:tp-link:tl-wr850n to toh:tp-link:tl-wr850n_v2 tmomas
Line 79: Line 79:
  
 If you're using a linux distro you can run the following script If you're using a linux distro you can run the following script
 +<code>
 #!/bin/bash #!/bin/bash
 USER=$(whoami) USER=$(whoami)
Line 85: Line 85:
 sudo /sbin/ip link set dev eno1 up sudo /sbin/ip link set dev eno1 up
 sudo /usr/sbin/dnsmasq --user=${USER} --no-daemon --listen-address 192.168.0.66 --bind-interfaces -p0 -K --dhcp-authoritative --dhcp-range=192.168.0.1,192.168.0.2 --bootp-dynamic --dhcp-boot=tp_recovery.bin --log-dhcp --enable-tftp --tftp-root=/home/xubuntu/Desktop/ sudo /usr/sbin/dnsmasq --user=${USER} --no-daemon --listen-address 192.168.0.66 --bind-interfaces -p0 -K --dhcp-authoritative --dhcp-range=192.168.0.1,192.168.0.2 --bootp-dynamic --dhcp-boot=tp_recovery.bin --log-dhcp --enable-tftp --tftp-root=/home/xubuntu/Desktop/
 +</code>
  
 Install a tftp server, for windows you can download one from http://tftpd32.jounin.net/ \\ Install a tftp server, for windows you can download one from http://tftpd32.jounin.net/ \\
  • Last modified: 2024/02/12 08:58
  • by 127.0.0.1