You are not logged in.
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
Last edited by axeltherabbit (2020-04-26 14:57:53)
Offline
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