Hashar has uploaded a new change for review. https://gerrit.wikimedia.org/r/81667
Change subject: missing A entries for some LVS ethernet interfaces ...................................................................... missing A entries for some LVS ethernet interfaces The syslog are full of ssh reverse mapping errors such as: sshd[8386]: reverse mapping checking getaddrinfo for vl1019-eth2.lvs1003.wikimedia.org [10.64.33.3] failed - POSSIBLE BREAK-IN ATTEMPT! This patch adds in the missing entries based on the PTR entries in 10.in-addr.arpa RT #4811 Change-Id: Ib02c82bdcf1049e0cbcd70f58f29b0bcd380b05e --- M templates/wikimedia.org 1 file changed, 12 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/dns refs/changes/67/81667/1 diff --git a/templates/wikimedia.org b/templates/wikimedia.org index 1bced22..7975a90 100644 --- a/templates/wikimedia.org +++ b/templates/wikimedia.org @@ -465,6 +465,18 @@ vl2-eth0.lvs4 1H IN A 10.0.0.14 vl2-eth0.lvs5 1H IN A 10.0.0.15 vl2-eth0.lvs6 1H IN A 10.0.0.16 +vl1017-eth0.lvs1001 1H IN A 10.64.1.1 +vl1017-eth0.lvs1002 1H IN A 10.64.1.2 +vl1017-eth0.lvs1003 1H IN A 10.64.1.3 +vl1017-eth1.lvs1004 1H IN A 10.64.1.4 +vl1017-eth1.lvs1005 1H IN A 10.64.1.5 +vl1017-eth1.lvs1006 1H IN A 10.64.1.6 +vl1019-eth2.lvs1001 1H IN A 10.64.33.1 +vl1019-eth2.lvs1002 1H IN A 10.64.33.2 +vl1019-eth2.lvs1003 1H IN A 10.64.33.3 +vl1019-eth2.lvs1004 1H IN A 10.64.33.4 +vl1019-eth2.lvs1005 1H IN A 10.64.33.5 +vl1019-eth2.lvs1006 1H IN A 10.64.33.6 csw1-knams 1H IN CNAME csw1-esams -- To view, visit https://gerrit.wikimedia.org/r/81667 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib02c82bdcf1049e0cbcd70f58f29b0bcd380b05e Gerrit-PatchSet: 1 Gerrit-Project: operations/dns Gerrit-Branch: master Gerrit-Owner: Hashar <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
