The objective of this documentation is to solve internet access issue with conatainers.
Log into root promt using
su -Open /etc/sysconfig/iptables file of your base machine using any editor (here emacs is using)
emacs /etc/sysconfig/iptablesAdd the following line at the end of file
- A FORWARD -J ACCEPTNow try to ping 8.8.8.8 using
ping 8.8.8.8