[GH-ISSUE #544] How to avoid IP conflict with tailscale? #1029

Closed
opened 2026-08-05 00:40:53 -04:00 by saavagebueno · 2 comments
Owner

Originally created by @cg31 on GitHub (Nov 6, 2022).
Original GitHub issue: https://github.com/netbirdio/netbird/issues/544

Both netbird and tailscale are using the IP block 100.xxx.xxx.xxx.

There seems to be IP conflit. I have to stop tailscale to use netbird.

Is there a workaround to use them togather?

Originally created by @cg31 on GitHub (Nov 6, 2022). Original GitHub issue: https://github.com/netbirdio/netbird/issues/544 Both netbird and tailscale are using the IP block 100.xxx.xxx.xxx. There seems to be IP conflit. I have to stop tailscale to use netbird. Is there a workaround to use them togather?
Author
Owner

@braginini commented on GitHub (Nov 6, 2022):

You can use --netfilter-mode=off when running Tailscale.
This will prevent aggressive packets take over by Tailscale daemon.

It doesn't exclude the possibility of conflict but chances are low.

<!-- gh-comment-id:1304841613 --> @braginini commented on GitHub (Nov 6, 2022): You can use `--netfilter-mode=off` when running Tailscale. This will prevent aggressive packets take over by Tailscale daemon. It doesn't exclude the possibility of conflict but chances are low.
Author
Owner

@cg31 commented on GitHub (Nov 6, 2022):

Great, it works.

<!-- gh-comment-id:1304846918 --> @cg31 commented on GitHub (Nov 6, 2022): Great, it works.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#1029