All of lore.kernel.org
 help / color / mirror / Atom feed
* Route aggregaton/deaggregation from eth to g.703 and vica versa
@ 2007-02-09 17:57 Elvir Kuric
  2007-02-09 18:22 ` Ethy H. Brito
  0 siblings, 1 reply; 5+ messages in thread
From: Elvir Kuric @ 2007-02-09 17:57 UTC (permalink / raw)
  To: netfilter

Hi all, 

I do not know where to post this question so I suppose
this is place where many network proffessionals gather
and  I will post it here.

At locationA  I have ethernet connection 10/100MB.
Connection to locationB is over four G.703 2MB links.
Something like this 


   locA
---eth---|-------g.703-----|
         |-------g.703-----|
         |-------g.703-----|      locB
         |-------g.703-----|-----eth-------Switch--
         |--------g.703----|

Where | represent nic cards like 
http://www.farsite.co.uk/tcp_ip_ppp_x.21_v.35_pci_cards/farsync_e1_t1_pci_wan_card_linux_windows.shtml

My question is: is possible ( I mean if someone know
and want to share knowledge ) make some route
aggregation at locatioA from eth--to---four g.703 (
2MB) links and transfer data at ~10Mbps from locationA
to locationB, and at locationB join it again at one   
   
10Mbps link? I mean does somebody know if this is
possible using Debian and linux routing technices.
This is very important to me and any knowledge share,
linkk or some more information related to problems to
this will be high apriciated.             

Linux modules loading and administration is not
problem.

Thanks in advance to whom who answer me.

Regards 
Elvir Kuric 


 
____________________________________________________________________________________
The fish are biting. 
Get more visitors on your site using Yahoo! Search Marketing.
http://searchmarketing.yahoo.com/arp/sponsoredsearch_v2.php


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

* Re: Route aggregaton/deaggregation from eth to g.703 and vica versa
  2007-02-09 17:57 Route aggregaton/deaggregation from eth to g.703 and vica versa Elvir Kuric
@ 2007-02-09 18:22 ` Ethy H. Brito
  2007-02-09 19:39   ` Elvir Kuric
  0 siblings, 1 reply; 5+ messages in thread
From: Ethy H. Brito @ 2007-02-09 18:22 UTC (permalink / raw)
  To: netfilter

On Fri, 9 Feb 2007 09:57:49 -0800 (PST)
Elvir Kuric <omasnjak@yahoo.com> wrote:

> 
> My question is: is possible ( I mean if someone know
> and want to share knowledge ) make some route
> aggregation at locatioA from eth--to---four g.703 (
> 2MB) links and transfer data at ~10Mbps from locationA
> to locationB, and at locationB join it again at one   
>    
> 10Mbps link?

Maybe this helps: http://tldp.org/HOWTO/NET3-4-HOWTO-6.html#ss6.2

Ethy



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

* Re: Route aggregaton/deaggregation from eth to g.703 and vica versa
  2007-02-09 18:22 ` Ethy H. Brito
@ 2007-02-09 19:39   ` Elvir Kuric
  2007-02-09 21:25     ` Ethy H. Brito
  0 siblings, 1 reply; 5+ messages in thread
From: Elvir Kuric @ 2007-02-09 19:39 UTC (permalink / raw)
  To: Ethy H. Brito, netfilter

I will read about this. The main " problem" is how
encapsulate ethernet packets into multiple g.703
lines, transfer it over multiple g.703 lines and join
them again at other end.

Thanks 

--- "Ethy H. Brito" <ethy.brito@inexo.com.br> wrote:

> On Fri, 9 Feb 2007 09:57:49 -0800 (PST)
> Elvir Kuric <omasnjak@yahoo.com> wrote:
> 
> > 
> > My question is: is possible ( I mean if someone
> know
> > and want to share knowledge ) make some route
> > aggregation at locatioA from eth--to---four g.703
> (
> > 2MB) links and transfer data at ~10Mbps from
> locationA
> > to locationB, and at locationB join it again at
> one   
> >    
> > 10Mbps link?
> 
> Maybe this helps:
> http://tldp.org/HOWTO/NET3-4-HOWTO-6.html#ss6.2
> 
> Ethy
> 
> 
> 



 
____________________________________________________________________________________
The fish are biting. 
Get more visitors on your site using Yahoo! Search Marketing.
http://searchmarketing.yahoo.com/arp/sponsoredsearch_v2.php


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

* Re: Route aggregaton/deaggregation from eth to g.703 and vica versa
  2007-02-09 19:39   ` Elvir Kuric
@ 2007-02-09 21:25     ` Ethy H. Brito
  2007-02-09 21:35       ` Ethy H. Brito
  0 siblings, 1 reply; 5+ messages in thread
From: Ethy H. Brito @ 2007-02-09 21:25 UTC (permalink / raw)
  To: netfilter

On Fri, 9 Feb 2007 11:39:12 -0800 (PST)
Elvir Kuric <omasnjak@yahoo.com> wrote:

> I will read about this. The main " problem" is how
> encapsulate ethernet packets into multiple g.703
> lines, transfer it over multiple g.703 lines and join
> them again at other end.

you don't have to worry about this. As soon as you have PPP running over
every interfece card, the rest is easy.

I read at the links you sent in your firt post that these card drivers
support PPP.
Therefore you will "enslave" them all under and eql device (I hope).

Ethy



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

* Re: Route aggregaton/deaggregation from eth to g.703 and vica versa
  2007-02-09 21:25     ` Ethy H. Brito
@ 2007-02-09 21:35       ` Ethy H. Brito
  0 siblings, 0 replies; 5+ messages in thread
From: Ethy H. Brito @ 2007-02-09 21:35 UTC (permalink / raw)
  To: netfilter

On Fri, 9 Feb 2007 19:25:03 -0200
"Ethy H. Brito" <ethy.brito@inexo.com.br> wrote:

> On Fri, 9 Feb 2007 11:39:12 -0800 (PST)
> Elvir Kuric <omasnjak@yahoo.com> wrote:
> 
> > I will read about this. The main " problem" is how
> > encapsulate ethernet packets into multiple g.703
> > lines, transfer it over multiple g.703 lines and join
> > them again at other end.
> 
> you don't have to worry about this. As soon as you have PPP running over
> every interfece card, the rest is easy.

OK. I small word of crutial advice: you MUST have full control of both
sides each of the g.703 link for this to work. I mean linux on both sides
will help.

The EQL protocol is not that popular so every device supports it.

Ethy



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

end of thread, other threads:[~2007-02-09 21:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-09 17:57 Route aggregaton/deaggregation from eth to g.703 and vica versa Elvir Kuric
2007-02-09 18:22 ` Ethy H. Brito
2007-02-09 19:39   ` Elvir Kuric
2007-02-09 21:25     ` Ethy H. Brito
2007-02-09 21:35       ` Ethy H. Brito

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.