diff options
165 files changed, 3036 insertions, 0 deletions
| diff --git a/puppet/modules/shorewall/.gitrepo b/puppet/modules/shorewall/.gitrepo new file mode 100644 index 00000000..7ae31f9d --- /dev/null +++ b/puppet/modules/shorewall/.gitrepo @@ -0,0 +1,11 @@ +; DO NOT EDIT (unless you know what you are doing) +; +; This subdirectory is a git "subrepo", and this file is maintained by the +; git-subrepo command. See https://github.com/git-commands/git-subrepo#readme +; +[subrepo] +	remote = https://leap.se/git/puppet_shorewall +	branch = master +	commit = 06e89ed3486916ae12186e46b8ec59c8c7c79142 +	parent = 6083b23278927189de58c11bbb5bc7d93ccced24 +	cmdver = 0.3.0 diff --git a/puppet/modules/shorewall/LICENSE b/puppet/modules/shorewall/LICENSE new file mode 100644 index 00000000..94a9ed02 --- /dev/null +++ b/puppet/modules/shorewall/LICENSE @@ -0,0 +1,674 @@ +                    GNU GENERAL PUBLIC LICENSE +                       Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + +                            Preamble + +  The GNU General Public License is a free, copyleft license for +software and other kinds of works. + +  The licenses for most software and other practical works are designed +to take away your freedom to share and change the works.  By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users.  We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors.  You can apply it to +your programs, too. + +  When we speak of free software, we are referring to freedom, not +price.  Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + +  To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights.  Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + +  For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received.  You must make sure that they, too, receive +or can get the source code.  And you must show them these terms so they +know their rights. + +  Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + +  For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software.  For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + +  Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so.  This is fundamentally incompatible with the aim of +protecting users' freedom to change the software.  The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable.  Therefore, we +have designed this version of the GPL to prohibit the practice for those +products.  If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + +  Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary.  To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + +  The precise terms and conditions for copying, distribution and +modification follow. + +                       TERMS AND CONDITIONS + +  0. Definitions. + +  "This License" refers to version 3 of the GNU General Public License. + +  "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + +  "The Program" refers to any copyrightable work licensed under this +License.  Each licensee is addressed as "you".  "Licensees" and +"recipients" may be individuals or organizations. + +  To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy.  The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + +  A "covered work" means either the unmodified Program or a work based +on the Program. + +  To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy.  Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + +  To "convey" a work means any kind of propagation that enables other +parties to make or receive copies.  Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + +  An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License.  If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + +  1. Source Code. + +  The "source code" for a work means the preferred form of the work +for making modifications to it.  "Object code" means any non-source +form of a work. + +  A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + +  The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form.  A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + +  The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities.  However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work.  For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + +  The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + +  The Corresponding Source for a work in source code form is that +same work. + +  2. Basic Permissions. + +  All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met.  This License explicitly affirms your unlimited +permission to run the unmodified Program.  The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work.  This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + +  You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force.  You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright.  Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + +  Conveying under any other circumstances is permitted solely under +the conditions stated below.  Sublicensing is not allowed; section 10 +makes it unnecessary. + +  3. Protecting Users' Legal Rights From Anti-Circumvention Law. + +  No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + +  When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + +  4. Conveying Verbatim Copies. + +  You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + +  You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + +  5. Conveying Modified Source Versions. + +  You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + +    a) The work must carry prominent notices stating that you modified +    it, and giving a relevant date. + +    b) The work must carry prominent notices stating that it is +    released under this License and any conditions added under section +    7.  This requirement modifies the requirement in section 4 to +    "keep intact all notices". + +    c) You must license the entire work, as a whole, under this +    License to anyone who comes into possession of a copy.  This +    License will therefore apply, along with any applicable section 7 +    additional terms, to the whole of the work, and all its parts, +    regardless of how they are packaged.  This License gives no +    permission to license the work in any other way, but it does not +    invalidate such permission if you have separately received it. + +    d) If the work has interactive user interfaces, each must display +    Appropriate Legal Notices; however, if the Program has interactive +    interfaces that do not display Appropriate Legal Notices, your +    work need not make them do so. + +  A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit.  Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + +  6. Conveying Non-Source Forms. + +  You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + +    a) Convey the object code in, or embodied in, a physical product +    (including a physical distribution medium), accompanied by the +    Corresponding Source fixed on a durable physical medium +    customarily used for software interchange. + +    b) Convey the object code in, or embodied in, a physical product +    (including a physical distribution medium), accompanied by a +    written offer, valid for at least three years and valid for as +    long as you offer spare parts or customer support for that product +    model, to give anyone who possesses the object code either (1) a +    copy of the Corresponding Source for all the software in the +    product that is covered by this License, on a durable physical +    medium customarily used for software interchange, for a price no +    more than your reasonable cost of physically performing this +    conveying of source, or (2) access to copy the +    Corresponding Source from a network server at no charge. + +    c) Convey individual copies of the object code with a copy of the +    written offer to provide the Corresponding Source.  This +    alternative is allowed only occasionally and noncommercially, and +    only if you received the object code with such an offer, in accord +    with subsection 6b. + +    d) Convey the object code by offering access from a designated +    place (gratis or for a charge), and offer equivalent access to the +    Corresponding Source in the same way through the same place at no +    further charge.  You need not require recipients to copy the +    Corresponding Source along with the object code.  If the place to +    copy the object code is a network server, the Corresponding Source +    may be on a different server (operated by you or a third party) +    that supports equivalent copying facilities, provided you maintain +    clear directions next to the object code saying where to find the +    Corresponding Source.  Regardless of what server hosts the +    Corresponding Source, you remain obligated to ensure that it is +    available for as long as needed to satisfy these requirements. + +    e) Convey the object code using peer-to-peer transmission, provided +    you inform other peers where the object code and Corresponding +    Source of the work are being offered to the general public at no +    charge under subsection 6d. + +  A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + +  A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling.  In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage.  For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product.  A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + +  "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source.  The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + +  If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information.  But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + +  The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed.  Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + +  Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + +  7. Additional Terms. + +  "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law.  If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + +  When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it.  (Additional permissions may be written to require their own +removal in certain cases when you modify the work.)  You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + +  Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + +    a) Disclaiming warranty or limiting liability differently from the +    terms of sections 15 and 16 of this License; or + +    b) Requiring preservation of specified reasonable legal notices or +    author attributions in that material or in the Appropriate Legal +    Notices displayed by works containing it; or + +    c) Prohibiting misrepresentation of the origin of that material, or +    requiring that modified versions of such material be marked in +    reasonable ways as different from the original version; or + +    d) Limiting the use for publicity purposes of names of licensors or +    authors of the material; or + +    e) Declining to grant rights under trademark law for use of some +    trade names, trademarks, or service marks; or + +    f) Requiring indemnification of licensors and authors of that +    material by anyone who conveys the material (or modified versions of +    it) with contractual assumptions of liability to the recipient, for +    any liability that these contractual assumptions directly impose on +    those licensors and authors. + +  All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10.  If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term.  If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + +  If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + +  Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + +  8. Termination. + +  You may not propagate or modify a covered work except as expressly +provided under this License.  Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + +  However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + +  Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + +  Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License.  If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + +  9. Acceptance Not Required for Having Copies. + +  You are not required to accept this License in order to receive or +run a copy of the Program.  Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance.  However, +nothing other than this License grants you permission to propagate or +modify any covered work.  These actions infringe copyright if you do +not accept this License.  Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + +  10. Automatic Licensing of Downstream Recipients. + +  Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License.  You are not responsible +for enforcing compliance by third parties with this License. + +  An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations.  If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + +  You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License.  For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + +  11. Patents. + +  A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based.  The +work thus licensed is called the contributor's "contributor version". + +  A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version.  For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + +  Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + +  In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement).  To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + +  If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients.  "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + +  If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + +  A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License.  You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + +  Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + +  12. No Surrender of Others' Freedom. + +  If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License.  If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all.  For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + +  13. Use with the GNU Affero General Public License. + +  Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work.  The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + +  14. Revised Versions of this License. + +  The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time.  Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +  Each version is given a distinguishing version number.  If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation.  If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + +  If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + +  Later license versions may give you additional or different +permissions.  However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + +  15. Disclaimer of Warranty. + +  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + +  16. Limitation of Liability. + +  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + +  17. Interpretation of Sections 15 and 16. + +  If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + +                     END OF TERMS AND CONDITIONS + +            How to Apply These Terms to Your New Programs + +  If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + +  To do so, attach the following notices to the program.  It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + +    <one line to give the program's name and a brief idea of what it does.> +    Copyright (C) <year>  <name of author> + +    This program is free software: you can redistribute it and/or modify +    it under the terms of the GNU General Public License as published by +    the Free Software Foundation, either version 3 of the License, or +    (at your option) any later version. + +    This program is distributed in the hope that it will be useful, +    but WITHOUT ANY WARRANTY; without even the implied warranty of +    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the +    GNU General Public License for more details. + +    You should have received a copy of the GNU General Public License +    along with this program.  If not, see <http://www.gnu.org/licenses/>. + +Also add information on how to contact you by electronic and paper mail. + +  If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + +    <program>  Copyright (C) <year>  <name of author> +    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. +    This is free software, and you are welcome to redistribute it +    under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License.  Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + +  You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +<http://www.gnu.org/licenses/>. + +  The GNU General Public License does not permit incorporating your program +into proprietary programs.  If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library.  If this is what you want to do, use the GNU Lesser General +Public License instead of this License.  But first, please read +<http://www.gnu.org/philosophy/why-not-lgpl.html>. diff --git a/puppet/modules/shorewall/README.md b/puppet/modules/shorewall/README.md new file mode 100644 index 00000000..e7e29859 --- /dev/null +++ b/puppet/modules/shorewall/README.md @@ -0,0 +1,224 @@ +Puppet Module for Shorewall +--------------------------- +This module manages the configuration of Shorewall (http://www.shorewall.net/) + +Requirements +------------ + +This module requires the augeas module, you can find that here: +https://gitlab.com/shared-puppet-modules-group/augeas.git + +This module requires the concat module, you can find that here: +https://github.com/puppetlabs/puppetlabs-concat.git + +Copyright +--------- + +Copyright (C) 2007 David Schmitt <david@schmitt.edv-bus.at> +adapted by immerda project group - admin+puppet(at)immerda.ch +adapted by Puzzle ITC - haerry+puppet(at)puzzle.ch + +Copyright (c) 2009 Riseup Networks - micah(shift+2)riseup.net + +Copyright (c) 2010 intrigeri - intrigeri(at)boum.org +See LICENSE for the full license granted to you. + +Based on the work of ADNET Ghislain <gadnet@aqueos.com> from AQUEOS +at https://reductivelabs.com/trac/puppet/wiki/AqueosShorewall + +Merged from: +- git://git.puppet.immerda.ch/module-shorewall.git +- git://labs.riseup.net/module_shorewall +- https://gitlab.com/shared-puppet-modules-group/shorewall.git + + +Todo +---- +- check if shorewall compiles without errors, otherwise fail ! + +Configuration +------------- + +If you need to install a specific version of shorewall other than +the default one that would be installed by 'ensure => present', then +you can set the following variable and that specific version will be +installed instead: + +    $shorewall_ensure_version = "4.0.15-1" + +The main shorewall.conf is not managed by this module, rather the default one +that your operatingsystem provides is used, and any modifications you wish to do +to it should be configured with augeas, for example, to set IP_FORWARDING=Yes in +shorewall.conf, simply do this: + +    augeas { 'enable_ip_forwarding': +      changes => 'set /files/etc/shorewall/shorewall.conf/IP_FORWARDING Yes', +      lens    => 'Shellvars.lns', +      incl    => '/etc/shorewall/shorewall.conf', +      notify  => Service[shorewall]; +    } + +NOTE: this requires the augeas ruby bindings newer than 0.7.3. + +If you need to, you can provide an entire shorewall.conf by passing its +source to the main class: + +    class{'shorewall': +      conf_source => "puppet:///modules/site_shorewall/${::fqdn}/shorewall.conf.${::operatingsystem}", +    } + +NOTE: if you distribute a file, you cannot also use augeas, puppet and augeas +will fight forever. Secondly, you will *need* to make sure that if you are shipping your own +shorewall.conf that you have the following value set in your shorewall.conf otherwise this +module will not work: + +    CONFIG_PATH="/etc/shorewall/puppet:/etc/shorewall:/usr/share/shorewall" + +Documentation +------------- + +see also: http://reductivelabs.com/trac/puppet/wiki/Recipes/AqueosShorewall + +Torify +------ + +The shorewall::rules::torify define can be used to force some outgoing +TCP traffic through the Tor transparent proxy. The corresponding +non-TCP traffic is rejected accordingly. + +Beware! This define only is part of a torified setup. DNS requests and +IPv6, amongst others, might leak network activity you would prefer not +to. You really need to read proper documentation about these matters +before using this feature e.g.: + +  https://www.torproject.org/download/download.html.en#warning + +The Tor transparent proxy location defaults to 127.0.0.1:9040 and can +be configured by setting the $tor_transparent_proxy_host and +$tor_transparent_proxy_port variables before including the main +shorewall class. + +Example usage follows. + +Torify any outgoing TCP traffic originating from user bob or alice and +aimed at 6.6.6.6 or 7.7.7.7: + +    shorewall::rules::torify { +      'torify-some-bits': +        users        => [ 'bob', 'alice' ], +        destinations => [ '6.6.6.6', '7.7.7.7' ]; +    } + +Torify any outgoing TCP traffic to 8.8.8.8: + +    shorewall::rules::torify { +      'torify-to-this-host': +        destinations  => [ '8.8.8.8' ]; +    } + +When no destination nor user is provided any outgoing TCP traffic (see +restrictions bellow) is torified. In that case the user running the +Tor client ($tor_user) is whitelisted; this variable defaults to +"debian-tor" on Debian systems and to "tor" on others. if this does +not suit your configuration you need to set the $tor_user variable +before including the main shorewall class. + +When no destination is provided traffic directed to RFC1918 addresses +is by default allowed and (obviously) not torified. This behaviour can +be changed by setting the allow_rfc1918 parameter to false. + +Torify any outgoing TCP traffic but connections to RFC1918 addresses: + +    shorewall::rules::torify { +      'torify-everything-but-lan': +    } + +Torify any outgoing TCP traffic: + +    shorewall::rules::torify { +      'torify-everything: +        allow_rfc1918 => false; +    } + +In some cases (e.g. when providing no specific destination nor user +and denying access to RFC1918 addresses) UDP DNS requests may be +rejected. This is intentional: it does not make sense leaking -via DNS +requests- network activity that would otherwise be torified. In that +case you probably want to read proper documentation about such +matters, enable the Tor DNS resolver and redirect DNS requests through +it. + +Example +------- + +Example from node.pp: + +    node xy { +      class{'config::site_shorewall': +        startup => "0"  # create shorewall ruleset but don't startup +      } +      shorewall::rule { +        'incoming-ssh': source => 'all', destination => '$FW',  action  => 'SSH(ACCEPT)', order => 200; +        'incoming-puppetmaster': source => 'all', destination => '$FW',  action  => 'Puppetmaster(ACCEPT)', order => 300; +        'incoming-imap': source => 'all', destination => '$FW',  action  => 'IMAP(ACCEPT)', order => 300; +        'incoming-smtp': source => 'all', destination => '$FW',  action  => 'SMTP(ACCEPT)', order => 300; +      } +    } + + +    class config::site_shorewall($startup = '1') { +      class{'shorewall': +        startup => $startup +      } + +      # If you want logging: +      #shorewall::params { +      # 'LOG':  value => 'debug'; +      #} + +      shorewall::zone {'net': +        type => 'ipv4'; +      } + +      shorewall::rule_section { 'NEW': +        order => 100; +      } + +      shorewall::interface { 'eth0': +        zone    => 'net', +        rfc1918  => true, +        options => 'tcpflags,blacklist,nosmurfs'; +      } + +      shorewall::policy { +        'fw-to-fw': +          sourcezone              =>      '$FW', +          destinationzone         =>      '$FW', +          policy                  =>      'ACCEPT', +          order                   =>      100; +        'fw-to-net': +          sourcezone              =>      '$FW', +          destinationzone         =>      'net', +          policy                  =>      'ACCEPT', +          shloglevel              =>      '$LOG', +          order                   =>      110; +        'net-to-fw': +          sourcezone              =>      'net', +          destinationzone         =>      '$FW', +          policy                  =>      'DROP', +          shloglevel              =>      '$LOG', +          order                   =>      120; +      } + + +      # default Rules : ICMP +      shorewall::rule { +        'allicmp-to-host': +          source => 'all', +          destination => '$FW', +          order  => 200, +          action  => 'AllowICMPs/(ACCEPT)'; +      } +    } + + diff --git a/puppet/modules/shorewall/files/boilerplate/blacklist.footer b/puppet/modules/shorewall/files/boilerplate/blacklist.footer new file mode 100644 index 00000000..5e12d1da --- /dev/null +++ b/puppet/modules/shorewall/files/boilerplate/blacklist.footer @@ -0,0 +1 @@ +#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE diff --git a/puppet/modules/shorewall/files/boilerplate/blacklist.header b/puppet/modules/shorewall/files/boilerplate/blacklist.header new file mode 100644 index 00000000..2392e176 --- /dev/null +++ b/puppet/modules/shorewall/files/boilerplate/blacklist.header @@ -0,0 +1,10 @@ +# +# Shorewall version 3.4 - Blacklist File +# +# For information about entries in this file, type "man shorewall-blacklist" +# +# Please see http://shorewall.net/blacklisting_support.htm for additional +# information. +# +############################################################################### +#ADDRESS/SUBNET         PROTOCOL        PORT diff --git a/puppet/modules/shorewall/files/boilerplate/clear.footer b/puppet/modules/shorewall/files/boilerplate/clear.footer new file mode 100644 index 00000000..662ac1cc --- /dev/null +++ b/puppet/modules/shorewall/files/boilerplate/clear.footer @@ -0,0 +1 @@ +#LAST LINE - ADD YOUR ENTRIES ABOVE THIS ONE - DO NOT REMOVE diff --git a/puppet/modules/shorewall/files/boilerplate/clear.header b/puppet/modules/shorewall/files/boilerplate/clear.header new file mode 100644 index 00000000..6a39b0b6 --- /dev/null +++ b/puppet/modules/shorewall/files/boilerplate/clear.header @@ -0,0 +1,13 @@ +# +# Shorewall version 4 - Clear +# +# /etc/shorewall/stop +# +#       Add commands below that you want to be executed at the beginning of a +#       "shorewall stop" command. +# +# See http://shorewall.net/shorewall_extension_scripts.htm for additional +# information. +# +############################################################################### +#LAST LINE - ADD YOUR ENTRIES ABOVE THIS ONE - DO NOT REMOVE diff --git a/puppet/modules/shorewall/files/boilerplate/continue.footer b/puppet/modules/shorewall/files/boilerplate/continue.footer new file mode 100644 index 00000000..662ac1cc --- /dev/null +++ b/puppet/modules/shorewall/files/boilerplate/continue.footer @@ -0,0 +1 @@ +#LAST LINE - ADD YOUR ENTRIES ABOVE THIS ONE - DO NOT REMOVE diff --git a/puppet/modules/shorewall/files/boilerplate/continue.header b/puppet/modules/shorewall/files/boilerplate/continue.header new file mode 100644 index 00000000..d2ee48a5 --- /dev/null +++ b/puppet/modules/shorewall/files/boilerplate/continue.header @@ -0,0 +1,14 @@ +# +# Shorewall version 4 - Continue File +# +#  /etc/shorewall/continue +# +#	Add commands below that you want to be executed after shorewall has +#	cleared any existing Netfilter rules and has enabled existing +#	connections. +# +# For additional information, see +# http://shorewall.net/shorewall_extension_scripts.htm +# +############################################################################### + diff --git a/puppet/modules/shorewall/files/boilerplate/hosts.footer b/puppet/modules/shorewall/files/boilerplate/hosts.footer new file mode 100644 index 00000000..dc2fef52 --- /dev/null +++ b/puppet/modules/shorewall/files/boilerplate/hosts.footer @@ -0,0 +1 @@ +#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS LINE -- DO NOT REMOVE diff --git a/puppet/modules/shorewall/files/boilerplate/hosts.header b/puppet/modules/shorewall/files/boilerplate/hosts.header new file mode 100644 index 00000000..e39d6145 --- /dev/null +++ b/puppet/modules/shorewall/files/boilerplate/hosts.header @@ -0,0 +1,9 @@ +# +# Shorewall version 3.4 - Hosts file +# +# For information about entries in this file, type "man shorewall-hosts" +# +# For additional information, see http://shorewall.net/Documentation.htm#Hosts +# +############################################################################### +#ZONE   HOST(S)                                 OPTIONS diff --git a/puppet/modules/shorewall/files/boilerplate/init.footer b/puppet/modules/shorewall/files/boilerplate/init.footer new file mode 100644 index 00000000..662ac1cc --- /dev/null +++ b/puppet/modules/shorewall/files/boilerplate/init.footer @@ -0,0 +1 @@ +#LAST LINE - ADD YOUR ENTRIES ABOVE THIS ONE - DO NOT REMOVE diff --git a/puppet/modules/shorewall/files/boilerplate/init.header b/puppet/modules/shorewall/files/boilerplate/init.header new file mode 100644 index 00000000..cbb0393e --- /dev/null +++ b/puppet/modules/shorewall/files/boilerplate/init.header @@ -0,0 +1,13 @@ +# +# Shorewall version 4 - Init File +# +# /etc/shorewall/init +# +#	Add commands below that you want to be executed at the beginning of +#	a "shorewall start" or "shorewall restart" command. +# +# For additional information, see +# http://shorewall.net/shorewall_extension_scripts.htm +# +############################################################################### + diff --git a/puppet/modules/shorewall/files/boilerplate/initdone.footer b/puppet/modules/shorewall/files/boilerplate/initdone.footer new file mode 100644 index 00000000..662ac1cc --- /dev/null +++ b/puppet/modules/shorewall/files/boilerplate/initdone.footer @@ -0,0 +1 @@ +#LAST LINE - ADD YOUR ENTRIES ABOVE THIS ONE - DO NOT REMOVE diff --git a/puppet/modules/shorewall/files/boilerplate/initdone.header b/puppet/modules/shorewall/files/boilerplate/initdone.header new file mode 100644 index 00000000..9252a3bc --- /dev/null +++ b/puppet/modules/shorewall/files/boilerplate/initdone.header @@ -0,0 +1,14 @@ +# +# Shorewall version 4 - Initdone File +# +# /etc/shorewall/initdone +# +#	Add commands below that you want to be executed during +#	"shorewall start" or "shorewall restart" commands at the point where +#	Shorewall has not yet added any perminent rules to the builtin chains. +# +# For additional information, see +# http://shorewall.net/shorewall_extension_scripts.htm +# +############################################################################### + diff --git a/puppet/modules/shorewall/files/boilerplate/interfaces.footer b/puppet/modules/shorewall/files/boilerplate/interfaces.footer new file mode 100644 index 00000000..5e12d1da --- /dev/null +++ b/puppet/modules/shorewall/files/boilerplate/interfaces.footer @@ -0,0 +1 @@ +#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE diff --git a/puppet/modules/shorewall/files/boilerplate/interfaces.header b/puppet/modules/shorewall/files/boilerplate/interfaces.header new file mode 100644 index 00000000..663e4367 --- /dev/null +++ b/puppet/modules/shorewall/files/boilerplate/interfaces.header @@ -0,0 +1,10 @@ +# +# Shorewall version 4 - Interfaces File +# +# For information about entries in this file, type "man shorewall-interfaces" +# +# For additional information, see +# http://www.shorewall.net/manpages/shorewall-interfaces.html +# +############################################################################### +#ZONE   INTERFACE       BROADCAST       OPTIONS diff --git a/puppet/modules/shorewall/files/boilerplate/maclog.footer b/puppet/modules/shorewall/files/boilerplate/maclog.footer new file mode 100644 index 00000000..5e12d1da --- /dev/null +++ b/puppet/modules/shorewall/files/boilerplate/maclog.footer @@ -0,0 +1 @@ +#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE diff --git a/puppet/modules/shorewall/files/boilerplate/maclog.header b/puppet/modules/shorewall/files/boilerplate/maclog.header new file mode 100644 index 00000000..b0c382ab --- /dev/null +++ b/puppet/modules/shorewall/files/boilerplate/maclog.header @@ -0,0 +1,14 @@ +# +# Shorewall version 4 - Maclog File (Added in Shorewall version 3.2.5) +# +# /etc/shorewall/start +# +#	Add commands below that you want executed while mac filtering rules are +#	being created. These will be executed once for each interface having +#	'maclist' speciied and it is invoked just before the logging rule is  +#	added to the current chain (the name of that chain will be in $CHAIN) +# +# See http://shorewall.net/shorewall_extension_scripts.htm for additional +# information. +# +############################################################################### diff --git a/puppet/modules/shorewall/files/boilerplate/mangle.footer b/puppet/modules/shorewall/files/boilerplate/mangle.footer new file mode 100644 index 00000000..6bebc05c --- /dev/null +++ b/puppet/modules/shorewall/files/boilerplate/mangle.footer @@ -0,0 +1 @@ +#LAST LINE -- ADD YOUR ENTRIES ABOVE THIS LINE -- DO NOT REMOVE diff --git a/puppet/modules/shorewall/files/boilerplate/mangle.header b/puppet/modules/shorewall/files/boilerplate/mangle.header new file mode 100644 index 00000000..7a7b12ab --- /dev/null +++ b/puppet/modules/shorewall/files/boilerplate/mangle.header @@ -0,0 +1,7 @@ +# +# Shorewall - Mangle File +# +# For additional information, see http://shorewall.net/manpages/shorewall-mangle.html +# +####################################################################################### +#ACTION SOURCE DESTINATION PROTO DSTPORT SRCPORT USER TEST LENGTH TOS CONNBYTES HELPER HEADERS diff --git a/puppet/modules/shorewall/files/boilerplate/masq.footer b/puppet/modules/shorewall/files/boilerplate/masq.footer new file mode 100644 index 00000000..6bebc05c --- /dev/null +++ b/puppet/modules/shorewall/files/boilerplate/masq.footer @@ -0,0 +1 @@ +#LAST LINE -- ADD YOUR ENTRIES ABOVE THIS LINE -- DO NOT REMOVE diff --git a/puppet/modules/shorewall/files/boilerplate/masq.header b/puppet/modules/shorewall/files/boilerplate/masq.header new file mode 100644 index 00000000..f8233210 --- /dev/null +++ b/puppet/modules/shorewall/files/boilerplate/masq.header @@ -0,0 +1,9 @@ +# +# Shorewall version 3.4 - Masq file +# +# For information about entries in this file, type "man shorewall-masq" +# +# For additional information, see http://shorewall.net/Documentation.htm#Masq +# +############################################################################### +#INTERFACE              SOURCE          ADDRESS         PROTO   PORT(S) IPSEC   MARK diff --git a/puppet/modules/shorewall/files/boilerplate/nat.footer b/puppet/modules/shorewall/files/boilerplate/nat.footer new file mode 100644 index 00000000..6bebc05c --- /dev/null +++ b/puppet/modules/shorewall/files/boilerplate/nat.footer @@ -0,0 +1 @@ +#LAST LINE -- ADD YOUR ENTRIES ABOVE THIS LINE -- DO NOT REMOVE diff --git a/puppet/modules/shorewall/files/boilerplate/nat.header b/puppet/modules/shorewall/files/boilerplate/nat.header new file mode 100644 index 00000000..c2e0d922 --- /dev/null +++ b/puppet/modules/shorewall/files/boilerplate/nat.header @@ -0,0 +1,9 @@ +# +# Shorewall version 3.4 - Nat File +# +# For information about entries in this file, type "man shorewall-nat" +# +# For additional information, see http://shorewall.net/NAT.htm +# +############################################################################### +#EXTERNAL       INTERFACE       INTERNAL        ALL             LOCAL diff --git a/puppet/modules/shorewall/files/boilerplate/params.footer b/puppet/modules/shorewall/files/boilerplate/params.footer new file mode 100644 index 00000000..662ac1cc --- /dev/null +++ b/puppet/modules/shorewall/files/boilerplate/params.footer @@ -0,0 +1 @@ +#LAST LINE - ADD YOUR ENTRIES ABOVE THIS ONE - DO NOT REMOVE diff --git a/puppet/modules/shorewall/files/boilerplate/params.header b/puppet/modules/shorewall/files/boilerplate/params.header new file mode 100644 index 00000000..b258b0de --- /dev/null +++ b/puppet/modules/shorewall/files/boilerplate/params.header @@ -0,0 +1,26 @@ +# +# Shorewall version 3.4 - Params File +# +# /etc/shorewall/params +# +#       Assign any variables that you need here. +# +#       It is suggested that variable names begin with an upper case letter +#       to distinguish them from variables used internally within the +#       Shorewall programs +# +#       Example: +# +#               NET_IF=eth0 +#               NET_BCAST=130.252.100.255 +#               NET_OPTIONS=routefilter,norfc1918 +# +#       Example (/etc/shorewall/interfaces record): +# +#               net     $NET_IF         $NET_BCAST      $NET_OPTIONS +# +#       The result will be the same as if the record had been written +# +#               net     eth0            130.252.100.255 routefilter,norfc1918 +# +############################################################################### diff --git a/puppet/modules/shorewall/files/boilerplate/policy.footer b/puppet/modules/shorewall/files/boilerplate/policy.footer new file mode 100644 index 00000000..16c86d0e --- /dev/null +++ b/puppet/modules/shorewall/files/boilerplate/policy.footer @@ -0,0 +1 @@ +#LAST LINE -- DO NOT REMOVE diff --git a/puppet/modules/shorewall/files/boilerplate/policy.header b/puppet/modules/shorewall/files/boilerplate/policy.header new file mode 100644 index 00000000..cc9781f0 --- /dev/null +++ b/puppet/modules/shorewall/files/boilerplate/policy.header @@ -0,0 +1,11 @@ +# +# Shorewall version 4 - Policy File +# +# For information about entries in this file, type "man shorewall-policy" +# +# The manpage is also online at +# http://www.shorewall.net/manpages/shorewall-policy.html +# +############################################################################### +#SOURCE DEST  POLICY    LOG LIMIT:    CONNLIMIT: +#       LEVEL BURST   MASK diff --git a/puppet/modules/shorewall/files/boilerplate/providers.footer b/puppet/modules/shorewall/files/boilerplate/providers.footer new file mode 100644 index 00000000..5e12d1da --- /dev/null +++ b/puppet/modules/shorewall/files/boilerplate/providers.footer @@ -0,0 +1 @@ +#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE diff --git a/puppet/modules/shorewall/files/boilerplate/providers.header b/puppet/modules/shorewall/files/boilerplate/providers.header new file mode 100644 index 00000000..b4a5990f --- /dev/null +++ b/puppet/modules/shorewall/files/boilerplate/providers.header @@ -0,0 +1,9 @@ +# +# Shorewall version 4 - Providers File +# +# For information about entries in this file, type "man shorewall-providers" +# +# For additional information, see http://shorewall.net/MultiISP.html +# +############################################################################################ +#NAME	NUMBER	MARK	DUPLICATE	INTERFACE	GATEWAY		OPTIONS		COPY diff --git a/puppet/modules/shorewall/files/boilerplate/proxyarp.footer b/puppet/modules/shorewall/files/boilerplate/proxyarp.footer new file mode 100644 index 00000000..5e12d1da --- /dev/null +++ b/puppet/modules/shorewall/files/boilerplate/proxyarp.footer @@ -0,0 +1 @@ +#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE diff --git a/puppet/modules/shorewall/files/boilerplate/proxyarp.header b/puppet/modules/shorewall/files/boilerplate/proxyarp.header new file mode 100644 index 00000000..1e168532 --- /dev/null +++ b/puppet/modules/shorewall/files/boilerplate/proxyarp.header @@ -0,0 +1,9 @@ +# +# Shorewall version  3.4 - Proxyarp File +# +# For information about entries in this file, type "man shorewall-proxyarp" +# +# See http://shorewall.net/ProxyARP.htm for additional information. +# +############################################################################### +#ADDRESS        INTERFACE       EXTERNAL        HAVEROUTE       PERSISTENT diff --git a/puppet/modules/shorewall/files/boilerplate/rfc1918.footer b/puppet/modules/shorewall/files/boilerplate/rfc1918.footer new file mode 100644 index 00000000..e07fdb15 --- /dev/null +++ b/puppet/modules/shorewall/files/boilerplate/rfc1918.footer @@ -0,0 +1,5 @@ +# The real subnets from RFC1918 +172.16.0.0/12           logdrop         # RFC 1918 +192.168.0.0/16          logdrop         # RFC 1918 +10.0.0.0/8              logdrop         # RFC 1918 +#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE diff --git a/puppet/modules/shorewall/files/boilerplate/rfc1918.header b/puppet/modules/shorewall/files/boilerplate/rfc1918.header new file mode 100644 index 00000000..8d6a4162 --- /dev/null +++ b/puppet/modules/shorewall/files/boilerplate/rfc1918.header @@ -0,0 +1,5 @@ +# +# Shorewall version 3.4 - Rfc1918 File +# +############################################################################### +#SUBNETS                TARGET diff --git a/puppet/modules/shorewall/files/boilerplate/routestopped.footer b/puppet/modules/shorewall/files/boilerplate/routestopped.footer new file mode 100644 index 00000000..5e12d1da --- /dev/null +++ b/puppet/modules/shorewall/files/boilerplate/routestopped.footer @@ -0,0 +1 @@ +#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE diff --git a/puppet/modules/shorewall/files/boilerplate/routestopped.header b/puppet/modules/shorewall/files/boilerplate/routestopped.header new file mode 100644 index 00000000..5408aace --- /dev/null +++ b/puppet/modules/shorewall/files/boilerplate/routestopped.header @@ -0,0 +1,11 @@ +# +# Shorewall version 3.4 - Routestopped File +# +# For information about entries in this file, type "man shorewall-routestopped" +# +# See http://shorewall.net/Documentation.htm#Routestopped and +# http://shorewall.net/starting_and_stopping_shorewall.htm for additional +# information. +# +############################################################################### +#INTERFACE      HOST(S)                 OPTIONS diff --git a/puppet/modules/shorewall/files/boilerplate/rtrules.footer b/puppet/modules/shorewall/files/boilerplate/rtrules.footer new file mode 100644 index 00000000..5e12d1da --- /dev/null +++ b/puppet/modules/shorewall/files/boilerplate/rtrules.footer @@ -0,0 +1 @@ +#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE diff --git a/puppet/modules/shorewall/files/boilerplate/rtrules.header b/puppet/modules/shorewall/files/boilerplate/rtrules.header new file mode 100644 index 00000000..fd9b2f48 --- /dev/null +++ b/puppet/modules/shorewall/files/boilerplate/rtrules.header @@ -0,0 +1,8 @@ +# +# Shorewall version 4 - route rules File +# +# For information about entries in this file, type "man shorewall-rtrules" +# +# For additional information, see http://www.shorewall.net/MultiISP.html +#################################################################################### +# SOURCE DEST PROVIDER PRIORITY MASK  diff --git a/puppet/modules/shorewall/files/boilerplate/rules.footer b/puppet/modules/shorewall/files/boilerplate/rules.footer new file mode 100644 index 00000000..5e12d1da --- /dev/null +++ b/puppet/modules/shorewall/files/boilerplate/rules.footer @@ -0,0 +1 @@ +#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE diff --git a/puppet/modules/shorewall/files/boilerplate/rules.header b/puppet/modules/shorewall/files/boilerplate/rules.header new file mode 100644 index 00000000..764358ac --- /dev/null +++ b/puppet/modules/shorewall/files/boilerplate/rules.header @@ -0,0 +1,10 @@ +# +# Shorewall version 3.4 - Rules File +# +# For information on the settings in this file, type "man shorewall-rules" +# +# See http://shorewall.net/Documentation.htm#Rules for additional information. +# +############################################################################################################# +#ACTION SOURCE          DEST            PROTO   DEST    SOURCE          ORIGINAL        RATE            USER/   MARK +#                                               PORT    PORT(S)         DEST            LIMIT           GROUP diff --git a/puppet/modules/shorewall/files/boilerplate/start.footer b/puppet/modules/shorewall/files/boilerplate/start.footer new file mode 100644 index 00000000..5e12d1da --- /dev/null +++ b/puppet/modules/shorewall/files/boilerplate/start.footer @@ -0,0 +1 @@ +#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE diff --git a/puppet/modules/shorewall/files/boilerplate/start.header b/puppet/modules/shorewall/files/boilerplate/start.header new file mode 100644 index 00000000..689dff19 --- /dev/null +++ b/puppet/modules/shorewall/files/boilerplate/start.header @@ -0,0 +1,12 @@ +# +# Shorewall version 4 - Start File +# +# /etc/shorewall/start +# +#	Add commands below that you want to be executed after shorewall has +#	been started or restarted. +# +# See http://shorewall.net/shorewall_extension_scripts.htm for additional +# information. +# +############################################################################### diff --git a/puppet/modules/shorewall/files/boilerplate/started.footer b/puppet/modules/shorewall/files/boilerplate/started.footer new file mode 100644 index 00000000..5e12d1da --- /dev/null +++ b/puppet/modules/shorewall/files/boilerplate/started.footer @@ -0,0 +1 @@ +#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE diff --git a/puppet/modules/shorewall/files/boilerplate/started.header b/puppet/modules/shorewall/files/boilerplate/started.header new file mode 100644 index 00000000..b7704dba --- /dev/null +++ b/puppet/modules/shorewall/files/boilerplate/started.header @@ -0,0 +1,20 @@ +# +# Shorewall version 4 - Started File +# +# /etc/shorewall/started +# +#	Add commands below that you want to be executed after shorewall has +#	been completely started or restarted. The difference between this +#	extension script and /etc/shorewall/start is that this one is invoked +#	after delayed loading of the blacklist (DELAYBLACKLISTLOAD=Yes) and +#	after the 'shorewall' chain has been created (thus signaling that the +#	firewall is completely up). +# +#	This script should not change the firewall configuration directly but +#	may do so indirectly by running /sbin/shorewall with the 'nolock' +#	option. +# +# See http://shorewall.net/shorewall_extension_scripts.htm for additional +# information. +# +############################################################################### diff --git a/puppet/modules/shorewall/files/boilerplate/stop.footer b/puppet/modules/shorewall/files/boilerplate/stop.footer new file mode 100644 index 00000000..5e12d1da --- /dev/null +++ b/puppet/modules/shorewall/files/boilerplate/stop.footer @@ -0,0 +1 @@ +#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE diff --git a/puppet/modules/shorewall/files/boilerplate/stop.header b/puppet/modules/shorewall/files/boilerplate/stop.header new file mode 100644 index 00000000..0088abe1 --- /dev/null +++ b/puppet/modules/shorewall/files/boilerplate/stop.header @@ -0,0 +1,13 @@ +# +# Shorewall version 4 - Stop File +# +# /etc/shorewall/stop +# +#	Add commands below that you want to be executed at the beginning of a +#	"shorewall stop" command. +# +# See http://shorewall.net/shorewall_extension_scripts.htm for additional +# information. +# +############################################################################### +#LAST LINE - ADD YOUR ENTRIES ABOVE THIS ONE - DO NOT REMOVE diff --git a/puppet/modules/shorewall/files/boilerplate/stopped.footer b/puppet/modules/shorewall/files/boilerplate/stopped.footer new file mode 100644 index 00000000..5e12d1da --- /dev/null +++ b/puppet/modules/shorewall/files/boilerplate/stopped.footer @@ -0,0 +1 @@ +#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE diff --git a/puppet/modules/shorewall/files/boilerplate/stopped.header b/puppet/modules/shorewall/files/boilerplate/stopped.header new file mode 100644 index 00000000..438e5e05 --- /dev/null +++ b/puppet/modules/shorewall/files/boilerplate/stopped.header @@ -0,0 +1,13 @@ +# +# Shorewall version 4 - Stopped File +# +# /etc/shorewall/stopped +# +#	Add commands below that you want to be executed at the completion of a +#	"shorewall stop" command. +# +# See http://shorewall.net/shorewall_extension_scripts.htm for additional +# information. +# +############################################################################### +#LAST LINE - ADD YOUR ENTRIES ABOVE THIS ONE - DO NOT REMOVE diff --git a/puppet/modules/shorewall/files/boilerplate/tcclasses.footer b/puppet/modules/shorewall/files/boilerplate/tcclasses.footer new file mode 100644 index 00000000..5e12d1da --- /dev/null +++ b/puppet/modules/shorewall/files/boilerplate/tcclasses.footer @@ -0,0 +1 @@ +#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE diff --git a/puppet/modules/shorewall/files/boilerplate/tcclasses.header b/puppet/modules/shorewall/files/boilerplate/tcclasses.header new file mode 100644 index 00000000..025415ba --- /dev/null +++ b/puppet/modules/shorewall/files/boilerplate/tcclasses.header @@ -0,0 +1,9 @@ +# +# Shorewall version 4 - Tcclasses File +# +# For information about entries in this file, type "man shorewall-tcclasses" +# +# See http://shorewall.net/traffic_shaping.htm for additional information. +# +############################################################################### +#INTERFACE:CLASS        MARK    RATE    CEIL    PRIORITY        OPTIONS diff --git a/puppet/modules/shorewall/files/boilerplate/tcdevices.footer b/puppet/modules/shorewall/files/boilerplate/tcdevices.footer new file mode 100644 index 00000000..5e12d1da --- /dev/null +++ b/puppet/modules/shorewall/files/boilerplate/tcdevices.footer @@ -0,0 +1 @@ +#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE diff --git a/puppet/modules/shorewall/files/boilerplate/tcdevices.header b/puppet/modules/shorewall/files/boilerplate/tcdevices.header new file mode 100644 index 00000000..fe7c3d1f --- /dev/null +++ b/puppet/modules/shorewall/files/boilerplate/tcdevices.header @@ -0,0 +1,10 @@ +# +# Shorewall version 4 - Tcdevices File +# +# For information about entries in this file, type "man shorewall-tcdevices" +# +# See http://shorewall.net/traffic_shaping.htm for additional information. +# +############################################################################### +#NUMBER:        IN-BANDWITH     OUT-BANDWIDTH   OPTIONS         REDIRECTED +#INTERFACE                                                      INTERFACES diff --git a/puppet/modules/shorewall/files/boilerplate/tcrules.footer b/puppet/modules/shorewall/files/boilerplate/tcrules.footer new file mode 100644 index 00000000..5e12d1da --- /dev/null +++ b/puppet/modules/shorewall/files/boilerplate/tcrules.footer @@ -0,0 +1 @@ +#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE diff --git a/puppet/modules/shorewall/files/boilerplate/tcrules.header b/puppet/modules/shorewall/files/boilerplate/tcrules.header new file mode 100644 index 00000000..e0e7adcf --- /dev/null +++ b/puppet/modules/shorewall/files/boilerplate/tcrules.header @@ -0,0 +1,15 @@ +# +# Shorewall version 4 - Tcrules File +# +# For information about entries in this file, type "man shorewall-tcrules" +# +# See http://shorewall.net/traffic_shaping.htm for additional information. +# For usage in selecting among multiple ISPs, see +# http://shorewall.net/MultiISP.html +# +# See http://shorewall.net/PacketMarking.html for a detailed description of +# the Netfilter/Shorewall packet marking mechanism. +###################################################################################################################### +#MARK   SOURCE          DEST            PROTO   DEST    SOURCE  USER    TEST    LENGTH  TOS   CONNBYTES         HELPER +#                                               PORT(S) PORT(S) + diff --git a/puppet/modules/shorewall/files/boilerplate/tunnel.footer b/puppet/modules/shorewall/files/boilerplate/tunnel.footer new file mode 100644 index 00000000..5e12d1da --- /dev/null +++ b/puppet/modules/shorewall/files/boilerplate/tunnel.footer @@ -0,0 +1 @@ +#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE diff --git a/puppet/modules/shorewall/files/boilerplate/tunnel.header b/puppet/modules/shorewall/files/boilerplate/tunnel.header new file mode 100644 index 00000000..638fd568 --- /dev/null +++ b/puppet/modules/shorewall/files/boilerplate/tunnel.header @@ -0,0 +1,11 @@ +# +# Shorewall version 4 - Tunnels File +# +# For information about entries in this file, type "man shorewall-tunnels" +# +# The manpage is also online at +# http://www.shorewall.net/manpages/shorewall-tunnels.html +# +############################################################################### +#TYPE			ZONE	GATEWAY		GATEWAY +#						ZONE diff --git a/puppet/modules/shorewall/files/boilerplate/zones.footer b/puppet/modules/shorewall/files/boilerplate/zones.footer new file mode 100644 index 00000000..662ac1cc --- /dev/null +++ b/puppet/modules/shorewall/files/boilerplate/zones.footer @@ -0,0 +1 @@ +#LAST LINE - ADD YOUR ENTRIES ABOVE THIS ONE - DO NOT REMOVE diff --git a/puppet/modules/shorewall/files/boilerplate/zones.header b/puppet/modules/shorewall/files/boilerplate/zones.header new file mode 100644 index 00000000..5dada523 --- /dev/null +++ b/puppet/modules/shorewall/files/boilerplate/zones.header @@ -0,0 +1,12 @@ +# +# Shorewall version 4 - Zones File +# +# For information about this file, type "man shorewall-zones" +# +# The manpage is also online at +# http://www.shorewall.net/manpages/shorewall-zones.html +# +############################################################################### +#ZONE TYPE    OPTIONS   IN      OUT +#         OPTIONS     OPTIONS +fw  firewall diff --git a/puppet/modules/shorewall/files/empty/.ignore b/puppet/modules/shorewall/files/empty/.ignore new file mode 100644 index 00000000..89cb1fe9 --- /dev/null +++ b/puppet/modules/shorewall/files/empty/.ignore @@ -0,0 +1 @@ +# file needed for git - don't remove it diff --git a/puppet/modules/shorewall/manifests/base.pp b/puppet/modules/shorewall/manifests/base.pp new file mode 100644 index 00000000..6599759e --- /dev/null +++ b/puppet/modules/shorewall/manifests/base.pp @@ -0,0 +1,78 @@ +# base things for shorewall +class shorewall::base { + +  package { 'shorewall': +    ensure => $shorewall::ensure_version, +  } + +  # This file has to be managed in place, so shorewall can find it +  file { +    '/etc/shorewall/shorewall.conf': +      require => Package['shorewall'], +      notify  => Exec['shorewall_check'], +      owner   => 'root', +      group   => 'root', +      mode    => '0644'; +    '/etc/shorewall/puppet': +      ensure  => directory, +      require => Package['shorewall'], +      owner   => 'root', +      group   => 'root', +      mode    => '0644'; +  } + +  if $shorewall::conf_source { +    File['/etc/shorewall/shorewall.conf']{ +      source => $shorewall::conf_source, +    } +  } else { + +    include ::augeas +    Class['augeas'] -> Class['shorewall::base'] + +    augeas { 'shorewall_module_config_path': +      changes => 'set /files/etc/shorewall/shorewall.conf/CONFIG_PATH \'"/etc/shorewall/puppet:/etc/shorewall:/usr/share/shorewall"\'', +      lens    => 'Shellvars.lns', +      incl    => '/etc/shorewall/shorewall.conf', +      notify  => Exec['shorewall_check'], +      require => Package['shorewall']; +    } +  } + +  exec{'shorewall_check': +    command     => 'shorewall check', +    refreshonly => true, +    notify      => Service['shorewall'], +  } +  service{'shorewall': +    ensure     => running, +    enable     => true, +    hasstatus  => true, +    hasrestart => true, +    require    => Package['shorewall'], +  } + +  file{'/etc/cron.daily/shorewall_check':} +  if $shorewall::daily_check { +    File['/etc/cron.daily/shorewall_check']{ +      content => '#!/bin/bash + +output=$(shorewall check 2>&1) +if [ $? -gt 0 ]; then +  echo "Error while checking firewall!" +  echo $output +  exit 1 +fi +exit 0 +', +      owner   => root, +      group   => 0, +      mode    => '0700', +      require => Service['shorewall'], +    } +  } else { +    File['/etc/cron.daily/shorewall_check']{ +      ensure => absent, +    } +  } +} diff --git a/puppet/modules/shorewall/manifests/blacklist.pp b/puppet/modules/shorewall/manifests/blacklist.pp new file mode 100644 index 00000000..afbe2165 --- /dev/null +++ b/puppet/modules/shorewall/manifests/blacklist.pp @@ -0,0 +1,9 @@ +define shorewall::blacklist( +    $proto = '-', +    $port = '-', +    $order='100' +){ +    shorewall::entry{"blacklist-${order}-${name}": +        line => "${name} ${proto} ${port}", +    }            +} diff --git a/puppet/modules/shorewall/manifests/centos.pp b/puppet/modules/shorewall/manifests/centos.pp new file mode 100644 index 00000000..1f8b37dd --- /dev/null +++ b/puppet/modules/shorewall/manifests/centos.pp @@ -0,0 +1,13 @@ +# things needed on centos +class shorewall::centos inherits shorewall::base { +  if versioncmp($::operatingsystemmajrelease,'5') > 0 { +    augeas{'enable_shorewall': +      context => '/files/etc/sysconfig/shorewall', +      changes => 'set startup 1', +      lens    => 'Shellvars.lns', +      incl    => '/etc/sysconfig/shorewall', +      require => Package['shorewall'], +      notify  => Exec['shorewall_check'], +    } +  } +} diff --git a/puppet/modules/shorewall/manifests/debian.pp b/puppet/modules/shorewall/manifests/debian.pp new file mode 100644 index 00000000..07176a32 --- /dev/null +++ b/puppet/modules/shorewall/manifests/debian.pp @@ -0,0 +1,11 @@ +# debian specific things +class shorewall::debian inherits shorewall::base { +  file{'/etc/default/shorewall': +    content => template('shorewall/debian_default.erb'), +    require => Package['shorewall'], +    notify  => Exec['shorewall_check'], +    owner   => 'root', +    group   => 'root', +    mode    => '0644'; +  } +} diff --git a/puppet/modules/shorewall/manifests/entry.pp b/puppet/modules/shorewall/manifests/entry.pp new file mode 100644 index 00000000..c8fffc72 --- /dev/null +++ b/puppet/modules/shorewall/manifests/entry.pp @@ -0,0 +1,12 @@ +define shorewall::entry( +    $ensure = present, +    $line +){ +  $parts = split($name,'-') +  concat::fragment{$name: +    ensure => $ensure, +    content => "${line}\n", +    order => $parts[1], +    target => "/etc/shorewall/puppet/${parts[0]}", +  } +} diff --git a/puppet/modules/shorewall/manifests/extension_script.pp b/puppet/modules/shorewall/manifests/extension_script.pp new file mode 100644 index 00000000..80b83d3b --- /dev/null +++ b/puppet/modules/shorewall/manifests/extension_script.pp @@ -0,0 +1,16 @@ +# See http://shorewall.net/shorewall_extension_scripts.htm +define shorewall::extension_script( +  $script +) { +  case $name { +    'init', 'initdone', 'start', 'started', 'stop', 'stopped', 'clear', 'refresh', 'continue', 'maclog': { +      file { "/etc/shorewall/puppet/${name}": +        content => "${script}\n", +        notify  => Exec['shorewall_check']; +      } +    } +    default: { +      err("${name}: unknown shorewall extension script") +    } +  } +} diff --git a/puppet/modules/shorewall/manifests/gentoo.pp b/puppet/modules/shorewall/manifests/gentoo.pp new file mode 100644 index 00000000..7b307a4e --- /dev/null +++ b/puppet/modules/shorewall/manifests/gentoo.pp @@ -0,0 +1,5 @@ +class shorewall::gentoo inherits shorewall::base { +    Package[shorewall]{ +        category => 'net-firewall', +    } +} diff --git a/puppet/modules/shorewall/manifests/host.pp b/puppet/modules/shorewall/manifests/host.pp new file mode 100644 index 00000000..f4002232 --- /dev/null +++ b/puppet/modules/shorewall/manifests/host.pp @@ -0,0 +1,10 @@ +define shorewall::host( +    $zone, +    $options = 'tcpflags,blacklist,norfc1918', +    $order='100' +){ +    shorewall::entry{"hosts-${order}-${name}": +        line => "${zone} ${name} ${options}" +    } +} + diff --git a/puppet/modules/shorewall/manifests/init.pp b/puppet/modules/shorewall/manifests/init.pp new file mode 100644 index 00000000..d6b2d2a4 --- /dev/null +++ b/puppet/modules/shorewall/manifests/init.pp @@ -0,0 +1,123 @@ +# Manage shorewall on your system +class shorewall( +  $startup                    = '1', +  $conf_source                = false, +  $ensure_version             = 'present', +  $tor_transparent_proxy_host = '127.0.0.1', +  $tor_transparent_proxy_port = '9040', +  $tor_user                   = $::operatingsystem ? { +    'Debian' => 'debian-tor', +    default  => 'tor' +  }, +  $zones                      = {}, +  $zones_defaults             = {}, +  $interfaces                 = {}, +  $interfaces_defaults        = {}, +  $hosts                      = {}, +  $hosts_defaults             = {}, +  $policy                     = {}, +  $policy_defaults            = {}, +  $rules                      = {}, +  $rules_defaults             = {}, +  $rulesections               = {}, +  $rulesections_defaults      = {}, +  $masq                       = {}, +  $masq_defaults              = {}, +  $proxyarp                   = {}, +  $proxyarp_defaults          = {}, +  $nat                        = {}, +  $nat_defaults               = {}, +  $blacklist                  = {}, +  $blacklist_defaults         = {}, +  $rfc1918                    = {}, +  $rfc1918_defaults           = {}, +  $routestopped               = {}, +  $routestopped_defaults      = {}, +  $params                     = {}, +  $params_defaults            = {}, +  $tcdevices                  = {}, +  $tcdevices_defaults         = {}, +  $tcrules                    = {}, +  $tcrules_defaults           = {}, +  $tcclasses                  = {}, +  $tcclasses_defaults         = {}, +  $tunnels                    = {}, +  $tunnels_defaults           = {}, +  $rtrules                    = {}, +  $rtrules_defaults           = {}, +  $daily_check                = true, +) { + +  case $::operatingsystem { +    'Gentoo': { include ::shorewall::gentoo } +    'Debian','Ubuntu': { include ::shorewall::debian } +    'CentOS': { include ::shorewall::centos } +    default: { +      notice "unknown operatingsystem: ${::operatingsystem}" +      include ::shorewall::base +    } +  } + +  shorewall::managed_file{ +    [ +      # See http://www.shorewall.net/3.0/Documentation.htm#Zones +      'zones', +      # See http://www.shorewall.net/3.0/Documentation.htm#Interfaces +      'interfaces', +      # See http://www.shorewall.net/3.0/Documentation.htm#Hosts +      'hosts', +      # See http://www.shorewall.net/3.0/Documentation.htm#Policy +      'policy', +      # See http://www.shorewall.net/3.0/Documentation.htm#Rules +      'rules', +      # See http://www.shorewall.net/3.0/Documentation.htm#Masq +      'masq', +      # See http://www.shorewall.net/3.0/Documentation.htm#ProxyArp +      'proxyarp', +      # See http://www.shorewall.net/3.0/Documentation.htm#NAT +      'nat', +      # See http://www.shorewall.net/3.0/Documentation.htm#Blacklist +      'blacklist', +      # See http://www.shorewall.net/3.0/Documentation.htm#rfc1918 +      'rfc1918', +      # See http://www.shorewall.net/3.0/Documentation.htm#Routestopped +      'routestopped', +      # See http://www.shorewall.net/3.0/Documentation.htm#Variables +      'params', +      # See http://www.shorewall.net/3.0/traffic_shaping.htm +      'tcdevices', +      # See http://www.shorewall.net/3.0/traffic_shaping.htm +      'tcrules', +      # See http://www.shorewall.net/3.0/traffic_shaping.htm +      'tcclasses', +      # http://www.shorewall.net/manpages/shorewall-providers.html +      'providers', +      # See http://www.shorewall.net/manpages/shorewall-tunnels.html +      'tunnel', +      # See http://www.shorewall.net/MultiISP.html +      'rtrules', +      # See http://www.shorewall.net/manpages/shorewall-mangle.html +      'mangle', +    ]:; +  } + +  create_resources('shorewall::zone',$zones,$zones_defaults) +  create_resources('shorewall::interface',$interfaces,$interfaces_defaults) +  create_resources('shorewall::host',$hosts,$hosts_defaults) +  create_resources('shorewall::policy',$policy,$policy_defaults) +  create_resources('shorewall::rule',$rules,$rules_defaults) +  create_resources('shorewall::rule_section',$rulesections,$rulesections_defaults) +  create_resources('shorewall::masq',$masq,$masq_defaults) +  create_resources('shorewall::proxyarp',$proxyarp,$proxyarp_defaults) +  create_resources('shorewall::nat',$nat,$nat_defaults) +  create_resources('shorewall::blacklist',$blacklist,$blacklist_defaults) +  create_resources('shorewall::rfc1918',$rfc1918,$rfc1918_defaults) +  create_resources('shorewall::routestopped',$routestopped, +    $routestopped_defaults) +  create_resources('shorewall::params',$params,$params_defaults) +  create_resources('shorewall::tcdevices',$tcdevices,$tcdevices_defaults) +  create_resources('shorewall::tcrules',$tcrules,$tcrules_defaults) +  create_resources('shorewall::tcclasses',$tcclasses,$tcclasses_defaults) +  create_resources('shorewall::tunnel',$tunnels,$tunnels_defaults) +  create_resources('shorewall::rtrules',$rtrules,$rtrules_defaults) +} diff --git a/puppet/modules/shorewall/manifests/interface.pp b/puppet/modules/shorewall/manifests/interface.pp new file mode 100644 index 00000000..403ee749 --- /dev/null +++ b/puppet/modules/shorewall/manifests/interface.pp @@ -0,0 +1,29 @@ +define shorewall::interface( +    $zone, +    $broadcast = 'detect', +    $options = 'tcpflags,blacklist,routefilter,nosmurfs,logmartians', +    $add_options = '', +    $rfc1918 = false, +    $dhcp = false, +    $order = 100 +){ +    $added_opts = $add_options ? { +        ''      => '', +        default => ",${add_options}", +    } + +    $dhcp_opt = $dhcp ? { +        false   => '', +        default => ',dhcp', +    } + +    $rfc1918_opt = $rfc1918 ? { +        false   => ',norfc1918', +        default => '', +    } + +    shorewall::entry { "interfaces-${order}-${name}": +        line => "${zone} ${name} ${broadcast} ${options}${dhcp_opt}${rfc1918_opt}${added_opts}", +    } +} + diff --git a/puppet/modules/shorewall/manifests/managed_file.pp b/puppet/modules/shorewall/manifests/managed_file.pp new file mode 100644 index 00000000..b3538145 --- /dev/null +++ b/puppet/modules/shorewall/manifests/managed_file.pp @@ -0,0 +1,20 @@ +# manage a certain file +define shorewall::managed_file() { +  concat{ "/etc/shorewall/puppet/${name}": +    notify  => Exec['shorewall_check'], +    require => File['/etc/shorewall/puppet'], +    owner   => 'root', +    group   => 'root', +    mode    => '0600'; +  } +  concat::fragment { +    "${name}-header": +      source => "puppet:///modules/shorewall/boilerplate/${name}.header", +      target => "/etc/shorewall/puppet/${name}", +      order  => '000'; +    "${name}-footer": +      source => "puppet:///modules/shorewall/boilerplate/${name}.footer", +      target => "/etc/shorewall/puppet/${name}", +      order  => '999'; +  } +} diff --git a/puppet/modules/shorewall/manifests/mangle.pp b/puppet/modules/shorewall/manifests/mangle.pp new file mode 100644 index 00000000..cd404e7c --- /dev/null +++ b/puppet/modules/shorewall/manifests/mangle.pp @@ -0,0 +1,20 @@ +define shorewall::mangle( +  $source, +  $destination, +  $action          = $name, +  $proto           = '-', +  $destinationport = '-', +  $sourceport      = '-', +  $user            = '-', +  $test            = '-', +  $length          = '-', +  $tos             = '-', +  $connbytes       = '-', +  $helper          = '-', +  $headers         = '-', +  $order           = '100' +){ +  shorewall::entry{"mangle-${order}-${name}": +    line => "${action} ${source} ${destination} ${proto} ${destinationport} ${sourceport} ${user} ${test} ${length} ${tos} ${connbytes} ${helper} ${headers}" +  } +} diff --git a/puppet/modules/shorewall/manifests/masq.pp b/puppet/modules/shorewall/manifests/masq.pp new file mode 100644 index 00000000..fb097e5e --- /dev/null +++ b/puppet/modules/shorewall/manifests/masq.pp @@ -0,0 +1,17 @@ +# mark is new in 3.4.4 +# source (= subnet) = Set of hosts that you wish to masquerade. +# address = If  you  specify  an  address here, SNAT will be used and this will be the source address. +define shorewall::masq( +    $interface, +    $source, $address = '-', +    $proto = '-', +    $port = '-', +    $ipsec = '-', +    $mark = '', +    $order='100' +){ +    shorewall::entry{"masq-${order}-${name}": +        line => "# ${name}\n${interface} ${source} ${address} ${proto} ${port} ${ipsec} ${mark}" +    } +} + diff --git a/puppet/modules/shorewall/manifests/nat.pp b/puppet/modules/shorewall/manifests/nat.pp new file mode 100644 index 00000000..e29b7849 --- /dev/null +++ b/puppet/modules/shorewall/manifests/nat.pp @@ -0,0 +1,11 @@ +define shorewall::nat( +    $interface, +    $internal, +    $all = 'no', +    $local = 'yes', +    $order='100' +){ +    shorewall::entry{"nat-${order}-${name}": +        line => "${name} ${interface} ${internal} ${all} ${local}" +    }            +} diff --git a/puppet/modules/shorewall/manifests/params.pp b/puppet/modules/shorewall/manifests/params.pp new file mode 100644 index 00000000..3bc56630 --- /dev/null +++ b/puppet/modules/shorewall/manifests/params.pp @@ -0,0 +1,5 @@ +define shorewall::params($value, $order='100'){ +    shorewall::entry{"params-${order}-${name}": +        line => "${name}=${value}", +    } +} diff --git a/puppet/modules/shorewall/manifests/policy.pp b/puppet/modules/shorewall/manifests/policy.pp new file mode 100644 index 00000000..efee05b5 --- /dev/null +++ b/puppet/modules/shorewall/manifests/policy.pp @@ -0,0 +1,12 @@ +define shorewall::policy( +    $sourcezone, +    $destinationzone, +    $policy, $shloglevel = '-', +    $limitburst = '-', +    $order +){ +    shorewall::entry{"policy-${order}-${name}": +        line => "# ${name}\n${sourcezone} ${destinationzone} ${policy} ${shloglevel} ${limitburst}", +    } +} + diff --git a/puppet/modules/shorewall/manifests/providers.pp b/puppet/modules/shorewall/manifests/providers.pp new file mode 100644 index 00000000..a1f8726a --- /dev/null +++ b/puppet/modules/shorewall/manifests/providers.pp @@ -0,0 +1,16 @@ +# manage providers +define shorewall::providers( +  $provider   = $name, +  $number     = '', +  $mark       = '', +  $duplicate  = 'main', +  $interface  = '', +  $gateway    = '', +  $options    = '', +  $copy       = '', +  $order      = '100' +){ +  shorewall::entry{"providers-${order}-${name}": +    line => "# ${name}\n${provider} ${number} ${mark} ${duplicate} ${interface} ${gateway} ${options} ${copy}" +  } +} diff --git a/puppet/modules/shorewall/manifests/proxyarp.pp b/puppet/modules/shorewall/manifests/proxyarp.pp new file mode 100644 index 00000000..1af554fb --- /dev/null +++ b/puppet/modules/shorewall/manifests/proxyarp.pp @@ -0,0 +1,11 @@ +define shorewall::proxyarp( +    $interface, +    $external, +    $haveroute = yes, +    $persistent = no, +    $order='100' +    ){ +    shorewall::entry{"proxyarp-${order}-${name}": +        line => "# ${name}\n${name} ${interface} ${external} ${haveroute} ${persistent}" +    } +} diff --git a/puppet/modules/shorewall/manifests/rfc1918.pp b/puppet/modules/shorewall/manifests/rfc1918.pp new file mode 100644 index 00000000..31dce5dc --- /dev/null +++ b/puppet/modules/shorewall/manifests/rfc1918.pp @@ -0,0 +1,8 @@ +define shorewall::rfc1918( +    $action = 'logdrop', +    $order='100' +){ +    shorewall::entry{"rfc1918-${order}-${name}": +        line => "${name} ${action}" +    }    +} diff --git a/puppet/modules/shorewall/manifests/routestopped.pp b/puppet/modules/shorewall/manifests/routestopped.pp new file mode 100644 index 00000000..aca57b51 --- /dev/null +++ b/puppet/modules/shorewall/manifests/routestopped.pp @@ -0,0 +1,14 @@ +define shorewall::routestopped( +    $interface = $name, +    $host = '-', +    $options = '', +    $order='100' +){ +    $real_interface = $interface ? {  +        '' => $name, +        default => $interface, +    }    +    shorewall::entry{"routestopped-${order}-${name}": +        line => "${real_interface} ${host} ${options}", +    }            +} diff --git a/puppet/modules/shorewall/manifests/rtrules.pp b/puppet/modules/shorewall/manifests/rtrules.pp new file mode 100644 index 00000000..3810f26d --- /dev/null +++ b/puppet/modules/shorewall/manifests/rtrules.pp @@ -0,0 +1,11 @@ +define shorewall::rtrules( +    $source = '-', +    $destination = '-', +    $provider, +    $priority = '10000', +    $mark, +){ +    shorewall::entry { "rtrules-${mark}-${name}": +        line => "# ${name}\n${source} ${destination} ${provider} ${priority} ${mark}", +    } +} diff --git a/puppet/modules/shorewall/manifests/rule.pp b/puppet/modules/shorewall/manifests/rule.pp new file mode 100644 index 00000000..2fe91e27 --- /dev/null +++ b/puppet/modules/shorewall/manifests/rule.pp @@ -0,0 +1,20 @@ +# mark is new in 3.4.4 +define shorewall::rule( +    $ensure = present, +    $action, +    $source, +    $destination, +    $proto = '-', +    $destinationport = '-', +    $sourceport = '-', +    $originaldest = '-', +    $ratelimit = '-', +    $user = '-', +    $mark = '', +    $order +){ +  shorewall::entry{"rules-${order}-${name}": +    ensure => $ensure, +    line => "# ${name}\n${action} ${source} ${destination} ${proto} ${destinationport} ${sourceport} ${originaldest} ${ratelimit} ${user} ${mark}", +  } +} diff --git a/puppet/modules/shorewall/manifests/rule_section.pp b/puppet/modules/shorewall/manifests/rule_section.pp new file mode 100644 index 00000000..82984ca2 --- /dev/null +++ b/puppet/modules/shorewall/manifests/rule_section.pp @@ -0,0 +1,7 @@ +define shorewall::rule_section( +    $order +){ +    shorewall::entry{"rules-${order}-${name}": +        line => "SECTION ${name}", +    }        +} diff --git a/puppet/modules/shorewall/manifests/rules/cobbler.pp b/puppet/modules/shorewall/manifests/rules/cobbler.pp new file mode 100644 index 00000000..e04e4925 --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/cobbler.pp @@ -0,0 +1,19 @@ +class shorewall::rules::cobbler { +     shorewall::rule{'net-me-syslog-xmlrpc-tcp': +        source          => 'net', +        destination     => '$FW', +        proto           => 'tcp', +        destinationport => '25150:25151', +        order           => 240, +        action          => 'ACCEPT'; +    } +    shorewall::rule{'net-me-syslog-xmlrpc-udp': +        source          => 'net', +        destination     => '$FW', +        proto           => 'udp', +        destinationport => '25150:25151', +        order           => 240, +        action          => 'ACCEPT'; +    } +    include shorewall::rules::rsync +} diff --git a/puppet/modules/shorewall/manifests/rules/dns.pp b/puppet/modules/shorewall/manifests/rules/dns.pp new file mode 100644 index 00000000..e775eeed --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/dns.pp @@ -0,0 +1,6 @@ +# open dns port +class shorewall::rules::dns { +  shorewall::rules::dns_rules{ +    'net': +  } +} diff --git a/puppet/modules/shorewall/manifests/rules/dns/disable.pp b/puppet/modules/shorewall/manifests/rules/dns/disable.pp new file mode 100644 index 00000000..7de923bd --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/dns/disable.pp @@ -0,0 +1,6 @@ +# disable dns acccess +class shorewall::rules::dns::disable inherits shorewall::rules::dns { +  Shorewall::Rules::Dns_rules['net']{ +    action  => 'DROP', +  } +} diff --git a/puppet/modules/shorewall/manifests/rules/dns_rules.pp b/puppet/modules/shorewall/manifests/rules/dns_rules.pp new file mode 100644 index 00000000..abe0eb5a --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/dns_rules.pp @@ -0,0 +1,22 @@ +# open dns port +define shorewall::rules::dns_rules( +  $source = $name, +  $action = 'ACCEPT', +) { +  shorewall::rule { +    "${source}-me-tcp_dns": +      source          => $source, +      destination     => '$FW', +      proto           => 'tcp', +      destinationport => '53', +      order           => 240, +      action          => $action; +    "${source}-me-udp_dns": +      source          => $source, +      destination     => '$FW', +      proto           => 'udp', +      destinationport => '53', +      order           => 240, +      action          => $action; +  } +} diff --git a/puppet/modules/shorewall/manifests/rules/ekeyd.pp b/puppet/modules/shorewall/manifests/rules/ekeyd.pp new file mode 100644 index 00000000..dbff02fe --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/ekeyd.pp @@ -0,0 +1,10 @@ +class shorewall::rules::ekeyd { +  shorewall::rule { 'net-me-tcp_ekeyd': +    source          => 'net', +    destination     => '$FW', +    proto           => 'tcp', +    destinationport => '8888', +    order           => 240, +    action          => 'ACCEPT'; +  } +} diff --git a/puppet/modules/shorewall/manifests/rules/ftp.pp b/puppet/modules/shorewall/manifests/rules/ftp.pp new file mode 100644 index 00000000..6d34c78f --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/ftp.pp @@ -0,0 +1,10 @@ +class shorewall::rules::ftp { +    shorewall::rule { 'net-me-ftp-tcp': +        source          => 'net', +        destination     => '$FW', +        proto           => 'tcp', +        destinationport => '21', +        order           => 240, +        action          => 'FTP/ACCEPT'; +    } +} diff --git a/puppet/modules/shorewall/manifests/rules/gitdaemon.pp b/puppet/modules/shorewall/manifests/rules/gitdaemon.pp new file mode 100644 index 00000000..21372f63 --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/gitdaemon.pp @@ -0,0 +1,10 @@ +class shorewall::rules::gitdaemon { +        shorewall::rule {'net-me-tcp_gitdaemon': +            source          => 'net', +            destination     => '$FW', +            proto           => 'tcp', +            destinationport => '9418', +            order           => 240, +            action          => 'ACCEPT'; +        } +} diff --git a/puppet/modules/shorewall/manifests/rules/gitdaemon/absent.pp b/puppet/modules/shorewall/manifests/rules/gitdaemon/absent.pp new file mode 100644 index 00000000..ade6fba0 --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/gitdaemon/absent.pp @@ -0,0 +1,5 @@ +class shorewall::rules::gitdaemon::absent inherits shorewall::rules::gitdaemon { +  Shorewall::Rule['net-me-tcp_gitdaemon']{ +    ensure => absent, +  } +} diff --git a/puppet/modules/shorewall/manifests/rules/http.pp b/puppet/modules/shorewall/manifests/rules/http.pp new file mode 100644 index 00000000..e6a9bdef --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/http.pp @@ -0,0 +1,10 @@ +class shorewall::rules::http { +    shorewall::rule { 'net-me-http-tcp': +        source          => 'net', +        destination     => '$FW', +        proto           => 'tcp', +        destinationport => '80', +        order           => 240, +        action          => 'ACCEPT'; +    } +} diff --git a/puppet/modules/shorewall/manifests/rules/http/disable.pp b/puppet/modules/shorewall/manifests/rules/http/disable.pp new file mode 100644 index 00000000..5d9170ca --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/http/disable.pp @@ -0,0 +1,5 @@ +class shorewall::rules::http::disable inherits shorewall::rules::http { +  Shorewall::Rule['net-me-http-tcp']{ +        action  => 'DROP', +    } +} diff --git a/puppet/modules/shorewall/manifests/rules/https.pp b/puppet/modules/shorewall/manifests/rules/https.pp new file mode 100644 index 00000000..cc49d100 --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/https.pp @@ -0,0 +1,10 @@ +class shorewall::rules::https { +    shorewall::rule { 'net-me-https-tcp': +        source          => 'net', +        destination     => '$FW', +        proto           => 'tcp', +        destinationport => '443', +        order           => 240, +        action          => 'ACCEPT'; +    } +} diff --git a/puppet/modules/shorewall/manifests/rules/identd.pp b/puppet/modules/shorewall/manifests/rules/identd.pp new file mode 100644 index 00000000..719e581c --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/identd.pp @@ -0,0 +1,10 @@ +class shorewall::rules::identd { +  shorewall::rule { 'net-me-identd-tcp': +    source          => 'net', +    destination     => '$FW', +    proto           => 'tcp', +    destinationport => '113', +    order           => 240, +    action          => 'ACCEPT'; +  } +} diff --git a/puppet/modules/shorewall/manifests/rules/imap.pp b/puppet/modules/shorewall/manifests/rules/imap.pp new file mode 100644 index 00000000..7fbe1818 --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/imap.pp @@ -0,0 +1,11 @@ +class shorewall::rules::imap { +    shorewall::rule { +        'net-me-tcp_imap_s': +            source          =>      'net', +            destination     =>      '$FW', +            proto           =>      'tcp', +            destinationport =>      '143,993', +            order           =>      260, +            action          =>      'ACCEPT'; +    } +} diff --git a/puppet/modules/shorewall/manifests/rules/ipsec.pp b/puppet/modules/shorewall/manifests/rules/ipsec.pp new file mode 100644 index 00000000..413406e1 --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/ipsec.pp @@ -0,0 +1,32 @@ +# manage ipsec rules for zone specified in +# $name +define shorewall::rules::ipsec() { +  shorewall::rule { +    "${name}-me-ipsec-udp": +      source          => $name, +      destination     => '$FW', +      proto           => 'udp', +      destinationport => '500', +      order           => 240, +      action          => 'ACCEPT'; +    "me-${name}-ipsec-udp": +      source          => '$FW', +      destination     => $name, +      proto           => 'udp', +      destinationport => '500', +      order           => 240, +      action          => 'ACCEPT'; +    "${name}-me-ipsec": +      source          => $name, +      destination     => '$FW', +      proto           => 'esp', +      order           => 240, +      action          => 'ACCEPT'; +    "me-${name}-ipsec": +      source          => '$FW', +      destination     => $name, +      proto           => 'esp', +      order           => 240, +      action          => 'ACCEPT'; +  } +} diff --git a/puppet/modules/shorewall/manifests/rules/ipsec_nat.pp b/puppet/modules/shorewall/manifests/rules/ipsec_nat.pp new file mode 100644 index 00000000..6c0d5072 --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/ipsec_nat.pp @@ -0,0 +1,18 @@ +class shorewall::rules::ipsec_nat { +    shorewall::rule { +      'net-me-ipsec-nat-udp': +        source          => 'net', +        destination     => '$FW', +        proto           => 'udp', +        destinationport => '4500', +        order           => 240, +        action          => 'ACCEPT'; +      'me-net-ipsec-nat-udp': +        source          => '$FW', +        destination     => 'net', +        proto           => 'udp', +        destinationport => '4500', +        order           => 240, +        action          => 'ACCEPT'; +    } +} diff --git a/puppet/modules/shorewall/manifests/rules/jabberserver.pp b/puppet/modules/shorewall/manifests/rules/jabberserver.pp new file mode 100644 index 00000000..226d6274 --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/jabberserver.pp @@ -0,0 +1,34 @@ +# open ports used by a jabberserver +# in and outbound. +class shorewall::rules::jabberserver( +  $open_stun = true, +) { +  shorewall::rule { +    'net-me-tcp_jabber': +        source          => 'net', +        destination     => '$FW', +        proto           => 'tcp', +        destinationport => '5222,5223,5269', +        order           => 240, +        action          => 'ACCEPT'; +    'me-net-tcp_jabber_s2s': +        source          => '$FW', +        destination     => 'net', +        proto           => 'tcp', +        destinationport => '5260,5269,5270,5271,5272', +        order           => 240, +        action          => 'ACCEPT'; +  } + +  if $open_stun { +    shorewall::rule { +      'net-me-udp_jabber_stun_server': +        source          => 'net', +        destination     => '$FW', +        proto           => 'udp', +        destinationport => '3478', +        order           => 240, +        action          => 'ACCEPT'; +    } +  } +} diff --git a/puppet/modules/shorewall/manifests/rules/jetty.pp b/puppet/modules/shorewall/manifests/rules/jetty.pp new file mode 100644 index 00000000..4080e7e6 --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/jetty.pp @@ -0,0 +1,12 @@ +class shorewall::rules::jetty { +    # open jetty port +    shorewall::rule { +        'net-me-jetty-tcp': +            source          => 'net', +            destination     => '$FW', +            proto           => 'tcp', +            destinationport => '8080', +            order           => 240, +            action          => 'ACCEPT'; +    } +} diff --git a/puppet/modules/shorewall/manifests/rules/jetty/http.pp b/puppet/modules/shorewall/manifests/rules/jetty/http.pp new file mode 100644 index 00000000..4c0652be --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/jetty/http.pp @@ -0,0 +1,9 @@ +class shorewall::rules::jetty::http { +    # dnat +    shorewall::rule { +        'dnat-http-to-jetty': +            destination     =>      "net:${::ipaddress}:8080", +            destinationport =>      '80', +            source          =>      'net', proto => 'tcp', order => 140, action => 'DNAT'; +    } +} diff --git a/puppet/modules/shorewall/manifests/rules/jetty/ssl.pp b/puppet/modules/shorewall/manifests/rules/jetty/ssl.pp new file mode 100644 index 00000000..f7517493 --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/jetty/ssl.pp @@ -0,0 +1,11 @@ +class shorewall::rules::jetty::ssl { +    shorewall::rule { +        'net-me-jettyssl-tcp': +            source          => 'net', +            destination     => '$FW', +            proto           => 'tcp', +            destinationport => '8443', +            order           => 240, +            action          => 'ACCEPT'; +    } +} diff --git a/puppet/modules/shorewall/manifests/rules/keyserver.pp b/puppet/modules/shorewall/manifests/rules/keyserver.pp new file mode 100644 index 00000000..2ade9c1e --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/keyserver.pp @@ -0,0 +1,11 @@ +class shorewall::rules::keyserver { +	shorewall::rule { +		'net-me-tcp_keyserver': +      source      => 'net', +  		destination     => '$FW', +	  	proto           => 'tcp', +		  destinationport => '11371,11372', +   		order           => 240, +	    action          => 'ACCEPT'; +	} +} diff --git a/puppet/modules/shorewall/manifests/rules/libvirt/host.pp b/puppet/modules/shorewall/manifests/rules/libvirt/host.pp new file mode 100644 index 00000000..dc3970d1 --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/libvirt/host.pp @@ -0,0 +1,80 @@ +class shorewall::rules::libvirt::host ( +  $vmz           = 'vmz', +  $masq_iface    = 'eth0', +  $debproxy_port = 8000, +  $accept_dhcp   = true, +  $vmz_iface     = 'virbr0', +  ) { + +  define shorewall::rule::accept::from_vmz ( +    $proto           = '-', +    $destinationport = '-', +    $action          = 'ACCEPT' +    ) { +      shorewall::rule { $name: +        source          => $shorewall::rules::libvirt::host::vmz, +        destination     => '$FW', +        order           => 300, +        proto           => $proto, +        destinationport => $destinationport, +        action          => $action; +      } +    } + +  shorewall::policy { +    'fw-to-vmz': +      sourcezone              =>      '$FW', +      destinationzone         =>      $vmz, +      policy                  =>      'ACCEPT', +      order                   =>      110; +    'vmz-to-net': +      sourcezone              =>      $vmz, +      destinationzone         =>      'net', +      policy                  =>      'ACCEPT', +      order                   =>      200; +    'vmz-to-all': +      sourcezone              =>      $vmz, +      destinationzone         =>      'all', +      policy                  =>      'DROP', +      shloglevel              =>      'info', +      order                   =>      800; +  } + +  shorewall::rule::accept::from_vmz { +    'accept_dns_from_vmz': +      action          => 'DNS(ACCEPT)'; +    'accept_tftp_from_vmz': +      action          => 'TFTP(ACCEPT)'; +    'accept_puppet_from_vmz': +      proto           => 'tcp', +      destinationport => '8140', +      action          => 'ACCEPT'; +  } + +  if $accept_dhcp { +    shorewall::mangle { "CHECKSUM:T_${vmz_iface}": +      action          => 'CHECKSUM:T', +      source          => '-', +      destination     => $vmz_iface, +      proto           => 'udp', +      destinationport => '68'; +    } +  } + +  if $debproxy_port { +    shorewall::rule::accept::from_vmz { 'accept_debproxy_from_vmz': +      proto           => 'tcp', +      destinationport => $debproxy_port, +      action          => 'ACCEPT'; +    } +  } + +  if $masq_iface { +    shorewall::masq { +      "masq-${masq_iface}": +        interface => $masq_iface, +        source    => '10.0.0.0/8,169.254.0.0/16,172.16.0.0/12,192.168.0.0/16'; +    } +  } + +} diff --git a/puppet/modules/shorewall/manifests/rules/managesieve.pp b/puppet/modules/shorewall/manifests/rules/managesieve.pp new file mode 100644 index 00000000..ce1c321f --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/managesieve.pp @@ -0,0 +1,25 @@ +# manage managesieve ports +class shorewall::rules::managesieve( +  $legacy_port = false, +) { +  shorewall::rule { +    'net-me-tcp_managesieve': +      source          =>      'net', +      destination     =>      '$FW', +      proto           =>      'tcp', +      destinationport =>      '4190', +      order           =>      260, +      action          =>      'ACCEPT'; +  } +  if $legacy_port { +    shorewall::rule { +      'net-me-tcp_managesieve_legacy': +        source          =>      'net', +        destination     =>      '$FW', +        proto           =>      'tcp', +        destinationport =>      '2000', +        order           =>      260, +        action          =>      'ACCEPT'; +    } +  } +} diff --git a/puppet/modules/shorewall/manifests/rules/mdns.pp b/puppet/modules/shorewall/manifests/rules/mdns.pp new file mode 100644 index 00000000..76b1fd90 --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/mdns.pp @@ -0,0 +1,8 @@ +class shorewall::rules::mdns { +    shorewall::rule { 'net-me-mdns': +        source          => 'net', +        destination     => '$FW', +        order           => 240, +        action          => 'mDNS(ACCEPT)'; +    } +} diff --git a/puppet/modules/shorewall/manifests/rules/munin.pp b/puppet/modules/shorewall/manifests/rules/munin.pp new file mode 100644 index 00000000..a20a4e0a --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/munin.pp @@ -0,0 +1,16 @@ +class shorewall::rules::munin( +  $munin_port = '4949', +  $munin_collector = ['127.0.0.1'], +  $collector_source = 'net' +){ +    shorewall::params { 'MUNINPORT': value => $munin_port } +    shorewall::params { 'MUNINCOLLECTOR': value => join(any2array($munin_collector),',') } +    shorewall::rule{'net-me-munin-tcp': +        source          => "${collector_source}:\$MUNINCOLLECTOR", +        destination     => '$FW', +        proto           => 'tcp', +        destinationport => '$MUNINPORT', +        order           => 240, +        action          => 'ACCEPT'; +    } +} diff --git a/puppet/modules/shorewall/manifests/rules/mysql.pp b/puppet/modules/shorewall/manifests/rules/mysql.pp new file mode 100644 index 00000000..0da68a19 --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/mysql.pp @@ -0,0 +1,11 @@ +class shorewall::rules::mysql { +	shorewall::rule { +		'net-me-tcp_mysql': +            source          => 'net', +            destination     => '$FW', +            proto           => 'tcp', +            destinationport => '3306', +            order           => 240, +            action          => 'ACCEPT'; +	} +} diff --git a/puppet/modules/shorewall/manifests/rules/nfsd.pp b/puppet/modules/shorewall/manifests/rules/nfsd.pp new file mode 100644 index 00000000..bd509cf2 --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/nfsd.pp @@ -0,0 +1,115 @@ +class shorewall::rules::nfsd { +    shorewall::rule { 'net-me-portmap-tcp': +        source          => 'net', +        destination     => '$FW', +        proto           => 'tcp', +        destinationport => '111', +        order           => 240, +        action          => 'ACCEPT'; +    } +    shorewall::rule { 'net-me-portmap-udp': +        source          => 'net', +        destination     => '$FW', +        proto           => 'udp', +        destinationport => '111', +        order           => 240, +        action          => 'ACCEPT'; +    } +    shorewall::rule { 'net-me-rpc.statd-tcp': +        source          => 'net', +        destination     => '$FW', +        proto           => 'tcp', +        destinationport => '662', +        order           => 240, +        action          => 'ACCEPT'; +    } +    shorewall::rule { 'net-me-rpc.statd-udp': +        source          => 'net', +        destination     => '$FW', +        proto           => 'udp', +        destinationport => '662', +        order           => 240, +        action          => 'ACCEPT'; +    } +    shorewall::rule { 'me-net-rpc.statd-tcp': +        source          => 'net', +        destination     => '$FW', +        proto           => 'tcp', +        destinationport => '2020', +        order           => 240, +        action          => 'ACCEPT'; +    } +    shorewall::rule { 'me-net-rpc.statd-udp': +        source          => 'net', +        destination     => '$FW', +        proto           => 'udp', +        destinationport => '2020', +        order           => 240, +        action          => 'ACCEPT'; +    } +    shorewall::rule { 'net-me-rpc.lockd-tcp': +        source          => 'net', +        destination     => '$FW', +        proto           => 'tcp', +        destinationport => '32803', +        order           => 240, +        action          => 'ACCEPT'; +    } +    shorewall::rule { 'net-me-rpc.lockd-udp': +        source          => 'net', +        destination     => '$FW', +        proto           => 'udp', +        destinationport => '32769', +        order           => 240, +        action          => 'ACCEPT'; +    } +    shorewall::rule { 'net-me-rpc.mountd-tcp': +        source          => 'net', +        destination     => '$FW', +        proto           => 'tcp', +        destinationport => '892', +        order           => 240, +        action          => 'ACCEPT'; +    } +    shorewall::rule { 'net-me-rpc.mountd-udp': +        source          => 'net', +        destination     => '$FW', +        proto           => 'udp', +        destinationport => '892', +        order           => 240, +        action          => 'ACCEPT'; +    } +    shorewall::rule { 'net-me-rpc.rquotad-tcp': +        source          => 'net', +        destination     => '$FW', +        proto           => 'tcp', +        destinationport => '875', +        order           => 240, +        action          => 'ACCEPT'; +    } +    shorewall::rule { 'net-me-rpc.rquoata-udp': +        source          => 'net', +        destination     => '$FW', +        proto           => 'udp', +        destinationport => '875', +        order           => 240, +        action          => 'ACCEPT'; +    } +    shorewall::rule { 'net-me-rpc.nfsd-tcp': +        source          => 'net', +        destination     => '$FW', +        proto           => 'tcp', +        destinationport => '2049', +        order           => 240, +        action          => 'ACCEPT'; +    } +    shorewall::rule { 'net-me-rpc.nfsd-udp': +        source          => 'net', +        destination     => '$FW', +        proto           => 'udp', +        destinationport => '2049', +        order           => 240, +        action          => 'ACCEPT'; +    } + +} diff --git a/puppet/modules/shorewall/manifests/rules/ntp/client.pp b/puppet/modules/shorewall/manifests/rules/ntp/client.pp new file mode 100644 index 00000000..e0db8d45 --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/ntp/client.pp @@ -0,0 +1,11 @@ +class shorewall::rules::ntp::client { +    # open ntp udp port to fetch time +    shorewall::rule {'me-net-udp_ntp': +        source          => '$FW', +        destination     => 'net', +        proto           => 'udp', +        destinationport => '123', +        order           => 251, +        action          => 'ACCEPT'; +    } +} diff --git a/puppet/modules/shorewall/manifests/rules/ntp/server.pp b/puppet/modules/shorewall/manifests/rules/ntp/server.pp new file mode 100644 index 00000000..ed0968db --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/ntp/server.pp @@ -0,0 +1,10 @@ +class shorewall::rules::ntp::server { +    shorewall::rule {'net-me-udp_ntp': +        source          => 'net', +        destination     => '$FW', +        proto           => 'udp', +        destinationport => '123', +        order           => 241,  +        action          => 'ACCEPT'; +    } +} diff --git a/puppet/modules/shorewall/manifests/rules/openfire.pp b/puppet/modules/shorewall/manifests/rules/openfire.pp new file mode 100644 index 00000000..0e6d1d80 --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/openfire.pp @@ -0,0 +1,12 @@ +class shorewall::rules::openfire { +  include shorewall::rules::jaberserver + +  shorewall::rule { 'me-all-openfire-tcp': +    source          => '$FW', +    destination     => 'all', +    proto           => 'tcp', +    destinationport => '7070,7443,7777', +    order           => 240, +    action          => 'ACCEPT'; +  } +} diff --git a/puppet/modules/shorewall/manifests/rules/openvpn.pp b/puppet/modules/shorewall/manifests/rules/openvpn.pp new file mode 100644 index 00000000..55a20d2d --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/openvpn.pp @@ -0,0 +1,18 @@ +class shorewall::rules::openvpn { +    shorewall::rule { 'net-me-openvpn-udp': +        source          => 'net', +        destination     => '$FW', +        proto           => 'udp', +        destinationport => '1194', +        order           => 240, +        action          => 'ACCEPT'; +    } +    shorewall::rule { 'me-net-openvpn-udp': +        source          => '$FW', +        destination     => 'net', +        proto           => 'udp', +        destinationport => '1194', +        order           => 240, +        action          => 'ACCEPT'; +    } +} diff --git a/puppet/modules/shorewall/manifests/rules/out/ekeyd.pp b/puppet/modules/shorewall/manifests/rules/out/ekeyd.pp new file mode 100644 index 00000000..8acdaad5 --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/out/ekeyd.pp @@ -0,0 +1,10 @@ +define shorewall::rules::out::ekeyd($host) { +  shorewall::rule { "me-${name}-tcp_ekeyd": +    source          => '$FW', +    destination     => "${name}:${host}", +    proto           => 'tcp', +    destinationport => '8888', +    order           => 240, +    action          => 'ACCEPT'; +  } +} diff --git a/puppet/modules/shorewall/manifests/rules/out/git.pp b/puppet/modules/shorewall/manifests/rules/out/git.pp new file mode 100644 index 00000000..cb88da85 --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/out/git.pp @@ -0,0 +1,10 @@ +class shorewall::rules::out::git { +    shorewall::rule{'me-net-git-tcp': +        source          => '$FW', +        destination     => 'net', +        proto           => 'tcp', +        destinationport => '9418', +        order           => 240, +        action          => 'ACCEPT'; +    } +} diff --git a/puppet/modules/shorewall/manifests/rules/out/ibackup.pp b/puppet/modules/shorewall/manifests/rules/out/ibackup.pp new file mode 100644 index 00000000..856bcdb9 --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/out/ibackup.pp @@ -0,0 +1,12 @@ +class shorewall::rules::out::ibackup( +  $backup_host +){ +  shorewall::rule { 'me-net-tcp_backupssh': +    source          => '$FW', +    destination     => "net:${backup_host}", +    proto           => 'tcp', +    destinationport => 'ssh', +    order           => 240, +    action          => 'ACCEPT'; +  } +} diff --git a/puppet/modules/shorewall/manifests/rules/out/imap.pp b/puppet/modules/shorewall/manifests/rules/out/imap.pp new file mode 100644 index 00000000..f1313d2c --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/out/imap.pp @@ -0,0 +1,11 @@ +class shorewall::rules::out::imap { +    shorewall::rule { +        'me-net-tcp_imap_s': +            source          =>      '$FW', +            destination     =>      'net', +            proto           =>      'tcp', +            destinationport =>      '143,993', +            order           =>      260, +            action          =>      'ACCEPT'; +    } +} diff --git a/puppet/modules/shorewall/manifests/rules/out/irc.pp b/puppet/modules/shorewall/manifests/rules/out/irc.pp new file mode 100644 index 00000000..9c8590ab --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/out/irc.pp @@ -0,0 +1,10 @@ +class shorewall::rules::out::irc { +    shorewall::rule{'me-net-irc-tcp': +        source          => '$FW', +        destination     => 'net', +        proto           => 'tcp', +        destinationport => '6667', +        order           => 240, +        action          => 'ACCEPT'; +    } +} diff --git a/puppet/modules/shorewall/manifests/rules/out/ircs.pp b/puppet/modules/shorewall/manifests/rules/out/ircs.pp new file mode 100644 index 00000000..a71585d8 --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/out/ircs.pp @@ -0,0 +1,10 @@ +class shorewall::rules::out::ircs { +    shorewall::rule{'me-net-ircs-tcp': +        source          => '$FW', +        destination     => 'net', +        proto           => 'tcp', +        destinationport => '6669', +        order           => 240, +        action          => 'ACCEPT'; +    } +} diff --git a/puppet/modules/shorewall/manifests/rules/out/keyserver.pp b/puppet/modules/shorewall/manifests/rules/out/keyserver.pp new file mode 100644 index 00000000..aa7147e0 --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/out/keyserver.pp @@ -0,0 +1,11 @@ +class shorewall::rules::out::keyserver { +  shorewall::rule { +    'me-net-tcp_keyserver': +      source          =>  '$FW', +      destination     =>  'net', +      proto           =>  'tcp', +      destinationport =>  '11371,11372', +      order           =>  240, +      action          => 'ACCEPT';  + } +} diff --git a/puppet/modules/shorewall/manifests/rules/out/managesieve.pp b/puppet/modules/shorewall/manifests/rules/out/managesieve.pp new file mode 100644 index 00000000..c4147d4b --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/out/managesieve.pp @@ -0,0 +1,25 @@ +# manage outgoing traffic to managesieve +class shorewall::rules::out::managesieve( +  $legacy_port = false +) { +  shorewall::rule { +    'me-net-tcp_managesieve': +      source          =>      '$FW', +      destination     =>      'net', +      proto           =>      'tcp', +      destinationport =>      '4190', +      order           =>      260, +      action          =>      'ACCEPT'; +  } +  if $legacy_port { +    shorewall::rule { +      'me-net-tcp_managesieve_legacy': +        source          =>      '$FW', +        destination     =>      'net', +        proto           =>      'tcp', +        destinationport =>      '2000', +        order           =>      260, +        action          =>      'ACCEPT'; +    } +  } +} diff --git a/puppet/modules/shorewall/manifests/rules/out/munin.pp b/puppet/modules/shorewall/manifests/rules/out/munin.pp new file mode 100644 index 00000000..004a3d5b --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/out/munin.pp @@ -0,0 +1,10 @@ +class shorewall::rules::out::munin { +  shorewall::rule { 'me-net-rcp_muninhost': +    source          => '$FW', +    destination     => 'net', +    proto           => 'tcp', +    destinationport => '4949', +    order           => 340, +    action          => 'ACCEPT'; +  } +} diff --git a/puppet/modules/shorewall/manifests/rules/out/mysql.pp b/puppet/modules/shorewall/manifests/rules/out/mysql.pp new file mode 100644 index 00000000..1334ba6a --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/out/mysql.pp @@ -0,0 +1,11 @@ +class shorewall::rules::out::mysql { +    shorewall::rule { +        'me-net-tcp_mysql': +            source          =>  '$FW', +            destination     =>  'net', +            proto           =>  'tcp', +            destinationport =>  '3306', +            order           =>  240, +            action          => 'ACCEPT'; +    } +} diff --git a/puppet/modules/shorewall/manifests/rules/out/pop3.pp b/puppet/modules/shorewall/manifests/rules/out/pop3.pp new file mode 100644 index 00000000..ebd4828f --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/out/pop3.pp @@ -0,0 +1,11 @@ +class shorewall::rules::out::pop3 { +    shorewall::rule { +        'me-net-tcp_pop3_s': +            source          =>      '$FW', +            destination     =>      'net', +            proto           =>      'tcp', +            destinationport =>      'pop3,pop3s', +            order           =>      260, +            action          =>      'ACCEPT'; +    } +} diff --git a/puppet/modules/shorewall/manifests/rules/out/postgres.pp b/puppet/modules/shorewall/manifests/rules/out/postgres.pp new file mode 100644 index 00000000..a62d75d7 --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/out/postgres.pp @@ -0,0 +1,11 @@ +class shorewall::rules::out::postgres { +    shorewall::rule { +        'me-net-tcp_postgres': +            source          =>  '$FW', +            destination     =>  'net', +            proto           =>  'tcp', +            destinationport =>  '5432', +            order           =>  240, +            action          => 'ACCEPT'; +    } +} diff --git a/puppet/modules/shorewall/manifests/rules/out/puppet.pp b/puppet/modules/shorewall/manifests/rules/out/puppet.pp new file mode 100644 index 00000000..cbe8cce7 --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/out/puppet.pp @@ -0,0 +1,20 @@ +class shorewall::rules::out::puppet( +  $puppetserver = "puppet.${::domain}", +  $puppetserver_port = 8140, +  $puppetserver_signport = 8141 +) { +  class{'shorewall::rules::puppet': +    puppetserver          => $puppetserver, +    puppetserver_port     => $puppetserver_port, +    puppetserver_signport => $puppetserver_signport, +  } +  # we want to connect to the puppet server +  shorewall::rule { 'me-net-puppet_tcp': +    source          =>      '$FW', +    destination     =>      'net:$PUPPETSERVER', +    proto           =>      'tcp', +    destinationport =>      '$PUPPETSERVER_PORT,$PUPPETSERVER_SIGN_PORT', +    order           =>      340, +    action          =>      'ACCEPT'; +  } +} diff --git a/puppet/modules/shorewall/manifests/rules/out/pyzor.pp b/puppet/modules/shorewall/manifests/rules/out/pyzor.pp new file mode 100644 index 00000000..f4f5151a --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/out/pyzor.pp @@ -0,0 +1,12 @@ +# pyzor calls out on 24441 +# https://wiki.apache.org/spamassassin/NetTestFirewallIssues +class shorewall::rules::out::pyzor { +  shorewall::rule { 'me-net-udp_pyzor': +    source          => '$FW', +    destination     => 'net', +    proto           => 'udp', +    destinationport => '24441', +    order           => 240, +    action          => 'ACCEPT'; +  } +} diff --git a/puppet/modules/shorewall/manifests/rules/out/razor.pp b/puppet/modules/shorewall/manifests/rules/out/razor.pp new file mode 100644 index 00000000..1f8397ce --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/out/razor.pp @@ -0,0 +1,12 @@ +# razor calls out on 2703 +# https://wiki.apache.org/spamassassin/NetTestFirewallIssues +class shorewall::rules::out::razor { +  shorewall::rule { 'me-net-tcp_razor': +    source          => '$FW', +    destination     => 'net', +    proto           => 'tcp', +    destinationport => '2703', +    order           => 240, +    action          => 'ACCEPT'; +  } +} diff --git a/puppet/modules/shorewall/manifests/rules/out/silc.pp b/puppet/modules/shorewall/manifests/rules/out/silc.pp new file mode 100644 index 00000000..830df9c3 --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/out/silc.pp @@ -0,0 +1,19 @@ +class shorewall::rules::out::silc { +  shorewall::rule{ +    'me-net-silc-tcp': +      source          => '$FW', +      destination     => 'net', +      proto           => 'tcp', +      destinationport => '706', +      order           => 240, +      action          => 'ACCEPT'; +    'me-net-silc-udp': +      source          => '$FW', +      destination     => 'net', +      proto           => 'udp', +      destinationport => '706', +      order           => 240, +      action          => 'ACCEPT'; + +  } +} diff --git a/puppet/modules/shorewall/manifests/rules/out/smtp.pp b/puppet/modules/shorewall/manifests/rules/out/smtp.pp new file mode 100644 index 00000000..2cc77cc3 --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/out/smtp.pp @@ -0,0 +1,11 @@ +class shorewall::rules::out::smtp { +    shorewall::rule { +        'me-net-tcp_smtp': +            source          =>  '$FW', +            destination     =>  'net', +            proto           =>  'tcp', +            destinationport =>  'smtp', +            order           =>  240, +            action          => 'ACCEPT'; +    } +} diff --git a/puppet/modules/shorewall/manifests/rules/out/ssh.pp b/puppet/modules/shorewall/manifests/rules/out/ssh.pp new file mode 100644 index 00000000..c18e299b --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/out/ssh.pp @@ -0,0 +1,10 @@ +class shorewall::rules::out::ssh { +    shorewall::rule { 'me-net-tcp_ssh': +        source          => '$FW', +        destination     => 'net', +        proto           => 'tcp', +        destinationport => 'ssh', +        order           => 240, +        action          => 'ACCEPT'; +    } +} diff --git a/puppet/modules/shorewall/manifests/rules/out/ssh/disable.pp b/puppet/modules/shorewall/manifests/rules/out/ssh/disable.pp new file mode 100644 index 00000000..223bf73b --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/out/ssh/disable.pp @@ -0,0 +1,5 @@ +class shorewall::rules::out::ssh::disable inherits shorewall::rules::out::ssh { +  Shorewall::Rule['me-net-tcp_ssh']{ +    action => 'DROP', +  } +} diff --git a/puppet/modules/shorewall/manifests/rules/out/ssh/remove.pp b/puppet/modules/shorewall/manifests/rules/out/ssh/remove.pp new file mode 100644 index 00000000..bc0acf37 --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/out/ssh/remove.pp @@ -0,0 +1,5 @@ +class shorewall::rules::out::ssh::remove inherits shorewall::rules::out::ssh { +  Shorewall::Rule['me-net-tcp_ssh']{ +    ensure => absent, +  } +} diff --git a/puppet/modules/shorewall/manifests/rules/out/whois.pp b/puppet/modules/shorewall/manifests/rules/out/whois.pp new file mode 100644 index 00000000..d003d5c1 --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/out/whois.pp @@ -0,0 +1,11 @@ +class shorewall::rules::out::whois { +    # open whois tcp port  +    shorewall::rule {'me-net-tcp_whois': +        source          => '$FW', +        destination     => 'net', +        proto           => 'tcp', +        destinationport => '43', +        order           => 251, +        action          => 'ACCEPT'; +    } +} diff --git a/puppet/modules/shorewall/manifests/rules/out/xmpp.pp b/puppet/modules/shorewall/manifests/rules/out/xmpp.pp new file mode 100644 index 00000000..a1b4577c --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/out/xmpp.pp @@ -0,0 +1,10 @@ +class shorewall::rules::out::xmpp { +    shorewall::rule{'me-net-xmpp-tcp': +        source          => '$FW', +        destination     => 'net', +        proto           => 'tcp', +        destinationport => '5222', +        order           => 240, +        action          => 'ACCEPT'; +    } +} diff --git a/puppet/modules/shorewall/manifests/rules/pop3.pp b/puppet/modules/shorewall/manifests/rules/pop3.pp new file mode 100644 index 00000000..25878568 --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/pop3.pp @@ -0,0 +1,11 @@ +class shorewall::rules::pop3 { +    shorewall::rule { +        'net-me-tcp_pop3_s': +            source          =>      'net', +            destination     =>      '$FW', +            proto           =>      'tcp', +            destinationport =>      'pop3,pop3s', +            order           =>      260, +            action          =>      'ACCEPT'; +    } +} diff --git a/puppet/modules/shorewall/manifests/rules/postgres.pp b/puppet/modules/shorewall/manifests/rules/postgres.pp new file mode 100644 index 00000000..1a22027e --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/postgres.pp @@ -0,0 +1,10 @@ +class shorewall::rules::postgres { +    shorewall::rule { 'net-me-tcp_postgres': +        source          => 'net', +        destination     => '$FW', +        proto           => 'tcp', +        destinationport => '5432', +        order           => 250, +        action          => 'ACCEPT'; +    } +} diff --git a/puppet/modules/shorewall/manifests/rules/puppet.pp b/puppet/modules/shorewall/manifests/rules/puppet.pp new file mode 100644 index 00000000..84e7d813 --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/puppet.pp @@ -0,0 +1,11 @@ +class shorewall::rules::puppet( +  $puppetserver = "puppet.${::domain}", +  $puppetserver_port = 8140, +  $puppetserver_signport = 8141 +){ +  shorewall::params{ +    'PUPPETSERVER':             value => $puppetserver; +    'PUPPETSERVER_PORT':        value => $puppetserver_port; +    'PUPPETSERVER_SIGN_PORT':   value => $puppetserver_signport; +  } +} diff --git a/puppet/modules/shorewall/manifests/rules/puppet/master.pp b/puppet/modules/shorewall/manifests/rules/puppet/master.pp new file mode 100644 index 00000000..925979c3 --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/puppet/master.pp @@ -0,0 +1,10 @@ +class shorewall::rules::puppet::master { +  shorewall::rule { 'net-me-tcp_puppet-main': +    source          => 'net', +    destination     => '$FW', +    proto           => 'tcp', +    destinationport => '$PUPPETSERVER_PORT,$PUPPETSERVER_SIGN_PORT', +    order           => 240, +    action          => 'ACCEPT'; +  } +} diff --git a/puppet/modules/shorewall/manifests/rules/rsync.pp b/puppet/modules/shorewall/manifests/rules/rsync.pp new file mode 100644 index 00000000..144624db --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/rsync.pp @@ -0,0 +1,10 @@ +class shorewall::rules::rsync { +    shorewall::rule{'me-net-rsync-tcp': +        source          => '$FW', +        destination     => 'net', +        proto           => 'tcp', +        destinationport => '873', +        order           => 240, +        action          => 'ACCEPT'; +    } +} diff --git a/puppet/modules/shorewall/manifests/rules/silcd.pp b/puppet/modules/shorewall/manifests/rules/silcd.pp new file mode 100644 index 00000000..91ee4a59 --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/silcd.pp @@ -0,0 +1,19 @@ +class shorewall::rules::silcd { +  shorewall::rule{ +    'net-me-silcd-tcp': +      source          => 'net', +      destination     => '$FW', +      proto           => 'tcp', +      destinationport => '706', +      order           => 240, +      action          => 'ACCEPT'; +    'net-me-silcd-udp': +      source          => 'net', +      destination     => '$FW', +      proto           => 'udp', +      destinationport => '706', +      order           => 240, +      action          => 'ACCEPT'; + +  } +} diff --git a/puppet/modules/shorewall/manifests/rules/smtp.pp b/puppet/modules/shorewall/manifests/rules/smtp.pp new file mode 100644 index 00000000..b0389012 --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/smtp.pp @@ -0,0 +1,10 @@ +class shorewall::rules::smtp { +    shorewall::rule { 'net-me-smtp-tcp': +        source          => 'net', +        destination     => '$FW', +        proto           => 'tcp', +        destinationport => '25', +        order           => 240, +        action          => 'ACCEPT'; +    } +} diff --git a/puppet/modules/shorewall/manifests/rules/smtp/disable.pp b/puppet/modules/shorewall/manifests/rules/smtp/disable.pp new file mode 100644 index 00000000..cee85b08 --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/smtp/disable.pp @@ -0,0 +1,5 @@ +class shorewall::rules::smtp::disable inherits shorewall::rules::smtp { +  Shorewall::Rule['net-me-smtp-tcp']{ +    action          => 'DROP' +  } +} diff --git a/puppet/modules/shorewall/manifests/rules/smtp_submission.pp b/puppet/modules/shorewall/manifests/rules/smtp_submission.pp new file mode 100644 index 00000000..dff90f35 --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/smtp_submission.pp @@ -0,0 +1,10 @@ +class shorewall::rules::smtp_submission { +    shorewall::rule { 'net-me-smtp_submission-tcp': +        source          => 'net', +        destination     => '$FW', +        proto           => 'tcp', +        destinationport => '587', +        order           => 240, +        action          => 'ACCEPT'; +    } +} diff --git a/puppet/modules/shorewall/manifests/rules/smtp_submission/disable.pp b/puppet/modules/shorewall/manifests/rules/smtp_submission/disable.pp new file mode 100644 index 00000000..9724fe79 --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/smtp_submission/disable.pp @@ -0,0 +1,5 @@ +class shorewall::rules::smtp_submission::disable inherits shorewall::rules::smtp_submission { +  Shorewall::Rule['net-me-smtp_submission-tcp']{ +    action          => 'DROP' +  } +} diff --git a/puppet/modules/shorewall/manifests/rules/smtps.pp b/puppet/modules/shorewall/manifests/rules/smtps.pp new file mode 100644 index 00000000..48183f74 --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/smtps.pp @@ -0,0 +1,10 @@ +class shorewall::rules::smtps { +	shorewall::rule {'net-me-smtps-tcp': +        source          =>      'net', +        destination     =>      '$FW', +        proto           =>      'tcp', +        destinationport =>      '465', +        order           =>      240, +        action          =>      'ACCEPT'; +	} +} diff --git a/puppet/modules/shorewall/manifests/rules/smtps/disable.pp b/puppet/modules/shorewall/manifests/rules/smtps/disable.pp new file mode 100644 index 00000000..24bd21fb --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/smtps/disable.pp @@ -0,0 +1,5 @@ +class shorewall::rules::smtps::disable inherits shorewall::rules::smtps { +  Shorewall::Rule['net-me-smtps-tcp']{ +        action  => 'DROP', +    } +} diff --git a/puppet/modules/shorewall/manifests/rules/sobby/instance.pp b/puppet/modules/shorewall/manifests/rules/sobby/instance.pp new file mode 100644 index 00000000..7151976b --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/sobby/instance.pp @@ -0,0 +1,11 @@ +define shorewall::rules::sobby::instance( $port ){ +  shorewall::rule { +    "net-me-tcp_sobby_${name}": +      source          => 'net', +      destination     => '$FW', +      proto           => 'tcp', +      destinationport => $port, +      order           => 240, +      action          => 'ACCEPT'; +  } +} diff --git a/puppet/modules/shorewall/manifests/rules/ssh.pp b/puppet/modules/shorewall/manifests/rules/ssh.pp new file mode 100644 index 00000000..3a1b5309 --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/ssh.pp @@ -0,0 +1,13 @@ +class shorewall::rules::ssh( +  $ports, +  $source = 'net' +) { +  shorewall::rule { 'net-me-tcp_ssh': +    source          => $shorewall::rules::ssh::source, +    destination     => '$FW', +    proto           => 'tcp', +    destinationport => join($shorewall::rules::ssh::ports,','), +    order           => 240, +    action          => 'ACCEPT'; +  } +} diff --git a/puppet/modules/shorewall/manifests/rules/syslog.pp b/puppet/modules/shorewall/manifests/rules/syslog.pp new file mode 100644 index 00000000..de802e25 --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/syslog.pp @@ -0,0 +1,12 @@ +class shorewall::rules::syslog { +    shorewall::rule { 'net-me-syslog-udp': +        source          => 'net', +        destination     => '$FW', +        proto           => 'udp', +        destinationport => '514', +        order           => 240, +        action          => 'ACCEPT'; +    } +} + + diff --git a/puppet/modules/shorewall/manifests/rules/tftp.pp b/puppet/modules/shorewall/manifests/rules/tftp.pp new file mode 100644 index 00000000..78877293 --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/tftp.pp @@ -0,0 +1,18 @@ +class shorewall::rules::tftp { +    shorewall::rule { 'net-me-tftp-tcp': +        source          => 'net', +        destination     => '$FW', +        proto           => 'tcp', +        destinationport => '69', +        order           => 240, +        action          => 'ACCEPT'; +    } +    shorewall::rule { 'net-me-tftp-udp': +        source          => 'net', +        destination     => '$FW', +        proto           => 'udp', +        destinationport => '69', +        order           => 240, +        action          => 'ACCEPT'; +    } +} diff --git a/puppet/modules/shorewall/manifests/rules/tinc.pp b/puppet/modules/shorewall/manifests/rules/tinc.pp new file mode 100644 index 00000000..79cf92e4 --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/tinc.pp @@ -0,0 +1,34 @@ +class shorewall::rules::tinc { +    shorewall::rule { 'net-me-tinc-tcp': +        source          => 'net', +        destination     => '$FW', +        proto           => 'tcp', +        destinationport => '655', +        order           => 240, +        action          => 'ACCEPT'; +    } +    shorewall::rule { 'me-net-tinc-tcp': +        source          => '$FW', +        destination     => 'net', +        proto           => 'tcp', +        destinationport => '655', +        order           => 240, +        action          => 'ACCEPT'; +    } +    shorewall::rule { 'net-me-tinc-udp': +        source          => 'net', +        destination     => '$FW', +        proto           => 'udp', +        destinationport => '655', +        order           => 240, +        action          => 'ACCEPT'; +    } +    shorewall::rule { 'me-net-tinc-udp': +        source          => '$FW', +        destination     => 'net', +        proto           => 'udp', +        destinationport => '655', +        order           => 240, +        action          => 'ACCEPT'; +    } +} diff --git a/puppet/modules/shorewall/manifests/rules/tomcat.pp b/puppet/modules/shorewall/manifests/rules/tomcat.pp new file mode 100644 index 00000000..3c6f9df0 --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/tomcat.pp @@ -0,0 +1,12 @@ +class shorewall::rules::tomcat { +    # open tomcat port +    shorewall::rule { +        'net-me-tomcat-tcp': +            source          => 'net', +            destination     => '$FW', +            proto           => 'tcp', +            destinationport => '8080', +            order           => 240, +            action          => 'ACCEPT'; +    } +} diff --git a/puppet/modules/shorewall/manifests/rules/torify.pp b/puppet/modules/shorewall/manifests/rules/torify.pp new file mode 100644 index 00000000..f6e62d81 --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/torify.pp @@ -0,0 +1,29 @@ +# shorewall::rules::torify +# +# Note: shorewall::rules::torify cannot be used several times with the +# same user listed in the $users array. This restriction applies to +# using this define multiple times without providing a $users +# parameter. +# +# Parameters: +# +# - users: every element of this array must be valid in shorewall +#   rules user/group column. +# - destinations: every element of this array must be valid in +#   shorewall rules original destination column. + +define shorewall::rules::torify( +  $users        = ['-'], +  $destinations = ['-'], +  $allow_rfc1918 = true +){ + +  $originaldest = join($destinations,',') + +  shorewall::rules::torify::user { +    $users: +      originaldest  => $originaldest, +      allow_rfc1918 => $allow_rfc1918; +  } + +} diff --git a/puppet/modules/shorewall/manifests/rules/torify/allow_tor_transparent_proxy.pp b/puppet/modules/shorewall/manifests/rules/torify/allow_tor_transparent_proxy.pp new file mode 100644 index 00000000..3c18db69 --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/torify/allow_tor_transparent_proxy.pp @@ -0,0 +1,21 @@ +class shorewall::rules::torify::allow_tor_transparent_proxy { + +  $rule = "allow-tor-transparent-proxy" + +  if !defined(Shorewall::Rule["$rule"]) { +    # A weirdness in shorewall forces us to explicitly allow traffic to +    # net:$tor_transparent_proxy_host:$tor_transparent_proxy_port even +    # if $FW->$FW traffic is allowed. This anyway avoids us special-casing +    # the remote Tor transparent proxy situation. +    shorewall::rule { +      "$rule": +        source          => '$FW', +        destination     => "net:${shorewall::tor_transparent_proxy_host}", +        proto           => 'tcp', +        destinationport => $shorewall::tor_transparent_proxy_port, +        order           => 100, +        action          => 'ACCEPT'; +    } +  } + +} diff --git a/puppet/modules/shorewall/manifests/rules/torify/allow_tor_user.pp b/puppet/modules/shorewall/manifests/rules/torify/allow_tor_user.pp new file mode 100644 index 00000000..f44c1f01 --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/torify/allow_tor_user.pp @@ -0,0 +1,15 @@ +class shorewall::rules::torify::allow_tor_user { + +  $whitelist_rule = "allow-from-tor-user" +  if !defined(Shorewall::Rule["$whitelist_rule"]) { +    shorewall::rule { +      "$whitelist_rule": +        source      => '$FW', +        destination => 'all', +        user        => $shorewall::tor_user, +        order       => 101, +        action      => 'ACCEPT'; +    } +  } + +} diff --git a/puppet/modules/shorewall/manifests/rules/torify/redirect_tcp_to_tor.pp b/puppet/modules/shorewall/manifests/rules/torify/redirect_tcp_to_tor.pp new file mode 100644 index 00000000..2bee6584 --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/torify/redirect_tcp_to_tor.pp @@ -0,0 +1,40 @@ +define shorewall::rules::torify::redirect_tcp_to_tor( +  $user = '-', +  $originaldest = '-' +){ + +  # hash the destination as it may contain slashes +  $originaldest_sha1 = sha1($originaldest) +  $rule = "redirect-to-tor-user=${user}-to=${originaldest_sha1}" + +  if !defined(Shorewall::Rule["$rule"]) { + +    $originaldest_real = $originaldest ? { +      '-'     => '!127.0.0.1,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16', +      default => $originaldest, +    } + +    $user_real = $user ? { +      '-'     => "!${shorewall::tor_user}", +      default => $user, +    } + +    $destzone = $shorewall::tor_transparent_proxy_host ? { +      '127.0.0.1' => '$FW', +      default     => 'net' +    } +     +    shorewall::rule { +      "$rule": +        source       => '$FW', +        destination  => "${destzone}:${shorewall::tor_transparent_proxy_host}:${shorewall::tor_transparent_proxy_port}", +        proto        => 'tcp:syn', +        originaldest => $originaldest_real, +        user         => $user_real, +        order        => 110, +        action       => 'DNAT'; +    } + +  } + +} diff --git a/puppet/modules/shorewall/manifests/rules/torify/reject_non_tor.pp b/puppet/modules/shorewall/manifests/rules/torify/reject_non_tor.pp new file mode 100644 index 00000000..80240ec7 --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/torify/reject_non_tor.pp @@ -0,0 +1,32 @@ +define shorewall::rules::torify::reject_non_tor( +  $user = '-', +  $originaldest = '-', +  $allow_rfc1918 = true +){ + +  # hash the destination as it may contain slashes +  $originaldest_sha1 = sha1($originaldest) +  $rule = "reject-non-tor-from-${user}-to=${originaldest_sha1}" + +  if $originaldest == '-' { +    $originaldest_real = $allow_rfc1918 ? { +      false   => '!127.0.0.1', +      default => '!127.0.0.1,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16', +    } +  } else { +    $originaldest_real = $originaldest +  } + +  if !defined(Shorewall::Rule["$rule"]) { +    shorewall::rule { +      "$rule": +        source          => '$FW', +        destination     => 'all', +        originaldest    => $originaldest_real, +        user            => $user, +        order           => 120, +        action          => 'REJECT'; +    } +  } + +} diff --git a/puppet/modules/shorewall/manifests/rules/torify/user.pp b/puppet/modules/shorewall/manifests/rules/torify/user.pp new file mode 100644 index 00000000..5caccfd6 --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/torify/user.pp @@ -0,0 +1,27 @@ +define shorewall::rules::torify::user( +  $originaldest = '-', +  $allow_rfc1918 = true +){ + +  $user = $name + +  include shorewall::rules::torify::allow_tor_transparent_proxy + +  if $originaldest == '-' and $user == '-' { +    include shorewall::rules::torify::allow_tor_user +  } + +  shorewall::rules::torify::redirect_tcp_to_tor { +    "redirect-to-tor-user=${user}-to=${originaldest}": +      user         => $user, +      originaldest => $originaldest +  } + +  shorewall::rules::torify::reject_non_tor { +    "reject-non-tor-user=${user}-to=${originaldest}": +      user          => "$user", +      originaldest  => $originaldest, +      allow_rfc1918 => $allow_rfc1918; +  } + +} diff --git a/puppet/modules/shorewall/manifests/tcclasses.pp b/puppet/modules/shorewall/manifests/tcclasses.pp new file mode 100644 index 00000000..4e30a556 --- /dev/null +++ b/puppet/modules/shorewall/manifests/tcclasses.pp @@ -0,0 +1,12 @@ +define shorewall::tcclasses( +    $interface, +    $rate, +    $ceil, +    $priority, +    $options = '', +    $order = '1' +){ +    shorewall::entry { "tcclasses-${order}-${name}": +        line => "# ${name}\n${interface} ${order} ${rate} ${ceil} ${priority} ${options}", +    } +} diff --git a/puppet/modules/shorewall/manifests/tcdevices.pp b/puppet/modules/shorewall/manifests/tcdevices.pp new file mode 100644 index 00000000..f4e88d80 --- /dev/null +++ b/puppet/modules/shorewall/manifests/tcdevices.pp @@ -0,0 +1,11 @@ +define shorewall::tcdevices( +    $in_bandwidth, +    $out_bandwidth, +    $options = '', +    $redirected_interfaces = '', +    $order = '100' +){ +    shorewall::entry { "tcdevices-${order}-${name}": +        line => "${name} ${in_bandwidth} ${out_bandwidth} ${options} ${redirected_interfaces}", +    } +} diff --git a/puppet/modules/shorewall/manifests/tcrules.pp b/puppet/modules/shorewall/manifests/tcrules.pp new file mode 100644 index 00000000..b9ab4a9d --- /dev/null +++ b/puppet/modules/shorewall/manifests/tcrules.pp @@ -0,0 +1,12 @@ +define shorewall::tcrules( +    $source, +    $destination, +    $protocol = 'all', +    $ports, +    $client_ports = '', +    $order = '1' +){ +    shorewall::entry { "tcrules-${order}-${name}": +        line => "# ${name}\n${order} ${source} ${destination} ${protocol} ${ports} ${client_ports}", +    } +} diff --git a/puppet/modules/shorewall/manifests/tunnel.pp b/puppet/modules/shorewall/manifests/tunnel.pp new file mode 100644 index 00000000..2cac9227 --- /dev/null +++ b/puppet/modules/shorewall/manifests/tunnel.pp @@ -0,0 +1,11 @@ +define shorewall::tunnel( +    $tunnel_type, +    $zone, +    $gateway = '0.0.0.0/0', +    $gateway_zones = '', +    $order = '1' +) { +    shorewall::entry { "tunnel-${order}-${name}": +        line => "# ${name}\n${tunnel_type} ${zone} ${gateway} ${gateway_zones}", +    } +} diff --git a/puppet/modules/shorewall/manifests/zone.pp b/puppet/modules/shorewall/manifests/zone.pp new file mode 100644 index 00000000..81e57711 --- /dev/null +++ b/puppet/modules/shorewall/manifests/zone.pp @@ -0,0 +1,14 @@ +define shorewall::zone( +    $type, +    $options = '-', +    $in = '-', +    $out = '-', +    $parent = '-', +    $order = 100 +){ +    $real_name = $parent ? { '-' => $name, default => "${name}:${parent}" } +    shorewall::entry { "zones-${order}-${name}": +        line => "${real_name} ${type} ${options} ${in} ${out}" +    } +} + diff --git a/puppet/modules/shorewall/templates/debian_default.erb b/puppet/modules/shorewall/templates/debian_default.erb new file mode 100644 index 00000000..ec64cbe0 --- /dev/null +++ b/puppet/modules/shorewall/templates/debian_default.erb @@ -0,0 +1,26 @@ +# prevent startup with default configuration +# set the following varible to 1 in order to allow Shorewall to start + +# This file is brought to you by puppet + +startup=<%= scope.lookupvar('shorewall::startup') == "0" ? '0' : '1' %> + +# if your Shorewall configuration requires detection of the ip address of a ppp +# interface, you must list such interfaces in "wait_interface" to get Shorewall to +# wait until the interface is configured. Otherwise the script will fail because +# it won't be able to detect the IP address. +# +# Example: +#    wait_interface="ppp0" +# or +#    wait_interface="ppp0 ppp1" +# or, if you have defined  in /etc/shorewall/params +#    wait_interface= + +# +# Startup options +# + +OPTIONS="" + +# EOF | 
