You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. Nice tool. While reading the readme I noticed this: Shouldn't it be tun-connect mux1 192.168.1.1 80 TUN_ID=1 and tun-connect mux1 192.168.1.1 22 TUN_ID=2 instead of 192.168.2.1 in the example at https://github.com/ggrandes/bouncer/blob/master/README.md#machine-a-mux-out to be equivalent to ssh -p 5555 192.168.2.1 -R 127.0.0.1:8080:192.168.1.1:80?
The text was updated successfully, but these errors were encountered:
Hi. Nice tool. While reading the readme I noticed this: Shouldn't it be
tun-connect mux1 192.168.1.1 80 TUN_ID=1
andtun-connect mux1 192.168.1.1 22 TUN_ID=2
instead of192.168.2.1
in the example at https://github.com/ggrandes/bouncer/blob/master/README.md#machine-a-mux-out to be equivalent tossh -p 5555 192.168.2.1 -R 127.0.0.1:8080:192.168.1.1:80
?The text was updated successfully, but these errors were encountered: