We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I'm experimenting to see how I can make this work in my environment.
On first passs it is very good, allowing for site to site (multiple subnet) mesh plus individual enpoints (e.g. phone, laptop).
I tried to add multiple iptables commands, but no luck. The pre/post actions seem to be single command using either csv or command line.
Could they be treated in a similar fashion to the addresses ( a comma separated list)?
Thanks!
The text was updated successfully, but these errors were encountered:
Agreed, just ran into this myself of needing multiple preup commands. @k4yt3x is this possible?
Sorry, something went wrong.
I also need this.
Workaround for now: Chain commands using &&.
&&
sysctl -w net.ipv4.ip_forward=1 && iptables … && etc && foo && bar
No branches or pull requests
Hi,
I'm experimenting to see how I can make this work in my environment.
On first passs it is very good, allowing for site to site (multiple subnet) mesh plus individual enpoints (e.g. phone, laptop).
I tried to add multiple iptables commands, but no luck. The pre/post actions seem to be single command using either csv or command line.
Could they be treated in a similar fashion to the addresses ( a comma separated list)?
Thanks!
The text was updated successfully, but these errors were encountered: