Port forwarding. Two clients forwarding to the same server port.
From: Cylurian (fsromero@hotmail.com)
Date: 01/11/03
- Next message: Richard E. Silverman: "Re: OpenSSH-3.5p1 with PrivSep, user login fails, root login works"
- Previous message: Robert Reiter: "OpenSSH-3.5p1 with PrivSep, user login fails, root login works"
- Next in thread: Richard E. Silverman: "Re: Port forwarding. Two clients forwarding to the same server port."
- Reply: Richard E. Silverman: "Re: Port forwarding. Two clients forwarding to the same server port."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: fsromero@hotmail.com (Cylurian) Date: 10 Jan 2003 16:37:13 -0800
I have two machines that are connecting to the same port on a server.
When I do a netstat -an | grep 5003 on the server after I login the
two clients I find this:
tcp 0 0 155.135.3.155.5003 155.135.19.86.1040
ESTABLISHED
tcp 0 0 155.135.3.155.5003 *.*
LISTEN
udp 0 0 *.5003 *.*
I noticed the first client 155.135.19.86, but I don't see the other
client. Can someone explain me, if the othere client is also connect?
Does the *.* mean that the other client is connected too?
Also, if I did a ssh -f -L 5003:time.csudh.edu:5003 -N
fr@time.csudh.edu why did the netstat say that port 1040 is being
used (155.135.19.86.1040 ) instead of 5003?
thx
- Next message: Richard E. Silverman: "Re: OpenSSH-3.5p1 with PrivSep, user login fails, root login works"
- Previous message: Robert Reiter: "OpenSSH-3.5p1 with PrivSep, user login fails, root login works"
- Next in thread: Richard E. Silverman: "Re: Port forwarding. Two clients forwarding to the same server port."
- Reply: Richard E. Silverman: "Re: Port forwarding. Two clients forwarding to the same server port."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|