Hi, I have three subnets on a single LAN that I would like to be full routing between (as if they were on the same subnet). They are:
10.10.10.0/24
10.10.1.0/27
10.10.1.32/27
I have added an interface IP for the green (eth0) of:
10.10.10.1/24
10.10.1.1/27
10.10.1.33/27
I tried adding a static route:
Source:<ANY>
Destination: 10.10.1.0/27
Static Gateway: 10.10.10.1
The Domain Controller is on 10.10.10.0 and workstations on the other two subnets. How to I enable communication between the subnets?
Can ping from 10.10.1.5 to 10.10.10.2 but can not ping from 10.10.10.2 to 10.10.1.5