You are not logged in.

#1 2020-04-26 11:39:04

axeltherabbit
Member
Registered: 2020-04-10
Posts: 3

Forward all AP connection to a ssh tunnel [SOLVED]

Hello everyone, I'm under a CGNAT and I have to get out of it.

I'm tunneling my whole connection with sshuttle
(IP=xxx.xxx.xxx.xxx)

sshuttle -vvvv -r axel@IP -x IP 0/0` 

So far so good, but I can only use this method with my PCs, I also need forward the rest of my network's devices.
I'm then creating an AP

sudo create_ap wlp2s0 wlp0s21f0u5 MyAccessPoint MyPassPhrase

and it works if I turn sshuttle off.

How can I forward my AP's connections through sshuttle?

Thank you for the help big_smile

Last edited by axeltherabbit (2020-04-26 14:57:53)

Offline

#2 2020-04-26 14:57:31

axeltherabbit
Member
Registered: 2020-04-10
Posts: 3

Re: Forward all AP connection to a ssh tunnel [SOLVED]

I found a simple solution: https://groups.google.com/forum/#!topic … pyehziYUGk
I just had to add

-l 0.0.0.0:0 -H

at the sshutle command

Offline

Board footer

Powered by FluxBB