phyphox Forums
How to set up phyphox experiment remote protected by proxy - Printable Version

+- phyphox Forums (https://phyphox.org/forums)
+-- Forum: App-Feedback (https://phyphox.org/forums/forumdisplay.php?fid=6)
+--- Forum: Bugs and Problems (https://phyphox.org/forums/forumdisplay.php?fid=9)
+--- Thread: How to set up phyphox experiment remote protected by proxy (/showthread.php?tid=1541)



How to set up phyphox experiment remote protected by proxy - Romaxx - 03-26-2022

Hi,

I have the ability to get access to experimental data of the phyphox app via remote access.

I tested it with my private laptop and it worked easily.

When I have Cisco VPN in-between it does not work.

Is there a way, to configure the connection somehow, so that it will work?

I used this https://phyphox.org/forums/showthread.php?tid=60&page=2 to get it work with python.

Thanks.


RE: How to set up phyphox experiment remote protected by proxy - Jens Noriʇzsɔɥ - 03-29-2022

Do you use a full or a split tunnel?

IP addresses are not the best resource locators in this case, network address translation (NAT) and such…


RE: How to set up phyphox experiment remote protected by proxy - Romaxx - 03-29-2022

I think it is a full tunnel.

Is there any workaround? I have to be connected to the VPN, so is there a workaround to access the data from the phone app withthout registering the device in the vpn via client certicicate?

SSH or access the Phone via its global IP, when connected to the internet (I know, this would mean traffic costs..)

Thanks!


RE: How to set up phyphox experiment remote protected by proxy - Jens Noriʇzsɔɥ - 03-30-2022

If your smartphone would have got a global IP, there should not be any problem: routing would do its job…

If the IP falls into 192.168.0.0 – 192.168.255.255 (Class C), 172.16.0.0 – 172.31.255.255 (Class B), and 10.0.0.0 – 10.255.255.255 (Class A), it is a private IP address. Then you need to consult the VPN documentation if there is any way to access these from the outside and your computer, respectively.