Hello,
I am trying to use the remote-socks service. The server side is supposed to open a port bound to the IP address 10.0.0.1:1080, forwarding traffic to the client side.
What happens is: Both sides display a warning that gateway ports are enabled, however, the port is only bound to the local interface and there's a warning that gateway_ports are disabled.
Apart from this, it works fine. But I would like to have the SOCKS port be reached from the entire 10.0.0.* network.
This also happens equally for both local and remote TCP and UDP forwarding... so for pretty all services that have a gateway_ports option. (quickly tested through -L, -R, -U and -V and looking for the warning)
Server command:
./ssfd -p 1337
Client Command:
./ssf -F 10.0.0.1:1080 -p 1337 <server addr>
My configuration file (config.json) on both ends:
Hello, I am trying to use the remote-socks service. The server side is supposed to open a port bound to the IP address 10.0.0.1:1080, forwarding traffic to the client side. What happens is: Both sides display a warning that gateway ports are enabled, however, the port is only bound to the local interface and there's a warning that gateway_ports are disabled. Apart from this, it works fine. But I would like to have the SOCKS port be reached from the entire 10.0.0.* network.
This also happens equally for both local and remote TCP and UDP forwarding... so for pretty all services that have a gateway_ports option. (quickly tested through -L, -R, -U and -V and looking for the warning)
Server command:
./ssfd -p 1337
Client Command:./ssf -F 10.0.0.1:1080 -p 1337 <server addr>
My configuration file (config.json) on both ends:The server's output:
The client's output: