istar:technicalinfo

no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


istar:technicalinfo [2009/11/27 17:54] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== Technical Information ======
  
 +{{istar:istar-inside.png?175}} {{:istar:cimg1393.jpg?175|}} {{:istar:cimg1391.jpg?175|}} {{:istar:cimg1388.jpg?175}}
 +
 +Other interesting sites that contain technical information:
 +  * http://www.lundman.net/wiki/index.php/NetworkedMediaTank
 +
 +The first interesting thing to do is find out which ports are open on the device.  For this we use the trusty NMAP tool
 +
 +<code>
 +$ ./nmap.exe  -r  -p1-65535 192.168.1.106
 +
 +Starting Nmap 4.62 ( http://nmap.org ) at 2008-05-22 10:18 GMT Daylight Time
 +Interesting ports on 192.168.1.106:
 +Not shown: 65531 closed ports
 +PORT      STATE SERVICE
 +2020/tcp  open  xinupageserver
 +8883/tcp  open  unknown
 +54275/tcp open  unknown
 +57802/tcp open  unknown
 +MAC Address: 00:06:DC:42:07:0D (Syabas Technology (Amquest))
 +
 +Nmap done: 1 IP address (1 host up) scanned in 6.219 seconds
 +
 +$
 +</code>
 +
 +====== Built in WEB Server ======
 +
 +The unit has a built in webserver that listens on port 8883.  
 +
 +If set your screen to a video output mode that cannot be rendered you can reset to whatever you want if you know the IP address of your unit.
 +
 +<code>http://UNIT_IP:8883/display.html</code>
 +
 +Of course when you press the SAVE button it will attempt to repost to 127.0.0.1.  Just alter the IP address and you should be able to remotely adjust your screen resolution.
 +{{tag>nmt}}
  • istar/technicalinfo.txt
  • Last modified: 2009/11/27 17:54
  • by 127.0.0.1