centos 6.4是否能加上ipx模組? - Linux

By Anonymous
at 2013-09-08T03:20
at 2013-09-08T03:20
Table of Contents
※ 引述《jonce007 (汪汪)》之銘言:
: 小弟google半天,資料好少,
: 因為我想裝Mars_nwe(novell 摸擬器)
: 最後勉強把redhat 9的ipxutils-2.2.1-1裝上去
: 也不能用,錯誤如下:
: ipx_*****: socket:位走族群不被協定所支援
: CentOS 都沒有人用IPX通訊協定?
自問自答:
外行人(linux的使用者,非工程師)一點心試誤心得
文法或術語或做法不一定正確:
但可供同為Netware所苦的人參考一下。
Q:,如何盡量安全並正確的make出有IPX的核心?
A:
1.不要下載與你目前的核心不同版本的kernel source
CentOS 6.4 核心版本為 2.6.32-358.el6
第一次我下載了2.6.39.4來make,
mars_nwe結果可以跑,DOS連線失敗。
SHELL-332-22
SHELL-332-21
可能我做錯了什麼,也可能是版本有小差異
後來重下2.6.32.27結果才成功的。
2.核心的config這麼複雜,如何copy目前套件核心的config來改?
在/boot/grub/config-xxxxxxx 是目前核心的config
cp 到 kernel source的目錄成 ".config"。再make menuconfig
就不必擔心害怕設對設錯了。
--
在VirtualBox下make超久的啦
Q:為什麼不同linux套件版本跑mars_nwe有的看不到呢?
A:ipxutils/ncpfs/mar_nwe三個套件的版本最好統一
雖然有的linux套件會出更新ipxutils但我最後一律採用red hat 9 cd2
附的這三個套件,才完全解決有的互相看不到的問題。
-----------------------
Q:linux套件每家網路設定都不同,mars_nwe裝好之後如何設定和啟動。
A:各linux套件的網路設定有差異,最後只終愛/etc/rc.local
有點像dos的autoexec.bat。我在裡面加了三行,
ipx_internal_net add 6 1#(像ip的東西, 和別台重覆必死)
ipx_interface add eth0 802.2 22 #(每台必須相同才行)
nwserv
-----------------------
於是我灌了Redhat 9/Fedora 15/CentOS 6.4
分別命名為 RN9(9 1)/FN5(5 1)/CN6(6 1)
在MS-DOS可以同時看見並連上這三台NW SERVER
這四台電腦SLIST也可以時同時看見三台NW SERVER
--
本來應該還要和netware 3.12一起試的,硬碟暴了,
只好把灌好且測試成功的NW5刪了。
-----------------------
nwserv.conf設定請參考我本善良的文章。
ncpmount我倒是試不成功,一直出現
ncpmount: Server not found (0x8847) when trying to find XXX
但明明slist就OK。
附上我的版本(只改1,2,3,12,13其他為預設值)
----nwserv.conf-------------------------------
1 SYS /var/mars_nwe/sys/ k 711 600
2 RN9
3 9 1
4 0x0 * auto 1
5 0x0
6 1 0x0
7 0
8 0x0
9 0751 0640
10 99
11 99
12 SUPERVISOR root *********
13 GUEST nobody - 0x1
13 DD root ***** 0x1
#14: currently not used
15 99 top-secret
16 1
17 0x0
18 0x0
# Section 19-20: currently not used
------------------------------------------------------------
21 LP - lpr -
21 LP_PS
22 PS_NWE LP_PS 1
r vol/dev/inode->path cache, needed for client-32,namespace
40 /var/spool/nwserv/.volcache
41 /var/spool/nwserv/.locks
42 /var/spool/nwserv
45 /var/nwserv/db
46 /var/nwserv/attrib
47 /var/nwserv/trustees
100 0 # debug IPX KERNEL (0 | 1)
101 1 # debug NWSERV
102 0 # debug NCPSERV
103 0 # debug NWCONN
104 0 # debug (start) NWCLIENT, should *always* be '0' !
105 0 # debug NWBIND
106 1 # debug NWROUTED
200 1 # 0 = no logfile and dont daemonize nwserv/nwrouted
201 /var/log/mars_nwe.log # filename of logfile
202 0x1 # flag in hex notation
210 10 # 1 .. 600 (default 10) seconds after server
211 60 # 10 .. 600 (default 60) broadcasts every x seconds
300 1 # > 0 print routing info to file every x broadcasts.
301 /var/log/mars_nwe.routes # filename of logfile
302 0x1 # flags will be interpreted as hex value.
310 7 # send wdog's only to device net < x ticks.
400 /etc/nwserv.stations # for syntax see file in the examples directory.
401 0 # 0 = ignore entry 400, get nearest response always enabled.
402 0 # 0 = ignore entry 400, create connection always enabled.
----nwserv.conf-------------------------------
https://lh3.googleusercontent.com/-xFl3ClpXPOQ/Uit7DgyvSDI/AAAAAAAAsN0/b552SX5RrME/s0/Novell3.JPG
--
: 小弟google半天,資料好少,
: 因為我想裝Mars_nwe(novell 摸擬器)
: 最後勉強把redhat 9的ipxutils-2.2.1-1裝上去
: 也不能用,錯誤如下:
: ipx_*****: socket:位走族群不被協定所支援
: CentOS 都沒有人用IPX通訊協定?
自問自答:
外行人(linux的使用者,非工程師)一點心試誤心得
文法或術語或做法不一定正確:
但可供同為Netware所苦的人參考一下。
Q:,如何盡量安全並正確的make出有IPX的核心?
A:
1.不要下載與你目前的核心不同版本的kernel source
CentOS 6.4 核心版本為 2.6.32-358.el6
第一次我下載了2.6.39.4來make,
mars_nwe結果可以跑,DOS連線失敗。
SHELL-332-22
SHELL-332-21
可能我做錯了什麼,也可能是版本有小差異
後來重下2.6.32.27結果才成功的。
2.核心的config這麼複雜,如何copy目前套件核心的config來改?
在/boot/grub/config-xxxxxxx 是目前核心的config
cp 到 kernel source的目錄成 ".config"。再make menuconfig
就不必擔心害怕設對設錯了。
--
在VirtualBox下make超久的啦
Q:為什麼不同linux套件版本跑mars_nwe有的看不到呢?
A:ipxutils/ncpfs/mar_nwe三個套件的版本最好統一
雖然有的linux套件會出更新ipxutils但我最後一律採用red hat 9 cd2
附的這三個套件,才完全解決有的互相看不到的問題。
-----------------------
Q:linux套件每家網路設定都不同,mars_nwe裝好之後如何設定和啟動。
A:各linux套件的網路設定有差異,最後只終愛/etc/rc.local
有點像dos的autoexec.bat。我在裡面加了三行,
ipx_internal_net add 6 1#(像ip的東西, 和別台重覆必死)
ipx_interface add eth0 802.2 22 #(每台必須相同才行)
nwserv
-----------------------
於是我灌了Redhat 9/Fedora 15/CentOS 6.4
分別命名為 RN9(9 1)/FN5(5 1)/CN6(6 1)
在MS-DOS可以同時看見並連上這三台NW SERVER
這四台電腦SLIST也可以時同時看見三台NW SERVER
--
本來應該還要和netware 3.12一起試的,硬碟暴了,
只好把灌好且測試成功的NW5刪了。
-----------------------
nwserv.conf設定請參考我本善良的文章。
ncpmount我倒是試不成功,一直出現
ncpmount: Server not found (0x8847) when trying to find XXX
但明明slist就OK。
附上我的版本(只改1,2,3,12,13其他為預設值)
----nwserv.conf-------------------------------
1 SYS /var/mars_nwe/sys/ k 711 600
2 RN9
3 9 1
4 0x0 * auto 1
5 0x0
6 1 0x0
7 0
8 0x0
9 0751 0640
10 99
11 99
12 SUPERVISOR root *********
13 GUEST nobody - 0x1
13 DD root ***** 0x1
#14: currently not used
15 99 top-secret
16 1
17 0x0
18 0x0
# Section 19-20: currently not used
------------------------------------------------------------
21 LP - lpr -
21 LP_PS
22 PS_NWE LP_PS 1
r vol/dev/inode->path cache, needed for client-32,namespace
40 /var/spool/nwserv/.volcache
41 /var/spool/nwserv/.locks
42 /var/spool/nwserv
45 /var/nwserv/db
46 /var/nwserv/attrib
47 /var/nwserv/trustees
100 0 # debug IPX KERNEL (0 | 1)
101 1 # debug NWSERV
102 0 # debug NCPSERV
103 0 # debug NWCONN
104 0 # debug (start) NWCLIENT, should *always* be '0' !
105 0 # debug NWBIND
106 1 # debug NWROUTED
200 1 # 0 = no logfile and dont daemonize nwserv/nwrouted
201 /var/log/mars_nwe.log # filename of logfile
202 0x1 # flag in hex notation
210 10 # 1 .. 600 (default 10) seconds after server
211 60 # 10 .. 600 (default 60) broadcasts every x seconds
300 1 # > 0 print routing info to file every x broadcasts.
301 /var/log/mars_nwe.routes # filename of logfile
302 0x1 # flags will be interpreted as hex value.
310 7 # send wdog's only to device net < x ticks.
400 /etc/nwserv.stations # for syntax see file in the examples directory.
401 0 # 0 = ignore entry 400, get nearest response always enabled.
402 0 # 0 = ignore entry 400, create connection always enabled.
----nwserv.conf-------------------------------
https://lh3.googleusercontent.com/-xFl3ClpXPOQ/Uit7DgyvSDI/AAAAAAAAsN0/b552SX5RrME/s0/Novell3.JPG
--
Tags:
Linux
All Comments
Related Posts
請問有辦法讓USB自動掛成網芳磁碟嗎?

By Heather
at 2013-09-07T20:31
at 2013-09-07T20:31
PLEXTOR M5S-128G

By Yedda
at 2013-09-07T19:24
at 2013-09-07T19:24
永遠不會流暢的Flash

By Mary
at 2013-09-07T14:08
at 2013-09-07T14:08
error: hd0 out of disk

By Vanessa
at 2013-09-06T22:59
at 2013-09-06T22:59
arch + vmware

By Liam
at 2013-09-06T20:22
at 2013-09-06T20:22