Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Nameserver not protected under Android 13 - loop on tunnel device #48

Open
cawidtu opened this issue Jul 10, 2023 · 0 comments
Open

Nameserver not protected under Android 13 - loop on tunnel device #48

cawidtu opened this issue Jul 10, 2023 · 0 comments

Comments

@cawidtu
Copy link

cawidtu commented Jul 10, 2023

I am running Andiodine under Android 13 (AOSP) and experience a total block of traffic when the option "activate standard route" is chosen (without that option I can ping the remote server at, in my case, tunnel IP 10.0.0.1). The reason seems to be that no exception is made for the traffic to the remote name server. A root shell reveals that all traffic seems routed through a table "tun0", on which only the tunnel interface is listed:

ip route show table tun0 gives:

default dev tun0 proto static scope link
10.0.0.0/27 dev tun0 proto static scope link

Also, for the name server 192.168.1.1, through which the DNS requests are routed, the default route is mistakenly set to table tun0:

ip route get 192.168.1.1 gives:

192.168.1.1 dev tun0 table tun0 src 10.0.0.2 uid 0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant