ss1 Posted June 19, 2003 Share Posted June 19, 2003 I've been reading some of the threads and I've noticed that some people aren't using NetBIOS at all for their networks. I was just wondering how to do the same on my own network - i.e. How to share resources on a mixed OS network without using NetBIOS at all... I hope that makes sense :huh: cheers, ss1. Link to comment Share on other sites More sharing options...
thingsforjason Posted June 19, 2003 Share Posted June 19, 2003 how is your network setup right now? i just use TCP/IP... Link to comment Share on other sites More sharing options...
Jason Posted June 19, 2003 Share Posted June 19, 2003 Don't need Netbios name resolution in 2000 / 2003 with AD running its all done via host names (DNS) WINS is only there for legacy support. Link to comment Share on other sites More sharing options...
ss1 Posted June 19, 2003 Author Share Posted June 19, 2003 Each computer has a name in the following format: tyx - Where x is the is the machine number. The server which does the NAT/Firewall routing is called Wilma and hosts the ADSL connection for the rest of the network. However this is soon to be switched to a router and leaving Wilma just for hosting games and a new FreeBSD box for HTTP/FTP serving & SSH tunneling. Also these machines are on the same workgroup called "SS2" - There's no Domain involved. cheers, ss1. Link to comment Share on other sites More sharing options...
thingsforjason Posted June 19, 2003 Share Posted June 19, 2003 so just change the protocol from netbios to tcp/ip...most routers will act as a dhcp server and feed out ip addresses to the network, so there's very little configuration involved on the individual pcs. you'll just have to redirect ports from the router to the linux box for webserving... Link to comment Share on other sites More sharing options...
Jason Posted June 19, 2003 Share Posted June 19, 2003 so just change the protocol from netbios to tcp/ip...most routers will act as a dhcp server and feed out ip addresses to the network, so there's very little configuration involved on the individual pcs. you'll just have to redirect ports from the router to the linux box for webserving... Netbios is part of TCP-IP it isn't a seperate protocol, its just a naming resolution. Link to comment Share on other sites More sharing options...
JHAres Posted June 19, 2003 Share Posted June 19, 2003 (edited) Netbios is part of TCP-IP it isn't a seperate protocol, its just a naming resolution. Oh my god...!!!! To the shelters...!!! Here comes Tom Servo and MxxCon....!!!! :cry: :rofl: j/k mate... that's wrong, do some reading about protocols...!!! ;) Edit: In case you are lazy to "googling" : Look here... btw, to clarify, NetBIOS IS a protocol for devices discovery, BUT IS NOT part of TCP/IP. You can use the NetBIOS protocol "over" TCP/IP.... ;) Edited June 19, 2003 by JHAres Link to comment Share on other sites More sharing options...
JHAres Posted June 19, 2003 Share Posted June 19, 2003 so just change the protocol from netbios to tcp/ip...most routers will act as a dhcp server and feed out ip addresses to the network, so there's very little configuration involved on the individual pcs. you'll just have to redirect ports from the router to the linux box for webserving... Maybe you are talking about NetBEUI instead of NetBIOS...???? ;) Link to comment Share on other sites More sharing options...
thingsforjason Posted June 19, 2003 Share Posted June 19, 2003 right. :D Link to comment Share on other sites More sharing options...
JHAres Posted June 19, 2003 Share Posted June 19, 2003 A bit more of info: In fact, the protocol "NetBEUI" is "NetBIOS Extended User Interface"... :cool: Edit: MS Technet info about protocols here... Link to comment Share on other sites More sharing options...
Jason Posted June 19, 2003 Share Posted June 19, 2003 The annoying thing is I know all this but proceded to write without thinking, I will read fully before writing the future :) Netbeui, I learnt it as Netbios Enhanced User interface. Thanks anyway :) Link to comment Share on other sites More sharing options...
JHAres Posted June 19, 2003 Share Posted June 19, 2003 The annoying thing is I know all this but proceded to write without thinking, I will read fully before writing the future :)Netbeui, I learnt it as Netbios Enhanced User interface. Thanks anyway :) No problem mate... same here sometimes.... :D BTW, is "extended", not "enhanced".... ;) Link to comment Share on other sites More sharing options...
JHAres Posted June 19, 2003 Share Posted June 19, 2003 I've been reading some of the threads and I've noticed that some people aren't using NetBIOS at all for their networks. I was just wondering how to do the same on my own network - i.e. How to share resources on a mixed OS network without using NetBIOS at all... I hope that makes sense :huh: cheers, ss1. Back to your question, you can forget NetBEUI forever. That protocol was vastly used in the Windows For Workgroups times, but now the TCP/IP protocol has all the functionality needed for Windows LAN's... Unless you are still using WFW 3.11... :p Edit: Ooops... you are talking about mixed OSes.... :/ so you must check the "other" OSes to know the TCP/IP support against "Windows TCP/IP only" machines... :huh: Link to comment Share on other sites More sharing options...
Recommended Posts