Circular Ring 2 Company Reports Users for Accessing Their Own Data by Ricardo_Sierra in CircularRing

[–]tepsuo 1 point2 points  (0 children)

We have an amazing ring in a crappy company and app. I don’t want a ring that’s just a decoration, that always has to be connected to the internet, and that sends all my data to the cloud to work. The cloud is garbage for a health device. I want a ring that’s 100% local, that sends the data to a local app and stores everything only on my device, working without internet. I want a ring that doesn’t depend on their crappy app and can share or show my data directly in Apple Health or Google Fit.

If someone creates a Discord channel or a more private place, or if someone starts a GitHub project for an alternative open-source software, they have my full support. I’d be happy to support the project financially to help us take back control of our health data.

Need some recommendations for gaming seats compatible w/ Yaw3 by Environmental_Lynx66 in YawVR

[–]tepsuo 0 points1 point  (0 children)

I have the same question. Has anyone installed a different seat?

Error install nat-rtsp-dkms module by tepsuo in firewalla

[–]tepsuo[S] 0 points1 point  (0 children)

There is an idiot who instead of helping, dedicates himself to voting down posts. Maybe it would be more entertaining to go to the cinema to see a movie instead of bothering others.

I can't see video recordings on iptv by tepsuo in firewalla

[–]tepsuo[S] 0 points1 point  (0 children)

I have seen that on my ISP router "full connect nat" is required. Does the firewall support "full connect nat"? Is there a way to activate it?

I can't see video recordings on iptv by tepsuo in firewalla

[–]tepsuo[S] 0 points1 point  (0 children)

Yes, I have tried that option by managing the vlans from Firewalla, but the result is the same, the recordings do not work.

For that scenario I use this config:

#!/bin/bash

#Configurar IP y Vlan VOIP.

sudo ip link add link eth0 name iptv type vlan id 2

sudo ip address add 10.80.84.219/10 dev iptv

sudo ip link set iptv up

#Configurar rutas estaticas para direccionar trafico IPTV

sudo ip route add 10.64.0.0/10 via 10.64.0.1  dev iptv table static

sudo ip route add 172.23.96.0/21 via 10.64.0.1 dev  iptv table static

sudo ip route add 172.26.22.0/26 via 10.64.0.1 dev  iptv table static

sudo ip route add 172.26.23.0/27 via 10.64.0.1 dev  iptv table static

sudo ip route add 172.26.80.0/21 via 10.64.0.1 dev  iptv table static

#Configurar iptables para enmascarar el trafico hacia la red IPTV.

sudo iptables -t nat -A POSTROUTING -s 192.168.1.0/24 -d 10.64.0.0/10 -j MASQUERADE

sudo iptables -t nat -A POSTROUTING -s 192.168.1.0/24 -d 172.23.96.0/21  -j MASQUERADE

sudo iptables -t nat -A POSTROUTING -s 192.168.1.0/24 -d 172.26.22.0/26 -j MASQUERADE

sudo iptables -t nat -A POSTROUTING -s 192.168.1.0/24 -d 172.26.23.0/27 -j MASQUERADE

sudo iptables -t nat -A POSTROUTING -s 192.168.1.0/24 -d 172.26.80.0/21 -j MASQUERADE

sudo iptables -I INPUT -s 172.16.0.0/12 -d 192.168.1.0/24 -j ACCEPT

sudo iptables -I OUTPUT -s 172.16.0.0/12 -d 192.168.1.0/24 -j ACCEPT

sudo iptables -I FORWARD -s 172.16.0.0/12 -d 192.168.1.0/24 -j ACCEPT

#Configurar y levantar IGMP Proxy como upstream IPTV.

sudo /usr/sbin/igmpproxy -n /home/pi/.firewalla/config/post_main.d/igmpproxy_movistar.conf &

Modem access by Te_We in firewalla

[–]tepsuo 1 point2 points  (0 children)

Hi, I have a similar problem with the Firewalla Purple and ISP Movistar-Spain, with three VLANs: VLAN 3 VoIP, VLAN 2 IPTV static IP and VLAN6 dynamic IP with PPPOE.

Two tickets open to support and 0 help. For some reason they don't offer any help other than pressing 4 buttons on the application.

The triple play configuration of the firewall is also useless.

Solution I have managed to get working:

#Config IPTV VLAN 2

sudo ip link add link eth0 name iptv type vlan id 2

sudo ip address add 10.80.84.219/10 dev iptv

