Testing the MySQL Cluster
Hello World
Make sure to execute this iptables on both hosts DBP1 & DBP2, or the server can’t be connected via external sources ( Eth0 > eth1 )
Try Connection using a web application, Manipulate the data stores, even u can even expande it to test on the Big Data Hadoop =P
See you Next time
Make sure to execute this iptables on both hosts DBP1 & DBP2, or the server can’t be connected via external sources ( Eth0 > eth1 )
@ubuntu:~# iptables -t nat -A PREROUTING -p tcp --dport 3306 -j DNAT --to 192.168.100.10:3306
@ubuntu:~# iptables-save
Try Connection using a web application, Manipulate the data stores, even u can even expande it to test on the Big Data Hadoop =P
See you Next time
Post a Comment