Results 1 to 3 of 3
Hi all, I'm following a SSH Tunnel guide and it tells me to Configure SSH forwarding from local 213.248.127.130:1119 to remote 213.248.127.130:1119 on this IP. Which of the screenies below ...
- 07-15-2010 #1Just Joined!
- Join Date
- Jul 2010
- Posts
- 1
A small but confusing question!
Hi all, I'm following a SSH Tunnel guide and it tells me to Configure SSH forwarding from local 213.248.127.130:1119 to remote 213.248.127.130:1119 on this IP. Which of the screenies below am I doing it right on???
h ttp://img197.imageshack.us/img197/6540/73377207.jpg
h ttp://img231.imageshack.us/img231/1025/98198627.jpg
Cheers
- 07-15-2010 #2
Instead of making everyone jump through hoops to see what you're talking about, how about pasting the relevant text in the forum? External images aren't searchable, aren't permanent, aren't copy & paste-able for others to try, and are a PITA for others to view. When posting text, please post in [CODE ] tags, to preserve formatting.
--- rod.Stuff happens. Then stays happened.
- 07-19-2010 #3Linux User
- Join Date
- Jan 2005
- Location
- Saint Paul, MN
- Posts
- 262
For ssh:
For example to have local port 8080 connect to 10.10.10.100 on port 80 do:Code:ssh -L 1119:localhost:1119 user@213.248.127.130
Oh I see you are using PUTTY... well I use Unix/Linux to connect to Unix/Linux systems and simply use ssh.Code:ssh -L 8080:localhost:80 username@10.10.10.100


Reply With Quote

