reflection666 0 Report post Posted April 21, 2005 can no-ip domains work with sshd? I think they keep being forworded to port 80 or smthng but I want to use port 666 (for security reasons) [moved from Software by spinynorman] Quote Share this post Link to post Share on other sites
adamw 0 Report post Posted April 21, 2005 It ought to work. AFAIK, no-ip act as a simple DNS server, any traffic sent to the domains you register is sent straight to the IP address you specify, no filtering is done unless you ask for it (they have a feature which futzes SMTP ports so you can run a mailserver even if your ISP blocks port 25). Quote Share this post Link to post Share on other sites
static 0 Report post Posted April 22, 2005 You should be OK - you'll just have to make sure people point their ssh clients to your_server.no-ip.com:666 Post your results! Quote Share this post Link to post Share on other sites
adamw 0 Report post Posted April 22, 2005 Or he could just set his router to forward port 666 from the WAN to port 22 on the local machine...:) Quote Share this post Link to post Share on other sites
reflection666 0 Report post Posted April 23, 2005 the problem is tha *I haven't* been able to login remotly (sshed a machine at the university and sshed to my domain -p 666 through the remote terminal). I've forwarded port 666 in my router to my LAN IP I've opened port 666 on my shorewall rules sshd listen to 666 So think no-ip cannot forwart to tha kind of ports (only standard 80-80-21) -- though I think there are some ed2k no-ip servers... I work on it some more.... Quote Share this post Link to post Share on other sites
adamw 0 Report post Posted April 23, 2005 the easy way to take the whole no-ip thing out of the loop is just to try connecting straight to your public IP address. If that doesn't work, the problem lies somewhere else. /etc/hosts.allow and /etc/hosts.deny ? Quote Share this post Link to post Share on other sites
Steve Scrimpshire 0 Report post Posted April 23, 2005 I do ssh into my computer on a non-stnndard ssh port (23) using no-ip.com. Works fine. Quote Share this post Link to post Share on other sites
static 0 Report post Posted April 28, 2005 What security level is your SSH server at? If it's on "Higher" or "Paranoid" you need to add the following to your /etc/hosts.allow file: sshd:ALL Otherwise, no-ip isn't your problem, they forward all ports to the same destination. Make sure that your router is forwarding 666 to your server, your server has 666 open, and /etc/ssh/sshd_config is listening on 666 (most of which you mentioned you already did - I'm just being clear for those who just walked into the room). Then, when you try to connect with a client app, like Tectia, FileZilla, Putty, or BitVise, make sure it's set to the SFTP using SSH2 protocol, and replace 22 for the port setting with ... you guessed it folks ... 666. That really should be all you have to do. Keep at it - it will work! Quote Share this post Link to post Share on other sites
Gowator 0 Report post Posted April 28, 2005 I do ssh into my computer on a non-stnndard ssh port (23) using no-ip.com. Works fine. <{POST_SNAPBACK}> and I do it with dyn-dns.org with no messing about! like adamw says I think your prob is something else not working... can you http on port 80? can you ssh locally? have you got a hosts.deny set and hosts.allow set to your domain? Quote Share this post Link to post Share on other sites
adamw 0 Report post Posted April 28, 2005 yeah, I can verify I just ssh'ed to my home machine - www.happyassassin.net - and it worked fine. I use no-ip for my DNS service. so your problem is elsewhere. Quote Share this post Link to post Share on other sites
iphitus 0 Report post Posted April 29, 2005 I run a webserver for sharing miscellaneous files with friends through noip https://iphitus.no-ip.org Quote Share this post Link to post Share on other sites