Re: netbios over internet [7:40784]

2002-04-09 Thread Priscilla Oppenheimer

NetBIOS is a session-layer protocol and API. Of course, it is able to be 
routed (routable), just as RPC and NFS and TCP and UDP are also routable, 
as are HTTP, FTP, etc. In comparison, LLC, is a data-link-layer protocol. 
It is not routable without some major shenanigans. NetBEUI resides right on 
top of LLC and doesn't make any calls to a network layer. Also, NetBEUI 
does all its own reliability, etc. It doesn't rely on TCP, for example. 
NetBEUI handles all of the communication work relative to NetBIOS. This is 
different from the other implementations of NetBIOS.

NetBIOS refers to the programming interface in all implementations. In the 
NetBIOS/TCP environment, it also refers to the portion of the packet that 
carries NetBIOS commands, replies, and data. In the NetBIOS/NetBEUI 
environment, NetBIOS refers only to the API, and NetBEUI refers to the 
protocol. In the NetBIOS/IPX environment,  NetBIOS refers to both the API 
and to the protocol. To understand the details of terminology use, it's 
worthwhile to examine the three different frame structures for TCP, 
NetBEUI, and IPX.

Priscilla

At 03:54 AM 4/9/02, [EMAIL PROTECTED] (John Nemeth) wrote:
>On Aug 29,  7:34am, "Priscilla Oppenheimer" wrote:
>}
>} NetBEUI is non-routable. NetBIOS is routable. NetBIOS over TCP/IP should
>} supposedly work over the Internet. For example, can't you do file sharing
>} over the Internet? That uses NetBIOS and SMB of CIFS.
>
>  If you want to be pedantic (and, on this list we should be),
>discussing the routability of NetBIOS is non-sensical.  NetBIOS is a
>session layer protocol.  It would be like discussing the routability of
>TCP or UDP.  By themselves, these protocols only have port numbers,
>they don't have node addresses.  As someone else has mentioned, you
>really need to look at the underlying protocol.  NetBIOS over TCP/IP
>(aka NBT) is, of course, completely routable, since TCP/IP is a
>routable protocol.  NetBIOS over NetBEUI isn't routable as NetBEUI is a
>datalink layer protocol (i.e. it has hosts addresses and doesn't have
>any way of doing network addressing, so its addresses are for the local
>segment only, ala Ethernet MAC addresses) and must be bridged.
>
>}-- End of excerpt from "Priscilla Oppenheimer"


Priscilla Oppenheimer
http://www.priscilla.com




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=40942&t=40784
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: netbios over internet [7:40784]

2002-04-09 Thread [EMAIL PROTECTED] (John Nemeth)

On Aug 29,  7:34am, "Priscilla Oppenheimer" wrote:
}
} NetBEUI is non-routable. NetBIOS is routable. NetBIOS over TCP/IP should 
} supposedly work over the Internet. For example, can't you do file sharing 
} over the Internet? That uses NetBIOS and SMB of CIFS.

 If you want to be pedantic (and, on this list we should be),
discussing the routability of NetBIOS is non-sensical.  NetBIOS is a
session layer protocol.  It would be like discussing the routability of
TCP or UDP.  By themselves, these protocols only have port numbers,
they don't have node addresses.  As someone else has mentioned, you
really need to look at the underlying protocol.  NetBIOS over TCP/IP
(aka NBT) is, of course, completely routable, since TCP/IP is a
routable protocol.  NetBIOS over NetBEUI isn't routable as NetBEUI is a
datalink layer protocol (i.e. it has hosts addresses and doesn't have
any way of doing network addressing, so its addresses are for the local
segment only, ala Ethernet MAC addresses) and must be bridged.

}-- End of excerpt from "Priscilla Oppenheimer"




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=40901&t=40784
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: netbios over internet [7:40784]

2002-04-08 Thread James Wilson

I disagree that most ISP's block the following:

