How to manually setup the server’s IP address of AVEA’s web08s/mf-web08s

with No Comments

1. Setup a network with a temperory Apache/PHP server at 192.168.1.1.

2. Create a script at the root of the Apache server, i.e. /avea.php with the following contains:

<?php
echo ‘<AVEA>’;
echo ‘WS=xxx.xxx.xxx.xxx’;
echo ‘DENY’;
echo ‘</AVEA>’;
?>
where xxx.xxx.xxx.xxx is the IP address of the designated server.

 

3. Connect the RFID reader to the network and then power up the reader with default settings.

4. A beep sound will be heard if the configuration is succeed.

5. Power off the reader.

6. Install the reader to the production network environment (assuming DHCP server is enabled) with the server at xxx.xxx.xxx.xxx.