IP address defaults to 192.168.1.32. This should fit
most people. (Hint: Even Windows supports more than one IP address
per network adapter. No need to break your network.)
PRO only:
If you want to change this, you must prepare for some hex-editing
(sorry). Store the configuration, read the configuration block
with the flash tool, and load it into an hex editor. at offset
108, 10c, 110 you have to insert the IP, Netmask, Gateway.
You *must* specify a non-null IP for each of the three.
(You either know what this means or you have to wait for the
next version!)
Example:
00108: 0A 00 00 10 FF FF FF 00 0A 00 00 01
would be IP 10.0.0.16, netmask 255.255.255.0, gateway 10.0.0.1.
|