share psiphon over wi-fi hotspot

4,163 views
Skip to first unread message

feds akino

unread,
Aug 12, 2014, 4:30:42 AM8/12/14
to psiphon3-...@googlegroups.com
Im sure this was possible before.
Can you make this possible again in version 59?

i would want to share my psiphon connection to my ipad mini.
as far as i can remember this was posible in v56.
im looking at downgrading to 56 just for this.

thanks!

more power!

Adam Kruger

unread,
Aug 12, 2014, 11:00:45 AM8/12/14
to psiphon3-...@googlegroups.com
Hi. I'm pretty sure that you'll find this was not possible in v56, but if you confirm it then please let us know. As far as I know this is a limitation in the Android OS: wi-fi hotspot clients are not routed through the VPN Service tun device. We have no control over this.
In root (iptables) mode, we might be able to do something. Do you use a rooted device?

An alternative option would be to expose the http proxy to all interfaces, rather than just localhost, so that other devices on the network (presumably including wi-fi hotspot clients) can access it. This isn't very user friendly, and there are important security considerations, so we will have to consider it carefully before implementing it.


--
You received this message because you are subscribed to the Google Groups "psiphon3-developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to psiphon3-develo...@googlegroups.com.
To post to this group, send email to psiphon3-...@googlegroups.com.
Visit this group at http://groups.google.com/group/psiphon3-developers.
For more options, visit https://groups.google.com/d/optout.

Amin Shokri

unread,
Aug 12, 2014, 12:23:13 PM8/12/14
to psiphon3-...@googlegroups.com
Please send the new version for me.       Thank you very much

Raphael Marco

unread,
Aug 16, 2014, 9:32:14 AM8/16/14
to psiphon3-...@googlegroups.com
This works for my phone. Use these commands in terminal emulator or adb shell to route request from access points (hotspot/tether) to tunnels.

iptables -A FORWARD -j ACCEPT -i ap0 -o tun0
iptables -A FORWARD -j ACCEPT -i tun0 -o ap0

Make sure you have root access by su command. Also check first if your phone has different interface name for access point and tunnel by netcfg command. If so, just change the ap0 and tun0. Hope it also works for you.

On Wednesday, August 13, 2014 12:23:13 AM UTC+8, Amin Shokri wrote:
Please send the new version for me.       Thank you very much


2014-08-12 19:30 GMT+04:30 Adam Kruger <a.kr...@psiphon.ca>:
Hi. I'm pretty sure that you'll find this was not possible in v56, but if you confirm it then please let us know. As far as I know this is a limitation in the Android OS: wi-fi hotspot clients are not routed through the VPN Service tun device. We have no control over this.
In root (iptables) mode, we might be able to do something. Do you use a rooted device?

An alternative option would be to expose the http proxy to all interfaces, rather than just localhost, so that other devices on the network (presumably including wi-fi hotspot clients) can access it. This isn't very user friendly, and there are important security considerations, so we will have to consider it carefully before implementing it.
On Tue, Aug 12, 2014 at 4:30 AM, feds akino <feds...@gmail.com> wrote:
Im sure this was possible before.
Can you make this possible again in version 59?

i would want to share my psiphon connection to my ipad mini.
as far as i can remember this was posible in v56.
im looking at downgrading to 56 just for this.

thanks!

more power!

--
You received this message because you are subscribed to the Google Groups "psiphon3-developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to psiphon3-developers+unsub...@googlegroups.com.

To post to this group, send email to psiphon3-...@googlegroups.com.
Visit this group at http://groups.google.com/group/psiphon3-developers.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "psiphon3-developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to psiphon3-developers+unsub...@googlegroups.com.

Carlos Diógenes

unread,
Jan 2, 2015, 11:29:37 AM1/2/15
to psiphon3-...@googlegroups.com
In my iptables, I to replace these rules:

-A natctrl_FORWARD -i ccmni0 -o ap0 -m state --state RELATED,ESTABLISHED -j RETURN
-A natctrl_FORWARD -i ap0 -o ccmni0 -m state --state INVALID -j DROP
-A natctrl_FORWARD -i ap0 -o ccmni0 -j RETURN

by:

-A natctrl_FORWARD -i tun0 -o ap0 -m state --state RELATED,ESTABLISHED -j RETURN
-A natctrl_FORWARD -i ap0 -o tun0 -m state --state INVALID -j DROP
-A natctrl_FORWARD -i ap0 -o tun0 -j RETURN

PS.: I can't ping, but everything else appear to be working fine.

Frank Bus

unread,
Jun 10, 2015, 5:43:15 AM6/10/15
to psiphon3-...@googlegroups.com
Is it possible to share this psiphon vpn on windows. If so how could I do this

Adam Kruger

unread,
Jun 12, 2015, 12:23:50 PM6/12/15
to psiphon3-...@googlegroups.com

--
You received this message because you are subscribed to the Google Groups "psiphon3-developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to psiphon3-develo...@googlegroups.com.

Bharat Bhushan

unread,
Oct 2, 2015, 2:45:57 AM10/2/15
to psiphon3-developers
Hello everyone 
 Can i ue psiphon on linux. after the  lot of searching i got the psiphon source code written in python on bitbucke and  i am unable to compile it. i tired all alternatives which are open source but they are not performed well as psiphon.
so question is how to make psiphon working on linux ?
 and i can share the psiphon  speed over hotspot. (  i want to use psiphon on windows pc and make hotspot fom  this use for linux )

Tanmay Gupta

unread,
Oct 22, 2015, 4:54:43 PM10/22/15
to psiphon3-developers
You can run psiphon on linux
just follow this discussion

Download the latest repo from bitbucket. It has a default pyclient now.
Follow the readme in the pyclient folder.
Contruct a psi_client.dat file (steps are in the google discussion link posted above) and thats it. 
Reply all
Reply to author
Forward
0 new messages