Hi,
Are you sure that controller is running from port 6653. It may run from
port 6633.
Check the port on which the controller is running and change it accordingly
in ovs-vsctl configuration.
To check from which port ryu controller is running, use the command
"netstat -tupln".
You could see from mine it is running from 6633. (ryu controller as python
process)
gv@controller:~$ netstat -tulpn
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address
State PID/Program name
tcp 0 0 0.0.0.0:16505 0.0.0.0:*
LISTEN -
tcp 0 0 127.0.0.1:6010 0.0.0.0:*
LISTEN -
tcp 0 0 0.0.0.0:30522 0.0.0.0:*
LISTEN -
tcp 0 0 127.0.0.1:6011 0.0.0.0:*
LISTEN -
tcp 0 0 0.0.0.0:6633 0.0.0.0:*
LISTEN 18552/python
Thanks
Gandhimathi
On 19 April 2016 at 04:15, Pooja Patil <poojapatilp1...@gmail.com> wrote:
> I am new to ryu controller.I am not able to connect to
> controller.Following is my topology.
> sh ovs-vsctl show
> da8ddb4a-89ac-4748-9913-5ea817e698a0
> Bridge "s4"
> Controller "tcp:127.0.0.1:6653"
> fail_mode: secure
> Port "s4"
> Interface "s4"
> type: internal
> Port "s4-eth1"
> Interface "s4-eth1"
> Port "s4-eth2"
> Interface "s4-eth2"
> Bridge "s1"
> Controller "tcp:127.0.0.1:6653"
> fail_mode: secure
> Port "s1-eth1"
> Interface "s1-eth1"
> Port "s1-eth4"
> Interface "s1-eth4"
> Port "s1-eth8"
> Interface "s1-eth8"
> Port "s1-eth3"
> Interface "s1-eth3"
> Port "s1-eth6"
> Interface "s1-eth6"
> Port "s1-eth5"
> Interface "s1-eth5"
> Port "s1-eth2"
> Interface "s1-eth2"
> Port "s1"
> Interface "s1"
> type: internal
> Port "s1-eth7"
> Interface "s1-eth7"
> Bridge "s3"
> Controller "tcp:127.0.0.1:6653"
> fail_mode: secure
> Port "s3-eth2"
> Interface "s3-eth2"
> Port "s3-eth1"
> Interface "s3-eth1"
> Port "s3"
> Interface "s3"
> type: internal
> Bridge "s2"
> Controller "tcp:127.0.0.1:6653"
> fail_mode: secure
> Port "s2-eth2"
> Interface "s2-eth2"
> Port "s2-eth1"
> Interface "s2-eth1"
> Port "s2"
> Interface "s2"
> type: internal
> ovs_version: "2.3.0"
>
>
> Thanks
>
>
> ------------------------------------------------------------------------------
> Find and fix application performance issues faster with Applications
> Manager
> Applications Manager provides deep performance insights into multiple
> tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> _______________________________________________
> Ryu-devel mailing list
> Ryu-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ryu-devel
>
>
------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel