I was setting up a new router when I hit a snag. I placed the IP address 192.168.100.66/26 on the E0 interface. When I tried to put 192.168.100.126/26 on the Loopback 0 interface I got a network overlap error.
Keep in mind that this is right after a fresh 'write erase' with no other configuration changes. What the heck was that all about? Hell, I even broke out the trusty old IP Calc and verified the IP scheme. Everything seems to have checked out. For the time being I've placed the loopback ip address at 192.168.100.190/26 and it seems to work fine.
Router(config)#int e0
Router(config-if)#ip add 192.168.100.66 255.255.255.192
Router(config-if)#int loopback 0
Router(config-if)#ip add 192.168.100.126 255.255.255.192
192.168.100.64 overlaps with Ethernet0
Keep in mind that this is right after a fresh 'write erase' with no other configuration changes. What the heck was that all about? Hell, I even broke out the trusty old IP Calc and verified the IP scheme. Everything seems to have checked out. For the time being I've placed the loopback ip address at 192.168.100.190/26 and it seems to work fine.