IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New Thoughts...
I didn't think the WINS gave out ip addresses, but I'm definitely not up to speed on WINS.

In any case, - if you have DHCP, allow the DHCP to assign the IP address to the linux box. Get the IP address of the Linux box (ping something) and you can then scp stuff to it and back.

If you can, a static ip is better in my mind - especially as you can get the admin to firewall that IP off so that no one from the outside can see that box. (But it may require permission of getting an IP address.)

SAMBA is an option - but it's a small amount of work to set it up. (But then you have access to printers and everything else. ;-) ) SMBclient is strictly a client service, you don't even need to use DNS. (smbclient -L I think to list shares). (It's okay, but I like scp better.)

Actually, if you're sharing the Win2000 box, you can mount the drives on your Linux box (without starting SAMBA service on your linux box iirc).

Collapse Edited by Simon_Jester Sept. 27, 2002, 03:55:28 PM EDT
Thoughts...
I didn't think the WINS gave out ip addresses, but I'm definitely not up to speed on WINS. In any case, - if you have DHCP, allow the DHCP to assign the IP address to the linux box. Get the IP address of the Linux box (ping something) and you can then scp stuff to it and back. If you can, a static ip is better in my mind - especially as you can get the admin to firewall that IP off so that no one from the outside can see that box. (But it may require permission of getting an IP address.) SAMBA is an option - but it's a small amount of work to set it up. (But then you have access to printers and everything else. ;-) )
New WINS In 1 Minute
NetBIOS is not routable, but you can encapsulate it in TCP/IP. In order to run LAN Manager on pure TCP/IP, you need a way to resolve NetBIOS names into IP addresses, and that is what WINS does. It's strictly an adhoc solution to the problem of having a NOS that was not written with routing in mind work with a routable protocol.

Also, NetBIOS was LOUD (based on broadcasts) so you need a way of things getting seen without always having to announce themselves. The chattiness of NetBIOS is not an issue on a small network, but imagine 10000 clients constantly broadcasting.

IOW, LAN Manager was a simple NOS created in the infancy of PC nets that lived far longer than it needed to.
-drl
New NetBIOS /is/ routable.
It's a higher-level protocol that can use any transport including IPX/SPX and TCP/IP.

It's NetBEUI that isn't routable.


Peter
[link|http://www.debian.org|Shill For Hire]
[link|http://www.kuro5hin.org|There is no K5 Cabal]
[link|http://guildenstern.dyndns.org|Blog]
New Re: NetBIOS /is/ routable.
NetBIOS is to NetBEUI as TCP is to IP, as transport is to network (protocol), so you are correct to make the distinction, but NetBIOS/NetBEUI is never routable because there is no room in the packet for addresses - that's why it uses broadcasting, as opposed to TCP/IP, which uses multicasting. Multicasting relies on a list of addresses which can be compared at the hardware level, while broadcasting relies on the operating system to decide what to do with a packet. So broadcast packets are not targeted, that is, there is no address information in them, while multicast packets contain address information that can be compared against a list held by the NIC hardware.
-drl
New Er, no.
TCP/IP uses broadcasts - simply send your packet to x.x.x.255, for a Class C example.

We route NetBIOS across distinct networks to enable NT4 boxes to participate in SMB browsing. The only caveat is that you must disable the Computer Browser service on the box doing the routing, or else use a dedicated router. (The reason being that on a multihomed box, if the Browser service is running, it won't propagate NetBIOS browse traffic across interfaces.)


Peter
[link|http://www.debian.org|Shill For Hire]
[link|http://www.kuro5hin.org|There is no K5 Cabal]
[link|http://guildenstern.dyndns.org|Blog]
New Re: Er, no.
Well, it's terminology at some point - the key issue is address information in a packet.

Are you saying you have a separate NetBIOS protocol installed on some machines, or some all NetBIOS programs? If so then the routers are intelligently converting it to NBT or something like that and sending that among themselves. There's extra information supplied by the router. This is no different in principle than using NBT on the client.

-drl
     Any way to get a Linux client to talk to a WINS server? - (drewk) - (34)
         Re: Any way to get a Linux client to talk to a WINS server? - (deSitter) - (33)
             That's what it looked like - (drewk) - (1)
                 Re: That's what it looked like - (deSitter)
             Just use the client utilities - (scoenye) - (30)
                 How do I use it without running the SAMBA daemons? - (drewk) - (29)
                     Short and quick answer... AND the other one.... - (folkert) - (28)
                         Makes sense __________________ but wait! - (drewk) - (26)
                             Makes sense also... - (folkert) - (25)
                                 Not what I'm trying to do - (drewk) - (24)
                                     Re: Not what I'm trying to do (argh!) - (deSitter) - (17)
                                         I'm not a sysadmin - (drewk) - (16)
                                             But but but - (deSitter)
                                             Investigate smbclient - (pwhysall) - (14)
                                                 Tried it - (drewk) - (13)
                                                     Re: Tried it - (deSitter) - (12)
                                                         They don't need to see me - (drewk) - (11)
                                                             Re: They don't need to see me - (deSitter) - (4)
                                                                 Your looking at it backwards - (drewk) - (3)
                                                                     Re: Your looking at it backwards - (deSitter) - (2)
                                                                         OK, I'll read it, thanks -NT - (drewk)
                                                                         Absolutely.... Absolutely.... - (folkert)
                                                             Thoughts... - (Simon_Jester) - (5)
                                                                 WINS In 1 Minute - (deSitter) - (4)
                                                                     NetBIOS /is/ routable. - (pwhysall) - (3)
                                                                         Re: NetBIOS /is/ routable. - (deSitter) - (2)
                                                                             Er, no. - (pwhysall) - (1)
                                                                                 Re: Er, no. - (deSitter)
                                     Unless I'm missing something... try nmblookup - (scoenye) - (5)
                                         Hmmmm... Dern it "looked" right past this... - (folkert)
                                         Yup, that gets it - (drewk) - (3)
                                             You might try - (folkert) - (2)
                                                 I will - (drewk) - (1)
                                                     Re: I will - (folkert)
                         Re: Short and quick answer... AND the other one.... - (deSitter)

We try not to be amazed at morons.
169 ms