Re: Port forwarding, multiple IP
From: Richard E. Silverman (res_at_qoxp.net)
Date: 04/24/04
- Next message: couzteau: "Problem setting up passwordless connection"
- Previous message: Fritz: "Port forwarding, multiple IP"
- In reply to: Fritz: "Port forwarding, multiple IP"
- Next in thread: Fritz: "Re: Port forwarding, multiple IP"
- Reply: Fritz: "Re: Port forwarding, multiple IP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 24 Apr 2004 12:15:06 -0400
You did not say what SSH software you're using; I will assume the current
OpenSSH. The -b option affects the source socket of the SSH connection;
it has nothing to do with how the listening sockets for -L are bound.
There are only two options: all addresses (-g on) or loopback only (-g
off).
The ssh.com client has the option you're looking for:
ssh -L address:port:address:port ...
-- Richard Silverman res@qoxp.net
- Next message: couzteau: "Problem setting up passwordless connection"
- Previous message: Fritz: "Port forwarding, multiple IP"
- In reply to: Fritz: "Port forwarding, multiple IP"
- Next in thread: Fritz: "Re: Port forwarding, multiple IP"
- Reply: Fritz: "Re: Port forwarding, multiple IP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]