Satelite servers

From TempusServa wiki
Revision as of 10:03, 8 September 2017 by 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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

=

...


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