port-forwarding
port-forwarding
Port Forwarding
LPF SSH
ssh [email protected] -L 8443:localhost:8443Uso de CHISEL
Servidor
chisel server -p 1234 --reverseCliente
chisel.exe client 10.10.16.4:1234 R:socksUso de socat
socat TCP-LISTEN:1112,fork TCP:172.30.0.9:81Agregar rutas estáticas
ip route add 172.20.0.0/24 dev tun9Last updated