tcp or udp 135 (mapping)
tcp or udp 137 (NetBIOS Name Service)
udp 138 (NetBIOS datagrams - the actual data)
tcp 139 (NetBIOS Session)

Any more than they block the rest of it.  If they did, for one thing, your
firewalls wouldn't be blocking this stuff every minute as the script kiddies
aim their pre-written tools at massive netblocks.  Furthermore they would
have to state this in their service agreements.  I can tell you for a fact
that Sprint, XO, New Edge (who bought @Work), MCI/UUNET, PSI, QWEST, and
AT&T (not including the cable modem market - that is another story) do not
block this traffic from/to customer networks.

Cable providers do have a nasty habit of blocking udp 500 (isakmp) but that
is for financial reasons (they want you to pay for "business class" service
if you use a VPN.)

That doesn't mean that they don't block it (NetBIOS) from their own servers,
as most sane people would/should/do - but if they blocked their customers,
however foolish, from doing this they would be violating service agreements.

--
James D. Wilson, CCDA, MCP
Sr. Network/Security Engineer
"non sunt multiplicanda entia praeter necessitatem"
William of Ockham (1285-1347/49)


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Logan, Harold
Sent: Monday, April 08, 2002 10:02 AM
To: [EMAIL PROTECTED]
Subject: RE: netbios over internet [7:40784]


The biggest obstacle is the fact that most ISP's filter NBT traffic. It
works just fine over a VPN connection, as the ISP doesn't see the NBT
packets; they see VPN traffic. Basically all you have to do is get around an
access list blocking ports 137, 138, and 139.

-Original Message-
From: Kim Edward B [mailto:[EMAIL PROTECTED]]
Sent: Mon 4/8/2002 11:45 AM
    To: [EMAIL PROTECTED]
    Cc:
Subject: RE: netbios over internet [7:40784]



I don't think it can.
As far as I know, it can do IP/IPX/DecNet/AppleTalk/Vines/CLNS.
NetBios over TCP/IP will work with GRE but not straight NetBios or SNA.
If GRE works with NetBios or SNA, it will be cool.
I think that is why we use DLSW with NetBios and SNA connection.

Ed

