On Mon, 4 Feb 2002, shadha wrote:
> I'm working on polymix-4 . I'm facing a problem in PolyMix-4
> routing , that is I couldn't able to create lo addresses . while
> running script it creates only the eth0 not lo .
> I'm using RHL-7.1 .
I am not sure what script you are talking about. The script in
PolyMix-4 HOWTO document[1] does not create addresses, it creates
routes. Polygraph creates addresses (IP aliases) and does not create
routes. For Polygraph to create IP aliases bound to lo, you should
specify "lo" interface in addr_space fields of TheBench sides:
TheBench.client_side.addr_space = [ 'lo::10.101.0-123.1-250/22' ];
TheBench.server_side.addr_space = [ 'lo::10.101.128-251.1-250:80/22' ];
I just tried the above on Debian Linux 2.4.17.
The routing scripts should work fine regardless of the interface name.
If the above does not help, please let me know what script creates
etho0 addresses and how is that related to routing.
Thanks,
Alex.
[1] http://www.measurement-factory.com/docs/PolyMix-4/#Sect:3.1
This archive was generated by hypermail 2b29 : Mon Feb 06 2006 - 12:00:21 MST