<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: VAN Controller set ip address in Software Defined Networking</title>
    <link>https://community.hpe.com/t5/software-defined-networking/van-controller-set-ip-address/m-p/6868093#M1827</link>
    <description>&lt;P&gt;You can use&amp;nbsp;iptables to block OpenFlow from communicating on the other IP addresses.&amp;nbsp; Right now we bind on all addresses and implement the protection elsewhere in software.&lt;/P&gt;&lt;P&gt;Could you please share some more details&amp;nbsp;on why you need to bind OpenFlow to only specific IP addresses?&amp;nbsp;Anything beyond keeping OpenFlow locked down to as few network addresses as possible for security?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;-Scott&lt;/P&gt;</description>
    <pubDate>Fri, 10 Jun 2016 21:15:12 GMT</pubDate>
    <dc:creator>Scott_Koster</dc:creator>
    <dc:date>2016-06-10T21:15:12Z</dc:date>
    <item>
      <title>VAN Controller set ip address</title>
      <link>https://community.hpe.com/t5/software-defined-networking/van-controller-set-ip-address/m-p/6853224#M1824</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I need to bind the controller to a specific ip address instead of 0.0.0.0. At least the service behind port 6633 has to listen on an ip address.&lt;/P&gt;&lt;P&gt;In /opt/sdn/virgo/repository/usr/com.hp.sdn.ctl.of.impl.ControllerManager.properties I can change, e.g., port 6633 and there is also an option for addresses. However, I can not manage to set another ip address.&lt;/P&gt;&lt;P&gt;I've tried: addresses=10.0.0.2 or addresses="10.0.0.2". Both do not work.&lt;/P&gt;&lt;P&gt;So my question is, how can I set the ip address the service behind port 6633 is running?&lt;/P&gt;&lt;P&gt;Thanks and best regards!&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2016 20:50:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/van-controller-set-ip-address/m-p/6853224#M1824</guid>
      <dc:creator>HansChristian</dc:creator>
      <dc:date>2016-04-22T20:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: VAN Controller set ip address</title>
      <link>https://community.hpe.com/t5/software-defined-networking/van-controller-set-ip-address/m-p/6859754#M1825</link>
      <description>&lt;P&gt;I tried this on my setup and was able to configure the controller to listen on a previously-existing IP address. When I changed this configuration, I saw the following message in /var/log/sdn/virgo/logs/log.log:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;[2016-05-16 09:55:41.818] INFO t Resolve Thread (Bundle 81) hp.sdn.core DE0005I ControllerManager modified {ControllerConfig:i/f=&lt;FONT color="#FF0000"&gt;10.0.0.2&lt;/FONT&gt;],port=6633,tls=0,udp=6635,secCtx=****,hybridMode,flowClassEnforcement=weak,rcvBufSize=1048576,udpRcvBufSize=1024,workerCount=16,idleCheckMs=500,maxIdleMs=5000,maxEchoMs=5000,maxEchoAttempts=5,suppressFlowFailures=false}&lt;/P&gt;&lt;P&gt;Do you see a similar message in your setup? Also, the following additional information would be useful in identifying the root cause of why this isn't working in your setup:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;ifconfig&lt;/LI&gt;&lt;LI&gt;sudo lsof -i -n -P | grep 6633&lt;/LI&gt;&lt;LI&gt;VAN controller version&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;As you can see in the attached screenshot, I used the IP address without quotes and it was accepted. You should see the IP address you've set in a log message like the one I included above.&lt;/P&gt;&lt;P&gt;I should also clarify that the VAN controller will not configure the IP address on the system via this method, it will only configure the process so that it listens on that specific IP address (and not others). For that reason, you'll need to configure the IP address (10.0.0.2) so that it shows up in "ifconfig"&amp;nbsp;&lt;U&gt;before&lt;/U&gt; configuring VAN to listen on that IP.&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2016 17:12:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/van-controller-set-ip-address/m-p/6859754#M1825</guid>
      <dc:creator>ShaunWackerly</dc:creator>
      <dc:date>2016-05-16T17:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: VAN Controller set ip address</title>
      <link>https://community.hpe.com/t5/software-defined-networking/van-controller-set-ip-address/m-p/6863816#M1826</link>
      <description>&lt;P&gt;Yes, I see&lt;/P&gt;&lt;P&gt;DE0005I ControllerManager activated CtrlMgr: {ControllerConfig: i/f=[127.0.0.1],port=6633,tls=0,udp=6635,secCtx=****,hybridMode,flowClassEnforcement=weak,rcvBufSize=1048576,udpRcvBufSize=1024,workerCount=16,idleCheckMs=500,maxIdleMs=5000,maxEchoMs=5000,maxEchoAttempts=5,suppressFlowFailures=false}&lt;/P&gt;&lt;P&gt;But I see also&lt;/P&gt;&lt;P&gt;TCP non-secure bound to port: 6633&lt;BR /&gt;[2016-05-29 15:45:01.082] INFO SequencerThread hp.of.ctl Started Listening: [0.0.0.0/0.0.0.0:6633]&lt;/P&gt;&lt;P&gt;and netstat -tnpl also tells me that the controller is listen on 0.0.0.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;lsof -i -n -P | grep 6633 -&amp;gt;&amp;nbsp;&lt;/SPAN&gt;java 5986 sdn 307u IPv6 42556 0t0 TCP *:6633 (LISTEN)&lt;BR /&gt;&lt;SPAN&gt;VAN controller version -&amp;gt; 2.7.10&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 29 May 2016 13:49:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/van-controller-set-ip-address/m-p/6863816#M1826</guid>
      <dc:creator>HansChristian</dc:creator>
      <dc:date>2016-05-29T13:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: VAN Controller set ip address</title>
      <link>https://community.hpe.com/t5/software-defined-networking/van-controller-set-ip-address/m-p/6868093#M1827</link>
      <description>&lt;P&gt;You can use&amp;nbsp;iptables to block OpenFlow from communicating on the other IP addresses.&amp;nbsp; Right now we bind on all addresses and implement the protection elsewhere in software.&lt;/P&gt;&lt;P&gt;Could you please share some more details&amp;nbsp;on why you need to bind OpenFlow to only specific IP addresses?&amp;nbsp;Anything beyond keeping OpenFlow locked down to as few network addresses as possible for security?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;-Scott&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2016 21:15:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/van-controller-set-ip-address/m-p/6868093#M1827</guid>
      <dc:creator>Scott_Koster</dc:creator>
      <dc:date>2016-06-10T21:15:12Z</dc:date>
    </item>
  </channel>
</rss>

