This is a discussion on Dynamic DNS - cannot connect within the Linux Networking forums, part of the Linux Forums category; I'm a linux newbie so please forgive anything stupid I ask. I'm trying to ssh to my computer ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I'm a linux newbie so please forgive anything stupid I ask.
I'm trying to ssh to my computer which is running red hat 9. I have cable internet which uses a Dynamic IP address. I have registered a name for my computer with dyndns.org the name of the box is cody.homelinux.net. I installed the update client JIP and it seems to be working fine. The SSH daemon is running. ..But I can't connect. Is there anything else I need to do? Please help. Thanks -Rick |
|
|||
|
"TheRick" <ericmay51@hotmail.com> wrote in message
news:b481b571.0406131956.854bb01@posting.google.co m > I'm a linux newbie so please forgive anything stupid I ask. > I'm trying to ssh to my computer which is running red hat 9. I have > cable internet which uses a Dynamic IP address. I have registered a > name for my computer with dyndns.org the name of the box is > cody.homelinux.net. I installed the update client JIP and it seems to > be working fine. The SSH daemon is running. ..But I can't connect. What does it mean, "I can't connect"? Is the power out? Are your hands tied? You'll do better by quoting the exact error message if any. > Is there anything else I need to do? Please help. Thanks In /etc/hosts.allow : sshd: ALL Or mo' bettah, substitute the range of IP addresses from which you'll connect, e.g.: sshd: 128.227.0.0/16 tony -- use hotmail for email replies |