All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] routing help
@ 2001-07-13 18:46 admin
  2001-07-13 18:53 ` Mike Fedyk
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: admin @ 2001-07-13 18:46 UTC (permalink / raw)
  To: lartc

[-- Attachment #1: Type: text/plain, Size: 218 bytes --]

Hi

I have 2 1/4 c class here and i need to connect it together
like 
net <->(cisco)<->192.168.1.0<-linux router ip2->192.168.2.0
any idea on the command line ???
I look at the how-to and din d find anyting !


[-- Attachment #2: Type: text/html, Size: 813 bytes --]

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

* Re: [LARTC] routing help
  2001-07-13 18:46 [LARTC] routing help admin
@ 2001-07-13 18:53 ` Mike Fedyk
  2007-07-01 17:53 ` [LARTC] Routing help R. Elie Zedeck
  2007-07-01 17:56 ` R. Elie Zedeck
  2 siblings, 0 replies; 4+ messages in thread
From: Mike Fedyk @ 2001-07-13 18:53 UTC (permalink / raw)
  To: lartc

On Fri, Jul 13, 2001 at 02:46:56PM -0400, admin wrote:
> Hi
> 
> I have 2 1/4 c class here and i need to connect it together
> like 
> net <->(cisco)<->192.168.1.0<-linux router ip2->192.168.2.0
> any idea on the command line ???
> I look at the how-to and din d find anyting !
> 

I'm guessing that you have a cisco router as your default route to the
internet.  Is that right?

Reply with details, and we'll be able to help more.  You should look
into learning more about networking concepts too.

You can make the linux the main central router, with a connection
directly from linux to the cisco router.  Then you set the default
route to the linux box, and linux handles the rest once configured.

How many comps are on each network?  Do you use dhcp?

Mike

_______________________________________________
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] 4+ messages in thread

* [LARTC] Routing help
  2001-07-13 18:46 [LARTC] routing help admin
  2001-07-13 18:53 ` Mike Fedyk
@ 2007-07-01 17:53 ` R. Elie Zedeck
  2007-07-01 17:56 ` R. Elie Zedeck
  2 siblings, 0 replies; 4+ messages in thread
From: R. Elie Zedeck @ 2007-07-01 17:53 UTC (permalink / raw)
  To: lartc


[-- Attachment #1.1: Type: text/plain, Size: 2510 bytes --]

Hi,

I need a help on Linux routing, if you have some sparse time. I'm based
in Madagascar and my English is not good; so please forgive me.

*What I want to come-up with:

*My main goal is to download using two modems at the same time, and
combining their bandwidth, but I have failed miserably. The reason is
this: our country is still using poor slow internets, and I have seen on
the Internet the various ways of combining several Internet connections
into one single connection, to get a higher bandwidth.

*What I have:*

I have 2 modem, 2 accounts on the 1 same ISP.
I have tried using openSUSE 10.2 and Gentoo 2007.0, but none of them
satisfied my deep need.

*What I have tried already:*

I have been spending days on the Routing guide that you provided on
http://lartc.org/howto/, but I have failed miserably to make it work,
and my Internet connection is all broken when I try it.
I'm not a Network expert, and I'm so confused by what all the addresses,
interfaces, ... that need to be configured.

Multilinking doesn't work either, and so, routing is the last resort.

*The problems that I'm facing:*

My connection is broken whenever I tried using the multilinking routing
techniques that you showed on the site. And I thus have to reboot
everytime it gets broken.


Here is what my ip shows me, as you instructed in the guide:

    _Using 1 modem only:
_
# ip route show
2.2.2.2 dev ppp0  proto kernel  scope link  src 62.56.163.150
127.0.0.0/8 dev lo  scope link
default via 2.2.2.2 dev ppp0

# ip link show
1: lo: <LOOPBACK,UP,10000> mtu 16436 qdisc noqueue
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
18: ppp0: <POINTOPOINT,MULTICAST,NOARP,UP,10000> mtu 1500 qdisc
pfifo_fast qlen 3
    link/ppp

    _Using both modem:_

# ip route show
2.2.2.2 dev ppp0  proto kernel  scope link  src 62.56.163.150
2.2.2.2 dev ppp1  proto kernel  scope link  src 62.56.163.135
127.0.0.0/8 dev lo  scope link
default via 2.2.2.2 dev ppp0

# ip link show
1: lo: <LOOPBACK,UP,10000> mtu 16436 qdisc noqueue
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
18: ppp0: <POINTOPOINT,MULTICAST,NOARP,UP,10000> mtu 1500 qdisc
pfifo_fast qlen 3
    link/ppp
19: ppp1: <POINTOPOINT,MULTICAST,NOARP,UP,10000> mtu 1500 qdisc
pfifo_fast qlen 3
    link/ppp

I'm just asking you to help me, of course, if you have time. I'm
desperate to have this thing working, and I can issue any commands that
you ask into my system, if you need to.

Thanks a lot.

Zedeck.


PS: Current system is Gentoo 2007.0.


[-- Attachment #1.2: Type: text/html, Size: 3473 bytes --]

[-- Attachment #2: Type: text/plain, Size: 143 bytes --]

_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

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

* [LARTC] Routing help
  2001-07-13 18:46 [LARTC] routing help admin
  2001-07-13 18:53 ` Mike Fedyk
  2007-07-01 17:53 ` [LARTC] Routing help R. Elie Zedeck
@ 2007-07-01 17:56 ` R. Elie Zedeck
  2 siblings, 0 replies; 4+ messages in thread
