On 03/25/2017 10:35 AM, Philippe LeCavalier wrote:
I've recently installed a new server for a client, using Deb 8.5 net
install.
2017-03-25 11:05:42 dpchrist@jesse ~
$ cat /etc/debian_version
8.7
Your Debian is stale. Please 'apt-get update' and 'apt-get upgrade'.
Linux localhost(masked for privacy reasons) 3.16.0-4-amd64 #1 SMP Debian
3.16.36-1+deb8u2 (2016-10-19) x86_64 GNU/Linux
2017-03-25 11:06:17 dpchrist@jesse ~
$ uname -a
Linux jesse 3.16.0-4-amd64 #1 SMP Debian 3.16.39-1+deb8u2 (2017-03-07)
x86_64 GNU/Linux
Your kernel is stale. Please 'apt-get update' and 'apt-get upgrade'.
The server is used as an SAMBA AD DC for a small network of users.
While in my lab, I could SSH to the box as expected but some some odd
reason, once deployed on site I can no longer SSH from the outside.
I assume you mean that you cannot connect to the server using SSH from
the Internet via the client's LAN-Internet router.
Can you ping the server from the LAN?
Can you connect to the server using SSH from the LAN?
If you reconfigure the router to send incoming Internet SSH connections
to another LAN host with known good sshd, can you connect to that host
using SSH from the Internet?
David