Posts by laurent734

    laurent734 LE probably needs to use ConnMan with the built-in DNS proxy to avoid DNS leaks at source; but we deliberately don't use the DNS proxy because it means Kodi GUI (correctly) shows 127.0.0.1 as the system DNS server and then we drown in annoyiing user support posts that point fingers at "networking is broken, it shows 127.0.0.1 not my real DNS server" posts from users. The workaround is to force traffic using iptables (read a few posts above).

    hello,

    Thank you for your reply ..

    I followed your advice and I managed to remove the dns leaks..

    1: I edited the rules.v4 file with the command:

    nano /storage/.config/iptables/rules.v4

    I used the loopy123 file and I replaced

    2:PORT_FROM_WG_CONFIG with my provider's port and

    3:WG_CONFIG_IP with address 10.2.0.2

    4: I recorded with nano

    5:I ran:

    iptables-save >/storage/.config/iptables/rules.v4 to make it permanent

    6: I then activated the personalized firewall in the graphical interface and restarted

    after these steps I still had dns leaks.

    I therefore configure a fixed ip with the 1st dns 10.2.0.1 and the second pihole.

    miracle after test with the nslookup command I get:

    nslookup google.fr

    Server: 10.2.0.1

    Address 1: 10.2.0.1

    Name: google.fr

    Address 1: 142.251.39.99 ams15s48-in-f3.1e100.net

    I also did a test with the dnsleak pluggin which confirms the only use of a single dns that of proton.

    to conclude I do not know if iptables help me or if I simply had to force the dns 10.2.0.1 but the essential and that it works.

    I specify that I useful coreelec in nexus beta1 version wireguard donations works very well on nexus

    thanks to loopy123 for his file and to you for your advice :)

    hello,

    I need help with my wireguard configuration..

    I have subscribed to a paid subscription at protonvpn and I have the possibility of creating wireguard configs..

    I will try to describe my problem.

    I created a file with nano in storage/.config/wireguard/wireguard.config

    I have replaced the necessary information with that of my supplier.

    [provider_wireguard]

    Type=WireGuard

    Name = WireGuard VPN Tunnel

    Host = 188.241.xx.xxx

    WireGuard.Address = 10.2.0.2/32

    WireGuard.ListenPort = 51820

    WireGuard.PrivateKey = MGWKhrENy0r3soBHkJf0UGqYaxxxxxxxxxxxxxxxx=

    WireGuard.PublicKey=LVsKLsUOqzeYK3ATkN8xxxxxxxxxxxxxx=

    #WireGuard.PresharedKey = DfEYeVs04HS9XhKGM4/ZXHG3Qc4MFKxxxxxxxxx=

    WireGuard.DNS=10.2.0.1

    WireGuard.AllowedIPs = 0.0.0.0/0

    WireGuard.EndpointPort = 51820

    WireGuard.PersistentKeepalive = 25

    the connection is made and my public ip changes but when I do a test with the dnsleak plugin I find the dns of my internet provider..

    I have circumvented the problem temporarily with pihole or an alternative dns but I would like to solve the problem.

    someone to help me?