Talk:Firewall Rules

From LinuxMCE
Jump to: navigation, search

4/20/2014 - schema update, for those testing the new firewall you will need to perform the following actions manually to update your schema:

# wget https://dl.dropboxusercontent.com/u/118201886/Firewall-old.sql
# mysqldump -u root -t pluto_main Firewall > Firewall-data.sql
# mysql -u root pluto_main < Firewall-old.sql
# /usr/pluto/bin/sqlCVS -H schema.linuxmce.org -R 3999 -U anonymous~nopass -r local update
# mysql -u root pluto_main < Firewall-data.sql