답변:
그들은 안에있을 것입니다
http://tools.ietf.org/html/rfc1918
10.0.0.0 - 10.255.255.255 (10/8 prefix)
172.16.0.0 - 172.31.255.255 (172.16/12 prefix)
192.168.0.0 - 192.168.255.255 (192.168/16 prefix)
그리고 이것이 기본값 일뿐만 아니라 설정할 수있는 전부입니다. 이것들은 3 개의 사설 IP 범위입니다. RFC 1918에 지정된대로
이제는 공통적 인 것입니다. 그것은 미래에 바뀔 수 있습니다. 그러나 내가 본 것에서 192.168 / 16 범위가 가장 일반적입니다.
두 번째는 10/8 범위입니다. 당신도 그렇습니다. 드문 일이 아니다
그리고 172.16 / 12에서 아무것도 사용하도록 설정된 라우터를 본 적이 없지만 가능합니다.
대다수는 192.168.1 / 24로 설정되어 있습니다. 또한 일부는 기본적으로 192.168.0 / 24로 설정되며 10.1.1 / 24 또는 10.0.0 / 24로 설정되는 매우 작은 숫자가 있습니다.
(게이트웨이 IP {라우터의 IP 주소}의 마지막 옥텟은 거의 항상 .1이지만 몇 년 동안 기본값은 .254였습니다.)
다음은 http://localrouter.net 용으로 컴파일 된 목록입니다.
대부분 http://www.techspot.com/guides/287-default-router-ip-addresses/ 에서 수집되었습니다 .
var commonDefaults = { // used by...
"cellspot.router": "T-Mobile (ASUS)",
"10.0.0.1": "Cisco, D-Link, Sitecom, SMC",
"10.0.0.2": "Belkin, Billion, Cisco, D-Link, Siemens, Zoom, Zyxel",
"10.0.0.138": "2Wire, Huawei, NetComm, Siemens, SpeedTouch, Zoom, Zyxel",
"10.0.1.1": "Apple", // no HTTP
"10.0.10.1": "SMC",
"10.1.1.1": "Belkin, D-Link",
"10.10.1.1": "Asus",
"10.90.90.90": "D-Link",
"172.16.0.1": "",
"172.16.1.1": "",
"192.168.0.1": "2Wire, Actiontec, D-Link, Eminent, Huawei, LevelOne, Linksys, Netgear, Planet, Senao, Siemens, Sitecom, SMC, Tenda, Thomson, TP-Link, Trendnet, ZTE, Zyxel",
"192.168.0.3": "Sonicwall",
"192.168.0.10": "D-Link",
"192.168.0.30": "Cisco, D-Link, Trendnet",
"192.168.0.50": "Cisco, D-Link",
"192.168.0.100": "Trendnet",
"192.168.0.101": "D-Link",
"192.168.0.277": "Netgear",
"192.168.0.254": "TP-Link",
"192.168.1.1": "2Wire, 3Com, Actiontec, Airlink, Asus, Aztech, Belkin, Buffalo, Dell, Cisco, D-Link, Eminent, Huawei, Linksys, NetComm, Planet, Repotec, Siemens, SMC, Tenda, TP-Link, Trendnet, USR, Zoom, ZTE, Zyxel, Motorola, Planet, Repotec",
"192.168.1.10": "Linksys",
"192.168.1.99": "Linksys",
"192.168.1.100": "Trendnet",
"192.169.1.200": "Hawking",
"192.168.1.210": "Linksys",
"192.168.1.254": "2Wire, Asus, Aztech, Billion, D-Link, Gigabyte, Hawking, Linksys, Motorola, MSI, Netopia, Planet, Siemens, Sitecom, SpeedTouch, Thomson, Trendnet, Zoom, Zyxel",
"192.168.2.1": "Actiontec, Airlink, Airlive, Airties, Asus, Aztech, Belkin, Edimax, Linksys, Microsoft, Siemens, SMC, Trendnet, USR, Zoom, ZTE, Zyxel",
"192.168.2.254": "ZTE",
"192.168.3.1": "Amped, Huawei",
"192.168.4.1": "Zoom, Zyxel",
"192.168.8.1": "Eminent, Huawei",
"192.168.10.1": "3Com, Motorola, Repotec, Trendnet, Zoom, Zyxel",
"192.168.10.10": "Trendnet",
"192.168.10.50": "NetComm",
"192.168.10.100": "Trendnet",
"192.168.11.1": "Buffalo",
"192.168.15.1": "D-Link: Linksys: Motorola: Sweex",
"192.168.16.1": "Linksys: Repotec",
"192.168.20.1": "Motorola: NetComm",
"192.168.29.1": "Asus",
"192.168.30.1": "Motorola",
"192.168.50.1": "Sweex",
"192.168.55.1": "Sweex",
"192.168.62.1": "Motorola",
"192.168.100.1": "Motorola, Huawei, Thomson",
"192.168.100.100": "ZTE",
"192.168.102.1": "Motorola",
"192.168.123.254": "LevelOne, Repotec, Sitecom, USR",
"192.168.168.168": "Sonicwall",
"192.168.223.100": "Trendnet",
"192.168.251.1": "Sweex",
"192.168.254.254": "Actiontec, Aztech, D-Link, Siemens, Zyxel"
};