9108 e yüklenmiyormuş aksi halde denerdim. http://forum.darkhardware.com/viewtopic.php?f=4&t=168734 |
Elimde olanı buraya kopyaladım Sorusu olanların sorularını memnuniyetle cevaplarım http://www.3iii.dk/linux/dd-wrt/micro_plus_usb_asus520gc.bin ve http://www.3iii.dk/linux/dd-wrt/mega.tar.gz dopsyalarını kullancağız. 1-İlk dosya router'a yüklenecek 2-İkincisini ext2/3 partisyona root yetkileriyle kopyalayacağız. Disk USB porta takılı olarak router boot edilecek. Staus sayfasından mega olarak yüklendiği görülecek. 3-Telnet ile 192.168.1.1 e bağlanılacak Aşağıdaki komutlar uygulanacak 1-İlk olarak jffs yi aktive ediyoruz nvram set sys_enable_jffs2=1 nvram commit burada ipkg için dizin oluşturuyoruz mkdir -p /jffs/tmp/ipkg /jffs/usr/sbin/mkswap /dev/discs/disc0/part2 /jffs/usr/sbin/swapon /dev/discs/disc0/part2 2-optware için dizin oluşturuyoruz ve bağlıyoruz ~ # mkdir /jffs/opt ~ # mount -o bind /jffs/opt /opt 3-Optware yüklemek için gereken shell scripti indirip çalıştırıyoruz wgethttp://www.wlan-sat.com/boleo/optware/optware-install-ddwrt.sh -O - | tr -d '\r' > /tmp/optware-install.sh sh /tmp/optware-install.sh ekranda şunlar görünüyorsa tamamdır -------******************----------- Checking system config ... Using 192.168.1.1 as default gateway. Using the following nameserver(s): nameserver 192.168.1.30 Warning: local nameserver is different than gateway! Check config or enter: sed -i s/192.168.*/192.168.1.1/ /tmp/resolv.conf to correct this. Installing package uclibc-opt_0.9.28-13_mipsel.ipk ... Connecting to ipkg.nslu2-linux.org[140.211.166.82]:80 uclibc-opt_0.9.28-12 100% |***********************************************| 832 KB 00:00:00 ETA Updating /opt/etc/ld.so.cache /opt/sbin/ldconfig: can't create /opt/etc/ld.so.cache~ (No such file or directory) Installing package ipkg-opt_0.99.163-9_mipsel.ipk ... Connecting to ipkg.nslu2-linux.org[140.211.166.82]:80 ipkg-opt_0.99.163-9_ 100% |***********************************************| 75896 00:00:00 ETA Downloadinghttp://ipkg.nslu2-linux.org/feeds/optware/ddwrt/cross/stable/Packages.gz Inflatinghttp://ipkg.nslu2-linux.org/feeds/optware/ddwrt/cross/stable/Packages.gz Updated list of available packages in /opt/lib/ipkg/lists/optware Successfully terminated. Installing uclibc-opt (0.9.28-12) to /opt/... Downloadinghttp://ipkg.nslu2-linux.org/feeds/optware/ddwrt/cross/stable/uclibc-opt_0.9.28-12_mipsel.ipk package uclibc-opt suggests installing ipkg-opt Configuring uclibc-opt Updating /opt/etc/ld.so.cache Successfully terminated. Installing ipkg-opt (0.99.163-9) to /opt/... Downloadinghttp://ipkg.nslu2-linux.org/feeds/optware/ddwrt/cross/stable/ipkg-opt_0.99.163-9_mipsel.ipk Configuring ipkg-opt Successfully terminated. -------------------*********************------- 4-optware'den torrent client kuruyoruz ~ # /opt/bin/ipkg-opt install transmissiond -------------------*********************------- Installing transmissiond (1.42-1) to /opt/... Downloadinghttp://ipkg.nslu2-linux.org/feeds/optware/ddwrt/cross/stable/transmissiond_1.42-1_mipsel.ipk package transmissiond suggests installing gnuplot package transmissiond suggests installing logrotate package transmissiond suggests installing thttpd package transmissiond suggests installing mini-sendmail package transmissiond suggests installing transmission Configuring transmissiond Please note that /opt/etc/init.d/S80busybox_httpd is installed for running CGI interface athttp://localhost:8008/cgi-bin/transmission.cgi See instructions for daemon and WWW interface in /opt/share/doc/transmissiond Configure daemon with /opt/etc/transmission.conf Successfully terminated. -------------------*********************------- 5-gerekli dizinleri yaratıyoruz ~ # mkdir /opt/torrent ~ # mkdir /opt/torrent/source ~ # mkdir /opt/torrent/work ~ # mkdir /opt/torrent/target 6-Transmission.conf'ta /tmp/harddisk den /opt a çeviren kodu çalıştırıyoruz ~ # sed -i -e 's|/tmp/harddisk|/opt|' /opt/etc/transmission.conf ~ # cat /opt/etc/transmission.conf komutunu verince aşağıdaki gibi görünmeli SOURCE=/opt/torrent/source WORK=/opt/torrent/work TARGET=/opt/torrent/target ACTIVE=/opt/torrent/active-torrents.txt HOME=/opt/torrent ..... ayrıca transmission.conf'ta USER=root olarak değiştiriyoruz 7- ~ # /opt/sbin/transmission_watchdog komutuyla transmission_watchdog2'unu çalıştırıp ~ # ps |grep transmission komutuyla durumunu kontrol ediyoruz ---------------**************---------------- 10621 root 808 S transmissiond -p 65534 -w 300 -u -1 -d -1 -i /opt/var/run/transmission.pid /opt/torrent/active-torrents.txt 10624 root 808 S transmissiond -p 65534 -w 300 -u -1 -d -1 -i /opt/var/run/transmission.pid /opt/torrent/active-torrents.txt 10625 root 808 S transmissiond -p 65534 -w 300 -u -1 -d -1 -i /opt/var/run/transmission.pid /opt/torrent/active-torrents.txt ---------------**************---------------- 8- S05syslogd dosyasını /opt/etc/init.d/ dizini içinde oluşturup içeriğini #!/bin/sh # startup script for syslogd #stop meself if running if [ -n "`pidof syslogd`" ]; then killall syslogd 2>/dev/null fi # remove old syslog.log rm /tmp/var/log/messages # add symlink so log is available at old location(e.g for webinterface) ln -s /opt/var/log/messages /tmp/var/log/messages /sbin/syslogd -m 0 -O /opt/var/log/messages -S -l 7 şeklinde değiştiriyoruz. chmod +x /opt/etc/init.d/S05syslogd komutuyla çalıtırılabilir hale getiriyoruz /opt/etc/init.d/S05syslogd komutuyla çalıştırıyoruz 9- /usr/sbin/iptables -I INPUT 1 -p tcp --dport 65534 -j logaccept komutuyla 65534 portunu açıyoruz ipkg-opt install lynx lynx kurup lynxhttp://www.utorrent.com:16000/testport2.php?port=65534 portun açık olup olmadığını kontrol ediyoruz. 10- /opt/bin/ipkg-opt install thttpd komutuyla thttpd - tiny/turbo/throttling HTTP serverı kuruyoruz -----------------***************-------------------- Installing thttpd (2.25b-4) to /opt/... Downloading http://ipkg.nslu2-linux.org/feeds/optware/ddwrt/cross/stable/thttpd_2.25b-4_mipsel.ipk Configuring thttpd To complete the installation, you must edit /opt/etc/thttpd.conf, and then run /opt/etc/init.d/S80thttpd to start thttpd. Successfully terminated. -----------------***************-------------------- 11- vi /opt/etc/thttpd.conf ile açıp dir=/opt/share/www port=8008 user=root nochroot nosymlink novhost logfile=/var/log/thttpd.log pidfile=/var/run/thttpd.pid cgipat=cgi-bin/* haline getiriyoruz /opt/etc/init.d/S80thttpd start ile manuel olarak çalıştırıyoruz.. http://192.168.1.1:8008/cgi-bin/transmission.cgi ile torrent gui'sini çalıştırıyoruz 12-log graifkleri için /opt/bin/ipkg-opt install gnuplot 13-midnight commander için /opt/bin/ipkg-opt install mc kullanılabilir. 14-Başlangıç dosyası #!/bin/sh #jffs yi aç nvram set sys_enable_jffs2=1 nvram commit #swap aktivasyonu /jffs/usr/sbin/mkswap /dev/discs/disc0/part2 /jffs/usr/sbin/swapon /dev/discs/disc0/part2 #/opt mount et mount -o bind /jffs/opt /opt #transmission_watchdog'u aç /opt/sbin/transmission_watchdog #syslogu aç /opt/etc/init.d/S05syslogd #http serveri aç /opt/etc/init.d/S80thttpd start yukarıdaki dosyayı /jffs/etc/config/a00mount-data-part.startup içine yaz |
Ben internet bölümüne WOL konusunda bir başlık açtım. http://forum.donanimhaber.com/m_30377292/tm.htm |
Mesajınız geç gördüm kusura bakmayın Link burada ve sadece bu model için uygundur.. http://www.dd-wrt.com/phpBB2/viewtopic.php?t=44448&highlight= Benim elimde GC modeli olduğu için yaptım bunu ama yeni lacak olsam GU yada DDWRT destekli USB portlu bşaka bir modeli seçerdim. Kısacası kolay bir iş değil minicik devre elemanlarını baskılı devre üzerine monte etmek...
|
uydunet icin ayrica bir ayara ihtiyac duyulmuyor. 192.168.1.1 ile dd-wrt, 192.168.100.1 ile kablo modem arabirmine girilebiliyor. benim gibi donanaimlari kurcalamayi sevenlerdenseniz su basliklari okumanizda fayda var: http://www.dd-wrt.com/phpBB2/viewtopic.php?t=51486 http://www.dd-wrt.com/phpBB2/viewtopic.php?t=2507 ikinci basliktaki yontem brick olmus router'lar icin son carelerden biri, bugun ancak bu sekilde unbrick edebildim wl-500w'mi. |
arkadaşlar usb ram yükselyme sd card takma alternetif akım kontrol etme gibi özelliklerin eklenmesi için aşağıdaki linklere göz atabilirsiniz: http://www.wifi-turk.com/forum/index.php?showtopic=4481 http://www.wifi-turk.com/forum/index.php?showtopic=4243 http://www.wifi-turk.com/forum/index.php?showtopic=3287 http://www.wifi-turk.com/forum/index.php?showtopic=4440 iyi çalışmalar. |
Fabrika cikisli dd-wrt la gelen router kullanan varmi acaba ben su modeli gordum mesala, http://www.dd-routers.com/ddwrt-router.html Turkiye ye kargo dahil 90 dolar istiyolar..Kullanan varmi acaba yada baska marka model de olur |
pc ile haşır neşirim ama ddwrt konusunu ilk kez duyuyorum. dediğiniz gibi riske girmeden değiştirmek istedim ama ürünü bayaa ucuz aldığım için ve bu linkteki olayı denemek için gelmesini bekliyorum ürünü iade etmeden. sizce budamı olmaz. ve tavsiye edebileceğiniz tüm cihazlarıyla uyumlu bir cihaz varmı? |
http://www.wifi-turk.com/forum/topic/6863-tp-link-tl-wr740n-wds-ayarlari-repeating-uni-repeating-client-kablosuz-alip-hem-kablosuz-hemde-kablolu-verme/ bu linkdeki 740n için yapılan anlatımı birebir 1043 e uygulayıp dene bakalım yüksek ihtimal kendi yazılımı ile kablosuz alıp kablosuz verir. |
hocam sizindemi bilginiz yok üstte bahsettiğim konudan |
Tavsiye ettiğiniz modellerde bir değişiklik revizyon var mı? http://www.flashrouters.com/blog/2012/02/12/2012-best-and-most-recommended-ddwrt-wireless-n-routers-for-installing-running-open-source-firmware/ http://www.flashrouters.com/blog/2013/03/16/best-routers-for-installing-running-dd-wrt-open-source-firmware-2013-updated/ |
Buradan bakın:http://www.dd-wrt.com/site/support/router-database Listede yoksa forumlarında konu açmayı deneyin. |
Listede var ama bir türlü indirme linkini bulamadım. Daha önce kullandığım tp link 740n sorunsuz bir şekilde yüklemiştim. |
http://www.dd-wrt.com/site/support/router-database yukarıdaki sayfada Asus RT-N10 yazınca gelmesi gerekir... |
Maalesef d1 sürümü grlmiyor. |
Elimde wrt54g v8 cihaz var.ddwrt micro kurulumu yaptım.bir ağa kablosuz bağlanıp kablosuz yayın yapmak istiyorum.yani cihaz modeme kablosuz bağlanacak tekrar kablosuz dağıtacak.kablolu olarak ta dağıtabilir.gunlerdir bi turlu yapmadımhttp://www.wifi-turk.com/forum/topic/6948-tp-link-tl-wr740n-router-ile-dd-wrt-kullanarak-repeating-yapmak-kablosuz-alip-hem-kablolu-hemde-kablosuz-yeniden-vermek/ buradaki olmuyor.bendeki sürüm mikro sanırım bu cihazın standart acaba ondanmi olmuyor. |
Linksys WRT300N v1, v1.1 - DD-WRT çalışıyor Linksys WRT300N v2.0 - Şu an için destek yok http://www.dd-wrt.com/wiki/index.php/Linksys_WRT300N_v1%2C_v1.1 Sizdeki Versiyon hangisidir? |
http://www.dd-wrt.com/wiki/index.php/Asus_RT-N12 http://www.dd-wrt.com/phpBB2/viewtopic.php?p=934736 - Bu linkte Unbricking Your Asus Rt-N12 D1 diye bir açıklma mevcut uygulayıp denemeniz lazım. Farklı yöntemlerle cihazı kullanabilir duruma getirebilirsiniz. Unbricking Your Asus Rt-N12 D1 Alright, if you’re anything like me you’ve somehow bricked the router (probability through multiple attempts or trying to get DD-WRT on there). We need to get the Stock Asus firmware back on there so we can load up DD-WRT. Tools you are going to need: - Asus Firmware: Version 3.0.0.4.374.813 - The Asus “Firmware Restoration” program. Again, these tools can be found in a ZIP file on my website. Download and then extract these files from here:www.craigonsite.com/s/Asus_RT-N12D1_DD-WRT.zip 1. Setup your computer’s NIC to a static address. I suggest using 192.168.1.2 2. Plug your computer into the LAN port marked as “1” on the back of the router. It is VERY important you do NOT plug your computer into LAN Port 4. Make sure it’s in LAN port “1” on the back of the router. 3. Make sure you unplug the power cord on the back of the router. 4. Install the Asus Firmware Restoration program (It’s the file you downloaded earlier called Rescue.exe). It’s the standard Next, Next, I accept, Finish type of install. At the end of the installation you will be given the choice to Launch the application. Go ahead and do so. 5. When the application launches, you need to browse to the location where you have the stock Asus Firmware (FW_RT_N12_D1_3004374813) you should have already downloaded. Do NOT hit the Upload button yet. We are just trying to get everything ready. 6. Grab a paper clip or something sharp and push and hold the reset button on the back of the router. The router should be powered off or unplugged while doing this. 7. Plug the power cord in or power the router back up and with the paper clip still in the reset button we need to wait for the power light on the router to flash very slowly. It takes about 15-20 seconds before it starts to flash. It flashes in 5 second intervals, 5 seconds on, 5 seconds off) 8. After it starts to slowly flash, take the paper clip out of the reset button 9. Hit the Upload button on the Firmware Restoration application. 10. Wait. You will eventually see the application connect to the router and upload the firmware. And then start waiting some more. 11. The router should automatically reboot on its own. It actually could do this a couple of times. Wait at least 2 minutes before proceeding. 12. Once you have waited 2 minutes, manually power the unit off for 10 seconds and then turn it back on. The router may reboot a couple more times. Wait 2 more minutes 13. Now, the unit won’t work and you probably only see a LAN light and the Power Light. We need to do a 30-30-30 reset for this particular router. This is not easy and I’d suggest reading these steps and then performing them: For everything that you will be doing the WPS button and the reset button will be pressed for the whole time. - The router needs to be powered on. - Press the WPS button and hold it, don’t let go of it. - Take the paper clip and hold down the reset button, don’t let go of it - Count to 30. - With a free finger, hit the power button on the router. (Keep in mind you still need to have the WPS button and the reset button still pressed down). - Count to 30 while the router is powered off. - Press the power button to turn it back on. - Count to 30. - Let go of the WPS button and the Reset button. - Wait, you will see the router reboot again and if you have done it right you will see the Power light, Wireless light, and the Lan 1 light all lit up. 14. Using only Internet Explorer (do not use Chrome, Firefox, or any other browser) go to the following IP address of the Asus firmware http://192.168.1.1/Advanced_FirmwareUpgrade_Content.asp If you are prompted to enter the username and password you unbricked the router. Congratulations! Now head back to Step 3 of How to load DD-WRT on the Asus RT-N12 D1 |
Bu router'lara dd-wrt yuklmeye calisirken bir daha acilamaz hale gelebiliyor. TR 'dehttps://www.jetrouters.com icinde hazir vpn olan router'lar hazriliyor. Icinde IPVanish, Private Internet Access ve VyperVPN hazır test edilmis dd-wrt router'lar. Vpn siz de var. etym656: Aklima gelen router'a tcpdump yuklemek. Sonra de sniff edersin. dump paketini alip pc'ined wireshark ile analiz edebilirsin. |
Bu firmware yüklendikten sonra elinizdeki routerların neler yapabileceğine şaşırıp kalacaksınız.
Öncelikle desteklenen routerlar aşşağıdaki linkten görülebilir.
http://www.dd-wrt.com/wiki/index.php/Supported_Devices
Yüklendikten sonra routerin kazanacağı bazı temel fonsiyonlar ise şöyle
13 Dilde arayüz
802.1x Extensible Authentication Protocol (EAP)
Access Restrictions
Ad Hoc
Afterburner
Client Isolation Mode
Client Mode (supports multiple connected clients)
DHCP Forwarder (udhcp)
DHCP Server (udhcp or Dnsmasq)
DNS Forwarder (Dnsmasq)
DMZ
Dynamic DNS (DynDNS, easyDNS, FreeDNS, No-IP, TZO, ZoneEdit, custom, and others)
Hotspot Portal (Sputnik Agent ,Chillispot)
IPv6
JFFS2 (JFFS2)
MMC/SD Card Support (hardware modification required)
NTP
ntop Remote Statistic (ntop)
OpenVPN Client & Server (only in -vpn build of the firmware)
Port Triggering
Port Forwarding
PPTP VPN Server & Client
QoS Bandwidth Management
QoS L7 Packet Classifier (l7-filter)
RFlow
Routing (BIRD)
Samba FS Automount
Syslog
Rx Antenna
Tx Antenna
Show Status of Wireless Clients and WDS with System Uptime/Processor Utilization
Site Survey
SNMP
SSH server & client (dropbear)
Startup, Firewall, and Shutdown scripts (startup script)
Static DHCP
Style (Changeable GUI; v.23)
Supports New Devices (WRT54G V3, V3.1, V4, V5 and WRT54GS V2.1, V3, V4)
Telnet server & client
Transmit Power Adjustment (0-251mW, default is 28mW, 100mW is safe)
UPnP
USB
VLAN
WOL (Wake On Lan) (WOL)
WDS Connection Watchdog
WDS Repeater Mode
Wireless MAC Address Cloning
Wireless MAC Filter
WMM (Wi-Fi MultiMedia)
WPA over WDS
WPA/TKIP with AES
WPA2
Xbox Kaid (Kai Engine)
Şimdi bunca şeyden sonra isterseniz optware paketleri ile bir linux sürümüne yüklenebilecek hemen herşeyin yüklenebileceğini de söylersem sanırım abatmış olmam.
Gelelim uygulamada bize neler kazandırcağına.
Ben şahsen ASUS 520GU üzerinde şu an yukarıdaki temel özelliklerin yanında Torrent client, NAS server, ip camera server, network print server, HTTP ve FTP server çalıştırıyorum.
Bu routerın fiyatı ise 2. elde yalnızca 50-60 tl
Konu ile ilgilenenler için maalesef Türkçe kaynak yok. Ama ben hazırlıyorum talep olursa yayınlarım.
Resmi sitesi ise
http://www.dd-wrt.com
< Bu mesaj bu kişi tarafından değiştirildi dec_chaos -- 11 Mart 2009; 18:24:10 >