Hi Guys:
Some days ago I asked on irc some advices about Swazoo because I can't make it work in OpenShift (The RedHat PaaS cloud solution). Now, I want to share here the problem, it was that Swazoo seems to ignore the ip address specified at startup and bind to all interfaces (0.0.0.0). And that binding to all network interfaces is not allowed on OpenShift [for security reasons], the only allowed IP address is OPENSHIFT_INTERNAL_IP. ¿Anyone can suggest some solution? Thanks. |
Hi German,
Swazoo creates and starts new site on all interfaces (IP numbers + localhost) by default. To specify on which IP to run you should: 1. SwazooServer stop 2. HTTPServer allInstances do: [:each | each stop] "to be sure" 3. "your" aSwazooSite ip: '192.168.1.2' "that is, OPENSHIFT_INTERNAL_IP" 4. SwazooServer start Best regards Janko Dne 30. 04. 2012 01:08, piše garduino: > Hi Guys: > > Some days ago I asked on irc some advices about Swazoo because I can't make > it work in OpenShift (The RedHat PaaS cloud solution). > > Now, I want to share here the problem, it was that Swazoo seems to ignore > the ip address specified at startup and bind to all interfaces (0.0.0.0). > > And that binding to all network interfaces is not allowed on OpenShift [for > security reasons], the only allowed IP address is OPENSHIFT_INTERNAL_IP. > > ¿Anyone can suggest some solution? > > Thanks. > > -- > View this message in context: http://forum.world.st/Swazoo-in-OpenShift-tp4597118p4597118.html > Sent from the Swazoo mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Swazoo-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/swazoo-devel -- Janko Mivšek Svetovalec za informatiko Eranova d.o.o. Ljubljana, Slovenija www.eranova.si tel: 01 514 22 55 faks: 01 514 22 56 gsm: 031 674 565 ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Swazoo-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/swazoo-devel |
Thanks for the explanation Janko, I will try asap.
Cheers. 2012/5/3 Janko Mivšek [via Smalltalk] <[hidden email]>: > Hi German, > > Swazoo creates and starts new site on all interfaces (IP numbers + > localhost) by default. To specify on which IP to run you should: > > 1. SwazooServer stop > 2. HTTPServer allInstances do: [:each | each stop] "to be sure" > 3. "your" aSwazooSite ip: '192.168.1.2' "that is, OPENSHIFT_INTERNAL_IP" > 4. SwazooServer start > > Best regards > Janko > > Dne 30. 04. 2012 01:08, piše garduino: > >> Hi Guys: >> >> Some days ago I asked on irc some advices about Swazoo because I can't >> make >> it work in OpenShift (The RedHat PaaS cloud solution). >> >> Now, I want to share here the problem, it was that Swazoo seems to ignore >> the ip address specified at startup and bind to all interfaces (0.0.0.0). >> >> And that binding to all network interfaces is not allowed on OpenShift >> [for >> security reasons], the only allowed IP address is OPENSHIFT_INTERNAL_IP. >> >> ¿Anyone can suggest some solution? >> >> Thanks. >> >> -- >> View this message in context: >> http://forum.world.st/Swazoo-in-OpenShift-tp4597118p4597118.html >> Sent from the Swazoo mailing list archive at Nabble.com. >> >> >> ------------------------------------------------------------------------------ >> Live Security Virtual Conference >> Exclusive live event will cover all the ways today's security and >> threat landscape has changed and how IT managers can respond. Discussions >> will include endpoint security, mobile security and the latest in malware >> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >> _______________________________________________ >> Swazoo-devel mailing list >> [hidden email] >> https://lists.sourceforge.net/lists/listinfo/swazoo-devel > > -- > Janko Mivšek > Svetovalec za informatiko > Eranova d.o.o. > Ljubljana, Slovenija > www.eranova.si > tel: 01 514 22 55 > faks: 01 514 22 56 > gsm: 031 674 565 > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Swazoo-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/swazoo-devel > > > ________________________________ > If you reply to this email, your message will be added to the discussion > below: > http://forum.world.st/Swazoo-in-OpenShift-tp4597118p4606187.html > To unsubscribe from Swazoo in OpenShift, click here. > NAML |
Free forum by Nabble | Edit this page |