FIRMWARE: Update Menggunakan TFTP: Difference between revisions

From OnnoCenterWiki
Jump to navigationJump to search
Onnowpurbo (talk | contribs)
No edit summary
Onnowpurbo (talk | contribs)
No edit summary
Line 24: Line 24:
* http://wiki.openwrt.org/toh/buffalo/wzr-hp-g300h#oem.installation.using.the.tftp.method
* http://wiki.openwrt.org/toh/buffalo/wzr-hp-g300h#oem.installation.using.the.tftp.method
* https://forum.openwrt.org/viewtopic.php?id=24052
* https://forum.openwrt.org/viewtopic.php?id=24052
==Pranala Menarik==
* [[Router firmware]]
* [[OLSR]]
* [[Mesh]]

Revision as of 05:44, 20 July 2012

Sumber: http://wiki.openwrt.org/toh/buffalo/wzr-hp-g300h#oem.installation.using.the.tftp.method

Install a TFTP client, when running some Linux distribution, do e.g.

sudo apt-get update
sudo apt-get install tftp

Prepare the interface of your PC:

sudo ifconfig eth0:1 192.168.11.2

Temporarily add a static arp entry for the router's MAC address:

sudo arp -s 192.168.11.1 02:aa:bb:cc:dd:1a

Contoh

tftp -m binary 192.168.11.1 -c put openwrt-ar71xx-generic-wzr-hp-g300nh-squashfs-tftp.bin
tftp -v 192.168.2.1 -m binary -c put dd-wrt.v23_mini_generic.bin


Referensi


Pranala Menarik