Wilbert J. Rojas O. wrote:
Hello,
My Network configuration is that:
ISP
|
|
|
| *eth0 200.9.190.20* *eth0:1* 200.9.190.21 *eth0:2* 200.9.190.23
*eth0:3* 200.9.190.24 *eth0:4* 200.9.190.25
LINUX BOX
why this on not only a unque network card with more than one address and
not more than one alias?
for i in 21 22 23 24 25 ; do
ip addr add 200.9.190.$i/? dev eth0
done
| *eth1 10.24.54.1/32*
|
|
LAN 10.24.54.0/24 gw 10.24.54.1
|
|
MAIL SERVER 10.54.24.96/32 gw 10.24.54.1
you cannot have 10.54.24.96/32. this is an host-only network!
Before start, show us an "ip route sh" and "ip addr sh" of the linuxbox.
--
To unsubscribe from this list: send the line "unsubscribe netfilter" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html