From narellec at gmail.com Tue Aug 5 14:46:06 2025 From: narellec at gmail.com (Narelle Clark) Date: Tue, 5 Aug 2025 14:46:06 +1000 Subject: [AusNOG] Call for Papers APIX32 on 8 September Message-ID: Hi all After you've been to AusNOGthis year, why not go to APNIC and APIX? The APIX Program Committee now invites presentations for APIX32 scheduled for *Monday 8 September 2025* alongside APNIC60 *in Da Nang, Vietnam*. Suitable topics include:- - Internet Exchange ecosystem: topics related to the technical components of IXPs and their architectures - Internet Exchange operations: adopting new technology, monitoring and management of IXPs - Internet Exchange security: threats, mitigations and use cases in the IXP context - Internet Exchange growth and organisation: attracting new members, onboarding them and keeping them involved - Assessment and analysis of the impact of Internet Exchanges on the Internet ecosystem - Internet landscape generally: what big picture issues affect IXPs or their members - Data centre ecosystem: what trends are we seeing, what features and technology makes a DC a good home for an IXP? - Any other topics related to Internet and IXP operations. Presentations need to be of a practical orientation and directly assist the IXP community in establishing, running and growing IXPs. The intention is knowledge sharing and skill enhancement. Presentations aimed just at trying to sell services will not be accepted. Presentations can be given in person or remotely. There will also be a new member session where we are introduced to new IXPs in the region and we welcome any recommendations people have for interesting sessions and speakers! Papers can be submitted via the APIX 32 Submission System Or directly via this link: https://papers.apnic.net/user/index.php?event=228 *Submission deadline: 22 August 2025 Conference date : 8 September 2025* Thank you -- Narelle Clark Chair, APIX Program Committee and CEO Internet Association of Australia Proud operators of IX Australia -------------- next part -------------- An HTML attachment was scrubbed... URL: From glp71s at gmail.com Thu Aug 7 12:46:18 2025 From: glp71s at gmail.com (Giles Pollock) Date: Thu, 7 Aug 2025 12:46:18 +1000 Subject: [AusNOG] Anyone tried using the NBNCo status/outages customer facing page lately? In-Reply-To: References: Message-ID: So I've been checking the page for about a week now and it would seem someone has broken it with a bad implementation of reCAPTCHA. Naturally of course there is no way to actually reach anyone in NBNCo to look at getting the thing fixed, so this email is a bit of a scream to the void in the hope there might be someone out there who can raise something internally, or at least find the relevant webdev to prod... The steps to reproduce are pretty easy... Head on over to the status page ( https://www.nbnco.com.au/support/network-status), type in an address, click Check Address and watch it not work. Sometimes it will say you don't have NBN at that address, other times it will say there was an error and to try again later. Checking the actual requests will show a 500 error when trying to hit https://places.nbnco.net.au/places/v1/maintenance?locationId=(whatever your LOC ID is) with the response of "Invalid recaptcha response." You'd think there might be some testing somewhere before publishing a critical customer facing page... Have things continued to deteriorate when it comes to getting NBNCo issues sorted out? -------------- next part -------------- An HTML attachment was scrubbed... URL: From matthew at kobayashi.au Thu Aug 7 13:40:05 2025 From: matthew at kobayashi.au (Matthew Kobayashi) Date: Thu, 7 Aug 2025 13:40:05 +1000 Subject: [AusNOG] Anyone tried using the NBNCo status/outages customer facing page lately? In-Reply-To: References: Message-ID: Hi Giles, The reCAPTCHA implementation does work, it just requires the reCAPTCHA token to be passed as a header in the request. I'm not seeing any issues with the website either, maybe it's an issue with your browser? Try clearing cache, etc. and see if that sorts it out. Cheers, Matthew On Thu, 7 Aug 2025 at 12:47, Giles Pollock wrote: > So I've been checking the page for about a week now and it would seem > someone has broken it with a bad implementation of reCAPTCHA. Naturally of > course there is no way to actually reach anyone in NBNCo to look at getting > the thing fixed, so this email is a bit of a scream to the void in the hope > there might be someone out there who can raise something internally, or at > least find the relevant webdev to prod... > > The steps to reproduce are pretty easy... Head on over to the status page ( > https://www.nbnco.com.au/support/network-status), type in an address, > click Check Address and watch it not work. Sometimes it will say you don't > have NBN at that address, other times it will say there was an error and to > try again later. > > Checking the actual requests will show a 500 error when trying to hit > https://places.nbnco.net.au/places/v1/maintenance?locationId=(whatever > your LOC ID is) with the response of "Invalid recaptcha response." > > You'd think there might be some testing somewhere before publishing a > critical customer facing page... Have things continued to deteriorate when > it comes to getting NBNCo issues sorted out? > _______________________________________________ > AusNOG mailing list > AusNOG at lists.ausnog.net > https://lists.ausnog.net/mailman/listinfo/ausnog > -------------- next part -------------- An HTML attachment was scrubbed... URL: From glp71s at gmail.com Thu Aug 7 13:53:06 2025 From: glp71s at gmail.com (Giles Pollock) Date: Thu, 7 Aug 2025 13:53:06 +1000 Subject: [AusNOG] Anyone tried using the NBNCo status/outages customer facing page lately? In-Reply-To: References: Message-ID: Already cleared the cache, I suspect it might be a CDN issue at this stage as the recaptcha token isn't getting attached to the request for the maintenance API endpoint. It is being attached to the details endpoint though. I've tried a number of different devices (mobile and desktop) as well, so my next step is to force a VPN to somewhere weird and see if I get a different bunch of javascript sent my way. On Thu, Aug 7, 2025 at 1:40?PM Matthew Kobayashi wrote: > Hi Giles, > > The reCAPTCHA implementation does work, it just requires the reCAPTCHA > token to be passed as a header in the request. I'm not seeing any issues > with the website either, maybe it's an issue with your browser? Try > clearing cache, etc. and see if that sorts it out. > > Cheers, > Matthew > > On Thu, 7 Aug 2025 at 12:47, Giles Pollock wrote: > >> So I've been checking the page for about a week now and it would seem >> someone has broken it with a bad implementation of reCAPTCHA. Naturally of >> course there is no way to actually reach anyone in NBNCo to look at getting >> the thing fixed, so this email is a bit of a scream to the void in the hope >> there might be someone out there who can raise something internally, or at >> least find the relevant webdev to prod... >> >> The steps to reproduce are pretty easy... Head on over to the status page >> (https://www.nbnco.com.au/support/network-status), type in an address, >> click Check Address and watch it not work. Sometimes it will say you don't >> have NBN at that address, other times it will say there was an error and to >> try again later. >> >> Checking the actual requests will show a 500 error when trying to hit >> https://places.nbnco.net.au/places/v1/maintenance?locationId=(whatever >> your LOC ID is) with the response of "Invalid recaptcha response." >> >> You'd think there might be some testing somewhere before publishing a >> critical customer facing page... Have things continued to deteriorate when >> it comes to getting NBNCo issues sorted out? >> _______________________________________________ >> AusNOG mailing list >> AusNOG at lists.ausnog.net >> https://lists.ausnog.net/mailman/listinfo/ausnog >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: