In Bakeoff2, we can have multiple testbeds on one subnet. We do this by
specifying the rbt_ips and srv_ips in file polymix-2.pg.
In Cacheoff3, however, it seems to me that we can only have one testbed
on each subnet. The only thing related to client/server IP that the manu
says to modify is the following two lines in file benches.pg:
client_addr_mask = '10.X.0.0'
server_addr_mask = '10.X.0.0:80'
According to the manu, we have to install the alias addresses given by
pmix3-ips.pl, whose 3rd octet always start at 1(rbt) or 129(srv). So if
I want to use client/server with a base IP addresses like 10.X.50.1, I
can not do it, right?
I can think a way around this: Let polygraph read the 3rd octets of
client_addr_mask and server_addr_mask and use sbt_ips and srv_ips
starting at those.
Thanks,
Chaojun
This archive was generated by hypermail 2b29 : Tue Jul 10 2001 - 12:00:14 MDT