Paremus ServiceFabric on EC2 day 4

17Dec09

The multicast woes are now behind me (thanks Dimitriy), and I now have a fabric that spans my home network and EC2. The problem with multicast turned out to be firewall related, and the simple fix was:

/sbin/iptables -I OUTPUT -o tun0 -j ACCEPT
/sbin/iptables -I INPUT -i tun0 -j ACCEPT

Tomorrow I’ll try to get something running on the fabric, and will also take a look at automating the deployment process for members of the fabric.

Previous post – Paremus ServiceFabric on EC2 days 2/3

Following post – Paremus ServiceFabric on EC2 day 5



One Response to “Paremus ServiceFabric on EC2 day 4”

  1. Chris

    Good going!! Once you’ve completed day 3 – lets have a chat about some really interesting Hybrid Service Fabric / Cloud type demos ;)

    Cheers

    Richard


Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.