The firewall's SSH server is controlled by the management server, so when you restart it you are also killing the active SSH connection. That's what the "Connection reset by peer" message is saying. If you can't get to the management port, and you have a management profile set on one of the non-management interfaces, you may want to see if it's listening for the web connections. You can run the following command to have the firewall output what it is listening on: > netstat listening yes numeric-ports yes Check for a TCP entry such as: tcp 0 0 *:443 *:* LISTEN You can also tail the ms.log file while attempting to display the web interface on the management port to see if you receive any messages: > tail follow yes mp-log ms.log Attempt to display the page, and see if there are any messages. Finally, what version and hardware are you running? Hope this helps, Greg Wesson
... View more