Skip to main content

Ip address overlap error ?

More
15 years 6 months ago #27944 by Damien610
Tokyo(config)#int e0

Tokyo(config-if)#ip add 192.168.1.129 255.255.255.0

Tokyo(config)#no shutdown

Tokyo(config)#int s0

Tokyo(config-if)#ip add 192.168.1.1 255.255.255.252

% 192.168.1.0 overlaps with Ethernet0

I cant see the error here, Is there an overlap because both will have a wire address of 192.168.1.0 ?
More
15 years 6 months ago #27948 by SteveP
The network address of 192.168.1.129 255.255.255.0 is 192.168.1.0 which is the same as that for the serial interface. You could fix it by allocating the ethernet interface 192.168.1.129 255.255.255.192. The latter has a network address of 192.168.1.128.
Time to create page: 0.131 seconds