Timeline for How to forward a port from one machine to another?
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Dec 6, 2012 at 10:01 | vote | accept | Rogach | ||
| Dec 6, 2012 at 10:01 | comment | added | Rogach | Fun thing is that I already done that - no processes on those ports, on both S and M. If there were some, then the whole construction probably would have failed to work. | |
| Dec 6, 2012 at 9:40 | comment | added | gertvdijk | You already have some process running on that port. Use the same netstat command to find out what exactly. Probably another similar SSH still running in the background and kill it using the PID netstat tells you. | |
| Dec 6, 2012 at 9:29 | comment | added | Rogach | Thanks! That works! But there is some strangeness - for some reason, the output contains line "bind: Address already in use". What that could mean? | |
| Dec 6, 2012 at 9:17 | history | answered | gertvdijk | CC BY-SA 3.0 |