Displaying 5 results from an estimated 5 matches for "netmask4".
Did you mean:
netmask
2020 Aug 25
2
Metric label values truncated when using OpenMetrics endpoint
Hi Jeff,
Thanks for your reply!
Regarding grouping by remote address, I understand and for now I'll keep a close eye. Maybe it's an option to group by /24 for ipv4 and /64 for IPv6? We currently do that based on the logs but the OpenMetrics endpoint seem a lot easier.
A slight hijack of the original question: but I tried to log only IP addresses (+ result) of failed login attempts but
2007 Oct 12
1
OT: a very big problem with ipsec-tools on CentOS5 (SOLVED)
...> hash_algorithm sha256;
>>> authentication_method hybrid_rsa_server;
>>> dh_group 2;
>>> }
>>> }
>>>
>>> mode_cfg {
>>> network4 172.31.78.5;
>>> netmask4 255.255.255.240;
>>> pool_size 6;
>>> dns4 172.25.50.1;
>>> auth_source pam;
>>> auth_groups "users";
>>> group_source system;
>>> auth_throttle 10;
>>> pfs_group...
2020 Aug 26
0
Metric label values truncated when using OpenMetrics endpoint
...ep a
> close eye. Maybe it's an option to group by /24 for ipv4 and /64 for IPv6?
Hrm, interesting idea. But the answer is: no, there isn't a way. The
simplest way to implement something like this would be to add a new
aggregating function. So one could do something like:
remote_ip:netmask4:24
remote_ip:netmask6:64
To get /24 and /64, respectively.
I'll throw this idea on the ever growing pile of things that can be worked
on :) Obviously, I can't make any promisses about this ever getting done.
> We currently do that based on the logs but the OpenMetrics endpoint seem...
2007 Oct 12
0
OT: a very big problem with ipsec-tools on CentOS5
...;
ike_frag on;
passive on;
proposal {
encryption_algorithm aes;
hash_algorithm sha256;
authentication_method hybrid_rsa_server;
dh_group 2;
}
}
mode_cfg {
network4 172.31.78.5;
netmask4 255.255.255.240;
pool_size 6;
dns4 172.25.50.1;
auth_source pam;
auth_groups "users";
group_source system;
auth_throttle 10;
pfs_group 2;
}
sainfo anonymous
{
pfs_group 2;
lifetime time 1 hour;
encr...
2020 Aug 27
1
Metric label values truncated when using OpenMetrics endpoint
...t; close eye. Maybe it's an option to group by /24 for ipv4 and /64 for IPv6?
Hrm, interesting idea. But the answer is: no, there isn't a way. The
simplest way to implement something like this would be to add a new
aggregating function. So one could do something like:
remote_ip:netmask4:24
remote_ip:netmask6:64
To get /24 and /64, respectively.
I'll throw this idea on the ever growing pile of things that can be worked
on :) Obviously, I can't make any promisses about this ever getting done.
> We currently do that based on the logs but the OpenMetrics endpoin...