I'm trying to test Lightstreamer-Moderato on Windows NT.

I followed the directions to get the MAC address of the NICs, here is the output of ipconfig /all:

Windows NT IP Configuration

Host Name . . . . . . . . . : TOM
DNS Servers . . . . . . . . : 64.105.132.252
64.105.156.138
64.105.132.250
Node Type . . . . . . . . . : Hybrid
NetBIOS Scope ID. . . . . . :
IP Routing Enabled. . . . . : No
WINS Proxy Enabled. . . . . : No
NetBIOS Resolution Uses DNS : No

Ethernet adapter E100B1:

Description . . . . . . . . : Intel(R) PRO Adapter
Physical Address. . . . . . : 00-50-2C-03-4F-0C
DHCP Enabled. . . . . . . . : No
IP Address. . . . . . . . . : 192.168.0.1
Subnet Mask . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . : 192.168.0.1

Ethernet adapter NTSPPPOE6:

Description . . . . . . . . : NTS PPPoE Adapter #1
Physical Address. . . . . . : 44-45-53-54-77-77
DHCP Enabled. . . . . . . . : Yes
IP Address. . . . . . . . . : 69.3.132.48
Subnet Mask . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . : 69.3.132.48
DHCP Server . . . . . . . . : 1.1.1.1
Lease Obtained. . . . . . . : Tuesday, May 26, 2009 2:53:10 PM
Lease Expires . . . . . . . : Monday, January 18, 2038 7:14:07 PM

Ethernet adapter RTL81392:

Description . . . . . . . . : Farallon NetLINE 10/100 PCI PN993
Physical Address. . . . . . : 00-00-C5-5A-73-AA
DHCP Enabled. . . . . . . . : No
IP Address. . . . . . . . . : 192.168.0.10
Subnet Mask . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . :

PPP adapter NdisWan7:

Description . . . . . . . . : NdisWan Adapter
Physical Address. . . . . . : 00-00-00-00-00-00
DHCP Enabled. . . . . . . . : No
IP Address. . . . . . . . . : 0.0.0.0
Subnet Mask . . . . . . . . : 0.0.0.0
Default Gateway . . . . . . :

Since the Farallon NIC is the one that is connected to the Internet, I used its MAC address of 00-00-C5-5A-73-AA to get a license file. When that failed, I tried with a license file for the Intel NIC with a MAC address of 00-50-2C-03-4F-0C and when that failed, I tried with a license file for the PPPoE NIC with a MAC address of 44-45-53-54-77-77 and that also failed.

I followed these directions exactly:

-------------------------
2) Configure your License
-------------------------

Copy your Moderato license file to the "conf" directory (you can get
a Free License file from http://www.lightstreamer.com/downloadfree.htm).
Edit the "lightstreamer_conf.xml" file, located under the "conf"
directory. Place your ClientID in the <client_id> element.
Place the name of your license file in the <license_path> element.

NICs:
1> Farallon NetLINE 10/100 PCI PN993 Physical Address. . . . . . : 00-00-C5-5A-73-AA Internet
From the email: Your ClientID: Elljpdhj8Mr0VUDaE7c6x MAC address: 00:00:C5:5A:73:AA

2> Intel(R) PRO Adapter Physical Address. . . . . . : 00-50-2C-03-4F-0C LAN
From the email: Your ClientID: Elljpdhj8Mr0VUDaE7c6x MAC address: 00:50:2C:03:4F:0C

3> NTS PPPoE Adapter #1 (Virtual) Physical Address. . . . . . : 44-45-53-54-77-77 PPPoE
From the email: Your ClientID: Elljpdhj8Mr0VUDaE7c6x MAC address: 44:45:53:54:77:77

lightstreamer_conf.xml
<production>
<!-- Mandatory. Your personal ClientId (received together with the
license file). -->
<client_id>Elljpdhj8Mr0VUDaE7c6x</client_id>

<!-- Mandatory. Path and name of the license file for Lightstreamer Server,
Moderato Edition, relative to the conf directory. -->
<license_path>Elljpdhj8Mr0VUDaE7c6x.lic</license_path>

<!-- Mandatory. Path of the directory in which to store the audit
log files, relative to the conf directory. -->
<audit_logs>../audit</audit_logs>
</production>

But the log file always has the error message "MAC address check failed" and I get alerts every 20 minutes; then the server quits after one hour.

So... what do I need to do to get this installation to work?