Hi Marcio,
Which version of Ryu are you using?
The latest Ryu will listen on port 6633 and 6653 by default.
# Starts without any option
$ ryu-manager
loading app ryu.controller.ofp_handler
instantiating app ryu.controller.ofp_handler of OFPHandler
...
# Check socket state
$ sudo ss -pln | grep
Dear,
Thanks for the last answer. I´m trying to connect a mininet network on a
Ryu Controller(BGPSpeaker) on the same machine but after I start the Ryu,
it appear not listening on 6633 port. Which port Ryu use? Simplifying, how
could I connect Ryu and mininet on tha same machine?
Thanks for the h