Linux Advanced Routing and Traffic Control list
 help / color / mirror / Atom feed
* [LARTC] pointopoint flag
@ 2001-03-22 20:53 mike stjohn
  2001-03-22 22:20 ` Guy Van Den Bergh
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: mike stjohn @ 2001-03-22 20:53 UTC (permalink / raw)
  To: lartc

how do you set the pointopoint flag using ip command?

is it an automatic setting when ip is configuring a ppp link | or am I
missing  something in the ip-cref.


thanks

msj


_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/

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

* Re: [LARTC] pointopoint flag
  2001-03-22 20:53 [LARTC] pointopoint flag mike stjohn
@ 2001-03-22 22:20 ` Guy Van Den Bergh
  2001-03-24 21:47 ` bert hubert
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Guy Van Den Bergh @ 2001-03-22 22:20 UTC (permalink / raw)
  To: lartc

the pointtopoint flag is something typical for the medium used.
E.g. ethernet is by nature a broadcast medium and thus not pointtopoint.
PPP, as its name says,is a point to point protocol. So this is (or 
should be) not configurable, unless you are trying some weird setups.

Guy

mike stjohn wrote:

> how do you set the pointopoint flag using ip command?
> 
> is it an automatic setting when ip is configuring a ppp link | or am I
> missing  something in the ip-cref.
> 
> 
> thanks
> 
> msj
> 
> 
> _______________________________________________
> LARTC mailing list / LARTC@mailman.ds9a.nl
> http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/



_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/

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

* Re: [LARTC] pointopoint flag
  2001-03-22 20:53 [LARTC] pointopoint flag mike stjohn
  2001-03-22 22:20 ` Guy Van Den Bergh
@ 2001-03-24 21:47 ` bert hubert
  2001-03-25 18:07 ` Guy Van Den Bergh
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bert hubert @ 2001-03-24 21:47 UTC (permalink / raw)
  To: lartc

On Thu, Mar 22, 2001 at 11:20:00PM +0100, Guy Van Den Bergh wrote:
> the pointtopoint flag is something typical for the medium used.
> E.g. ethernet is by nature a broadcast medium and thus not pointtopoint.
> PPP, as its name says,is a point to point protocol. So this is (or 
> should be) not configurable, unless you are trying some weird setups.

You CAN use Ethernet in a point-to-point configuration, by the way. Saves
some IP adresses.

Regards,

bert

-- 
http://www.PowerDNS.com      Versatile DNS Services  
Trilab                       The Technology People   
'SYN! .. SYN|ACK! .. ACK!' - the mating call of the internet

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/

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

* Re: [LARTC] pointopoint flag
  2001-03-22 20:53 [LARTC] pointopoint flag mike stjohn
  2001-03-22 22:20 ` Guy Van Den Bergh
  2001-03-24 21:47 ` bert hubert
@ 2001-03-25 18:07 ` Guy Van Den Bergh
  2001-03-25 19:29 ` Guy Van Den Bergh
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Guy Van Den Bergh @ 2001-03-25 18:07 UTC (permalink / raw)
  To: lartc

bert hubert wrote:

> 
> You CAN use Ethernet in a point-to-point configuration, by the way. Saves
> some IP adresses.
> 

How do you that? PPPoE (PPP over Ethernet)? This is more like ppp 
emulation over ethernet. And thus this introduces protocol overhead.

What do you mean by this? I'm puzzled.

Guy


_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/

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

* Re: [LARTC] pointopoint flag
  2001-03-22 20:53 [LARTC] pointopoint flag mike stjohn
                   ` (2 preceding siblings ...)
  2001-03-25 18:07 ` Guy Van Den Bergh
@ 2001-03-25 19:29 ` Guy Van Den Bergh
  2001-03-25 19:52 ` bert hubert
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Guy Van Den Bergh @ 2001-03-25 19:29 UTC (permalink / raw)
  To: lartc

bert hubert wrote:

> On Sun, Mar 25, 2001 at 08:07:48PM +0200, Guy Van Den Bergh wrote:
> 
> 
>>> You CAN use Ethernet in a point-to-point configuration, by the way. Saves
>>> some IP adresses.
>> 
>> How do you that? PPPoE (PPP over Ethernet)? This is more like ppp 
>> emulation over ethernet. And thus this introduces protocol overhead.
>> 
>> What do you mean by this? I'm puzzled.
> 
> 
> It's still ethernet. But instead of assigning a /30 with 4 IP addresses, you
> just route to your device. Not rocket science, just saves IP addresses.
> 
> Regards,
> 
> bert hubert


But you require the next hop to do proxy arp if you would like this to work!
And certainly this is not a point-to-point configuration of ethernet. If you route to your device instead of your nexthop
the kernel is going to send an arp request for de destination address, and if the destination is not on the lan,
some router on the lan has to do proxy arp on behalf of the destination. Otherwise your packets will be dropped.
The kernel still thinks the lan is a broadcast medium.

I believe this is a lot more complicated than "just routing to your device"!

Even if you have a crossconnect cable between two hosts or routers, the medium inbetween is still broadcast and not
point-to-point.

