Help!

Linux as strong end host

 
Goto page Previous  1, 2
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Networking RSS
Next:  Accepted tomcat7 7.0.26-2 (source all)  
Author Message
Rick Jones
External


Since: Jun 13, 2005
Posts: 205



PostPosted: Wed May 02, 2012 6:10 pm    Post subject: Re: Linux as strong end host [Login to view extended thread Info.]
Archived from groups: comp>os>linux>networking (more info?)


dspfun wrote:
> On 27 Apr, 20:22, Rick Jones wrote:
> > dspfun wrote:
> > > Does there exist a "simple configuration flag" for configuring the
> > > Linux host either as weak or strong?
> >
> > You mean like the ndd strong_es_model ndd option in HP-UX? (And
> > Solaris?) I doubt Linux has something like those.

> Do you think it would be useful if someone spent time on adding a
> similar option to the Linux kernel?

I have no idea.

rick jones
--
portable adj, code that compiles under more than one compiler
these opinions are mine, all mine; HP might not want them anyway... Smile
feel free to post, OR email to rick.jones2 in hp.com but NOT BOTH...
Back to top
Peter Köhlmann
External


Since: Mar 11, 2009
Posts: 243



PostPosted: Wed May 02, 2012 6:10 pm    Post subject: Re: Linux as strong end host [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

dspfun wrote:

> On 27 Apr, 20:22, Rick Jones wrote:
>> dspfun wrote:
>> > Does there exist a "simple configuration flag" for configuring the
>> > Linux host either as weak or strong?
>>
>> You mean like the ndd strong_es_model ndd option in HP-UX? (And
>> Solaris?) I doubt Linux has something like those.
>
> Do you think it would be useful if someone spent time on adding a
> similar option to the Linux kernel?

Why would you add that to a kernel?
It is a firewall thing on linux. You could add it with firewall rules
Back to top
Jorgen Grahn
External


Since: Feb 17, 2009
Posts: 70



PostPosted: Wed May 02, 2012 6:10 pm    Post subject: Re: Linux as strong end host [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Wed, 2012-05-02, dspfun wrote:
> On 27 Apr, 20:22, Rick Jones wrote:
>> dspfun wrote:
>> > Does there exist a "simple configuration flag" for configuring the
>> > Linux host either as weak or strong?
>>
>> You mean like the ndd strong_es_model ndd option in HP-UX? (And
>> Solaris?) I doubt Linux has something like those.
>
> Do you think it would be useful if someone spent time on adding a
> similar option to the Linux kernel?

I still don't get it. In your original posting you wrote:

When using Linux as an ES (End System), Linux can be configured/used
as supporting either the "Strong ES Model" or the "Weak ES Model".
The default for a Linux ES is the "Weak ES Model".

What's the source for that claim, and why doesn't it also explain
/how/ this configuration is done? (I assume "you can rewrite the IP
stack yourself" wasn't what the source meant, because that's trivially
true and not very practical.)

/Jorgen

--
// Jorgen Grahn <grahn@ Oo o. . .
\X/ snipabacken.se> O o .
Back to top
dspfun
External


Since: Apr 26, 2007
Posts: 18



PostPosted: Thu May 03, 2012 1:54 am    Post subject: Re: Linux as strong end host [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 3 Maj, 10:21, Peter Köhlmann wrote:
> dspfun wrote:
> > On 2 Maj, 23:16, Peter Köhlmann wrote:
> >> dspfun wrote:
> >> > On 27 Apr, 20:22, Rick Jones wrote:
> >> >> dspfun wrote:
> >> >> > Does there exist a "simple configuration flag" for configuring the
> >> >> > Linux host either as weak or strong?
>
> >> >> You mean like the ndd strong_es_model ndd option in HP-UX? (And
> >> >> Solaris?) I doubt Linux has something like those.
>
> >> > Do you think it would be useful if someone spent time on adding a
> >> > similar option to the Linux kernel?
>
> >> Why would you add that to a kernel?
> >> It is a firewall thing on linux. You could add it with firewall rules
>
> > In Linux it (strong end) can be configured by setting up routing,
> > firewall rules, and arp.
> > But would it be beneficial (performance, ease of use, etc.) to have
> > this built in to the Linux networking stack so it can easily be
> > configured by a "simple flag"?
>
> No. It is't as flexible then, and the audience needing such a setup is
> simply too small to warrant such a setup built in.
> And a "simple flag" isn't enough, that setup needs configuring, too.

What kind of flexibility do mean would be missing? As stated earlier
in the thread a similar flags exist in other networking stacks.

Regarding the audience, I guess any network equipment vendor who is
running/using the Linux networking stack for end systems (i.e. hosts)
would need to have strong end in order to have "control"/"determinism"
of where/how the traffic is flowing. Probably others as well.

The flag would only be for strong end-ifying the Linux host. What
other configuring do you mean would be needed except for this flag?

Brs
Back to top
Peter Köhlmann
External


Since: Mar 11, 2009
Posts: 152



PostPosted: Thu May 03, 2012 5:10 am    Post subject: Re: Linux as strong end host [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

dspfun wrote:

> On 2 Maj, 23:16, Peter Köhlmann wrote:
>> dspfun wrote:
>> > On 27 Apr, 20:22, Rick Jones wrote:
>> >> dspfun wrote:
>> >> > Does there exist a "simple configuration flag" for configuring the
>> >> > Linux host either as weak or strong?
>>
>> >> You mean like the ndd strong_es_model ndd option in HP-UX? (And
>> >> Solaris?) I doubt Linux has something like those.
>>
>> > Do you think it would be useful if someone spent time on adding a
>> > similar option to the Linux kernel?
>>
>> Why would you add that to a kernel?
>> It is a firewall thing on linux. You could add it with firewall rules
>
> In Linux it (strong end) can be configured by setting up routing,
> firewall rules, and arp.
> But would it be beneficial (performance, ease of use, etc.) to have
> this built in to the Linux networking stack so it can easily be
> configured by a "simple flag"?

No. It is't as flexible then, and the audience needing such a setup is
simply too small to warrant such a setup built in.
And a "simple flag" isn't enough, that setup needs configuring, too.
Back to top
Peter Köhlmann
External


Since: Mar 11, 2009
Posts: 152



PostPosted: Thu May 03, 2012 7:10 am    Post subject: Re: Linux as strong end host [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

dspfun wrote:

> On 3 Maj, 10:21, Peter Köhlmann wrote:
>> dspfun wrote:
>> > On 2 Maj, 23:16, Peter Köhlmann wrote:
>> >> dspfun wrote:
>> >> > On 27 Apr, 20:22, Rick Jones wrote:
>> >> >> dspfun wrote:
>> >> >> > Does there exist a "simple configuration flag" for configuring
>> >> >> > the Linux host either as weak or strong?
>>
>> >> >> You mean like the ndd strong_es_model ndd option in HP-UX? (And
>> >> >> Solaris?) I doubt Linux has something like those.
>>
>> >> > Do you think it would be useful if someone spent time on adding a
>> >> > similar option to the Linux kernel?
>>
>> >> Why would you add that to a kernel?
>> >> It is a firewall thing on linux. You could add it with firewall rules
>>
>> > In Linux it (strong end) can be configured by setting up routing,
>> > firewall rules, and arp.
>> > But would it be beneficial (performance, ease of use, etc.) to have
>> > this built in to the Linux networking stack so it can easily be
>> > configured by a "simple flag"?
>>
>> No. It is't as flexible then, and the audience needing such a setup is
>> simply too small to warrant such a setup built in.
>> And a "simple flag" isn't enough, that setup needs configuring, too.
>
> What kind of flexibility do mean would be missing? As stated earlier
> in the thread a similar flags exist in other networking stacks.

Fine. One would still not have the flexibility to switch it on/off when
needed

> Regarding the audience, I guess any network equipment vendor who is
> running/using the Linux networking stack for end systems (i.e. hosts)
> would need to have strong end in order to have "control"/"determinism"
> of where/how the traffic is flowing. Probably others as well.

Still representing only a tiny minority of linux users

> The flag would only be for strong end-ifying the Linux host. What
> other configuring do you mean would be needed except for this flag?
>

Well, you still need the "control of where/how the traffic is flowing"
You can't control that with a simple flag

Since this control is already part of the firewall rules, why on earth do
you want to add *another* means to an end?
The computing power needed to do that would be about the same as if built in
directly into the kernel
Back to top
Display posts from previous:   
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Networking All times are: Eastern Time (US & Canada)
Goto page Previous  1, 2
Page 2 of 2

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum