What are ur protocol options for Linux networking?

Dark

Senior member
Oct 24, 1999
639
0
0
I mean IPx/SPX, Netbeui or TCP/IP are very popular for LAN networking using Windoz. What are the options using Linux? The only one I know is TCP/IP but then again I'm no expert. ;)
Thx
 

andri

Senior member
Aug 12, 2000
339
0
0
TCP/IPv4, TCP/IPv6, IPX, Appletalk, Econet, LAPB

and some others I dont rememer right now.
 

Damaged

Diamond Member
Oct 11, 1999
3,020
0
0
It'll talk NetBEUI (well, SMB actually) via SAMBA as well. A few others thangs like X.25, bridging, 802.2 (X.25 over ethernet), etc.
 

nexus9

Senior member
Jan 8, 2000
535
0
0
Why would you want to use anything except TCP/IP?!?! IPX/SPX, netbeui, appletalk, etc. are going the way of the dinosaur.

-Nexus9
 

Damaged

Diamond Member
Oct 11, 1999
3,020
0
0
I'm pretty sure that Novell isn't developing IPX/SPX much anymore and is focusing on TCP/IP for their stuff. I'm know that Apple is doing the same with Appletalk.

However MS and NetBEUI is a different story. I haven't heard any plans that they're thinking about scapping that...yet. :)
 

andri

Senior member
Aug 12, 2000
339
0
0
Damaged, Samba doesn't speak NetBIOS (that is plain SMB on the wire). It speaks SMB over TCP/IP.

There was a project to enable Samba speak NetBIOS but as nothing has been heard of it so it must have died...
 

Damaged

Diamond Member
Oct 11, 1999
3,020
0
0
That's what I said: "It'll talk NetBEUI (well, SMB actually)." :)

I guess I threw the NetBEUI part in there so that a newbie might relate better to it is all.