I know this discussion is going way too far into semantics, but as far as I know there is no such thing as point-to-point mode of ethernet.

Guy


_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/

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

* Re: [LARTC] pointopoint flag
  2001-03-22 20:53 [LARTC] pointopoint flag mike stjohn
                   ` (3 preceding siblings ...)
  2001-03-25 19:29 ` Guy Van Den Bergh
@ 2001-03-25 19:52 ` bert hubert
  2001-03-25 20:48 ` Gregory Maxwell
  2001-03-25 21:34 ` Guy Van Den Bergh
  6 siblings, 0 replies; 8+ messages in thread
From: bert hubert @ 2001-03-25 19:52 UTC (permalink / raw)
  To: lartc

On Sun, Mar 25, 2001 at 08:07:48PM +0200, Guy Van Den Bergh wrote:

> > You CAN use Ethernet in a point-to-point configuration, by the way. Saves
> > some IP adresses.
> 
> How do you that? PPPoE (PPP over Ethernet)? This is more like ppp 
> emulation over ethernet. And thus this introduces protocol overhead.
> 
> What do you mean by this? I'm puzzled.

It's still ethernet. But instead of assigning a /30 with 4 IP addresses, you
just route to your device. Not rocket science, just saves IP addresses.

Regards,

bert hubert

-- 
http://www.PowerDNS.com      Versatile DNS Services  
Trilab                       The Technology People   
'SYN! .. SYN|ACK! .. ACK!' - the mating call of the internet

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/

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

* Re: [LARTC] pointopoint flag
  2001-03-22 20:53 [LARTC] pointopoint flag mike stjohn
                   ` (4 preceding siblings ...)
  2001-03-25 19:52 ` bert hubert
@ 2001-03-25 20:48 ` Gregory Maxwell
  2001-03-25 21:34 ` Guy Van Den Bergh
  6 siblings, 0 replies; 8+ messages in thread
From: Gregory Maxwell @ 2001-03-25 20:48 UTC (permalink / raw)
  To: lartc

On Sun, Mar 25, 2001 at 09:29:30PM +0200, Guy Van Den Bergh wrote:
> But you require the next hop to do proxy arp if you would like this to work!
> And certainly this is not a point-to-point configuration of ethernet. If you route to your device instead of your nexthop
> the kernel is going to send an arp request for de destination address, and if the destination is not on the lan,
> some router on the lan has to do proxy arp on behalf of the destination. Otherwise your packets will be dropped.
> The kernel still thinks the lan is a broadcast medium.
> 
> I believe this is a lot more complicated than "just routing to your device"!
> 
> Even if you have a crossconnect cable between two hosts or routers, the medium inbetween is still broadcast and not
> point-to-point.
> 
> I know this discussion is going way too far into semantics, but as far as I know there is no such thing as point-to-point mode of ethernet.

You can disable arp and set static arp entries. Do that, plus a crossover cable
and full-duplex, and I'd have a very hard time calling your ethernet
anything but point-to-point. :)

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/

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

* Re: [LARTC] pointopoint flag
  2001-03-22 20:53 [LARTC] pointopoint flag mike stjohn
                   ` (5 preceding siblings ...)
  2001-03-25 20:48 ` Gregory Maxwell
@ 2001-03-25 21:34 ` Guy Van Den Bergh
  6 siblings, 0 replies; 8+ messages in thread
From: Guy Van Den Bergh @ 2001-03-25 21:34 UTC (permalink / raw)
  To: lartc

Gregory Maxwell wrote:

> On Sun, Mar 25, 2001 at 09:29:30PM +0200, Guy Van Den Bergh wrote:
> 
>> 
>> Even if you have a crossconnect cable between two hosts or routers, the medium inbetween is still broadcast and not
>> point-to-point.
>> 
>> I know this discussion is going way too far into semantics, but as far as I know there is no such thing as point-to-point mode of ethernet.
> 
> 
> You can disable arp and set static arp entries. Do that, plus a crossover cable
> and full-duplex, and I'd have a very hard time calling your ethernet
> anything but point-to-point. :)


The point was that it is a lot more complex than simply adding a route 
to the device instead of to the nexthop.
Let's remember that ethernet is by nature a broadcast medium and if you 
want it to behave like a point-to-point link you will have to be 
careful. Adding static arp entries has some drawbacks which you do not 
have on real point-to-point links.
In the end you are still trying to let a broadcast medium behave like a 
point-to-point link. Nothing more and nothing less.

Guy


_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/

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

end of thread, other threads:[~2001-03-25 21:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-03-22 20:53 [LARTC] pointopoint flag mike stjohn
2001-03-22 22:20 ` Guy Van Den Bergh
2001-03-24 21:47 ` bert hubert
2001-03-25 18:07 ` Guy Van Den Bergh
2001-03-25 19:29 ` Guy Van Den Bergh
2001-03-25 19:52 ` bert hubert
2001-03-25 20:48 ` Gregory Maxwell
2001-03-25 21:34 ` Guy Van Den Bergh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox