It is just weird that when at home i can hit machine B with no issues.
History- What I want to do is administer Machine B from Machine C. I cant ping Machine B from Machine A nor Machine C. The quick fix was for me to PCanywhere to a box on my home network and then ssh to Machine B. The ultimate goal is to get to machine B from both machine A and machine C.
I know this seems strange but it would help me out a lot.
Thanks!
Void Main wrote:Let me get this straight. You have a machine at home (machine "A"). You can ssh from machine "A" to a remote server "B". When you are at work on machine "C" you can ssh into machine "A" but while sshed into machine "A" you can't ssh to machine "B" from machine "A"? There is no reason this should happen that I can think of, I do it all the time. Can you ping or traceroute to machine "B" from "A"?
Now, if you are trying to hop directly through "A" to get to "B" (non-interactively) then you'll have to add add a "-t":
[machineC]$ ssh -t -x user@machineA ssh -x user@machineB