D Link Router Dsl 2730u Firmware

Posted on
D Link Router Dsl 2730u Firmware 4,3/5 3831 reviews
  • D-Link Response to KRACK Vulnerability How do I upgrade the firmware on my router?
  • تحديث( firmware (software في مودام D-Link DSL-2730U upgread modem g D-Link DSL-2730U software D-Link DSL-2730U firmware D-Link DSL-2730U mise a jour D-Link D.
  1. Dlink 2730u Firmware
  2. D Link Router Dsl 2730u Firmware Download

Mar 5, 2017 - If you happen to have an Indian version of D-Link DSL-2750U router which has the hardware version of U1 and firmware version of IN_1.08,.

I have a D-Link router. Its software (firmware) causes a lot of problems so I try to update it.

My router model is DSL-2730U so I downloaded the original firmware from this site:http://www.dlinkmea.com/site/index.php/site/productDetails/234

When I update the software, it says that the file is illegal. I really need to update it because what I use now is not the original firmware and does not work properly.

I would like to know what does it mean by 'Illegal' ? and What should I do to make it legal ? or where can I get a good firmware ?

Here are two pictures that describe my issue :

wireless-networkingrouterispfirmwaresoftware-update
user2824371user2824371

4 Answers

  • First check your router firmware version and the downloaded version,sometimes you can't UPDATE to the newest firmware, you must look ifthey recommend an old version before the newest one.

If that router from ISP, it mean's they locked your router. you have three options to flash it with other version.

First methodBy using SSH commands most ISP left backdoor ports, you can use that method to un-break your router.Download the firmware to the router's /tmp directory with wget or scp.

you could use the mounted share if you have one, and simply download the file there.

Compare the MD5 checksum of the original and the downloaded file.

Write the firmware to flash.

Wait...

Reboot

Second method by flash your router with DD-WRT, Tomato or OPEN-WRT 'open source firmware'I recommend DD-WRT it's more easy than other open source firmware and stablecheck their websites to find what firmware can work on your router, open source firmware can pass your ISP Lock.

The last methodBy using serial ports to flash your router, gives you the fully control of everything, this method can break any router, no close doors or locked routers anymore :)

Most factories left serial port on the main circuit board to test/troubleshoot their product.Sometimes you must solder wires to the ports, Like what I did in the PIC below, check My blog if your want more info about soldering your wires.

and sometimes they are ready to use

Now you need something called Arduino 'Micro-controller' We will use it to make a communication between your PC and your router over the serial port.Connect your Arduino to your router like thisTX-------RX

RX-------TX

GND-----GND

VCC----3.3V

Dsl

WARNING DON'T connect VCC to 5V

  • Connecting your LAN Cable from the Router to your PC
  • Download firmware DD-WRT/Open-WRT or what ever you want for yourRouter.

  • Extract TFTP and insert Firmware openwrt 'or what ever' to samefolder TFTP extract.
  • change your static Computer IP192.168.1.100255.255.255.0
  • Run TFTP
  • choose the current directory to the firmware you download
  • change server to this IP192.168.1.100
  • Connecting your computer with the Router via Putty
  • Connection type = serial
  • serial line = COM same com arduino detection into your computer speed= 115200
  • In progress booting your router and type 'tpl' in command promptputty interface

IP Setting for your lan card 'all that inside TFTP'

  • Setting IP server: setenv serverip 192.168.1.100
  • Setting IP Mobile Router : setenv ipaddr 192.168.1.1

flash your Router with this command

after flashing type this command

router reboot processing.....

Firmware

That's it

NOTE

If your router can't have WAN-IP after you figure out all settings, you need something called 30-30-30 Hard reset, sometimes your old firmware will stuck inside your NVRAM they call that Dirty NVRAM, 30-30-30 hard reset will clean your old firmware completely 'that's for dd-wrt' firmware'

Narzan Q.Narzan Q.

Illegal in this case means a format not recognised by the router. The router checks the image file before installing it and it found it contains a format it does not recognise.

Reasons for this can be:

  • the image is meant for a different type of router or a newer version of your router
  • the image is corrupt
  • the image is compressed

If the image is compressed it means that image is inside a zip-file or other type of archive and must be uncompressed first before it can be used.

I saw that the download page you linked to offers the images as IMG and 7Z. The 7Z images are compressed using 7-zip and must (very likely) be uncompressed before they can be used to yield an IMGfile. The IMG file is then used to upgrade your router.

NZDNZD

As that desriptions asks you to obtain an updated software image from your ISP it looks like your router is 'branded' by the ISP. In that case even a valid firmware update from the original vendor may be considered invalid by the current (branded, non-vendor) firmware. Maybe you should actually follow those directions and check with your ISP for updated firmware.

Hagen von EitzenHagen von Eitzen

Its because the firmware u downloaded is for aa diffferent hardware revision. Ur hardware version, not just the model no, will be mentioned in the label beneath. Download firmware for that specific hardware type.

Abdul SatharAbdul Sathar

Not the answer you're looking for? Browse other questions tagged wireless-networkingrouterispfirmwaresoftware-update or ask your own question.