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

IP clashes on resin-vpn interface #3354

Open
alexgg opened this issue Feb 7, 2024 · 0 comments
Open

IP clashes on resin-vpn interface #3354

alexgg opened this issue Feb 7, 2024 · 0 comments

Comments

@alexgg
Copy link
Contributor

alexgg commented Feb 7, 2024

The resin-vpn TUN device is automatically created by the openvpn client when the connection is established. It uses the IP range provided by the openvpn server. Whatever private IP range we choose will have the potential to cause conflicts with a local LAN configured in the same range.

One possibility we are discussing is to disable ARP on the resin-vpn interface. As the TUN device operates in layer 3, this should not affect the tunnel but would prevent IP clashes on the local network.

ip link set dev resin-vpn arp off
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

1 participant