Tagged Questions
5
votes
1answer
56 views
Forward all ports SSH
I have a question about SSH/Port forwarding. I haven't found the solution anywhere and don't know if there is any.
I have a server behind my NAT box at home. I have port forwarding from my NAT box to ...
3
votes
1answer
190 views
Tunnel AFP over SSH over Internet
I can't seem to figure out how to connect to AFP over SSH. Here is my setup:
[Raspberry Pi] <---> [router] <---> (Internet) <---> [Client]
I'd like to be able to connect to my ...
2
votes
1answer
196 views
How to setup port redirection after a ssh connection has been opened?
I'm using openssh on both client and server. I know I can run ssh -L or ssh -R to setup some port redirections over ssh. However, since they are command-line parameters, such redirections must be ...
2
votes
1answer
626 views
Can sshd restrict client tunnel endpoints to localhost?
Normally an ssh client can request TCP forwarding using the -L command line option. The server can disable this completely using AllowTcpForwarding no. If enabled, the client can request to connect ...
6
votes
2answers
2k views
ssh port forward to access my home machine from anywhere
http://serverfault.com/questions/303937/how-to-make-freebsd-box-accessible-from-internet
I want to understand this whole process of port forwarding.
I read so many things but failing to understand ...
3
votes
1answer
769 views
ssh tunneling a local display to another server
I have a GUI test stand simulation connected to some hardware that is under test. The test stand is a Sun Sparc Ultra 2 SunOs 5.7. The simulation software checks to see if your running your display on ...
16
votes
8answers
19k views
SSH tunneling error: “channel 1: open failed: administratively prohibited: open failed”
When I open this ssh tunnel:
ssh -nXNT -p 22 localhost -L 0.0.0.0:8984:remote:8983
I get this error when trying to access the HTTP server running on localhost:8984:
channel 1: open failed: ...
3
votes
1answer
489 views
Set up password-less SSH tunneling from home computer behind NAT to inside computer behind gateway
My home computer is behind an ISP-level NAT (and firewall).
The target computer is work computer behind gateway. You have to log to gateway computer first via SSH (as it is the only one visible and ...
5
votes
2answers
367 views
How can I forward traffic from my publicly available server to a computer that is not publicly available?
My home computer is behind an ISP-level NAT which does not allow me to host game servers as a result.
I have a VPS which I use as a web server. I want to host a game server of Minecraft, but the VPS ...