|
IP Address Security
Overview
New in version 2.3.1.7 of SERVER.MM.MINISOFT is the ability to block
connection based upon IP address.
Parameters
One MPE file per port number to be filtered. If the file exists
block all connections except those included. Local Loop address is always
accepted. (127.0.0.1:255.255.255.255)
Sample
For a server configured to listen on port 30001:
:print ip30001
209.42.12.0:255.255.255.128
209.43.231.0:255.255.255.0
209.44.0.0:255.255.0.0
This would permit connections from:
209.42.12.1 to 209.42.12.127
209.43.231.1 to 209.43.231.254
209.44.0.1 to 209.44.255.254
|