Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DNS Catcher does not work #56

Closed
r7l opened this issue Jan 20, 2021 · 2 comments
Closed

DNS Catcher does not work #56

r7l opened this issue Jan 20, 2021 · 2 comments

Comments

@r7l
Copy link

r7l commented Jan 20, 2021

Hello,

i have an issue with my S5 robot, not showing any map data and i was told it's a dns issue and was pointed to this builder. It's a great script. But somehow the DNS Catcher isn't working for me and i am still facing the map issues. The entire page is just showing: "no map data" and a box reading "Status: Connecting ... Battery: 0%".

I've used this command to build the firmware:

./builder_vacuum.sh --firmware=files/v11_002034.fullos.55915876-2190-407a-9fcb-f1e760d9b623.pkg --run-custom-script=ALL --replace-adbd --enable-appproxy-patcher --convert2eu --fix-reset --enable-local-ota --enable-history --ntpserver=192.168.X.X --enable-turn-off-ny --disable-logs --replace-miio --soundfile=files/my-sounds.pkg --public-key=files/my-key.pub --timezone=Europe/Berlin --valetudo-re-path=files/valetudo --hostname=MY-HOSTNAME --enable-addon --enable-dns-catcher --custom-dropbear

According to the script it will add 2 lines to /etc/rc.local and i can see the lines in the file that ended up on the system. But if i run iptables -L it doesn't show those iptables settings and map data still doesn't work. I even tried to run those iptables commands manually but it doesn't change anything.

Can anyone help me with this?

@zvldz
Copy link
Owner

zvldz commented Jan 20, 2021

But if i run iptables -L it doesn't show those iptables settings

You have to run it like this

iptables -L -n -t nat

Try also looking at /var/log/upstart/valetudo.log

@r7l
Copy link
Author

r7l commented Jan 20, 2021

I've did another image and flashed again. Not sure what went wrong the first time but seems to work for now. Thanks again for this awesome script.

@r7l r7l closed this as completed Jan 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants