Hello!
> It seems, that iproute2 doesn't support alias interfaces??!!
Aliases do not exist both in iproute2 and in kernel-2.2.
If you want to tell kernel that it should select address A,
for its own packets you make:
ip route add ... src A
where A may be any address of the host, probably on another interface.
The combination:
> ip rule add from 192.3.7.0/24 table 10
> ip route add 0/0 via 60.1.1.2 table 10
> ip route add 60.1.1.0/24 dev eth0 proto kernel scope link src \
> 60.1.1.2 table 10
will forward packets coming from 192.3.7.0/24 to eth0,
which is apparently not the thing, which you wanted.
Alexey
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]