Joey Officer wrote:

> I have added to my Dachstein setup and have gotten the SSHd to work under
> dachstein (using Disk-On-Module), and from within the internal network I can
> ssh into the LRP box.  I have added an entry into the hosts.allow file that
> is specific to the LRP box on the office side (and vice versa).  But I can
> not ssh in from the outside LRP box (outside world).  I have reviewed the
> 'messages' & 'syslog.log' files and have seen that the machine is being
> denied, but where do I look to open that port up?
>
> Joey

Edit this in /etc/network.conf
EXTERN_TCP_PORTS="0/0_22"
or
EXTERN_TCP_PORTS="0/0_ssh"

better yet put in the ip and mask of the computer you will use to connect from
the outside.

EXTERN_TCP_PORTS="1.2.3.4/32_ssh"


Victor McAllister



_______________________________________________
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user

Reply via email to