User Tools

Site Tools


admin:network

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
admin:network [2019/06/24 17:38]
peppe [Enable https]
admin:network [2023/04/06 11:06] (current)
peppe
Line 1: Line 1:
-===== HP Procurve 2848 =====+===== OpenVPN setup ===== 
 + 
 +==== rescue ==== 
 +  cd /etc/openvpn 
 +  mkdir <client-name> 
 +  cd <client-name> 
 +  cp ../create_client_key.sh . 
 +  vi create_client_key.sh, edit client name 
 +  ./create_client_key.sh 
 + 
 +==== client machine ==== 
 +  cp <client name>.conf /etc/openvpn/client 
 +  systemctl start openvpn-client@<client name> 
 +  systemctl enable openvpn-client@<client name> 
 + 
 +===== HP Procurve 2848 (J4904A) =====
  
 ==== Firmware upgrade ==== ==== Firmware upgrade ====
Line 69: Line 84:
   # web-management ssl   # web-management ssl
   # write memory   # write memory
 +
 +
 +===== HP Procurve 2650 (J4899B) =====
 +
 +==== Firmware upgrade ====
 +
 +As per HP Procurve 2848.
 +  Latest firmware H.10.119
 +  
 +Previous firmware
 +  ProCurve Switch 2650# show flash
 +  Image           Size(Bytes)   Date   Version
 +  -----           ----------  -------- -------
 +  Primary Image   : 3137345   05/05/06 H.08.98 
 +  Secondary Image : 3042016   11/01/05 H.08.83 
 +  Boot Rom Version: H.08.02
 +  Current Boot    : Primary
 +  
 +  # copy tftp flash 10.1.2.128 H_10_119.swi secondary
 +  ...
  
admin/network.1561387123.txt.gz · Last modified: 2019/06/24 17:38 by peppe