puppet-network
puppet-network copied to clipboard
Puppet module to manage networking on Suse, Debian and RedHat.
please add support for interface range files for interfaces to assign multiple IP See here for more info https://www.ducea.com/2006/07/15/linux-tips-how-to-quickly-bind-a-range-of-ips-on-redhat-based-systems/ Not sure if this feature or some equivalence exists outside of...
## Expected Behavior It should be possible to add mroutes with multiple gateways to a specific table ## Actual Behavior When setting a mroute with muliple nexthops (eg ECMP) and...
Preliminary works on new major version.
On redhat/el7 there a numerous parameters associated with configuring wifi. E.g.: ``` ESSID=foo MODE=Managed KEY_MGMT=WPA-PSK SECURITYMODE=open MAC_ADDRESS_RANDOMIZATION=default TYPE=Wireless IEEE_8021X_EAP_METHODS=PEAP IEEE_8021X_IDENTITY=bob IEEE_8021X_INNER_AUTH_METHODS=MSCHAPV2 ``` There is also a per interface `/etc/sysconfig/network-scripts/keys-` file...
## Expected Behavior no warnings ## Actual Behavior Warning: This method is deprecated, please use the stdlib validate_legacy function, with Pattern[]. There is further documentation for validate_legacy function in the...
fix for issue #330
This basically reopens #176. ## Expected Behavior When using multiple ip addresses on Redhat/Centos 7 (initscripts-9.49.53-1.el7.x86_64 to be exact), the following should be configured: ```bash (...) IPADDR1="10.118.230.64" IPADDR2="172.23.38.2" NETMASK1="255.255.248.0" NETMASK2="255.255.248.0"...
## Expected Behavior When using $config_file_per_interface on Debian, /etc/network/interfaces should source everything in /etc/network/interfaces.d/ This breaks some tools that configure additional interfaces out of puppet control. ## Actual Behavior source...
This PR is a fixup for the issue https://github.com/example42/puppet-network/issues/261 I opened 2 months ago. Eventually it creates a `route6-$name` file under RHEL Systems when `mroute` is used so that IPv6...
In Debian, if you bring up dual-stack interfaces, the pre/post-up/down scripts are run on the configuration of each stack. I.e. if you bring up the IPv4 config on an interface,...