On Fri, Oct 27, 2006 at 10:06:59AM +0200, Matus UHLAR - fantomas wrote:
> On 25.10.06 21:08, Roberto C. Sanchez wrote:
> > On Wed, Oct 25, 2006 at 12:04:14PM +0800, he ccjj wrote:
> > > I have tow NIC eth0 and eth1,and two ip: a.b.c.d and a.b.c.e,with the
> > > same gateway a.b.c.254
> >
Matus UHLAR - fantomas wrote:
>
> Maybe to get better performance and/or failover setup. I'm not sure, but the
> kernel could work with such setup, imho. It seems it doesn't.
IMVHO you should use bonding for that (or maybe bridging,
depending on exact requirements), rather than bodge your routi
On 25.10.06 21:08, Roberto C. Sanchez wrote:
> On Wed, Oct 25, 2006 at 12:04:14PM +0800, he ccjj wrote:
> > I have tow NIC eth0 and eth1,and two ip: a.b.c.d and a.b.c.e,with the
> > same gateway a.b.c.254
> ^^
>
> This is completely broken? Why on Earth would you want two NI
On Wed, Oct 25, 2006 at 12:04:14PM +0800, he ccjj wrote:
> I have tow NIC eth0 and eth1,and two ip: a.b.c.d and a.b.c.e,with the
> same gateway a.b.c.254
^^
This is completely broken? Why on Earth would you want two NICs on the
same subnet going to the same gateway? Unless
Well.Thank you very much.
On 10/25/06, George Borisov <[EMAIL PROTECTED]> wrote:
he ccjj wrote:
>
> thanks,but I have another web site with the other IP a.b.c.e,How to
> solve?Can only use eth 0's aliase?
Please send future emails to the list (as well), as other people
may benefit from this, o
he ccjj wrote:
>
> thanks,but I have another web site with the other IP a.b.c.e,How to
> solve?Can only use eth 0's aliase?
Please send future emails to the list (as well), as other people
may benefit from this, or might be able to offer better advice.
An easy way to do what you want is to add b
he ccjj wrote:
> I have tow NIC eth0 and eth1,and two ip: a.b.c.d and a.b.c.e,with the
> same gateway a.b.c.254
> in my /etc/network/interfaces:
>
> auto lo
> iface lo inet loopback
>
> iface eth0 inet static
> address a.b.c.d
> netmask 255.255.255.0
> gateway a.b.c.254
>
> auto eth1
> iface et
I have tow NIC eth0 and eth1,and two ip: a.b.c.d and a.b.c.e,with the
same gateway a.b.c.254
in my /etc/network/interfaces:
auto lo
iface lo inet loopback
iface eth0 inet static
address a.b.c.d
netmask 255.255.255.0
gateway a.b.c.254
auto eth1
iface eth1 inet static
address a.b.c.e
netmask 25
8 matches
Mail list logo