Displaying 20 results from an estimated 1000 matches similar to: "CIDR-matching in puppet manifests?"
2023 Feb 27
3
[Bug 3544] New: Support CIDR notation for host pattern matching
https://bugzilla.mindrot.org/show_bug.cgi?id=3544
            Bug ID: 3544
           Summary: Support CIDR notation for host pattern matching
           Product: Portable OpenSSH
           Version: 9.1p1
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: Miscellaneous
          Assignee:
2008 Aug 22
1
CIDR address/masklen matching support for permitopen="host:port" restrictions?
Dear openssh-unix-dev list,
in OpenSSH 5.1 you introduced CIDR address/masklen matching for "Match address" blocks in sshd_config as well as supporting CIDR matching in ~/.ssh/authorized_keys from="..." restrictions in sshd.
I wonder whether CIDR address/masklen matching will be implemented for permitopen="host:port" restrictions in sshd as well, that would be quite
2011 Jun 30
4
using memorysize fact in manifests
Hi,
I want some config depending on memorysize.
What I tried was
   if ($memorysize >= 256 * 1024*1024) {
...
   }
But this fails because $memorysize is a string (and contains a "G") and can''t be 
compared to an int.
Are all facts strings? How do I work with numbers?
regards, Andreas
-- 
Andreas Kuntzagk
SystemAdministrator
MDC Berlin / BIMSB
Tel.: +49 30 9406 2997
-- 
2008 Oct 24
5
DO NOT REPLY [Bug 5851] New: Name lookup failures and CIDR regression
https://bugzilla.samba.org/show_bug.cgi?id=5851
           Summary: Name lookup failures and CIDR regression
           Product: rsync
           Version: 3.0.4
          Platform: All
        OS/Version: Windows XP
            Status: NEW
          Severity: major
          Priority: P3
         Component: core
        AssignedTo: wayned@samba.org
        ReportedBy:
2013 Aug 12
2
[Bug 840] New: Specifying CIDR when adding to a hash:ip entry is silently ignored
https://bugzilla.netfilter.org/show_bug.cgi?id=840
           Summary: Specifying CIDR when adding to a hash:ip entry is
                    silently ignored
           Product: ipset
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P5
         Component: default
        AssignedTo:
2009 Dec 25
3
ip range cidr calculator
I found a command-line program that did this once before, used it for a
while and then forgot about it until right now and I'll be damned if I
can find it again.
A command line IP calculator that takes an address range and give it
back in cidr format.
I found an online one that does this here:
http://www.ipaddresslocation.org/subnet-mask-calculator.php
But I would prefer to have the
2011 Mar 11
9
Why is it so hard to make a sane nagios server config?
I''ve tried to achieve my overall goals with several different features
of Puppet, but I''ve hit a bit of a wall here.  I think it''s time for me
to explain what I''m trying to accomplish:
	I want the enabling of a service in my manifests to configure
	the monitoring of that service by a nagios server, without
	needless repetition.
