Tagged Questions
1
vote
0answers
180 views
Reverse tunnelling with “stunnel” in linux
Scenario:
Central Log-Server(logserv)- only private IP interfaces
Multiple client servers (logclient)- has public IPs.
Requirement:
Need to tcp logs of syslog application from various logclients ...
2
votes
0answers
182 views
How do I route a spare network interface through an SSH tunnel?
I just bought a Raspberry Pi and I am wanting to route an ad hoc wireless network interface fully through an SSH tunnel that was created using another wireless interface. I want to do this so that I ...
1
vote
1answer
445 views
how to specify the forwarding port when using multiple tsocks services?
According to the answer of this question, I have my /etc/tsocks.conf containing these lines:
path {
server = localhost
server_port = 1081
reaches = <ip-address-of-server-b>/32
}
path {
server = ...
2
votes
1answer
1k views
Multiple SSH chaining (tsocks, socksify, proxycommand, etc. )
http://i.stack.imgur.com/YTOvt.png
Goal: you need to reach "Server B" from the Client "directly" with SSH, SCP.
"Server B" is next to "Server A". E.g.: they're on the same subnet, but only "Server ...