Thanks to visit codestin.com
Credit goes to Github.com

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

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

@cawidtu

Description

@cawidtu

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions