Solved, thanks.

________________________________
Zhao Jun

From: Iwase Yusuke<mailto:iwase.yusu...@gmail.com>
Date: 2016-09-28 10:25
To: zhaojun12<mailto:zhaoju...@outlook.com>
CC: ryu-devel<mailto:ryu-devel@lists.sourceforge.net>
Subject: Re: [Ryu-devel] How to listen on IPv6?
Hi,

Ryu uses the IPv4 address by default.
How about specifying "--ofp-listen-host ::" instead?
e.g.)
$ ryu-manager --ofp-listen-host ::
...

$ sudo ss -6apn
Netid  State      Recv-Q Send-Q   Local Address:Port                  Peer 
Address:Port
...(snip)
tcp    LISTEN     0      50                  :::6653                            
:::*                   users:(("ryu-manager",pid=8576,fd=5))
tcp    LISTEN     0      50                  :::6633                            
:::*                   users:(("ryu-manager",pid=8576,fd=4))
...(snip)

Thanks,
Iwase


On 2016年09月28日 10:44, ? ? wrote:
> Hi Guys,
>
> I want to use RYU to listen on IPv6 host, and I tried using --ofp_listen_host 
> "", but it did not work, only listening on IPv4 address.
>
> So what am I missing?
>
> Thank you!
>
> ________________________________
> Zhao Jun
>
>
>
> ------------------------------------------------------------------------------
>
>
>
> _______________________________________________
> Ryu-devel mailing list
> Ryu-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ryu-devel
>
------------------------------------------------------------------------------
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to