Networking Forums

Networking Forums > Computer Networking > Linux Networking > Building an IPX network on Linux

Reply
Thread Tools Display Modes

Building an IPX network on Linux

 
 
Wong Hang
Guest
Posts: n/a

 
      04-17-2004, 07:55 AM
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello,

I have two computers. They are running Linux and WinXP.
I would like to build an IPX network between the two computers.

I followed the instruction in Linux IPX-HOWTO.
I created an interface on Linux:

- -------------------------------------------------------------
# cat /proc/net/ipx/interface
Network Node_Address Primary Device Frame_Type
00000001 XXXXXXXXXXX1 Yes eth0 802.3
#
- -------------------------------------------------------------
Moreover, I entered the same network number in WinXP control panel.

Then, I wrote two testing program(A and B).
Program A binds the IPX port 12345 on Linux and attempts to receive a
datagram from WinXP.

Program B(run on WinXP) try to send a datagram to Linux.

B terminated successfully.

However, program A has no data received.

In order to discover the problem, I run `tcpdump' on Linux.
I found that WinXP had requested a RIP request.
- -------------------------------------------------------------
# tcpdump -i eth0 ipx
tcpdump: listening on eth0

17:55:47.265705 0.xx:xx:xx:xx:xx:xx.453 > 0.ff:ff:ff:ff:ff:ff.453:ipx-rip-
resp 1/1.2
- -------------------------------------------------------------

I am not very familiar with IPX/SPX protocol and
I lack the documents about how IPX network works.

Can anyone tell me how I can make it works?
I think I should run a RIP service. Am I right?
But, how can I run a RIP service?

When I want to start ipxd, I saw the following but nothing happen.
- -------------------------------------------------------------
# ipxd -d

Thu Apr 8 17:59:24 2004
Init start
# ps aux|grep ipxd
root 9929 0.0 0.5 3832 752 pts/299 S 18:04 0:00 grep ipxd
#
- -------------------------------------------------------------

This is my config file '/etc/ipx.conf'
- -------------------------------------------------------------
# this attempts auto-configuration
IPX_AUTO_PRIMARY=no
IPX_AUTO_INTERFACE=no
IPX_CONFIGURED=yes
# for manual configuration, set IPX_CONFIGURED=yes,
# and set the options below for your system
IPX_DEVICE=eth0
IPX_FRAME=802.3 # either 802.2, 802.3 or EtherII
IPX_INTERNAL_NET=yes
IPX_NETNUM=1 # your internal network number
# routing options
IPX_SERVER_ROUTE=no # setup route to external server?
IPX_SERVER_NETNUM=1 # your server's internal network number
IPX_SERVER_NODENUM=(my MAC address) # your server's node number
- -------------------------------------------------------------

Thank you very much.
Wong Hang.


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAgOLygvoGnTKzQ1QRAs2QAJ9SHobMGOpo3Q3w4KTfT9 WorW1cvQCgm1zz
ZZeBbuoonauxNxUnQVPrqxM=
=yip6
-----END PGP SIGNATURE-----
 
Reply With Quote
 
 
 
 
James Knott
Guest
Posts: n/a

 
      04-17-2004, 11:34 AM
Wong Hang wrote:

> I have two computers. They are running Linux and WinXP.
> I would like to build an IPX network between the two computers.
>


Why would you want to do that? Even Novell went IP a few years ago.

--

Fundamentalism is fundamentally wrong.

To reply to this message, replace everything to the left of "@" with
james.knott.
 
Reply With Quote
 
Wong Hang
Guest
Posts: n/a

 
      04-19-2004, 10:45 AM
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

James Knott <(E-Mail Removed)> wrote:
> Wong Hang wrote:
>
>> I have two computers. They are running Linux and WinXP.
>> I would like to build an IPX network between the two computers.
>>

>
> Why would you want to do that? Even Novell went IP a few years ago.
>

I live in Hong Kong.
I have to write a program that make use of IPX/SPX for a China company.
Therefore, I need an IPX network.
You couldn't imagine what a primitive, barbaric and uncivilized
backwater China is!!!


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAg629gvoGnTKzQ1QRAuhOAJ97t66Btzym0Ls3Wsf/izbLDMYiaQCfZUkM
y3Cfz/ZERoeeKwNNNJDw7Nk=
=Jjb/
-----END PGP SIGNATURE-----
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Building to Building WLAN Questions drftnc240jm Wireless Networks 0 02-24-2011 08:37 PM
Suggestions for a short building-to-building hop Cloy Wireless Internet 19 08-18-2007 11:09 PM
Building to Building (interoffice) access Merrill P. L. Worthington Wireless Internet 5 06-12-2006 08:09 AM
Building and configuring reliable linux routers? LordGarak@gmail.com Linux Networking 7 02-26-2006 03:36 PM
building a home network Dennis M Windows Networking 3 12-21-2003 01:37 PM



1 2 3 4 5 6 7 8 9 10 11