TTSB feed generation fails #110

Closed
opened 2022-08-07 14:23:51 +00:00 by lucidiot · 3 comments
Owner

All feeds of the Taiwan Transportation Safety Board can no longer be generated. A DNS lookup shows that there is no answer from the authoritative server for ttsb.gov.tw:

λ dig +noall +answer ttsb.gov.tw SOA @9.9.9.9
ttsb.gov.tw.            3600    IN      SOA     admns1.gsn.gov.tw. hostmaster.gsn.gov.tw. 1659812401 3600 1800 1209600 3600

λ dig +noall +answer admns1.gsn.gov.tw @9.9.9.9
admns1.gsn.gov.tw.      3600    IN      A       210.69.1.10

λ ping -w10 210.69.1.10
PING 210.69.1.10 (210.69.1.10) 56(84) bytes of data.

--- 210.69.1.10 ping statistics ---
10 packets transmitted, 0 received, 100% packet loss, time 9204ms

λ nslookup ttsb.gov.tw 210.69.1.10
Server:         210.69.1.10
Address:        210.69.1.10#53

*** Can't find ttsb.gov.tw: No answer

λ tracepath 210.69.1.10
 1?: [LOCALHOST]                      pmtu 1500
 1:  162.243.190.7                                         2.193ms
 1:  162.243.190.5                                         0.572ms
 2:  138.197.249.94                                        1.247ms
 3:  138.197.249.90                                        1.909ms
 4:  toro-b1-link.ip.twelve99.net                          1.838ms
 5:  chi-b23-link.ip.twelve99.net                         10.965ms
 6:  kanc-b2-link.ip.twelve99.net                         25.880ms
 7:  palo-b24-link.ip.twelve99.net                        60.556ms
 8:  chunghwa-ic344287-palo-b24.ip.twelve99-cust.net      60.315ms
 9:  r4001-s2.tp.hinet.net                               185.158ms asymm 14
10:  no reply
11:  no reply
12:  no reply
13:  ???                                                 191.398ms asymm 17
14:  210-69-250-130.hinet-ip.hinet.net                   192.462ms asymm 18
15:  no reply
16:  no reply
[a lot more no replies]

Hinet is a Chinese ISP and is the last hop where I can get a trace. This correlates with various news reports mentioning that various Chinese ISPs have cut off Taiwan in retaliation to a visit of a US representative in Taiwan.

It's interesting to see just how much geopolitics I get to see just by reading my error logs on ITSB.

All feeds of the Taiwan Transportation Safety Board can no longer be generated. A DNS lookup shows that there is no answer from the authoritative server for `ttsb.gov.tw`: ``` λ dig +noall +answer ttsb.gov.tw SOA @9.9.9.9 ttsb.gov.tw. 3600 IN SOA admns1.gsn.gov.tw. hostmaster.gsn.gov.tw. 1659812401 3600 1800 1209600 3600 λ dig +noall +answer admns1.gsn.gov.tw @9.9.9.9 admns1.gsn.gov.tw. 3600 IN A 210.69.1.10 λ ping -w10 210.69.1.10 PING 210.69.1.10 (210.69.1.10) 56(84) bytes of data. --- 210.69.1.10 ping statistics --- 10 packets transmitted, 0 received, 100% packet loss, time 9204ms λ nslookup ttsb.gov.tw 210.69.1.10 Server: 210.69.1.10 Address: 210.69.1.10#53 *** Can't find ttsb.gov.tw: No answer λ tracepath 210.69.1.10 1?: [LOCALHOST] pmtu 1500 1: 162.243.190.7 2.193ms 1: 162.243.190.5 0.572ms 2: 138.197.249.94 1.247ms 3: 138.197.249.90 1.909ms 4: toro-b1-link.ip.twelve99.net 1.838ms 5: chi-b23-link.ip.twelve99.net 10.965ms 6: kanc-b2-link.ip.twelve99.net 25.880ms 7: palo-b24-link.ip.twelve99.net 60.556ms 8: chunghwa-ic344287-palo-b24.ip.twelve99-cust.net 60.315ms 9: r4001-s2.tp.hinet.net 185.158ms asymm 14 10: no reply 11: no reply 12: no reply 13: ??? 191.398ms asymm 17 14: 210-69-250-130.hinet-ip.hinet.net 192.462ms asymm 18 15: no reply 16: no reply [a lot more no replies] ``` Hinet is a Chinese ISP and is the last hop where I can get a trace. This correlates with various news reports mentioning that various Chinese ISPs have cut off Taiwan in retaliation to a visit of a US representative in Taiwan. It's interesting to see just how much geopolitics I get to see just by reading my error logs on ITSB.
lucidiot added the
bug
feed
labels 2022-08-07 14:23:51 +00:00
lucidiot added
external cause:politics
and removed
bug
labels 2022-08-07 14:32:09 +00:00
Author
Owner
λ ~/ dig +noall +answer www.ttsb.gov.tw A @9.9.9.9 
www.ttsb.gov.tw.        3600    IN      A       163.29.151.232

The feed generation works again.

``` λ ~/ dig +noall +answer www.ttsb.gov.tw A @9.9.9.9 www.ttsb.gov.tw. 3600 IN A 163.29.151.232 ``` The feed generation works again.
Author
Owner

The generation has failed again today, showing a very similar traceroute. I guess this issue is likely to occur some more, since de-escalation likely will never occur…

The generation has failed again today, showing a very similar traceroute. I guess this issue is likely to occur some more, since de-escalation likely will never occur…
lucidiot reopened this issue 2022-08-11 16:11:35 +00:00
Author
Owner

Generation was successful in the last two days.

Generation was successful in the last two days.
Sign in to join this conversation.
No description provided.