fachinformatiker-wiki

it's easy when it's here

User Tools

Site Tools


proxmox:pbs:backup-server

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
proxmox:pbs:backup-server [2026/08/16 17:31] – [CHAP] gsysproxmox:pbs:backup-server [2026/08/24 14:45] (current) – [iSCSI] gsys
Line 6: Line 6:
 nano /etc/iscsi/iscsid.conf nano /etc/iscsi/iscsid.conf
 </code> </code>
 +
 set startup to automatic in ''/etc/iscsi/iscsid.conf'' set startup to automatic in ''/etc/iscsi/iscsid.conf''
- 
 <code> <code>
-# ************* +# To request that the iscsi service scripts startup a session, use "automatic": 
-# CHAP Settings +node.startup = automatic
-# ************* +
- +
-# To enable CHAP authentication set node.session.auth.authmethod +
-to CHAP. The default is None.+
 # #
-NOTE: currently this attribute is checked for validity but then +To manually startup the session, use "manual". The default is manual
-# ignored, so even if it is set to None, CHAP will be used if the +node.startup automatic
-# credentials (username/password and possibly username_in/password_in) +
-# are set. This behavior is deprecated, and in the future CHAP will +
-# not be used if authmethod is set to None. +
-+
-node.session.auth.authmethod = CHAP +
- +
-# To configure which CHAP algorithms to enableset +
-# node.session.auth.chap_algs to a comma separated list. +
-# The algorithms should be listed in order of decreasing +
-# preference - in particular, with the most preferred algorithm first. +
-# Valid values are MD5, SHA1, SHA256, and SHA3-256. +
-The default is MD5+
-#node.session.auth.chap_algs = SHA3-256,SHA256,SHA1,MD5 +
- +
-# To set a CHAP username and password for initiator +
-# authentication by the target(s), uncomment the following lines: +
-node.session.auth.username = initiator-iscsi +
-node.session.auth.password = <12-16 alphanumeric> +
- +
-# To set a CHAP username and password for target(s) +
-# authentication by the initiator, uncomment the following lines: +
-node.session.auth.username_in = target-iscsi +
-node.session.auth.password_in <12-16 alphanumeric>+
 </code> </code>
  
Line 59: Line 32:
 <code> <code>
 UUID=d6ed961a-717e-404b-9d8c-71cea8ecda04 /mnt/backup ext4 _netdev 0 0 UUID=d6ed961a-717e-404b-9d8c-71cea8ecda04 /mnt/backup ext4 _netdev 0 0
 +</code>
 +
 +load new fstab
 +<code>
 +systemctl daemon-reload
 </code> </code>
  
Line 67: Line 45:
 ==== CHAP ==== ==== CHAP ====
  
 +configure chap settings in ''/etc/iscsi/iscsid.conf''
 <code> <code>
 # ************* # *************
Line 103: Line 82:
  
  
-----+==== Commands ====
  
 <code> <code>
proxmox/pbs/backup-server.1786894299.txt.gz · Last modified: by gsys