Linux: October 2008 Archives

Linux iSCSI Target

| | Comments (0)

iSCSI Enterprise Target 是 Open Source 的 iSCSI Target,
適用在 Linux Kernel 2.6.14 之後的版本.

我的環境是 Mandriva 2008.0, 加裝以下套件
iscsitarget-0.4.15-3mdv2008.0
iscsitarget-kernel-2.6.22.19-desktop-2mdv-0.4.15-3mdv2008.0
iscsitarget-kernel-desktop-latest-0.4.15-1.20080506.3mdv2008.0

載入 iSCSI module
modprobe iscsi_trgt

編輯 /etc/ietd.conf
Target iqn.2008-10.org.pank:storage.disk1
Lun 0 Path=/dev/hda1,Type=fileio
Alias iSCSI
其中 Target 的格式是 iqn.yyyy-mm.[:identifier]
Lun 是要設為 Target 的 device,
可以是整顆硬碟, 例如 /dev/hda
或是分割區, 例如 /dev/hda1
或是一般檔案, 例如 /root/iscsi.iso

設好後把 Service 啟動即可
/etc/init.d/iscsi-target start

ietd 使用 TCP 3260 Port, 若有用 iptables 需 ACCEPT 此 Port.
Windows 那邊裝個 iSCSI Initiator, 就可以開始使用了.

ref. iSCSI:Linux 上應用 iSCSI 技術, 這篇文章寫得很詳細,
作者 Albert 的網頁 上還有其他精彩文章可參考.

pptpd with Kernel 2.6

| | Comments (0)

自從 Linux Kernel 2.6 支援 MPPE 後, 架 PPTP Server 變得簡單許多
可參考舊文章: POPTOP with MPPE (encrypted VPN connection)

編輯 /etc/pptpd.conf
option /etc/ppp/options.pptpd
debug
localip 192.168.6.254
remoteip 192.168.6.81-99

編輯 /etc/ppp/options.pptpd
name vpn
refuse-pap
refuse-chap
refuse-mschap
require-mschap-v2
require-mppe-128
proxyarp
debug
lock
nobsdcomp
novj
novjccomp
nologfd

編輯帳號檔 /etc/ppp/chap-secrets
#Login-ID Server-Name Password IP-Address
admin vpn 1234 *
第二個欄位 Server-Name 必需跟 /etc/ppp/options.pptpd 裡的 name 一致.

December 2008

Sun Mon Tue Wed Thu Fri Sat
  1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31      

About this Archive

This page is a archive of entries in the Linux category from October 2008.

Linux: September 2008 is the previous archive.

Linux: December 2008 is the next archive.

Find recent content on the main index or look in the archives to find all content.