From: R. Elie Zedeck @ 2007-07-01 17:56 UTC (permalink / raw)
  To: lartc


[-- Attachment #1.1: Type: text/plain, Size: 2510 bytes --]

Hi,

I need a help on Linux routing, if you have some sparse time. I'm based
in Madagascar and my English is not good; so please forgive me.

*What I want to come-up with:

*My main goal is to download using two modems at the same time, and
combining their bandwidth, but I have failed miserably. The reason is
this: our country is still using poor slow internets, and I have seen on
the Internet the various ways of combining several Internet connections
into one single connection, to get a higher bandwidth.

*What I have:*

I have 2 modem, 2 accounts on the 1 same ISP.
I have tried using openSUSE 10.2 and Gentoo 2007.0, but none of them
satisfied my deep need.

*What I have tried already:*

I have been spending days on the Routing guide that you provided on
http://lartc.org/howto/, but I have failed miserably to make it work,
and my Internet connection is all broken when I try it.
I'm not a Network expert, and I'm so confused by what all the addresses,
interfaces, ... that need to be configured.

Multilinking doesn't work either, and so, routing is the last resort.

*The problems that I'm facing:*

My connection is broken whenever I tried using the multilinking routing
techniques that you showed on the site. And I thus have to reboot
everytime it gets broken.


Here is what my ip shows me, as you instructed in the guide:

    _Using 1 modem only:
_
# ip route show
2.2.2.2 dev ppp0  proto kernel  scope link  src 62.56.163.150
127.0.0.0/8 dev lo  scope link
default via 2.2.2.2 dev ppp0

# ip link show
1: lo: <LOOPBACK,UP,10000> mtu 16436 qdisc noqueue
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
18: ppp0: <POINTOPOINT,MULTICAST,NOARP,UP,10000> mtu 1500 qdisc
pfifo_fast qlen 3
    link/ppp

    _Using both modem:_

# ip route show
2.2.2.2 dev ppp0  proto kernel  scope link  src 62.56.163.150
2.2.2.2 dev ppp1  proto kernel  scope link  src 62.56.163.135
127.0.0.0/8 dev lo  scope link
default via 2.2.2.2 dev ppp0

# ip link show
1: lo: <LOOPBACK,UP,10000> mtu 16436 qdisc noqueue
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
18: ppp0: <POINTOPOINT,MULTICAST,NOARP,UP,10000> mtu 1500 qdisc
pfifo_fast qlen 3
    link/ppp
19: ppp1: <POINTOPOINT,MULTICAST,NOARP,UP,10000> mtu 1500 qdisc
pfifo_fast qlen 3
    link/ppp

I'm just asking you to help me, of course, if you have time. I'm
desperate to have this thing working, and I can issue any commands that
you ask into my system, if you need to.

Thanks a lot.

Zedeck.


PS: Current system is Gentoo 2007.0.


[-- Attachment #1.2: Type: text/html, Size: 3473 bytes --]

[-- Attachment #2: Type: text/plain, Size: 143 bytes --]

_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

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

end of thread, other threads:[~2007-07-01 17:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-07-13 18:46 [LARTC] routing help admin
2001-07-13 18:53 ` Mike Fedyk
2007-07-01 17:53 ` [LARTC] Routing help R. Elie Zedeck
2007-07-01 17:56 ` R. Elie Zedeck

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.