Hi Ruchika, On 2015年03月05日 18:25, Ruchika Luthra wrote: > Hello, > > I am trying to create a mininet topology which looks like > c0 > | > s1---s3---s2 > | | | | > h1 h2 h3 h4 > where the IP address assigned to h1 and h2 are 10.0.0.1 and 10.0.0.2 > respectively. and the IP address assigned to h3 and h4 are 192.168.30.10 and > 192.168.30.11 > The switch in consideration is User Switch OfSoftswitch13 > The controller in consideration is Ryu Controller. > At the controller side, I am trying to experiment with rest_router.py > But after successfully creating this topology and connecting it to the Ryu > controller, I am not able to ping from any host to any other host. > Inline image 1 > At the controller Side > Inline image 2 > My main aim is that the switch s3 should act as a router and the hosts > should be able to ping each other without me having to explicitly fill in the > flow table. > Please help me know what am I doing wrong.
rest_router.py needs the address settings to act as a router. Please refer to "Setting the Address" in Ryu-Book. (http://osrg.github.io/ryu-book/en/html/rest_router.html#setting-the-address) Thanks > > > > -- > Ruchika Luthra > M.E (CS) 4th Sem > BITS Pilani > > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming The Go Parallel Website, sponsored > by Intel and developed in partnership with Slashdot Media, is your hub for all > things parallel software development, from weekly thought leadership blogs to > news, videos, case studies, tutorials and more. Take a look and join the > conversation now. http://goparallel.sourceforge.net/ > > > > _______________________________________________ > Ryu-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ryu-devel > ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