-Original Message-
From: Jay [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 08, 2002 10:44 AM
    To: [EMAIL PROTECTED]
Subject: Re: netbios over internet [7:40784]

Is it possible to send nonroutable traffic through a GRE Tunnel?

On Mon, 2002-04-08 at 10:12, Engelhard M. Labiro wrote:
> How about NetBIOS over TCP/IP (NBT) and encapsulate
> it with IPSec.  Another idea is using a GRE tunnel to
> pass the NetBIOS to the next hop.
>
>
> > I don't think you can, besides bridging on every internet hop.
> >
> > On Sun, 2002-04-07 at 23:14, cage wrote:
> > > how can I make the netbios over Internet except the dlsw+ ?
*
DISCLAIMER:   The information contained in this e-mail may be confidential
and is intended solely for the use of the named addressee.  Access, copying
or re-use of the e-mail or any information contained therein by any other
person is not authorized.  If you are not the intended recipient please
notify us immediately by returning the e-mail to the originator.




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=40888&t=40784
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: netbios over internet [7:40784]

2002-04-08 Thread Michael Williams

Priscilla Oppenheimer wrote:
> For example, can't you do
> file sharing
> over the Internet? That uses NetBIOS and SMB of CIFS.
> 
> (I'm a Mac person, but in theory it should work. ;-)

  A Mac person?  I thought you had good judgement?  (Please no flames, it's
a good natured joke)

You *can* indeed to file and print sharing over the internet as I caught
someone attempting to hack my PC over the net and in turn did a port scan on
his machine (in France), found port 139 open and saw they were running
Win2K, and attempted to attach to the :

\\\c$ 

share.  Upon doing this, I was prompted for a password, which would indicate
that all Micro$oft networking was working fine (even behind the NAT of my
DSL router).

Mike W.


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=40885&t=40784
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: netbios over internet [7:40784]

2002-04-08 Thread James Wilson

All you have to do to do NetBIOS over the internet is either use WINS or
reference the share by IP address, assuming you are using either NT or
Win2K.

For instance, from a command prompt:

net use X: \\123.123.123.123\C$ /user:ntdomain\ntusername

Thththththats all folks.

God knows why you would ever want to do anything as risky as that though :-)



--
James D. Wilson, CCDA, MCP
Sr. Network/Security Engineer
"non sunt multiplicanda entia praeter necessitatem"
William of Ockham (1285-1347/49)


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
cage
Sent: Sunday, April 07, 2002 8:15 PM
To: [EMAIL PROTECTED]
Subject: netbios over internet [7:40784]


how can I make the netbios over Internet except the dlsw+ ?




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=40881&t=40784
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: netbios over internet [7:40784]

2002-04-08 Thread nwo

""Jay""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> OK, OK, well what about my question then?  Is there any way to do this?

Yes - UTI


>
> > >this: (which you can't do)
> > >
> > >int tunnel0
> > >  tun sour 10.10.10.1
> > >  tun dest 10.20.20.1
> > >  bridge-group 1
> > >
> > >int eth0
> > >  bridge-group 1
>
>
>  On Mon, 2002-04-08 at 14:15, Priscilla Oppenheimer wrote:
> > The original question was:
> >
> > "how can I make the netbios over Internet except the dlsw+ ?"
> >
> > He didn't say bridging. You did.
> >
> > Priscilla
> >
> > At 01:29 PM 4/8/02, Jay wrote:
> > >This thread has been taken out of context.   The real initial question
> > >was whether or not you could bridge over the internet.  E.g., have 2
> > >LANs that are Layer 2 Bridged over the internet.  Somewhat like DLSw+
> > >can do for NetBIOS and SNA.   It would have the same effect as doing
> > >this: (which you can't do)
> > >
> > >int tunnel0
> > >  tun sour 10.10.10.1
> > >  tun dest 10.20.20.1
> > >  bridge-group 1
> > >
> > >int eth0
> > >  bridge-group 1
> > >
> > >Somehow IP would have to encapsulate the incoming MAC frame as the data
> > >portion of the packet, and then release it as an ethernet frame on the
> > >other end.
> > >
> > >
> > >
> > >On Mon, 2002-04-08 at 12:58, Priscilla Oppenheimer wrote:
> > > > NetBEUI is non-routable. NetBIOS is routable. NetBIOS over TCP/IP
> should
> > > > supposedly work over the Internet. For example, can't you do file
> sharing
> > > > over the Internet? That uses NetBIOS and SMB of CIFS.
> > > >
> > > > (I'm a Mac person, but in theory it should work. ;-)
> > > >
> > > > Priscilla
> > > >
> > > > At 10:43 AM 4/8/02, Jay wrote:
> > > > >Is it possible to send nonroutable traffic through a GRE Tunnel?
> > > > >
> > > > >On Mon, 2002-04-08 at 10:12, Engelhard M. Labiro wrote:
> > > > > > How about NetBIOS over TCP/IP (NBT) and encapsulate
> > > > > > it with IPSec.  Another idea is using a GRE tunnel to
> > > > > > pass the NetBIOS to the next hop.
> > > > > >
> > > > > >
> > > > > > > I don't think you can, besides bridging on every internet hop.
> > > > > > >
> > > > > > > On Sun, 2002-04-07 at 23:14, cage wrote:
> > > > > > > > how can I make the netbios over Internet except the dlsw+ ?
> > > > 
> > > >
> > > > Priscilla Oppenheimer
> > > > http://www.priscilla.com
> > 
> >
> > Priscilla Oppenheimer
> > http://www.priscilla.com




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=40864&t=40784
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: netbios over internet [7:40784]

2002-04-08 Thread Jay

OK, OK, well what about my question then?  Is there any way to do this?

> >this: (which you can't do)
> >
> >int tunnel0
> >  tun sour 10.10.10.1
> >  tun dest 10.20.20.1
> >  bridge-group 1
> >
> >int eth0
> >  bridge-group 1


 On Mon, 2002-04-08 at 14:15, Priscilla Oppenheimer wrote:
> The original question was:
> 
> "how can I make the netbios over Internet except the dlsw+ ?"
> 
> He didn't say bridging. You did.
> 
> Priscilla
> 
> At 01:29 PM 4/8/02, Jay wrote:
> >This thread has been taken out of context.   The real initial question
> >was whether or not you could bridge over the internet.  E.g., have 2
> >LANs that are Layer 2 Bridged over the internet.  Somewhat like DLSw+
> >can do for NetBIOS and SNA.   It would have the same effect as doing
> >this: (which you can't do)
> >
> >int tunnel0
> >  tun sour 10.10.10.1
> >  tun dest 10.20.20.1
> >  bridge-group 1
> >
> >int eth0
> >  bridge-group 1
> >
> >Somehow IP would have to encapsulate the incoming MAC frame as the data
> >portion of the packet, and then release it as an ethernet frame on the
> >other end.
> >
> >
> >
> >On Mon, 2002-04-08 at 12:58, Priscilla Oppenheimer wrote:
> > > NetBEUI is non-routable. NetBIOS is routable. NetBIOS over TCP/IP
should
> > > supposedly work over the Internet. For example, can't you do file
sharing
> > > over the Internet? That uses NetBIOS and SMB of CIFS.
> > >
> > > (I'm a Mac person, but in theory it should work. ;-)
> > >
> > > Priscilla
> > >
> > > At 10:43 AM 4/8/02, Jay wrote:
> > > >Is it possible to send nonroutable traffic through a GRE Tunnel?
> > > >
> > > >On Mon, 2002-04-08 at 10:12, Engelhard M. Labiro wrote:
> > > > > How about NetBIOS over TCP/IP (NBT) and encapsulate
> > > > > it with IPSec.  Another idea is using a GRE tunnel to
> > > > > pass the NetBIOS to the next hop.
> > > > >
> > > > >
> > > > > > I don't think you can, besides bridging on every internet hop.
> > > > > >
> > > > > > On Sun, 2002-04-07 at 23:14, cage wrote:
> > > > > > > how can I make the netbios over Internet except the dlsw+ ?
> > > 
> > >
> > > Priscilla Oppenheimer
> > > http://www.priscilla.com
> 
> 
> Priscilla Oppenheimer
> http://www.priscilla.com




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=40847&t=40784
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: netbios over internet [7:40784]

2002-04-08 Thread Priscilla Oppenheimer

The original question was:

"how can I make the netbios over Internet except the dlsw+ ?"

He didn't say bridging. You did.

Priscilla

At 01:29 PM 4/8/02, Jay wrote:
>This thread has been taken out of context.   The real initial question
>was whether or not you could bridge over the internet.  E.g., have 2
>LANs that are Layer 2 Bridged over the internet.  Somewhat like DLSw+
>can do for NetBIOS and SNA.   It would have the same effect as doing
>this: (which you can't do)
>
>int tunnel0
>  tun sour 10.10.10.1
>  tun dest 10.20.20.1
>  bridge-group 1
>
>int eth0
>  bridge-group 1
>
>Somehow IP would have to encapsulate the incoming MAC frame as the data
>portion of the packet, and then release it as an ethernet frame on the
>other end.
>
>
>
>On Mon, 2002-04-08 at 12:58, Priscilla Oppenheimer wrote:
> > NetBEUI is non-routable. NetBIOS is routable. NetBIOS over TCP/IP should
> > supposedly work over the Internet. For example, can't you do file sharing
> > over the Internet? That uses NetBIOS and SMB of CIFS.
> >
> > (I'm a Mac person, but in theory it should work. ;-)
> >
> > Priscilla
> >
> > At 10:43 AM 4/8/02, Jay wrote:
> > >Is it possible to send nonroutable traffic through a GRE Tunnel?
> > >
> > >On Mon, 2002-04-08 at 10:12, Engelhard M. Labiro wrote:
> > > > How about NetBIOS over TCP/IP (NBT) and encapsulate
> > > > it with IPSec.  Another idea is using a GRE tunnel to
> > > > pass the NetBIOS to the next hop.
> > > >
> > > >
> > > > > I don't think you can, besides bridging on every internet hop.
> > > > >
> > > > > On Sun, 2002-04-07 at 23:14, cage wrote:
> > > > > > how can I make the netbios over Internet except the dlsw+ ?
> > 
> >
> > Priscilla Oppenheimer
> > http://www.priscilla.com


Priscilla Oppenheimer
http://www.priscilla.com




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=40843&t=40784
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: netbios over internet [7:40784]

2002-04-08 Thread Kim Edward B

I agree.

-Original Message-
From: Michael Bray [mailto:[EMAIL PROTECTED]] 
Sent: Monday, April 08, 2002 1:30 PM
To: [EMAIL PROTECTED]
Subject: RE: netbios over internet [7:40784]

You certainly can do file sharing over the internet - saying 'NetBIOS'
is routable is a bit misleading though...  It's the underlying protocol
that determines its ability to be routed...

-mike bray
[EMAIL PROTECTED]

-Original Message-
From: Priscilla Oppenheimer [mailto:[EMAIL PROTECTED]] 
Sent: Monday, April 08, 2002 11:59 AM
To: [EMAIL PROTECTED]
Subject: Re: netbios over internet [7:40784]


NetBEUI is non-routable. NetBIOS is routable. NetBIOS over TCP/IP should

supposedly work over the Internet. For example, can't you do file
sharing 
over the Internet? That uses NetBIOS and SMB of CIFS.

(I'm a Mac person, but in theory it should work. ;-)

Priscilla
*
DISCLAIMER:   The information contained in this e-mail may be confidential
and is intended solely for the use of the named addressee.  Access, copying
or re-use of the e-mail or any information contained therein by any other
person is not authorized.  If you are not the intended recipient please
notify us immediately by returning the e-mail to the originator.




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=40842&t=40784
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: netbios over internet [7:40784]

2002-04-08 Thread Jay

This thread has been taken out of context.   The real initial question
was whether or not you could bridge over the internet.  E.g., have 2
LANs that are Layer 2 Bridged over the internet.  Somewhat like DLSw+
can do for NetBIOS and SNA.   It would have the same effect as doing
this: (which you can't do)

int tunnel0
 tun sour 10.10.10.1
 tun dest 10.20.20.1
 bridge-group 1

int eth0
 bridge-group 1

Somehow IP would have to encapsulate the incoming MAC frame as the data
portion of the packet, and then release it as an ethernet frame on the
other end.



On Mon, 2002-04-08 at 12:58, Priscilla Oppenheimer wrote:
> NetBEUI is non-routable. NetBIOS is routable. NetBIOS over TCP/IP should 
> supposedly work over the Internet. For example, can't you do file sharing 
> over the Internet? That uses NetBIOS and SMB of CIFS.
> 
> (I'm a Mac person, but in theory it should work. ;-)
> 
> Priscilla
> 
> At 10:43 AM 4/8/02, Jay wrote:
> >Is it possible to send nonroutable traffic through a GRE Tunnel?
> >
> >On Mon, 2002-04-08 at 10:12, Engelhard M. Labiro wrote:
> > > How about NetBIOS over TCP/IP (NBT) and encapsulate
> > > it with IPSec.  Another idea is using a GRE tunnel to
> > > pass the NetBIOS to the next hop.
> > >
> > >
> > > > I don't think you can, besides bridging on every internet hop.
> > > >
> > > > On Sun, 2002-04-07 at 23:14, cage wrote:
> > > > > how can I make the netbios over Internet except the dlsw+ ?
> 
> 
> Priscilla Oppenheimer
> http://www.priscilla.com




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=40840&t=40784
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: netbios over internet [7:40784]

2002-04-08 Thread Michael Bray

You certainly can do file sharing over the internet - saying 'NetBIOS'
is routable is a bit misleading though...  It's the underlying protocol
that determines its ability to be routed...

-mike bray
[EMAIL PROTECTED]

-Original Message-
From: Priscilla Oppenheimer [mailto:[EMAIL PROTECTED]] 
Sent: Monday, April 08, 2002 11:59 AM
To: [EMAIL PROTECTED]
Subject: Re: netbios over internet [7:40784]


NetBEUI is non-routable. NetBIOS is routable. NetBIOS over TCP/IP should

supposedly work over the Internet. For example, can't you do file
sharing 
over the Internet? That uses NetBIOS and SMB of CIFS.

(I'm a Mac person, but in theory it should work. ;-)

Priscilla




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=40841&t=40784
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: netbios over internet [7:40784]

2002-04-08 Thread Logan, Harold

The biggest obstacle is the fact that most ISP's filter NBT traffic. It
works just fine over a VPN connection, as the ISP doesn't see the NBT
packets; they see VPN traffic. Basically all you have to do is get around an
access list blocking ports 137, 138, and 139.

-Original Message- 
From: Kim Edward B [mailto:[EMAIL PROTECTED]] 
Sent: Mon 4/8/2002 11:45 AM 
To: [EMAIL PROTECTED] 
Cc: 
    Subject: RE: netbios over internet [7:40784]



I don't think it can.
As far as I know, it can do IP/IPX/DecNet/AppleTalk/Vines/CLNS.
NetBios over TCP/IP will work with GRE but not straight NetBios or SNA.
If GRE works with NetBios or SNA, it will be cool.
I think that is why we use DLSW with NetBios and SNA connection.

Ed

-Original Message-
From: Jay [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 08, 2002 10:44 AM
To: [EMAIL PROTECTED]
        Subject: Re: netbios over internet [7:40784]

Is it possible to send nonroutable traffic through a GRE Tunnel?

On Mon, 2002-04-08 at 10:12, Engelhard M. Labiro wrote:
> How about NetBIOS over TCP/IP (NBT) and encapsulate
> it with IPSec.  Another idea is using a GRE tunnel to
> pass the NetBIOS to the next hop.
>
>
> > I don't think you can, besides bridging on every internet hop.
> >
> > On Sun, 2002-04-07 at 23:14, cage wrote:
> > > how can I make the netbios over Internet except the dlsw+ ?
*
DISCLAIMER:   The information contained in this e-mail may be confidential
and is intended solely for the use of the named addressee.  Access, copying
or re-use of the e-mail or any information contained therein by any other
person is not authorized.  If you are not the intended recipient please
notify us immediately by returning the e-mail to the originator.




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=40835&t=40784
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: netbios over internet [7:40784]

2002-04-08 Thread Priscilla Oppenheimer

NetBEUI is non-routable. NetBIOS is routable. NetBIOS over TCP/IP should 
supposedly work over the Internet. For example, can't you do file sharing 
over the Internet? That uses NetBIOS and SMB of CIFS.

(I'm a Mac person, but in theory it should work. ;-)

Priscilla

At 10:43 AM 4/8/02, Jay wrote:
>Is it possible to send nonroutable traffic through a GRE Tunnel?
>
>On Mon, 2002-04-08 at 10:12, Engelhard M. Labiro wrote:
> > How about NetBIOS over TCP/IP (NBT) and encapsulate
> > it with IPSec.  Another idea is using a GRE tunnel to
> > pass the NetBIOS to the next hop.
> >
> >
> > > I don't think you can, besides bridging on every internet hop.
> > >
> > > On Sun, 2002-04-07 at 23:14, cage wrote:
> > > > how can I make the netbios over Internet except the dlsw+ ?


Priscilla Oppenheimer
http://www.priscilla.com




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=40834&t=40784
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: netbios over internet [7:40784]

2002-04-08 Thread Michael Williams

You can use NetBIOS over TCP/IP (using some kind of encryption if you
choose), or if you have Cisco routers at either end connected to the
internet, you can use DLSw+ to form peers between those two routers to
tunnel the NetBIOS across any IP network (LAN/WAN, etc) which allows Layer 2
acknowledgements to be preserved (you may need to tweak the NetBIOS timers
in DLSw+ if there is alot of latency over the internet between the two DLSw+
peers).

Check out the following URLs (watch for wrap):

DLSw+ Overview
http://www.cisco.com/univercd/cc/td/doc/cisintwk/ito_doc/dlsw.htm

Configuring DLSw+
http://www.cisco.com/univercd/cc/td/doc/product/software/ios121/121cgcr/ibm_c/bcprt2/bcddlsw.htm

DLSw+ IOS Command Reference
http://www.cisco.com/univercd/cc/td/doc/product/software/ios121/121cgcr/ibm_r/brprt2/br1ddlsw.htm

HTH,
Mike W.


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=40833&t=40784
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: netbios over internet [7:40784]

2002-04-08 Thread Kim Edward B

I don't think it can.
As far as I know, it can do IP/IPX/DecNet/AppleTalk/Vines/CLNS.
NetBios over TCP/IP will work with GRE but not straight NetBios or SNA.
If GRE works with NetBios or SNA, it will be cool.
I think that is why we use DLSW with NetBios and SNA connection.

Ed

-Original Message-
From: Jay [mailto:[EMAIL PROTECTED]] 
Sent: Monday, April 08, 2002 10:44 AM
To: [EMAIL PROTECTED]
Subject: Re: netbios over internet [7:40784]

Is it possible to send nonroutable traffic through a GRE Tunnel?

On Mon, 2002-04-08 at 10:12, Engelhard M. Labiro wrote:
> How about NetBIOS over TCP/IP (NBT) and encapsulate
> it with IPSec.  Another idea is using a GRE tunnel to
> pass the NetBIOS to the next hop.
> 
> 
> > I don't think you can, besides bridging on every internet hop.
> > 
> > On Sun, 2002-04-07 at 23:14, cage wrote:
> > > how can I make the netbios over Internet except the dlsw+ ?
*
DISCLAIMER:   The information contained in this e-mail may be confidential
and is intended solely for the use of the named addressee.  Access, copying
or re-use of the e-mail or any information contained therein by any other
person is not authorized.  If you are not the intended recipient please
notify us immediately by returning the e-mail to the originator.




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=40823&t=40784
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: netbios over internet [7:40784]

2002-04-08 Thread Jay

Is it possible to send nonroutable traffic through a GRE Tunnel?

On Mon, 2002-04-08 at 10:12, Engelhard M. Labiro wrote:
> How about NetBIOS over TCP/IP (NBT) and encapsulate
> it with IPSec.  Another idea is using a GRE tunnel to
> pass the NetBIOS to the next hop.
> 
> 
> > I don't think you can, besides bridging on every internet hop.
> > 
> > On Sun, 2002-04-07 at 23:14, cage wrote:
> > > how can I make the netbios over Internet except the dlsw+ ?




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=40813&t=40784
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: netbios over internet [7:40784]

2002-04-08 Thread Engelhard M. Labiro

How about NetBIOS over TCP/IP (NBT) and encapsulate
it with IPSec.  Another idea is using a GRE tunnel to
pass the NetBIOS to the next hop.


> I don't think you can, besides bridging on every internet hop.
> 
> On Sun, 2002-04-07 at 23:14, cage wrote:
> > how can I make the netbios over Internet except the dlsw+ ?




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=40810&t=40784
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: netbios over internet [7:40784]

2002-04-08 Thread Jay

I don't think you can, besides bridging on every internet hop.

On Sun, 2002-04-07 at 23:14, cage wrote:
> how can I make the netbios over Internet except the dlsw+ ?




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=40804&t=40784
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]