36 lines
606 B
Plaintext
36 lines
606 B
Plaintext
portal-group pg0 {
|
|
discovery-auth-group no-authentication
|
|
listen 0.0.0.0
|
|
listen [::]
|
|
}
|
|
|
|
target iqn.nas.ahlawat.com:f11 {
|
|
# auth-group no-authentication
|
|
portal-group pg0
|
|
chap user secretsecret
|
|
lun 0 {
|
|
path /dev/zvol/ship/raw/FreeBSD11
|
|
size 128G
|
|
}
|
|
}
|
|
|
|
target iqn.nas.ahlawat.com:f12 {
|
|
# auth-group no-authentication
|
|
portal-group pg0
|
|
chap user secretsecret
|
|
lun 0 {
|
|
path /dev/zvol/ship/raw/FreeBSD12
|
|
size 128G
|
|
}
|
|
}
|
|
|
|
target iqn.nas.ahlawat.com:f13 {
|
|
# auth-group no-authentication
|
|
portal-group pg0
|
|
chap user secretsecret
|
|
lun 0 {
|
|
path /dev/zvol/ship/raw/FreeBSD13
|
|
size 128G
|
|
}
|
|
}
|