Novell Netware 5


 
Thread Tools Search this Thread
Special Forums IP Networking Novell Netware 5
Prev   Next
# 1  
Old 05-23-2003
Novell Netware 5

i am currently doing novell 5 and is sitting for my exams june 15 please help me with notes Smilie
 
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. IP Networking

SCO UNIX 5.04 with Netware Novell 5.1

Hi Guys I used to connect SCO unix 5.04 with Novell 4.11 by binding IPX over network card and entering network number for Novell and i can post the any data to Novell volumes and share printer in Novell network But with Novell 5.1 , it doesn't work i don't know what happen the ipx is binding... (1 Reply)
Discussion started by: mfattah
1 Replies

2. UNIX for Dummies Questions & Answers

Mounting Netware Volume

I have an Intranetware 4.11 server with a shared directory that I want to be able to access from my SCO UNIX server. I think I need to mount the netware volume from within UNIX, but I don't know the proper syntax for mounting it. When I'm done I would like to be able to copy files from the UNIX... (2 Replies)
Discussion started by: jamacin
2 Replies
Login or Register to Ask a Question
IPX_CMD(8)						      System Manager's Manual							IPX_CMD(8)

NAME
ipx_cmd - bridge between Novell's SCMD driver and local IPX network SYNOPSIS
ipx_cmd -A server name [ -l local interface name ] DESCRIPTION
ipx_cmd moves packets from tapN to server and vice versa. It is something like IPX Tunnel, but it uses Novell Netware 5 server Compatibil- ity Mode Driver (AKA Migration Agent) on the other end of wire. You must first configure your kernel tapN device with IPX EthernetII frame and with network number set up on server (you can use kernel autodetection). OPTIONS
-A server name This is IP name of compatibility mode server. You can use DNS name or dotted quad to specify server address. -l local interface name This allows you to specify, which of your IP addresses should be used as IP address of client side of CMD driver. You must configure your tapN device with hardware address 7E:01:AA:BB:CC:DD, where AA:BB:CC:DD is your IP address in hexa. EXAMPLE
If you are on server platan.vc.cvut.cz (147.32.240.81) and your migration agent runs on server boris.vc.cvut.cz, you can configure your system with: insmod ethertap ifconfig tap0 hw ether 7E:01:93:20:F0:51 up ipx_interface add -p tap0 EtherII ipx_cmd -A boris.vc.cvut.cz -l 147.32.240.81 & BUGS
This program was written to satisfy my own needs and should be really improved. At least it should configure tap interface itself. AUTHOR
Petr Vandrovec <vandrove@vc.cvut.cz> ipx_cmd IPX Utilities IPX_CMD(8)