M
M
mr-ZA2019-02-25 09:59:52
Computer networks
mr-ZA, 2019-02-25 09:59:52

Network issue, VMware nat?

Good afternoon, the goal is to make an ssh tunnel to a physical machine (Linux ssh is installed and working, checked through putty, ports are open on it, 10.0.68.180) from a virtual machine (Linux with a nat network adapter, 192.168.64.128) on a windows host ( 10.0.68.35) connected to the local network. When I try (ssh -f -N -l 80:10.0.68.180:80 [email protected]) it says (package write wait....broken pipe). How to solve the problem?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry, 2019-02-25
@hempy80

Make port different
For example
ssh -f -N -l 8080:10.0.68.180:80 [email protected]

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question