Let me explain how my
2010 Sep 07
5
Module availability, loading order
Hi,
I have create the following module:
modules/foo
`-- manifests
    |-- definitions
    |   `-- line.pp
    `-- init.pp
$ cat modules/foo/manifests/init.pp
import "definitions/*.pp"
$ cat modules/foo/manifests/definitions/line.pp
define myline($file, $line, $ensure = ''present'') {
    ....
}
I try to use the definition in a class:
class testfile {
    file {
2017 Oct 17
3
hosts allow / hosts deny (CIDRs?)
Just a trivial question...
Do the hosts allow and hosts deny clauses (i.e. within smb.conf) support
the use of IPv4 CIDR notation (e.g. A.B.C.D/maskbits) ?
The specific documentation page I was looking at, i.e.:
   https://www.samba.org/samba/docs/using_samba/ch06.html
was rather entirely ambiguous on this one small point.  When describing
the interfaces clause, it says explicitly that CIDRs
2008 Aug 27
18
[Bug 1513] New: CIDR address/masklen matching support for permitopen=
https://bugzilla.mindrot.org/show_bug.cgi?id=1513
           Summary: CIDR address/masklen matching support for permitopen=
           Product: Portable OpenSSH
           Version: 5.1p1
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: sshd
        AssignedTo: unassigned-bugs at mindrot.org
       
2010 Aug 31
23
Puppet + APT, I am lost...
Hi,
For the past week, I have been trying to figure out the best way to do
package management with Puppet on an Ubuntu system. I have studied many
solutons I found on the web, but none of them seem to do exactly what I want.
Among other things, I have tried everything that is discussed here:
http://groups.google.com/group/puppet-users/browse_thread/thread/af7349171a5821a4/db96b809c97f6006
but
2017 Oct 18
1
hosts allow / hosts deny (CIDRs?)
In message <ca330312-5343-b7e5-328a-d2b554330081 at thelounge.net>, 
Reindl Harald <h.reindl at thelounge.net> wrote:
>Am 17.10.2017 um 04:24 schrieb Ronald F. Guilmette via samba:
>> Just a trivial question...
>> 
>> Do the hosts allow and hosts deny clauses (i.e. within smb.conf) support
>> the use of IPv4 CIDR notation (e.g. A.B.C.D/maskbits) ?
>> 
2012 Mar 28
4
Hash iteration order in a template not consistent
Hi,
I did some basic googling, but didn''t find an answer yet. I am sorry if
this is a FAQ.
In a manifest for creating an Apache config file, I define a hash like this:
    $aliases = {
        ''/foo/''     => ''/home/foo/www/'',
        ''/bar/''     => ''/home/bar/www/'',
        ''/baz/''     =>
2019 Feb 08
2
netmask on aliases overriden by netmask on interface
CentOS-6.10
We have a host with the following ifcfg file contents:
BOOTPROTO=none
BROADCAST=""
DEFROUTE=yes
DEVICE=eth1
. . .
GATEWAY=X.Y.Z.234
IPADDR=A.B.C.2
IPV4_FAILURE_FATAL=yes
NAME="LAN Link - eth1"
NETMASK="255.255.255.128"
NETWORK="A.B.C.0"
NM_CONTROLLED=no
ONBOOT=yes
PREFIX=25
TYPE=Ethernet
USERCTL=no
And an aliased ifcfg containing this:
2013 Nov 11
2
qemu-kvm-rhev
I recently ran into some problems using certain oVirt (3.3) features
on CentOS 6.4 hosts.
The solution was to use the qemu-kvm-rhev version from the EL6 RHEV repository:
http://ftp.redhat.com/pub/redhat/linux/enterprise/6Server/en/RHEV/SRPMS/qemu-kvm-rhev-0.12.1.2-2.355.el6_4.9.src.rpm
It seems that this tree is not carried/built by CentOS.
Are there any plans on the CentOS for carrying these
2009 Jun 07
2
[Bug 597] New: ip6tables connlimit - cannot set CIDR greater than 32 (includes fix)
http://bugzilla.netfilter.org/show_bug.cgi?id=597
           Summary: ip6tables connlimit - cannot set CIDR greater than 32
                    (includes fix)
           Product: iptables
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: P1
         Component: ip6tables
        AssignedTo: laforge
2015 Jan 08
1
[Bug 994] New: Named sets with type "ipv4_addr" do not allow adding CIDR elements
https://bugzilla.netfilter.org/show_bug.cgi?id=994
            Bug ID: 994
           Summary: Named sets with type "ipv4_addr" do not allow adding
                    CIDR elements
           Product: nftables
           Version: unspecified
          Hardware: x86_64
                OS: other
            Status: NEW
          Severity: enhancement
          Priority: P5
        
2008 Aug 27
0
CIDR address/masklen matching support for permitopen="host:port"
On Wed, 27 Aug 2008,  Damien Miller wrote:
> On Tue, 26 Aug 2008, Peter Stuge wrote:
> > On Fri, Aug 22, 2008 at 11:22:34AM +0200, Bert Courtin wrote:
> > > I wonder whether CIDR address/masklen matching will be implemented
> > > for permitopen="host:port" restrictions in sshd as well, that would
> > > be quite beneficially (at least for me, maybe
2016 Dec 01
3
[Bug 2645] New: allow cidr matching of host in ssh_config
https://bugzilla.mindrot.org/show_bug.cgi?id=2645
            Bug ID: 2645
           Summary: allow cidr matching of host in ssh_config
           Product: Portable OpenSSH
           Version: 7.3p1
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: ssh
          Assignee: unassigned-bugs at
2008 Oct 24
0
Name lookup failures and CIDR regression under cygwin ( patch attached )
Just updated to 3.0.4 under cygwin and I'm now getting lookup
failures in the log.
2008/10/24 00:13:23 [1984] name lookup failed for X.X.X.X: Unknown server error
Looking at the code it seems the call will never succeed?
    /* reverse lookup */
    name_err = getnameinfo((struct sockaddr *) ss, ss_len,
                   name_buf, name_buf_size,
                   port_buf, port_buf_size,