Re: [Vyatta-users] Managing different subnet with different gateway

2008-02-01 Thread Justin Fletcher
To summarize, traffic does know anything about where it's been. There's no guarantee that traffic will go back the same route it came in; asymmetric routing is very common. All a router knows is the IP address of the destination packet it needs to forward; it'll then use its routing information t

Re: [Vyatta-users] Managing different subnet with different gateway

2008-01-31 Thread Daren Tay
it.. it can go back the way it come from isn't it? Sorry about the lengthy question, networking amateur here :) Many thanks for the patience and interest! Daren -Original Message- From: Justin Fletcher [mailto:[EMAIL PROTECTED] Sent: Thursday, January 31, 2008 2:27 AM To: Daren Tay

Re: [Vyatta-users] Managing different subnet with different gateway

2008-01-30 Thread Justin Fletcher
done tomorrow! > > Thanks folks! > Daren > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Daren Tay > Sent: Tuesday, January 08, 2008 11:50 AM > To: Robert Bays > > Cc: vyatta-users@mailman.vyatta.com > Subject: R

Re: [Vyatta-users] Managing different subnet with different gateway

2008-01-30 Thread Daren Tay
y 08, 2008 11:50 AM To: Robert Bays Cc: vyatta-users@mailman.vyatta.com Subject: Re: [Vyatta-users] Managing different subnet with different gateway Ok roberts, will take note of that. My concern is just to ensure the 2 subnet have their traffic routed through their respective gateways as

Re: [Vyatta-users] Managing different subnet with different gateway

2008-01-07 Thread Daren Tay
Robert Bays Sent: Tuesday, January 08, 2008 2:59 AM To: vyatta-users@mailman.vyatta.com Subject: Re: [Vyatta-users] Managing different subnet with different gateway Daren, I would still setup a global default route in the router to handle traffic not explicitly source routed. Cheers, Robert. Daren

Re: [Vyatta-users] Managing different subnet with different gateway

2008-01-07 Thread Robert Bays
y > Sent: Saturday, January 05, 2008 12:32 PM > To: vyatta-users@mailman.vyatta.com > Subject: Re: [Vyatta-users] Managing different subnet with different > gateway > > > Ah silly me, the obvious > > Thanks! > Daren > > -Original Message- > From: Robert

Re: [Vyatta-users] Managing different subnet with different gateway

2008-01-06 Thread Daren Tay
ssage- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Daren Tay Sent: Saturday, January 05, 2008 12:32 PM To: vyatta-users@mailman.vyatta.com Subject: Re: [Vyatta-users] Managing different subnet with different gateway Ah silly me, the obvious Thanks! Daren -Original Message-

Re: [Vyatta-users] Managing different subnet with different gateway

2008-01-04 Thread Daren Tay
Ah silly me, the obvious Thanks! Daren -Original Message- From: Robert Bays [mailto:[EMAIL PROTECTED] Sent: Saturday, January 05, 2008 7:00 AM To: Daren Tay Cc: vyatta-users@mailman.vyatta.com Subject: Re: [Vyatta-users] Managing different subnet with different gateway Running

Re: [Vyatta-users] Managing different subnet with different gateway

2008-01-04 Thread Robert Bays
7;ll look into the bandwidth throttling. > > Daren > > -Original Message- > From: Robert Bays [mailto:[EMAIL PROTECTED] > Sent: Saturday, January 05, 2008 5:17 AM > To: Daren Tay > Cc: vyatta-users@mailman.vyatta.com > Subject: Re: [Vyatta-users] Managing

Re: [Vyatta-users] Managing different subnet with different gateway

2008-01-04 Thread Daren Tay
January 05, 2008 5:17 AM To: Daren Tay Cc: vyatta-users@mailman.vyatta.com Subject: Re: [Vyatta-users] Managing different subnet with different gateway Daren, Yep. The tool is the standard linux ip command. The "ip rule from" part tells the system that anything from this address should

Re: [Vyatta-users] Managing different subnet with different gateway

2008-01-04 Thread Robert Bays
tatic routing etc), or vice versa? > > On a side note, am I able to track bandwidth usage on each of this > interface? > > Thanks! > Daren > > -Original Message- > From: Aubrey Wells [mailto:[EMAIL PROTECTED] > Sent: Friday, January 04, 2008 6:19 AM > To: Robert Ba

Re: [Vyatta-users] Managing different subnet with different gateway

2008-01-03 Thread Aubrey Wells
h usage on each of this > interface? > > Thanks! > Daren > > -Original Message- > From: Aubrey Wells [mailto:[EMAIL PROTECTED] > Sent: Friday, January 04, 2008 6:19 AM > To: Robert Bays > Cc: Daren Tay; vyatta-users@mailman.vyatta.com > Subject: Re: [Vyatta-u

Re: [Vyatta-users] Managing different subnet with different gateway

2008-01-03 Thread Daren Tay
f this interface? Thanks! Daren -Original Message- From: Aubrey Wells [mailto:[EMAIL PROTECTED] Sent: Friday, January 04, 2008 6:19 AM To: Robert Bays Cc: Daren Tay; vyatta-users@mailman.vyatta.com Subject: Re: [Vyatta-users] Managing different subnet with different gateway hmmm I did not k

Re: [Vyatta-users] Managing different subnet with different gateway

2008-01-03 Thread Aubrey Wells
n gateway, so how do I specify the >> different >> gateway on the router? >> >> Thanks! >> Daren >> >>-Original Message- >>*From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of >> *Nick Davey >> *Sent:* Thursday,

Re: [Vyatta-users] Managing different subnet with different gateway

2008-01-03 Thread Robert Bays
> *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of > *Nick Davey > *Sent:* Thursday, January 03, 2008 11:25 PM > *To:* Daren Tay > *Cc:* vyatta-users@mailman.vyatta.com > *Subject:* Re: [Vyatta-users] Managing different subnet with

Re: [Vyatta-users] Managing different subnet with different gateway

2008-01-03 Thread Aubrey Wells
I think the problem is he is wanting to have two default gateways for two different subnets. Is this what you're trying to do? If so, the answer is no because you can't do ECMP routing in vyatta at the moment. Add your vote to the wiki http://vyatta.com/twiki/bin/view/Community/TopEnhancement

[Vyatta-users] Managing different subnet with different gateway

2008-01-03 Thread Ken Felix (C)
Will each subnet be it's own interface? You should easily be able to perform this with binding the second subnet to another interface. i.e interface Ethernet eth0 description 1st subnet ( existing ) ip address aaa.bbb.ccc.ddd/24 interface Ethernet eth1 description secon

Re: [Vyatta-users] Managing different subnet with different gateway

2008-01-03 Thread Daren Tay
: Thursday, January 03, 2008 11:25 PM To: Daren Tay Cc: vyatta-users@mailman.vyatta.com Subject: Re: [Vyatta-users] Managing different subnet with different gateway I don't know if I'm understanding this right. You want to add a second subnet on a second interface of the Vyatta router? In

Re: [Vyatta-users] Managing different subnet with different gateway

2008-01-03 Thread Nick Davey
I don't know if I'm understanding this right. You want to add a second subnet on a second interface of the Vyatta router? In that case, yes it will work fine, without much extra configuration (you may need to modify your NAT/firewall rules). That's a pretty straight forward setup though. If you are

[Vyatta-users] Managing different subnet with different gateway

2008-01-03 Thread Daren Tay
Hi guys, happy 2008 wherever you guys are! I have a question: Currently my vyatta router is handling one subnet with one gateway, using NAT for the servers. SO basically its just static routing. I now need to add another subnet (different project) into the picture, which has its own gateway. Can