On Oct 23, 2011, at 4:37 PM, Tim Dunphy wrote: > allow 192.168.1.0 # allow localhost to connect to the server and
This means that only connections from 192.168.1.0 are allowed. > I am attempting to limit the connections to the local network (192.168.1.0). > But it is producing the same exact result. Any other thoughts? If you try to limit connections to the local network, add a mask so you can connect from any machine on the local network. I.e. 192.168.1.0/24. -- To unsubscribe: https://lists.nongnu.org/mailman/listinfo/monit-general
