Hi all,

Is there a conf change I can make to bypass local address filtering with ProtonVPN on Linux? When I attempt to access NFS and SMB shares on LAN they fail to connect with Proton active.

Thanks!

  • Yardy Sardley@lemmy.ca
    link
    fedilink
    English
    arrow-up
    15
    arrow-down
    1
    ·
    7 days ago

    You’ll want to create a network route that sends LAN traffic through the unencrypted interface.

    sudo ip route add 192.168.1.0/24 dev eth0

    Is an example of how to do that, but you need to replace the ip address and eth0 with your actual network address and device name.