Iptables -table nat -A POSTROUTING -out-interface wlp9s0 -j MASQUERADE Iptables -A FORWARD -in-interface enp0s25 -j ACCEPT
Here is my standard Linux networking script that I use for various VMs and simulators (VirtualBox, Alphavm-free, simh, hercules ) #Setup tap and bridge Next I will share my tun-tap scripts as well as the installer loader and normal loader scripts for the AIX So once we have qemu installed we can then move on to get an actual AIX ISO, which I cannot obviously share, but I will link some already made documentation how to get it done if you already have a Power environment with AIX on QEMU emulator version 3.0.50 (v3.0.0-614-g19b599f766-dirty)Ĭopyright (c) 2003-2017 Fabrice Bellard and the QEMU Project developers One should get the similar output from the compilation $ git clone git:///qemu.git Who would not wish to run the best operating system on earth on his pity Intel Laptop ? I will describe here what I have done with the help of others and share some of my findings and recommendations how to get this going.įor this exercise Im using Linux Mint 19 x86_64 and current qemu compiled from source which you can get from here