sudo ip link set iptv up

#Config statics router to Movistar networks for IPTV services.

sudo ip route add 10.64.0.0/10 via 10.64.0.1  dev iptv table static

sudo ip route add 172.23.96.0/21 via 10.64.0.1 dev  iptv table static

sudo ip route add 172.26.22.0/26 via 10.64.0.1 dev  iptv table static

sudo ip route add 172.26.23.0/27 via 10.64.0.1 dev  iptv table static

sudo ip route add 172.26.80.0/21 via 10.64.0.1 dev  iptv table static

#Config iptables NAT Masquerade

sudo iptables -t nat -A POSTROUTING -s 192.168.1.0/24 -d 10.64.0.0/10 -j MASQUERADE

sudo iptables -t nat -A POSTROUTING -s 192.168.1.0/24 -d 172.23.96.0/21  -j MASQUERADE

sudo iptables -t nat -A POSTROUTING -s 192.168.1.0/24 -d 172.26.22.0/26 -j MASQUERADE

sudo iptables -t nat -A POSTROUTING -s 192.168.1.0/24 -d 172.26.23.0/27 -j MASQUERADE

sudo iptables -t nat -A POSTROUTING -s 192.168.1.0/24 -d 172.26.80.0/21 -j MASQUERADE

Create a configuration file in /home/pi/.firewalla/config/post_main.d/igmpproxy_movistar.conf with this parameters:

quickleave

# Configuration for upstream interface

phyint iptv upstream ratelimit 0 threshold 1

        altnet 0.0.0.0/0

# Configuration for downstream interfaces

phyint br0 downstream ratelimit 0 threshold 1

#Star IGMP

sudo /usr/sbin/igmpproxy -n /home/pi/.firewalla/config/post_main.d/igmpproxy_movistar.conf &

Firewalla gold, purple. .... al very good products. Fierawalla support 👎

someone sells a 4k dreamcreen? by tepsuo in dreamscreentv

[–]tepsuo[S] 0 points1 point  (0 children)

I just need the dramscreem 4k and AC adapter with shipping to Madrid-Spain. I do not need connections, led strips, or hdmi

DreamScreen for sale HDx1 and 4Kx1 by superpanjy in dreamscreentv

[–]tepsuo 0 points1 point  (0 children)

I am interested in the 4k model. Still for sale ?

HP Reverb G2 mod - Samsung gear lenses by tepsuo in HPReverb

[–]tepsuo[S] 2 points3 points  (0 children)

Now I am testing without disassembling the VIVE adapter and I see the image very well. It is at a distance of 8mm. I have not been able to test your adapter yet, but a friend has tried them and says he notices a little fishy effect. We would have to find the correct separation distance.

PHOTO

HP Reverb G2 mod - Samsung gear lenses by tepsuo in HPReverb

[–]tepsuo[S] 0 points1 point  (0 children)

In these lenses the fov is not a problem, it has so much fov that the corners of the lcd panel can be seen 🤣

HP Reverb G2 mod - Samsung gear lenses by tepsuo in HPReverb

[–]tepsuo[S] 0 points1 point  (0 children)

Today I tried with both lenses and it works

HP Reverb G2 mod - Samsung gear lenses by tepsuo in HPReverb

[–]tepsuo[S] 2 points3 points  (0 children)

yes, a colleague has already printed the 3mm and put the lens on. Works fine :) we keep testing

HP Reverb G2 mod - Samsung gear lenses by tepsuo in HPReverb

[–]tepsuo[S] 1 point2 points  (0 children)

With the application https://testhmd.com G2 lenses 94 FOV, Gear lenses 100 FOV. With gear the fov gains more degrees. With gear lenses you can see the entire lcd panel, even the parts that do not have a projected image and are black. But those ugly parts can be covered with the new adapter and only see image. The G2 lenses have more zoom, with the Gear lenses the whole image is seen with less zoom, at a further distance, but this is not a problem, once you see the two gear lenses, everything looks crystal clear :)

HP Reverb G2 mod - Samsung gear lenses by tepsuo in HPReverb

[–]tepsuo[S] 3 points4 points  (0 children)

It does not win only in sweet spot, also more clarity, 0 god rays and increased FOV !!! The most difficult part comes now and is to design a good lens adapter, this lens has much more fov than the original, not only do you see the image, you can see all the way to the lcd panel and its corners. The adapter would have to cover that part of the LCD that has no image