How to manually setup the server’s IP address of AVEA’s web08s/mf-web08s
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 … Read More