Actions
Bug #503
closedOrfeo: new IPv4
Start date:
2017-02-06
Due date:
% Done:
100%
Estimated time:
(Total: 0:00 h)
Patch Available:
Confirmed:
No
Branch:
Entity:
DuckCorp
Security:
No
Help Needed:
No
Description
New IPv4 has been added in /etc/network/interfaces.d/wan (see admin encrypted repository) but services/DNS doesn't use the new address. Services configurations need to updated replacing the old IPv4 by the new one.
IPv4 configuration:
# old IPv4
iface eth0 inet static
address 193.17.192.211/28
gateway 193.17.192.222
# new IPv4
iface eth0 inet static
address 193.200.43.105/29
gateway 193.200.43.110
The list of services ([X] updated and applied, [/] updated (see .new files) not applied, [ ] TODO) :
orfeo.duckcorp.org¶
[X]postfix (ansible not used)/etc/postfix/helo_overrides.cfupdated, modification applied using:postmap /etc/postfix/helo_overrides.cf/etc/postfix/main.cfupdated, modification applied using:systemctl reload postfix
[X]dspam (ansible not used)/etc/dspam/dspam.confupdated, modification applied usingsystemctl reload dspam.service
[X]ircd-ratbox (ansible not used)/etc/ircd-ratbox/common_exempts.confand/etc/ircd-ratbox/ircd.confupdated, modification will be applied while rebooting (#502)
[X]ratbox-services (ansible not used)/etc/ratbox-services/ratbox-services.confupdated, modification will be applied while rebooting (#502)
[X]bind/etc/bind/master/duckcorp.org.zone /etc/bind/master/hurdfr.org.zone /etc/bind/master/milkypond.org.zone /etc/bind/named.conf /etc/bind/tsig.conf
toushirou.duckcorp.org¶
[X]fail2ban/etc/fail2ban/jail.confupdated, modification applied using:systemctl restart fail2ban.service
[X]postfix/etc/postfix/main.cfupdated, modification applied using:systemctl reload postfix
[X]bind/etc/bind/named.conf,/etc/bind/tsig.confand/etc/bind/slave_zones.confupdated, modifications applied usingsystemctl reload bind9.service
jinta.duckcorp.org¶
[X]ircd-ratbox (ansible not used)/etc/ircd-ratbox/common_exempts.confand/etc/ircd-ratbox/ircd.confupdated, modification will be applied while rebooting (#502)
Configuration managed using Ansible¶
- fail2ban: configuration was up to date but not applied (see 8d89acefcc85733d1823e6719ad77094ce46fb5d), configuration is now applied on all hosts
/etc/resolv.conf: branchorfeo_new_ipv4reviewed and merged, needs to be applied
Actions