Re: [DEVCLOUD2] Internet access on VMs

2014-03-03 Thread Ian Duffy
Ended up solving this with IP forwarding and iptables. Modified the devcloud.cfg to use 192.168.56.10 as the gateway. Enabled IPv4 Forwarding: sed -i -e 's/#net.ipv4.ip_forward=1/net.ipv4.ip_forward=1/g' /etc/sysctl.conf Setup appropriate iptables: -A FORWARD -i eth0 -o xenbr0 -m state --state

[DEVCLOUD2] Internet access on VMs

2014-03-02 Thread Ian Duffy
Hi All, I'm trying to setup devcloud using the documentation at http://bhaisaab.org/logs/devcloud/ and the puppet manifests at https://github.com/apache/cloudstack/tree/master/tools/devcloud/src I have basebox of debian wheezy running xcp-xapi on virtualbox. I have xenbr0 bridged to the host