[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[altq 694] Re: How to configure altq as a RED router
Thank you very much for your advise, Kenjiro san!
I would like to ask one more question.
> > +-------+ +----------------+ +---------+
> > +Server +----------+RED router(ALTQ)+-----------+Client +
> > +-------+1000Base +-------+--------+1000Base +---------+
> > (ti0) (ti0) (ti1) (ti0)
> > 192.168.0.1 192.168.0.2 192.168.1.2 192.168.1.1
> >
> >
> > Router machine have two Tigon Gigabit Ethernet card and 100Base
> > Ethernet card.
(skip)
> > When configuring ALTQ as a RED router above network topology,
> > May I simply write to /etc/rc.conf below ? (without consindering
> > RED tuning parameter (min_th, max_th or so)
> > interface ti0 bandwidth 1000M red
> > interface ti1 bandwidth 1000M red
If I simply think that ALTQ works for only 'packet dropping'
used some probability (such as RED), is the below network topology
more suitable for the purpose?
+-----------------+ +---------+
+Server +-----------+Client +
+(installed ALTQ) + 1000Base + +
+--------+--------+ +---------+
| (ti0)
+------------------(some interface, 1000Base or 100Base)
I understood that ALTQ works at the outgoing device (ti0),
so I think the server also works as a RED router with proper configuration,
and I don't need to gateway overhead with 2 NICs.
Is it right??
I'll try to this.
Please advise the above question.
Thank you very much.