
Nombok dong
Leave a reply


Mungkin selera humor saya terlalu rendah, entahlah, tapi begitu liat anak sulung gambar duit Rp500,00 begini saya langsung ngakak


The firewall applied on newly created instance is using iptables. You can use these two commands to disable it;
#iptables -F
#netfilter-persistent save
First command is to clear out all iptables rule-set, and the latter is to save empty rule-set to disk to make it persistent on every reboot.
Please remember this;