Keres: Difference between revisions
From Federal Burro of Information
Jump to navigationJump to search
(→Todo) |
(→Todo) |
||
Line 24: | Line 24: | ||
* Local monitoring | * Local monitoring | ||
* rancid: | * rancid: | ||
** fortigate | ** rancid installed : done | ||
** fortigate (http://thedonkeyland.com/blog/2011/07/backing-up-fortinet-fortigate-configs-with-rancid/) | |||
== Done == | == Done == |
Revision as of 13:42, 15 March 2015
This machine will put Athena out of service
E45M1 - I Deluxe - Mobo - from Martin McCourt - what a guy.
- AMD
- centos 7
Todo
- OS
- firewalld
- Wifi
- services
- web
- wiki
- snmp
- mysql
- dns
- ntp
- web
- acpi
- Local monitoring
- rancid:
- rancid installed : done
- fortigate (http://thedonkeyland.com/blog/2011/07/backing-up-fortinet-fortigate-configs-with-rancid/)
Done
- nfs setup / data exported
athena -> keres data sync
time /usr/bin/rsync -avzr /etc/ /mnt/keres/data/athena/etc --stats time /usr/bin/rsync -avzr /var/bind/ /mnt/keres/data/athena/var/bind --stats
Firewalld
[root@keres etc]# firewall-cmd --permanent --zone=public --add-service=dns success [root@keres etc]# firewall-cmd --permanent --zone=public --add-service=https success [root@keres etc]# firewall-cmd --permanent --zone=public --add-service=nfs success [root@keres etc]# firewall-cmd --permanent --zone=public --add-service=ntp success [root@keres etc]# firewall-cmd --reload success [root@keres etc]# firewall-cmd --zone=public --list-all public (default, active) interfaces: enp3s0 wlp2s0 sources: services: dhcpv6-client dns https nfs ntp ssh ports: masquerade: no forward-ports: icmp-blocks: rich rules: [root@keres etc]#