1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135
|
<?xml version="1.0"?>
<root xmlns="urn:schemas-upnp-org:device-1-0">
<specVersion>
<major>1</major>
<minor>0</minor>
</specVersion>
<URLBase>http://127.0.0.1</URLBase>
<device>
<deviceType>urn:schemas-upnp-org:device:InternetGatewayDevice:1</deviceType>
<presentationURL>/</presentationURL>
<friendlyName>Xtreme N GIGABIT Router</friendlyName>
<manufacturer>D-Link Systems</manufacturer>
<manufacturerURL>http://www.dlink.com</manufacturerURL>
<modelDescription>Xtreme N GIGABIT Router</modelDescription>
<modelName>Xtreme N GIGABIT Router</modelName>
<modelNumber>DIR-655</modelNumber>
<modelURL>http://www.dlink.com</modelURL>
<serialNumber>none</serialNumber>
<UDN>uuid:E17FAEB7-CABB-3BCC-9C36-7207D5397C0E</UDN>
<UPC>00000-00001</UPC>
<serviceList>
<service>
<serviceType>urn:schemas-upnp-org:service:Layer3Forwarding:1</serviceType>
<serviceId>urn:upnp-org:serviceId:L3Forwarding1</serviceId>
<controlURL>http://192.168.0.1:4444/l3fw</controlURL>
<eventSubURL>http://192.168.0.1:9393/l3fw</eventSubURL>
<SCPDURL>http://192.168.0.1/l3fw.xml</SCPDURL>
</service>
</serviceList>
<deviceList>
<device>
<deviceType>urn:schemas-upnp-org:device:WANDevice:1</deviceType>
<friendlyName>Xtreme N GIGABIT Router</friendlyName>
<manufacturer>D-Link Systems</manufacturer>
<manufacturerURL>http://www.dlink.com</manufacturerURL>
<modelDescription>Xtreme N GIGABIT Router</modelDescription>
<modelName>Xtreme N GIGABIT Router</modelName>
<modelNumber>DIR-655</modelNumber>
<modelURL>http://www.dlink.com</modelURL>
<serialNumber>none</serialNumber>
<UDN>uuid:EC4A6889-B956-363F-9849-62C053B72D72</UDN>
<UPC>00000-00001</UPC>
<serviceList>
<service>
<serviceType>urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1</serviceType>
<serviceId>urn:upnp-org:serviceId:WANCommonIFC1</serviceId>
<controlURL>http://192.168.0.1:4444/wcommifc</controlURL>
<eventSubURL>http://192.168.0.1:9393/wcommifc</eventSubURL>
<SCPDURL>http://192.168.0.1/WANCommonIFC1.xml</SCPDURL>
</service>
</serviceList>
<deviceList>
<device>
<deviceType>urn:schemas-upnp-org:device:WANConnectionDevice:1</deviceType>
<friendlyName>Xtreme N GIGABIT Router</friendlyName>
<manufacturer>D-Link Systems</manufacturer>
<manufacturerURL>http://www.dlink.com</manufacturerURL>
<modelDescription>Xtreme N GIGABIT Router</modelDescription>
<modelName>Xtreme N GIGABIT Router</modelName>
<modelNumber>DIR-655</modelNumber>
<modelURL>http://www.dlink.com</modelURL>
<serialNumber>none</serialNumber>
<UDN>uuid:8843AAB0-7191-39C5-A763-9592A8C5AB32</UDN>
<UPC>00000-00001</UPC>
<serviceList>
<service>
<serviceType>urn:schemas-upnp-org:service:WANIPConnection:1</serviceType>
<serviceId>urn:upnp-org:serviceId:WANIPConn1</serviceId>
<controlURL>http://127.0.0.1:%d/wipconn</controlURL>
<eventSubURL>http://192.168.0.1:9393/wipconn</eventSubURL>
<SCPDURL>http://192.168.0.1/WANIPConn1.xml</SCPDURL>
</service>
</serviceList>
</device>
</deviceList>
</device>
<device>
<deviceType>urn:schemas-wifialliance-org:device:WFADevice:1</deviceType>
<presentationURL>/</presentationURL>
<friendlyName>WFADevice</friendlyName>
<manufacturer>D-Link Systems</manufacturer>
<manufacturerURL>http://www.dlink.com</manufacturerURL>
<modelDescription>Xtreme N GIGABIT Router</modelDescription>
<modelName>Xtreme N GIGABIT Router</modelName>
<modelNumber>DIR-655</modelNumber>
<modelURL>http://www.dlink.com</modelURL>
<serialNumber>none</serialNumber>
<UDN>uuid:003F35AE-C81C-3EE7-972E-8AEF712289D5</UDN>
<UPC>00000-00001</UPC>
<serviceList>
<service>
<serviceType>urn:schemas-wifialliance-org:service:WFAWLANConfig:1</serviceType>
<serviceId>urn:wifialliance-org:serviceId:WFAWLANConfig1</serviceId>
<controlURL>http://192.168.0.1:8832/wfawc</controlURL>
<eventSubURL>http://192.168.0.1:8456/wfawc</eventSubURL>
<SCPDURL>http://192.168.0.1/WFAwc.xml</SCPDURL>
</service>
</serviceList>
</device>
</deviceList>
</device>
</root>
|