I start the simple swith application using the following command.
*$ ryu-manager ryu/app/simple_switch.py*
If I try to run
$ sudo netstat -nltp on the same machine from some other terminal.
*$ sudo netstat -nltp *
{noformat}
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
PID/Program name
tcp 0 0 127.0.0.1:53 0.0.0.0:*
LISTEN 1892/dnsmasq
tcp 0 0 0.0.0.0:22 0.0.0.0:*
LISTEN 580/sshd
tcp 0 0 127.0.0.1:631 0.0.0.0:*
LISTEN 704/cupsd
tcp6 0 0 :::22 :::*
LISTEN 580/sshd
{noformat}
I cannot find port 6633 in the list because of which my mininet topology is
not able to connect to the controller?
Is there a reason for this?
------------------------------------------------------------------------------
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel