- Posts: 17
- Thank you received: 0
Ip address overlap error ?
16 years 2 weeks ago #27944
by Damien610
Ip address overlap error ? was created 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 ?
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 ?
16 years 2 weeks ago #27948
by SteveP
Replied by SteveP on topic Re: Ip address overlap error ?
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.139 seconds