I have a problem connecting to my box from the outside with SSH

I am using Leaf Dachstein straight from the website.

I can use SSH and SFTP from the internal network.  If I try and connect

port 22 from the outside I am always refused.

I know I may have something wrong in the network.conf but I dont know what 
it is.

# TCP services open to outside world
# Space seperated list: srcip/mask_dstport
EXTERN_TCP_PORTS="0.0.0.0/0_80 0.0.0.0/0_22"


# Inbound services to allow to the DMZ
# <protocol>_<destination IP/network>_<destination port or range>
DMZ_OPEN_DEST=" udp_${DMZ_NET}_domain
                tcp_${DMZ_NET}_domain
                tcp_192.168.2.1_ssh
                tcp_${DMZ_NET}_ssh
                tcp_192.168.2.1_www"


###############################################################################
# Services port-forwarded to the DMZ network
# Indexed list: "Protocol LocalIP LocalPort RemoteIP [ RemotePort ]"
DMZ_SERVER0="tcp ${EXTERN_IP} 80 192.168.2.1 80"
#DMZ_SERVER1="tcp ${EXTERN_IP} ssh 192.168.2.1 ssh"
DMZ_SERVER2="tcp ${EXTERN_IP} www 192.168.2.1 www"

THANKS TO ALL!








_________________________________________________________________
Join the world’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com


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

Reply via email to