Comment 2 for bug 1288135

Revision history for this message
Timur Nurlygayanov (tnurlygayanov) wrote : Re: No Internet connection on compute nodes in HA mode

Steps How We can fix this problem:

in Virtual Box need to change the type of network to NAT and execute on the host machine (where Virtual Box is running) the following command:

iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE

where eth0 - the interface with the access to the Internet.