Faidon Liambotis has submitted this change and it was merged. Change subject: missing A entries for LVS Ethernet interfaces ......................................................................
missing A entries for LVS Ethernet interfaces syslog is 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, 13 insertions(+), 0 deletions(-) Approvals: Faidon Liambotis: Looks good to me, approved jenkins-bot: Verified diff --git a/templates/wikimedia.org b/templates/wikimedia.org index 1bced22..39fff34 100644 --- a/templates/wikimedia.org +++ b/templates/wikimedia.org @@ -466,6 +466,19 @@ 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 pfw1-eqiad 1H IN A 208.80.154.218 -- To view, visit https://gerrit.wikimedia.org/r/81667 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib02c82bdcf1049e0cbcd70f58f29b0bcd380b05e Gerrit-PatchSet: 2 Gerrit-Project: operations/dns Gerrit-Branch: master Gerrit-Owner: Hashar <[email protected]> Gerrit-Reviewer: BBlack <[email protected]> Gerrit-Reviewer: Faidon Liambotis <[email protected]> Gerrit-Reviewer: Mark Bergsma <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
