Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I newly installed Slackware 10. When I try to remotely ssh my linux box, there is always "network" problem. the linux box is connect to the internet through LAN, and within the same hub, I have no problem ssh my linux box; outside of the hub, I can't ssh it.
I newly installed Slackware 10. When I try to remotely ssh my linux box, there is always "network" problem. the linux box is connect to the internet through LAN, and within the same hub, I have no problem ssh my linux box; outside of the hub, I can't ssh it.
Please help
You are probably behind a router. If so, you need to configure the router to forward the incoming SSH port (22) to your Linux machine.
the ip in the linux box is xxx.xxx.x.001, and the pc I ssh from is xxx.xxx.x.002. Is that consider the same?
outside, say yyy.yyy.y.yyy. ip can not ssh the linux box above.
When you say "hub' do mean the same network or do mean a physical hub. If you are using a physical hub then is will not have any affect on that segment of your network. Hubs are stupid and have no routing capablilties at all. What ip networks are you using? If let say one of your pc's is using 192.168.100.2 and another pc is using another subnet like 192.168.101.4 then you would need a route to that network thus needing a router to connect you to a different network. what does your routing table look like (/sbin/route -n)? If your routes are not correct then you can experience that problem as well. It sound to me that you are having a routing table issue and not anything physical.
Last edited by metallica1973; 04-26-2006 at 03:32 PM.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.