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

[FEAT] Enable IPv4 and IPv6 forwarding #487

Open
GarrisonD opened this issue Jun 29, 2024 · 1 comment
Open

[FEAT] Enable IPv4 and IPv6 forwarding #487

GarrisonD opened this issue Jun 29, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@GarrisonD
Copy link

That would be cool to have the role enabling IP forwarding as described in Enable IP forwarding

Here is how I do it now in the playbook just before the tailscale role:

---
- name: Enable IPv4 forwarding
  ansible.posix.sysctl: { name: net.ipv4.ip_forward, value: 1 }

- name: Enable IPv6 forwarding
  ansible.posix.sysctl: { name: net.ipv6.conf.all.forwarding, value: 1 }

I understand that not everybody would need/want to have it by default. Can be put behind some option.

@GarrisonD GarrisonD added the enhancement New feature or request label Jun 29, 2024
@qurm
Copy link

qurm commented Nov 14, 2024

I too would find this useful - it is part of my tailscale playbook.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants