linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* unnumbered interfaces?
@ 2001-10-23 23:55 Mark Clayton
  2001-11-01 15:22 ` Remco Post
  0 siblings, 1 reply; 5+ messages in thread
From: Mark Clayton @ 2001-10-23 23:55 UTC (permalink / raw)
  To: linux-kernel


I'm trying to understand unnumbered interfaces.  From 
searching the web, they seem to be point-to-point links 
that do not have IP numbers (hence the name).  This is
what alludes:

 1) How do you set a pair on linux boxes to do this? ppp? 
 2) How would a program send data across the link?  Via
sockets?  Or thru /dev/something0?
 3) Does it make sense that to use ethernet?  Not to me
but sometimes I'm wrong :)

I'm sure I'm missing the obvious.  I usually do.  Can
anyone shed some light on this topic?

Thanks,
Mark
--
Mark & Kathy Clayton
S/V Brown Pelican
http://www.brown-pelican.com/  



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: unnumbered interfaces?
  2001-10-23 23:55 unnumbered interfaces? Mark Clayton
@ 2001-11-01 15:22 ` Remco Post
  2001-11-01 20:14   ` Dan Hollis
  2001-11-02  3:35   ` Bernd Eckenfels
  0 siblings, 2 replies; 5+ messages in thread
From: Remco Post @ 2001-11-01 15:22 UTC (permalink / raw)
  To: Mark Clayton; +Cc: linux-kernel

> 
> I'm trying to understand unnumbered interfaces.  From 
> searching the web, they seem to be point-to-point links 
> that do not have IP numbers (hence the name).  This is
> what alludes:
> 
>  1) How do you set a pair on linux boxes to do this? ppp? 
>  2) How would a program send data across the link?  Via
> sockets?  Or thru /dev/something0?
>  3) Does it make sense that to use ethernet?  Not to me
> but sometimes I'm wrong :)
> 
> I'm sure I'm missing the obvious.  I usually do.  Can
> anyone shed some light on this topic?
> 
> Thanks,
> Mark
> --
> Mark & Kathy Clayton
> S/V Brown Pelican
> http://www.brown-pelican.com/  
> 
> 
Hi,

AFAIK, unnumbered interfaces are used only on routers on serial links and 
things like pos. Basically one would then enter a route entry routing one or 
more ip-blocks via an interface, not via the ip of a neigbouring router, in 
stead of the ip address of the neigbouring router one enters the name of the 
interface to use for this route.

Since these interfaces have no ip address, they cannot be the source of ip 
packets. Applications that generate ip traffic on such a router will use a 
different ip address on that router a the source ip, even if the packet has to 
go out on an unnumbered interface.

Having said this, unnumbered interfaces are quite rare in ip networks, most 
backbones use ip addresses on all of the interfaces of their routers. (do a 
traceroute to anywhere, you'll find very few hops that show no ip address).


-- 
Met vriendelijke groeten,

Remco Post

SARA - Stichting Academisch Rekencentrum Amsterdam
High Performance Computing  Tel. +31 20 592 8008    Fax. +31 20 668 3167

"I really didn't foresee the Internet. But then, neither did the computer
industry. Not that that tells us very much of course - the computer industry
didn't even foresee that the century was going to end." -- Douglas Adams



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: unnumbered interfaces?
  2001-11-01 15:22 ` Remco Post
@ 2001-11-01 20:14   ` Dan Hollis
  2001-11-02  3:35   ` Bernd Eckenfels
  1 sibling, 0 replies; 5+ messages in thread
From: Dan Hollis @ 2001-11-01 20:14 UTC (permalink / raw)
  To: Remco Post; +Cc: Mark Clayton, linux-kernel

On Thu, 1 Nov 2001, Remco Post wrote:
> Having said this, unnumbered interfaces are quite rare in ip networks, most
> backbones use ip addresses on all of the interfaces of their routers. (do a
> traceroute to anywhere, you'll find very few hops that show no ip address).

unnumbered interfaces are more common than you think -- most dialup ppp
servers use them. iirc the linux pppd supports them too.

-Dan
-- 
[-] Omae no subete no kichi wa ore no mono da. [-]


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: unnumbered interfaces?
  2001-11-01 15:22 ` Remco Post
  2001-11-01 20:14   ` Dan Hollis
@ 2001-11-02  3:35   ` Bernd Eckenfels
  2001-11-02 21:57     ` unnumbered interfaces? - OT Bruce Ferrell
  1 sibling, 1 reply; 5+ messages in thread
From: Bernd Eckenfels @ 2001-11-02  3:35 UTC (permalink / raw)
  To: linux-kernel

In article <200111011522.QAA22531@zhadum.sara.nl> you wrote:
>> I'm trying to understand unnumbered interfaces.  From 
>> searching the web, they seem to be point-to-point links 
>> that do not have IP numbers (hence the name). 

It is Cisco Speak. In Linux you simply give the Interface an IP Address of
an exisiting Interface, and then you have an "unnumbered" interface. It
simply means it does not add an additional address.

Routing in modern operating systems is so easy and natural with interface
and host routes, dont worry about cisco legacy.

Greetings
Bernd

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: unnumbered interfaces? - OT
  2001-11-02  3:35   ` Bernd Eckenfels
@ 2001-11-02 21:57     ` Bruce Ferrell
  0 siblings, 0 replies; 5+ messages in thread
From: Bruce Ferrell @ 2001-11-02 21:57 UTC (permalink / raw)
  To: Bernd Eckenfels; +Cc: linux-kernel



Bernd Eckenfels wrote:
> 
> In article <200111011522.QAA22531@zhadum.sara.nl> you wrote:
> >> I'm trying to understand unnumbered interfaces.  From
> >> searching the web, they seem to be point-to-point links
> >> that do not have IP numbers (hence the name).

They are in fact, used for point-to-point links.  It allows someone to
build a kind of distributed router; Kind of like the old IBM remote
bridge arrangemets.  Those had either a token ring or ethernet card and
a WAN card of some kind (usually SDLC or X.25) connecting them
together.  Kind of cool in a weird, expensive sort of way.

> It is Cisco Speak. In Linux you simply give the Interface an IP Address of
> an exisiting Interface, and then you have an "unnumbered" interface. It
> simply means it does not add an additional address.
> 
> Routing in modern operating systems is so easy and natural with interface
> and host routes, dont worry about cisco legacy.
> 
> Greetings
> Bernd
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2001-11-02 21:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-23 23:55 unnumbered interfaces? Mark Clayton
2001-11-01 15:22 ` Remco Post
2001-11-01 20:14   ` Dan Hollis
2001-11-02  3:35   ` Bernd Eckenfels
2001-11-02 21:57     ` unnumbered interfaces? - OT Bruce Ferrell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).