User Tools

Site Tools


home

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
home [2022/01/12 15:57]
tda
home [2024/03/07 17:02] (current)
ehe [How to check OpenVPN certificates validity?]
Line 1400: Line 1400:
  
  
 +===== How to configure DIVERSITY on iBTS? =====
 +Please see in **iSeries Wiki FAQ**: [[https://​wikikerlink.fr/​wirnet-productline/​doku.php?​id=wiki:​support:​faq#​how_to_configure_diversity_on_ibts|How to configure DIVERSITY on iBTS?]]
  
  
 +===== How to check OpenVPN certificates validity? =====
 +You can use following commands, depending on the KerOS version installed on the gateways.
  
 +On version 3x:
 +<​code>​
 +openssl pkcs12 -info -in /​etc/​openvpn/​client-openvpn.p12 -nokeys -password pass: | openssl x509 -noout -enddate
 +</​code>​
  
 +On version 4x:
 +<​code>​
 +grep 'Not After' /​.update/​update.log | awk 'END {print}'​
 +</​code>​
 + 
  
 +On version 5x:
 +<​code>​
 +openssl pkcs12 -info -in /​etc/​openvpn/​bscc.p12 -nokeys -password file:/​etc/​openvpn/​bscc.password| openssl x509 -noout -enddate
 +</​code>​
 + 
  
 +===== Which network configuration should be done to connect my gateway to Wanesy™ Management Cockpit? =====
 +[[https://​wikikerlink.fr/​wanesy-management-cockpit/​doku.php?​id=wiki:​network|Wanesy™ Management Cockpit - Network management]]
 +===== Administrative information =====
 +
 +You can find in following document, the administrative information you should know as a user of Kerlink’s products:
 +{{ :​wiki:​administrative_information20211006.pdf |Administrative information}}
  
  
home.1641999476.txt.gz · Last modified: 2022/01/12 15:57 by tda