[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: monit not showing up in a browser
From: |
Jan-Henrik Haukeland |
Subject: |
Re: monit not showing up in a browser |
Date: |
Sun, 23 Oct 2011 18:08:30 +0200 |
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.