-
Notifications
You must be signed in to change notification settings - Fork 13
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
enable multiple fastd instances with different interface ids #120
Conversation
rubo77
commented
Jun 9, 2015
- the new standard is MTU 1280
- added $mesh_interface to ffnord::fastd
- moved old MTU 1426 into example in the README.md as second fastd instances called ${mesh_code}-old
You can test this with the branch uses the branch https://github.com/rubo77/ffnord-example/commits/multiple_fastd |
This looks pretty good to me, but as this is not automaticly mergeable, i would need to check the "why" first. If i found why, I'll tell you to resolf the conflicts. I am eager to merge this. Any other oppinions? |
Also: can you please stagg the commits into two or three? |
I merged all commits into one. You can still see the old single commits here: https://github.com/rubo77/ffnord-puppet-gateway/tree/multi_fastd_dev |
Bevor man diese änderung auf einem Gateway ausrollt muss man natürlich nun dort einiges anpassen:
|
bitte die von dir genannten Punkte noch hier im PR ergänzen, da dieser sonst nicht nutzbar ist. edit: der sinn des puppet-scripts besteht ja darin, dass keine manuellen eingriffe mehr auf ner maschine nötig sind nach nem run. von daher sollten diese dinge integriert werden, sodass dies der fall ist. |
Thanks for your work. I talked with @ohrensessel and it would be really awesome if you could provide:
|
I think the firewall can be done within this PR #118 I already added the example in the |
no, it cannot. PR #118 just updates the firewall framework. each module has to add a rule for the ports it needs by defining ffnord::firewall::service with the appropriate parameters (see https://github.com/ffnord/ffnord-puppet-gateway/blob/master/manifests/fastd.pp#L55-L59) |
Then everything should be ok already: https://github.com/ffnord/ffnord-puppet-gateway/pull/120/files#diff-e83e93e7402ec3932435863e37a7b834R59 the first instance (1280) is defined in init.pp and the old (1426) in the example in README.md |
…ces with different interface ids
… interface has an MTU of 1280
If you still want to run a gateway with only the 1426MTU then you would have to define this in your manifest. If you don't choose an MTU the default will be 1280 now. |
As everything is clear now I am going to merge this. Thank you. |
enable multiple fastd instances with different interface ids
sorry, but I still have some open points.
|