Difference between revisions of "Satelite servers"

From TempusServa wiki
Jump to navigation Jump to search
old>Admin
(Created page with " === ... Add access to the MySQL database iptables -A INPUT -i eth0 -p tcp -m tcp --dport 3306 -j ACCEPT sudo /etc/init.d/networking restart Test access from the...")
 
old>Admin
Line 1: Line 1:


===  
=== setting up a satelite server ===
...
...  
 
 


Add access to the MySQL database
Add access to the MySQL database
Line 11: Line 9:


Test access from the master server
Test access from the master server
  telnet sateliteServer 3306

Revision as of 10:04, 8 September 2017

setting up a satelite server

...

Add access to the MySQL database

 iptables -A INPUT -i eth0 -p tcp -m tcp --dport 3306 -j ACCEPT
 sudo /etc/init.d/networking restart

Test access from the master server

 telnet sateliteServer 3306