Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!decwrl!ucbvax!CISCO.COM!satz From: satz@CISCO.COM (Greg Satz) Newsgroups: comp.protocols.tcp-ip Subject: Re: routing with virtual subnets Message-ID: <9009061848.AA25608@ucbvax.Berkeley.EDU> Date: 6 Sep 90 04:00:19 GMT References: <26E487A4.28053@orion.oac.uci.edu> Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 12 All of the hosts on subnets a-d need to know about the overlayed scheme. That is hosts on subnet b need to know that subnets a, c, and d also exist on the same ethernet cable. The command that you used on your sun router to inform it of the overlay is also necessary for those hosts on subnets b-d: route add net.a.0 hostip 0 route add net.c.0 hostip 0 route add net.d.0 hostip 0 This is necessary for a host on subnet b. Greg