I have a class A localnet 10.0.0.0/8
In that localnet, I have a class B subnet 10.1.0.0/16

the gateway between the subnet and the localnet has the following
routing table:
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
10.0.0.0        0.0.0.0        255.255.0.0     U     0      0        0 eth0
10.1.0.0        0.0.0.0        255.255.0.0     U     0      0        0 eth1
127.0.0.0       0.0.0.0        255.0.0.0       U     0      0        0 lo
0.0.0.0          10.0.0.1        0.0.0.0         UG    1      0        0 eth0

The stations in the subnet have the following routing table:
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
10.1.0.0        0.0.0.0         255.255.0.0     U     0      0        0 eth0
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo
0.0.0.0         10.1.0.1        0.0.0.0         UG    1      0        0 eth0

The stations in the localnet have the following routing table:
10.0.0.0        0.0.0.0        255.255.0.0     U     0      0        0 eth0
10.1.0.0        10.0.0.2        255.255.0.0     U     0      0        0 eth0
127.0.0.0       0.0.0.0        255.0.0.0       U     0      0        0 lo
0.0.0.0          10.0.0.1        0.0.0.0         UG    1      0        0 eth0


The gateway between the subnet and the localnet has
the address 10.0.0.2 on the localnet side, and 10.1.0.1 on the subnet
side.

The gateway to the internet is in the localnet and have the address 10.0.0.1

The pb is that The stations in the subnet are not able to communicate with
those in the localnet, ande vice-versa...

If you could help.....

Thx in advance
Seb.

-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to