2017年11月24日 星期五

SMB mount error(112): Host is down 設定摘要

mount -t cifs -o user=username,vers=1.0 //server/share /mnt/mountpoint
mount -t cifs -o user=username,vers=2.0 //server/share /mnt/mountpoint

PROXMOX PVE (4.x,5.x) 重新設定 HTTPS Certificate

1.刪除以下檔案
rm /etc/pve/pve-root-ca.pem
rm /etc/pve/priv/pve-root-ca.key
rm /etc/pve/nodes//pve-ssl.pem
rm /etc/pve/nodes//pve-ssl.key

2.重新產生相關檔案
pvecm updatecerts -f

2017年11月21日 星期二

accel-ppp 固定 client ip

1.編輯 /etc/accel-ppp.conf
加入 module chap-secrets,注意載入順序
[modules]
chap-secrets
ippool

2.編輯  chap 帳號密碼檔案
chap-secrets=/etc/ppp/chap-secrets
user * password 192.168.2.101

2017年11月2日 星期四

PROXMOX VE 5.1 Infiniband IPoIB 設定摘要

1.安裝相關軟體
apt-get install opensm
apt-get install infiniband-diags

2.載入相關 module
modprobe ib_umad ib_ipoib

3.設定網路

ip addr add 10.0.0.1/24 dev ib0
ip link set ib0 up

4.infiniband network 必須要有 subnet manager
/etc/init.d/opensm start

5.其他
出現 ib0 NO-CARRIER 可能是缺少 subnet manager