-1

See this image, Before you go for question Here, 8.0.0.1/8 pinging with 192.168.1.1/24 but 8.0.0.2/5 don't ping with 192.168.1.1/24. Could anyone say me, What actual problem?

  • 1
    Question should be asked on network engineering stack exchange. Also, when asking such a question you should provide details like: "how do you know that they are not communicating" - because from the green lights we can clearly see that the interfaces are UP. Please be more concrete, in life and in SO. – Mindaugas Bernatavičius Jan 02 '18 at 16:44
  • can you provide context with a network diagram please (router, switch, hosts, servers)? – Manu Eidenberger Jan 02 '18 at 16:45
  • Put your first computer in the same subnet of `/5`. Both PC should be able to ping that interface. – CustomX Jan 03 '18 at 08:35

1 Answers1

0

8.0.0.1/8 and 8.0.0.2./5 overlap, messing up the routing. Each router interface requires a distinct network address.

Zac67
  • 2,761
  • 1
  • 10
  • 21