Displaying 18 results from an estimated 18 matches for "seclevel".
2020 Apr 29
2
SNMP shutdown timing out
....00
device.mfr: APC
device.model: SMART-UPS 1400
device.serial: WS9831004667
device.type: ups
driver.name: snmp-ups
driver.parameter.authProtocol: MD5
driver.parameter.mibs: apcc
driver.parameter.pollinterval: 2
driver.parameter.port: 192.5.37.191
driver.parameter.privProtocol: DES
driver.parameter.secLevel: authPriv
driver.parameter.synchronous: no
driver.version: 2.7.4
driver.version.data: apcc MIB 1.2
driver.version.internal: 0.97
input.frequency: 60.00
input.sensitivity: high
input.transfer.high: 132
input.transfer.low: 103
input.transfer.reason: selfTest
input.voltage: 120.90
input.voltage.maximu...
2020 Apr 29
1
[EXTERNAL] SNMP shutdown timing out
...gt;
> If it is a different one (e.g. an SNMP v1 or v2c string) does that user
> / community string have read/write access?
I tried setting them all with -x thing= arguments as well as letting it
pull from ups.conf, same result. It's all SNMPv3 settings.
sudo snmp-ups -DDDD -a nutdev1 -x secLevel=authPriv -x secName=nut -x
authProtocol=MD5 -x privProtocol=DES -x
authPassword=NutScan at Password43LongerWord -x
privPassword=NutScan at Password43LongerWord -k
The output with -DDDD is the same either way.
> tcpdump to listen for packets across UDP 161 is one way to check what is
> actua...
2013 Jan 29
1
SNMPv3
nut-2.6.5
Scientific Linux 6.3
APC AP9630 management card
My basic question is, does nut's SNMPv3 implementation work?
I have this in /etc/ups/ups.conf
......
[tfapc01]
driver = snmp-ups
port = tfapc01.testfest.ixorg.org
mibs = apcc
snmp_version = v3
secLevel = authPriv
secName = tfsnmpprof1
authPassword = ralow6moHet7zoboP8
privPassword = tuseL8Pakaz9degim7
authProtocol=MD5
privProtocol=AES
desc = "APC SU700 SNMP v3 device, with the highest security level"
......
Now I test
/sbin/snmp-ups -DDD -a tfapc01
Network UPS Tools - Generic SNM...
2020 Apr 28
2
nut-scanner, SNMPv3, APC UPS not chatting
...ngerWord
Privacy Passphrase: NutScan at Password43LongerWord
Authentication protocol: MD5 (only option other than none)
Privacy Protocol: DES (only option other than none)
In access control I've enabled user nut.
However, when I try to use nut-scanner on it:
$ nut-scanner -S -s apcups --secLevel authPriv --secName nut --authProtocol
MD5 --authPassword NutScan at Password43LongerWord --privProtocol DES
--privPassword NutScan at Password43LongerWord
Scanning SNMP bus.
Error: unknown authtypeError generating Ku from authentication pass phrase
snmpwalk gives a different error:
$ snmpwalk -v 3...
2020 Oct 01
3
BUG: _presence_ of valid openssl.cnf Option = 'ServerPreference' causes Dovecot submission relay FAIL: "failed: Failed to initialize SSL: ..."
hi,
On 10/1/20 12:21 AM, JEAN-PAUL CHAPALAIN wrote:
> I had the same problem when migrating from Dovecot V2.2.36 on, Centos-7 to?Dovecot v2.3.8 on Centos-8
My report is specifically/solely about the addition/use of the
Options = ServerPreference
parameter.
I don't see that in your configuration.
Are you using it? In a config using Dovecot's submission proxy?
2020 May 04
2
Fwd: [EXTERNAL] SNMP shutdown timing out
...e chance this was a problem with the binaries from EPEL I
downloaded the source and compiled for myself with the exact same result.
nomad
-------------- next part --------------
Script started on 2020-05-04 09:19:50-07:00
]0;lvd at chscc-pc-052:~: || lvd at chscc-pc-052 ~ [936] ; nut-scanner -S --secLevel authPriv --secName nut --authProtocol MD5 --privProtocol DES --authPassword NutScan at P
Password43LongerWord --privPassword NutScan at Password43LongerWord -s apcups
Scanning SNMP bus.
Error: unknown authtypeError generating Ku from authentication pass phrase
]0;lvd at chscc-pc-052:~: || lvd at ch...
2020 Apr 29
0
[EXTERNAL] SNMP shutdown timing out
...=VdKSS_Vk98WT0ADZ-mQe_3zCfrLacAAuMS7JSj5wn1w&s=hM67G_Mcn7oW5yo4o44Na9wyw26mxM8hKXFExeGyhJQ&e=>: snmp-ups
driver.parameter.authProtocol: MD5
driver.parameter.mibs: apcc
driver.parameter.pollinterval: 2
driver.parameter.port: 192.5.37.191
driver.parameter.privProtocol: DES
driver.parameter.secLevel: authPriv
driver.parameter.synchronous: no
driver.version: 2.7.4
driver.version.data: apcc MIB 1.2
driver.version.internal: 0.97
input.frequency: 60.00
input.sensitivity: high
input.transfer.high: 132
input.transfer.low: 103
input.transfer.reason: selfTest
input.voltage: 120.90
input.voltage.maximu...
2017 Nov 30
2
SNMPv3 fails when more than one UPS is configured in ups.conf
...he only differences between the
values are on the port and desc lines (ignoring #, of course).
[ups1]
desc = "APC Smart-UPS 5000 SNMP in rack 1 - AP9617"
driver = snmp-ups
mibs = apcc
port = [ups1...]
# snmp_version = v1
# community = [xxx]
snmp_version = v3
secLevel = authPriv
secName = [xxx]
authPassword = [xxx]
authProtocol = MD5
privPassword = [xxx]
privProtocol = DES
[ups2]
desc = "APC Smart-UPS 5000 SNMP in rack 2 - AP9619"
driver = snmp-ups
mibs = apcc
port = [ups2...]
snmp_version = v1
community = [...
2020 Oct 16
2
Dovecot won't accept IMAP TLS 1 connections from older devices [SOLVED]
...r:
In the initial section I added:
??? openssl_conf = default_conf
Then at the bottom of the file I added:
??? [default_conf]
??? ssl_conf = ssl_sect
??? [ssl_sect]
??? system_default = system_default_sect
??? [system_default_sect]
??? MinProtocol = TLSv1
??? CipherString = DEFAULT at SECLEVEL=1
There is an alternative approach that I have read of but not tested.?
Basically you can create a new file elsewhere with the customized
content, and then set an environmental variable (OPENSSL_CONF) just
before launching Dovecot that points to your new file.? This way, only
Dovecot is using...
2018 Sep 14
0
snmp-ups driver for APC smartUPS No supported device detected. Nut-scanner finds the device
...T through: yum install nut
UPS: APC smart UPS srt3000 with NMC
I am trying to set up NUT with snmp for my apc ups. Heres the config;
[ups6]
Driver = snmp-ups
Port: ups6.domain.name (also tried 192.168.24.9)
Snmp_version = v3
secLevel = authPriv
secName = ups6
authPassword = PASSWORDSTRING
authProtocol = MD5
privPassword = PASSWORDSTRING
privProtocol = AES
pollfreq = 15
desc = “apc ups”
But when I run the se...
2020 Oct 01
0
BUG: _presence_ of valid openssl.cnf Option = 'ServerPreference' causes Dovecot submission relay FAIL: "failed: Failed to initialize SSL: ..."
...openssl.conf look like that :
openssl_conf = default_modules
[ default_modules ]
ssl_conf = ssl_module
[ ssl_module ]
system_default = crypto_policy
[ crypto_policy ]
*.include /etc/crypto-policies/back-ends/opensslcnf.config*
And /etc/crypto-policies/back-ends/opensslcnf.config :
CipherString =
@SECLEVEL=2:kEECDH:kRSA:kEDH:kPSK:kDHEPSK:kECDHEPSK:-aDSS:-3DES:!DES:!RC4:!RC2:!IDEA:-SEED:!eNULL:!aNULL:!MD5:-SHA384:-CAMELLIA:-ARIA:-AESCCM8
Ciphersuites =
TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256:TLS_AES_128_CCM_SHA256
MinProtocol = *TLSv1.1*
MaxProtocol = TLSv1.3
Regard...
2020 Apr 28
0
[EXTERNAL] nut-scanner, SNMPv3, APC UPS not chatting
...ngerWord
Privacy Passphrase: NutScan at Password43LongerWord
Authentication protocol: MD5 (only option other than none)
Privacy Protocol: DES (only option other than none)
In access control I've enabled user nut.
However, when I try to use nut-scanner on it:
$ nut-scanner -S -s apcups --secLevel authPriv --secName nut --authProtocol MD5 --authPassword NutScan at Password43LongerWord --privProtocol DES --privPassword NutScan at Password43LongerWord
Scanning SNMP bus.
Error: unknown authtypeError generating Ku from authentication pass phrase
snmpwalk gives a different error:
$ snmpwalk -v 3...
2019 Dec 16
2
Gmail and POP3
...d
successfully
pop3-login: Debug: SSL error: Connection closed
But as I say, all is working fine from Thunderbird...
For the SSL problem this is maybe because GMail doesn't like this
configuration in debian for openssl ?
[system_default_sect]
MinProtocol = TLSv1.2
CipherString = DEFAULT at SECLEVEL=2
Maybe should I try to set
MinProtocol = None
CipherString = DEFAULT
But this make a lot of security change on my opinion...
Do someone have any tips or suggestion about my problem ?
Thx
Yannick
2020 May 04
0
Fwd: [EXTERNAL] SNMP shutdown timing out
...look like a bug somewhere in nut, not a
config problem. I've just tried the same command from a FBSD box with
the same unfortunate result. Mind you, it could be the UPS card, I'm
using the same one for both tests.
: || nomad at castle nut-2.7.4 [93] ; please drivers/snmp-ups -a nutdev1 -x
secLevel=authPriv -x secName=nut -x authProtocol=MD5 -x privProtocol=DES
-x authPassword=NutScan at Password43LongerWord -x
privPassword=NutScan at Password43LongerWord -k
Network UPS Tools - Generic SNMP UPS driver 0.97 (2.7.4)
No matching MIB found for sysOID '.1.3.6.1.4.1.318.1.3.2.10'!
Please re...
2004 May 28
2
X & securelevel=3
running (4-Stable)
Hi,
short form question:
how does one run XDM under securelevel>0 ?
long version:
i've searched for an answer on how to run Xfree/Xorg at a securelevel
the X server likes access to /dev/io and some other resources but is not
granted access after security is switched on.
one way of doing it seems to be to start it before setting the securelevel, but
then is doesnt
2016 Jun 03
2
Restarting service issues
Hi,
Every time that I have to restart the nut-server it's a nightmare.
For example, after editing ups.conf
In many cases the only "solution" is to reboot the system.
These are the errors:
systemctl -l status nut-driver
? nut-driver.service - Network UPS Tools - power device driver controller
Loaded: loaded (/usr/lib/systemd/system/nut-driver.service; static;
vendor preset:
2019 Oct 08
0
APC AP9630 SNMP AES
...odule: sumx v6.5.6 Apr 6 2018 16:00:53
* APC OS (AOS) v6.5.6 Mar 30 2018 16:51:08
* ups.conf
[..]
[foo]
driver = snmp-ups
# 'hostname' is resolvable, tcpdump shows initial snmp udp request and reply
port = hostname
snmp_version = v3
secLevel = authPriv
# 4 lowercase ascii letters
secName = xxxx
#
# 16 lower case ascii letters
authPassword = xxxxxxxxxxxxxxxx
# 15 lower case ascii letters
privPassword = yyyyyyyyyyyyyyy
authProtocol = SHA
privProtocol = AES
[..]
* dri...
2015 Mar 26
2
New snmp-ups subdriver for Huawei
...battery.charge: 99.00
battery.current: 0.10
battery.runtime: 13740.00
battery.voltage: 536.80
device.mfr: Huawei
device.model: UPS5000-E
device.serial: 2102310NYJ10EA000006
device.type: ups
driver.name: snmp-ups
driver.parameter.pollinterval: 2
driver.parameter.port: 192.168.44.2
driver.parameter.secLevel: authNoPriv
driver.parameter.snmp_version: v3
driver.version: 2.7.2
driver.version.data: huawei MIB 0.1
driver.version.internal: 0.73
input.bypass.frequency: 49.96
input.bypass.L1-N.voltage: 246.70
input.bypass.L2-N.voltage: 249.60
input.bypass.L3-N.voltage: 244.20
input.frequency: 49.96
input.L1-N...