Difference between revisions of "FIRMWARE: Update Menggunakan TFTP"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 53: | Line 53: | ||
* 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 | ||
− | + | * http://mohammadthalif.wordpress.com/2010/03/05/installing-and-testing-tftpd-in-ubuntudebian/ | |
==Pranala Menarik== | ==Pranala Menarik== |
Revision as of 13:27, 20 July 2012
Sumber: http://wiki.openwrt.org/toh/buffalo/wzr-hp-g300h#oem.installation.using.the.tftp.method
Install TFTP client,
sudo apt-get update sudo apt-get install tftp
Siapkan interface PC anda
# untuk UBNT sudo ifconfig eth0:1 192.168.1.100
# untuk Buffalo sudo ifconfig eth0:1 192.168.11.2
Cek MAC address Router
# untuk UBNT ping 192.168.1.10
# untuk Buffalo ping 192.168.11.1
Ketik
arp -n
Akan keluar seperti
Address HWtype HWaddress Flags Mask Iface 192.168.1.20 ether 00:15:6d:db:d1:6b C eth0
Masukan ke tabel arp statik, misalnya
# untuk UBNT sudo arp -s 192.168.1.20 00:15:6d:db:d1:6b
# untuk Buffalo sudo arp -s 192.168.11.1 02:aa:bb:cc:dd:1a
Siapkan tftp
tftp -m binary 192.168.1.20 -c put PicoStation2-v4.0.1.build4978.bin 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
Langsung nyalakan router dalam waktu secepat-cepatnya
Referensi
- http://wiki.openwrt.org/toh/buffalo/wzr-hp-g300h#oem.installation.using.the.tftp.method
- https://forum.openwrt.org/viewtopic.php?id=24052
- http://mohammadthalif.wordpress.com/2010/03/05/installing-and-testing-tftpd-in-ubuntudebian/