+----------+ Ping Request +----------+ | | <-------------- | | | Server A | | Server B | | | --------------> | | +----------+ Ping Response +----------+
特定IPからの ping を通す許可設定
以下設定を Server A で実施する。
1 2 3
[Server A]# iptables -A INPUT -p icmp --icmp-type 8 -s <Server B の IP Address> -j ACCEPT [Server A]# iptables -A OUTPUT -p icmp --icmp-type 0 -s <Server B の IP Address> -j ACCEPT [Server A]# service iptables restart
--icmp-type 8 は Echo request (エコー要求) を許可
--icmp-type 0 は Echo Reply (エコー応答) を許可
Server Bから ping実行
1 2 3 4 5 6 7 8 9 10
[Server B]# ping <Server A の IP Address>
PING (<Server A の IP Address>): 56 data bytes 64 bytes from (<Server A の IP Address>): icmp_seq=0 ttl=58 time=4.411 ms 64 bytes from (<Server A の IP Address>): icmp_seq=1 ttl=58 time=4.079 ms 64 bytes from (<Server A の IP Address>): icmp_seq=2 ttl=58 time=4.027 ms ^C --- (<Server A の IP Address>) ping statistics --- 3 packets transmitted, 3 packets received, 0.0% packet loss round-trip min/avg/max/stddev = 4.027/4.172/4.411/0.170 ms
Dec 18 17:24:11 ip-xxx-xx-xx-xx postfix/smtp[4827]: 380D2A27ED: to=hogehoge@xxxxxxx.com, relay=xxxxxxx-com.mail.protection.outlook.com[xxx.xx.xx.xxx]:25, delay=6.1, delays=0.01/0/0.88/5.2, dsn=5.7.1, status=bounced (host xxxxxxx-com.mail.protection.outlook.com[xxx.xx.xx.xxx] said: 550 5.7.1 Service unavailable; Client host [yy.yy.yy.yyy] blocked using FBLW15; To request removal from this list please forward this message to delist@messaging.microsoft.com (in reply to RCPT TO command))
要約すると
hogehoge@xxxxxxx.com 宛のメールが Outlook でブラックリスト扱いされて弾かれています ( status=bounced )。 もしブラックリストから削除したい場合は、 delist@messaging.microsoft.com 宛に解除申請してください。
もうちょっと細かく
relay=xxxxxxx-com.mail.protection.outlook.com[xxx.xx.xx.xxx]:25 とある通り MicroSoftがメールツールサービス Outlook が受信相手です。
Please Remove My IP yy.yy.yy.yyy from your BlockList.
内容
1 2 3 4
Please remove this IP yy.yy.yy.yyy from your BlockList.
Thanks. Kenzo Tanaka.
数分後に Microsoft Customer Support から返信が着た
メール内容
1 2 3 4 5 6 7 8
Hello ,
Thank you for your delisting request SRX1318598611ID. Your ticket was received on (Dec 21 2015 08:14 AM UTC) and will be responded to within 24 hours.
Our team will investigate the address that you have requested to be removed from our blocklist. If for any reason we are not able to remove your address, one of our technical support representatives will respond to you with additional information.
Thank you for contacting Microsoft Online Services Technical Support. This email is in reference to ticket number, 1318598611 which was opened in regards to your delisting request for yy.yy.yy.yyy
The IP address you submitted has been reviewed and removed from our block lists. Please note that there may be a 1-2 hour delay before this change propagates through our entire system.
We apologize for any inconvenience this may have caused you. As long as our spam filtering systems do not mark a majority of email from the IP address as spam-like, your messages will be allowed to flow as normal through our network. However, should we detect an increase in spam-like activity, the IP address may be re-added to our block list.
Should you have any further questions or concerns, please feel free to respond to this email.
Thank you again for contacting Microsoft Online Services technical support and giving us the opportunity to serve you.
c95c7e9 HEAD@{0}: merge release: Merge made by the 'recursive' strategy. ad5bed0 HEAD@{1}: checkout: moving from release to master ffe45df HEAD@{2}: merge develop: Merge made by the 'recursive' strategy. 6aa536b HEAD@{3}: checkout: moving from develop to release
# yum clean all 読み込んだプラグイン:fastestmirror リポジトリーを清掃しています: base epel extras mysql-connectors-community mysql-tools-community mysql56-community nginx treasuredata updates Cleaning up everything Cleaning up list of fastest mirrors