1/ Login
user login: #roo
pass: #honey
2/ User to root
#su --
3/ Config ip
# vim /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
BOOTPROTO=static
HWADDR= --:--:--:--:--:--
ONBOOT=yes
IPADDR=192.168.2.x
NETMASK=255.255.255.0
GATEWAY=192.168.2.1
# vim /etc/sysconfig/network-scripts/ifcfg-eth1
DEVICE=eth1
IPADDR=192.168.3.x
GATEWAY=192.168.3.1
# vim /etc/sysconfig/network-scripts/ifcfg-eth2
DEVICE=eth2
IPADDR=192.168.4.x
GATEWAY=192.168.4.1
#service network restart
4. Config honeywall.conf
5. Run model enable
#hwrepoconf --enable-all
#hwrepoconf --show
6. restart honeywall.conf
#/usr/local/bin/hwctl -s -p /etc/honeywall.conf
7. after restart honeyall
#service iptables start
#service iptables restart
#chkconfig --level 345 iptables on
8. Liet ke cac quy tat hien tai
#iptables -L
https://hocvps.com/iptables/
9. install lampp linux mint
https://community.linuxmint.com/tutorial/view/486