Actions
Bug #505
closedBug #503: Orfeo: new IPv4
Orfeo: Remove old IPv4
Start date:
2017-02-06
Due date:
% Done:
100%
Estimated time:
(Total: 0:00 h)
Patch Available:
Confirmed:
Yes
Branch:
Entity:
DuckCorp
Security:
No
Help Needed:
Description
New IPv4 had been added, 193.17.192.211 can be removed.
Orfeo¶
[X]
postfix (ansible not used)/etc/postfix/helo_overrides.cf
updated, apply modification using:postmap /etc/postfix/helo_overrides.cf
/etc/postfix/main.cf
updated, apply modification using:systemctl reload postfix
- [X] dspam (ansible not used)
/etc/dspam/dspam.conf
updated, apply modification usingsystemctl reload dspam.service
[X]
ircd-ratbox (ansible not used)/etc/ircd-ratbox/common_exempts.conf
and/etc/ircd-ratbox/ircd.conf
updated, apply modification withsystemctl restart ircd-ratbox.service
[X]
bind (ansible not used)/etc/bind/named.conf
, apply modification withsystemctl restart bind9.service
Jinta¶
- [X] Apply ansible on this host, the following files will be updated:
/etc/fail2ban/jail.conf
and/etc/resolv.conf
[X]
ircd-ratbox (ansible not used)/etc/ircd-ratbox/common_exempts.conf
, modification applied usingsystemctl reload ircd-ratbox.service
Toushirou¶
- [X] Apply ansible on this host, the following files will be updated:
/etc/fail2ban/jail.conf
and/etc/resolv.conf
[X]
bind/etc/bind/named.conf
, apply modification withsystemctl restart bind9.service
[X]
postfix (ansible not used)/etc/postfix/main.cf
updated, apply modification using:systemctl reload postfix
Thorfinn¶
- [X] Apply ansible on this host, the following files will be updated:
/etc/fail2ban/jail.conf
and/etc/resolv.conf
Korutopi¶
Nothing to do.
Updated by Pierre-Louis Bonicoli almost 8 years ago
- Description updated (diff)
- Due date set to 2017-02-10
- Start date changed from 2017-02-06 to 2017-02-10
- Confirmed changed from No to Yes
Updated by Pierre-Louis Bonicoli almost 8 years ago
- Description updated (diff)
- Status changed from New to In Progress
Ansible configuration applied using commit 2d8eab4a7605168a518ea148a2fdf3491d1081f3 and the following command:
ansible-playbook -i hosts -t interfaces,firewalling -l Jinta,Orfeo,Thorfinn,Toushirou playbooks/dc.yml
Updated by Pierre-Louis Bonicoli almost 8 years ago
The address need to be manually deleted using ip a d 193.17.192.211 dev eth0
, then minbif
and prosody
services and the irssi
instance of HappyPeng must be restarted.
netstat -ntpu |grep 193.17.192.211|grep EST tcp 0 0 193.17.192.211:52128 XXX.XXX.XXX.XXX:6667 ESTABLISHED 14580/irssi tcp 0 0 193.17.192.211:57551 XXX.XXX.XXX.XXX:5269 ESTABLISHED 7642/lua5.1 tcp 0 0 193.17.192.211:37826 XXX.XXX.XXX.XXX:5222 ESTABLISHED 2067/minbif
Updated by Pierre-Louis Bonicoli almost 8 years ago
- Category set to System :: Network
- Status changed from In Progress to Resolved
- Security set to No
irssi
instance isn't using the old IPv4 anymore.
Old IP and route removed using
ip a d 193.17.192.211/28 dev eth0 ip route replace default via 193.200.43.110@
prosody
and minbif
restarted using:
systemctl restart prosody systemctl restart minbif
Actions