VLSM Issue
Hello! I am having an issue with VLSM. I'll start with a scenario:
I'm given an address block of 192.168.1.0/24. On the Fa0/0 side of Router 1 I have a LAN that needs at least enough host address for 20 hosts. On the other side of the router, Se0/0/0 needs just 2 addresses for the WAN link. I cannot use the zero subnet.
On the Fa0/0 side of R2, I'm to use the third subnet. Again, I need at least 20 host addresses. So I use a /27 mask for optimal space.
So I figure:
192.168.1.32/27 is my first subnet for R1's LAN
192.168.1.64/30 is my second subnet, used for the WAN links.
192.168.1.68/27 for R2's LAN.
When I assign the ip addresses to R2's serial interface that connects R1 and R2, I get a message saying the addresses overlap, but how am I supposed to use the 3rd subnet for a WAN link while getting the most efficient address space? If I were to start at 192.168.1.0/30 wouldn't I get:
.0, .4, .8, .12, .16, .20, .24, .28, .32, .36, .40, .44, .48, 52, .56, .60, 64, .68 so wouldn't it be a vaild subnet either way?