View previous topic :: View next topic |
Author |
Message |
dmvianna l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/1910116078425b830c49174.jpg)
Joined: 22 Mar 2004 Posts: 742 Location: Down Underland
|
Posted: Thu Jun 16, 2005 1:29 am Post subject: gkrellm over ssh to dhcp'd laptop [solved] |
|
|
Hi,
I've made gkrellm2 work fine over ssh from my server to my laptop at home. But I can't make it from work to my server at home. I can't understand why, after ssh'ing home alright with
Code: | $ ssh -L 19151:serverip:19150 serverip | , from my laptop environment
Code: | $ gkrellm2 -f -s 127.0.0.1 -P 19151 & |
gives me this in the ssh xterm window: Code: | [me@server ~]$ channel 2: open failed: connect failed: Connection refused |
The only thing that's different is, at home I access the server through its local IP, and at work from my router's IP (which makes the port forwarding -- but hey, it should be working, as I can ssh fine. Right?). ![Rolling Eyes :roll:](images/smiles/icon_rolleyes.gif) _________________ Proprietary is theft. Pierre-Joseph Proudhon, if he had a chance
Powered by a MacBook Pro
Last edited by dmvianna on Thu Jun 16, 2005 6:32 am; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
CriminalMastermind Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/14651757163fbb19b4905a5.png)
Joined: 19 Nov 2003 Posts: 132 Location: toronto
|
Posted: Thu Jun 16, 2005 6:21 am Post subject: |
|
|
you are a bit unclear, but if i understand you right, i would try... Code: | ssh -L 19151:localhost:19150 serverip |
instead of Code: | ssh -L 19151:serverip:19150 serverip |
_________________ "I can picture a perfect world that knows of no war... and I can picture me attacking that world, because they'd never expect it." |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
dmvianna l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/1910116078425b830c49174.jpg)
Joined: 22 Mar 2004 Posts: 742 Location: Down Underland
|
Posted: Thu Jun 16, 2005 6:33 am Post subject: |
|
|
That did it. I just don't understand why the previous thing worked at home. Whathever. Thanks heaps! _________________ Proprietary is theft. Pierre-Joseph Proudhon, if he had a chance
Powered by a MacBook Pro |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
CriminalMastermind Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/14651757163fbb19b4905a5.png)
Joined: 19 Nov 2003 Posts: 132 Location: toronto
|
Posted: Thu Jun 16, 2005 6:59 am Post subject: |
|
|
dmvianna wrote: | I just don't understand why the previous thing worked at home |
i would guess do to iptables running on the box and filtering the external ip.
dmvianna wrote: | Thanks heaps! |
not a problem _________________ "I can picture a perfect world that knows of no war... and I can picture me attacking that world, because they'd never expect it." |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
dmvianna l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/1910116078425b830c49174.jpg)
Joined: 22 Mar 2004 Posts: 742 Location: Down Underland
|
Posted: Thu Jun 16, 2005 7:25 am Post subject: |
|
|
CriminalMastermind wrote: | i would guess do to iptables running on the box and filtering the external ip. |
Sure.
Networking is fun. _________________ Proprietary is theft. Pierre-Joseph Proudhon, if he had a chance
Powered by a MacBook Pro |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|