
RMSv1 Security Issues
The RMS v1 boards have a 8 MHz Atmel 162 micocontroller. At 8 Mhz, the processor can handle only a moderate amount
of requests at a time before performance starts to degrade. To help avoid Denial of Service attacks, there are a couple
of things that can be done. First, use non routable IP addresses such as 10.0.xx.xx or 192.168.xx.xx. Try to avoid public
IP addresses, this will limit the connections to your RMS units to computers that reside inside your network. Use the IP
restriction feature to limit the IP addresses that are allowed to connect. Up to five IP addresses can be programed to be
allowed to connect; all others are denied. You may disable the built in http server, doing so will cause the RMS unit to
drop all tcp connection attempts. Don't forget to change the default password!

include ("../sd_footer.php");
sdfooter();
?>