Obtaining Router IP

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 16:31, 21 May 2010 (edit)
Glenn (Talk | contribs)
(catchg Category:Routing/zh cn)
← Previous diff
Revision as of 08:19, 4 March 2011 (edit) (undo)
Sloth (Talk | contribs)
m (rolled back to English. for zh-cn article, see Obtaining Router IP/zh_cn)
Next diff →
Line 1: Line 1:
-[[Obtaining Router IP:简体中文]]+There are certainly cases in which the router IP address may be unknown. If DHCP is disabled on the router, you will not be assigned an IP or a default gateway (the router IP address). The default IP may not be 192.168.1.1 or perhaps it was changed from the default. Without knowing the IP address, it will be impossible to perform firmware upgrades or make changes to the router settings. If you do not have the manual for the router, you can try looking up the router default factory settings online:
-<br>+
-当然,例子中,还有可能路由器的IP地址是未知的。 如果在路由器上的DHCP是禁用的,你会分配不到IP或默认网关(路由器的IP地址)。 默认的IP可能不是192.168.1.1或者是你已从默认的IP改动了。如果不知道IP地址,就不可能进行固件升级或对路由器的设置进行更改。 如果你手上没有为路由器所编写的说明书,你可以尝试在线查找路由器的默认出厂设置:+
-:*[http://factorydefaults.com factorydefaults.com] - 不是一个全面的名单,但有大约40个左右常用的路由器,并为他们所有的IP地址。+:*[http://factorydefaults.com factorydefaults.com] - Not a comprehensive list, but has about 40 or so commonly used routers and has IP addresses for all of them.
-:*[http://www.phenoelit-us.org/dpl/dpl.html phenoelit-us.org] - 一个非常全面的清单,但没有对他们所有的IP地址。 +:*[http://www.phenoelit-us.org/dpl/dpl.html phenoelit-us.org] - A very comprehensive list, but does not have IP addresses for all of them.
-:*[http://www.answersthatwork.com/Download_Area/ATW_Library/Networking/Network__4-List_of_default_Router_Admin_Passwords_and_IP_addresses.pdf answersthatwork.com PDF file] - 建立有很多的上市路由器的IP地址相当全面的清单。+
 +:*[http://www.answersthatwork.com/Download_Area/ATW_Library/Networking/Network__4-List_of_default_Router_Admin_Passwords_and_IP_addresses.pdf answersthatwork.com PDF file] - A fairly comprehensive list with IP addresses for many of the routers listed.
-一旦你知道默认路由器的IP,更改您的计算机的IP地址相匹配的默认路由器的IP(子网即编号,以左。'在报告的评价)。例如,如果路由器的默认地址是192.168.10.1,设置计算机的IP手动192.168.10.77作为网关192.168.10.1。电力路由器与一个连续在命令窗口中运行平:+Once you know the default router IP, change the IP address of your computer to match the subnet of the default router IP (i.e. the numbers to the left of the .'s in the address). For example, if the router default address is 192.168.10.1, set the computer IP manually to 192.168.10.77 with 192.168.10.1 as the gateway. Power the router on with a continuous ping running in a command window:
ping -t <default router IP> ping -t <default router IP>
-如果您仍然没有收到回应,IP地址可能已被更改从默认。断开所有从命令窗口运行路由器和其他机器的ARP找出IP地址是:+If you still receive no response, the IP address may have been changed from the default. Disconnect all other machines from the router and run arp in a command window to find out what the IP address is:
arp -a arp -a
-您应该会收到一个从路由器,即使它比您的计算机而有所不同子网的反应。如果你收到一个响应,输出会给你的路由器的IP地址。一旦你发现路由器的IP地址,更改您的计算机的IP地址匹配如上所述路由器子网。你现在应该能ping路由器和接收响应。+You should receive a response from the router even if it is on a different subnet than your computer. If you've received a response, the output will give you the IP address of the router. Once you have discovered the IP address of the router, change the IP address of your computer to match the subnet of the router as described above. You should now be able to ping the router and receive a response.
-[[Category:Routing/zh cn]]+[[Category:Routing]]

Revision as of 08:19, 4 March 2011

There are certainly cases in which the router IP address may be unknown. If DHCP is disabled on the router, you will not be assigned an IP or a default gateway (the router IP address). The default IP may not be 192.168.1.1 or perhaps it was changed from the default. Without knowing the IP address, it will be impossible to perform firmware upgrades or make changes to the router settings. If you do not have the manual for the router, you can try looking up the router default factory settings online:

  • factorydefaults.com - Not a comprehensive list, but has about 40 or so commonly used routers and has IP addresses for all of them.
  • phenoelit-us.org - A very comprehensive list, but does not have IP addresses for all of them.

Once you know the default router IP, change the IP address of your computer to match the subnet of the default router IP (i.e. the numbers to the left of the .'s in the address). For example, if the router default address is 192.168.10.1, set the computer IP manually to 192.168.10.77 with 192.168.10.1 as the gateway. Power the router on with a continuous ping running in a command window:

ping -t <default router IP>

If you still receive no response, the IP address may have been changed from the default. Disconnect all other machines from the router and run arp in a command window to find out what the IP address is:

arp -a

You should receive a response from the router even if it is on a different subnet than your computer. If you've received a response, the output will give you the IP address of the router. Once you have discovered the IP address of the router, change the IP address of your computer to match the subnet of the router as described above. You should now be able to ping the router and receive a response.