1. Home
  2. Companies
  3. Optus
  4. Newport
Optus

Optus outages and service status in Newport, New South Wales

No problems detected

If you are having issues, please submit a report below.

Full Outage Map
  • Optus generated 0 outage signals in the last 24 hours around Newport, including 0 direct reports.

SingTel Optus offers landline and mobile communication services to consumers and businesses, including mobile phone, mobile internet, broadband internet and television.

Problems in the last 24 hours in Newport, New South Wales

The chart below shows the number of Optus reports we have received in the last 24 hours from users in Newport, New South Wales and surrounding areas. An outage is declared when the number of reports exceeds the baseline, represented by the red line.

At the moment, we haven't detected any problems at Optus. Are you experiencing issues or an outage? Leave a message in the comments section!

Community Discussion

Tips? Frustrations? Share them here. Useful comments include a description of the problem, city and postal code.

Beware of "support numbers" or "recovery" accounts that might be posted below. Make sure to report and downvote those comments. Avoid posting your personal information.

Optus Issues Reports Near Newport, New South Wales

Latest outage, problems and issue reports in Newport and nearby locations:

  • matthew_dotco
    Matthew Roberts (@matthew_dotco) reported from Mona Vale, New South Wales

    @Optus - my nbn service is horrendous. It just won’t work. Dropouts that go on for hours #useless #nbn

Optus Issues Reports

Latest outage, problems and issue reports in social media:

  • Cheryl53111693
    Cheryl (@Cheryl53111693) reported

    @andrewrdn463 Put a woman in charge of a company like Telstra and Optus and you can be sure they will **** it up.

  • WCEBeagle
    The West Coast Beagle (@WCEBeagle) reported

    @AJG_87 @MiguelS92940618 This is where I’m at. Looking at yesterday alone we had the personnel on park to beat Richmond. Can blame poor kicking but it was the same against Port & North at Optus. We have gone backwards post bye If we have the personnel then for me it’s the coaching staff that are failing

  • EmmasLastStand
    Emma’s Last Stand (@EmmasLastStand) reported

    Millions of Australians may have had data accessed by “hackers” after Origin Energy confirmed it is investigating a cybersecurity incident. It could be one of the biggest “cyberattacks” Australia has faced following similar strikes on Optus, Medibank and Qantas. Most of the cyber “hacks” on Australian companies have actually been leaks due to incompetent, lazy IT staff—Origin received and email from the “hacker” but because said hacker didn’t reply to questions from Origin, the company pretended it didn’t happen until the hacker contacted the median. As I said, incompetent lazy IT staff.

  • james00000001
    James One 😷 (@james00000001) reported

    @JaniceB72627796 I'm wondering if Optus had a problem. Will be interested to hear if you receive it later

  • mwupfront
    🐟 (@mwupfront) reported

    @heathledgcrs i wanna come watch something at waca or optus so bad but no sports line up with my perth conventions 🥀🥀

  • DevDacian
    Dacian (@DevDacian) reported

    GLM is a lot less "forgiving" than Opus/GPT; use these techniques in your long workflows to avoid many GLM errors: 1⃣ incremental output - don't output at the end, make your agents output incrementally while working 2⃣ checkpoint writes - glm agents can timeout very easily during reasoning phases, so have them output checkpoints to prevent this 3⃣ tighten prompts - glm seems a lot dumber than opus/gpt at figuring out what the correct action is, so tighten up your prompts to remove any ambiguity 4⃣ negative & positive enforcement - opus/gpt generally do the right thing if given the reasons why that is the right thing to do, but glm benefits from explicitly being told what to not do since it loves to misbehave 5⃣ tolerate output variance - glm is worse at outputting correct formats. Tighten up output specification prompts but also consider tolerating greater output variance & using deterministic output cleanup to format things correctly 6⃣ verify outputs, auto retry - glm can return seemingly "successful" but without writing any outputs, it can return weird tooling info in its outputs, there are lots fo weird things that can happen. Ensure to check the outputs for correctness, diagnose the cause of failures & have automated system in place to re-try failed spawns using prompts which instruct the retried agent to correct the errors Perhaps I've just been spoiled by Optus/Gpt but GLM feels quite "rough around the edges" in comparison.

  • richardmelb05
    Richie_Night Owl (@richardmelb05) reported

    Just got a call from @Optus the bloke told me @NBN_Australia has suffered an outage. He couldnt say how long the outage will last

  • MettaBhavana1
    Metta Bhavana "officialfineprintenvoy" #5xjabbed (@MettaBhavana1) reported

    @james00000001 @Schtang Optus is not the problem! It's individual users and their settings.

  • RazeBannon
    BRODA (@RazeBannon) reported

    Ask Grok: Can ISPs block VOIP? Yes, ISPs can block Voice over IP (VoIP) traffic at their network level, and many do so in practice. This is technically feasible using tools like port blocking, deep packet inspection (DPI), and other traffic management techniques. How ISPs Block VoIP ISPs control the core network infrastructure, so they can inspect and filter traffic before it reaches customers. Common methods include: Port-based blocking**: Traditional VoIP often uses specific ports like UDP 5060/5061 for SIP (signaling) and a range of ports (e.g., 10000–20000) for RTP (media/voice). ISPs can simply drop traffic on these ports. Deep Packet Inspection (DPI)**: This examines not just headers but packet contents, signatures, packet sizes, timing, and protocol behavior to identify VoIP even if it uses non-standard ports or obfuscation. DPI can dynamically detect and block SIP, RTP, or app-specific patterns (e.g., Skype, WhatsApp calls). IP address or domain blacklisting**: Blocking known servers of VoIP providers. Protocol anomaly detection or traffic shaping**: Dropping or throttling UDP-heavy, low-latency streams typical of voice calls. Real-World Examples Certain countries and carriers (e.g., in the Middle East, Morocco, Philippines, or places with state telecom monopolies) block VoIP to protect traditional phone revenue or for regulatory reasons. Mobile providers like Optus 4G or others have blocked SIP traffic. Corporate/school networks or bandwidth-limited ISPs sometimes block or deprioritize VoIP to conserve resources. China has historically blocked VoIP, though workarounds emerged over time. Limitations and Challenges for Complete Blocking Encryption and obfuscation**: Modern VoIP (e.g., over WebRTC, HTTPS, or apps like Signal/WhatsApp) is harder to detect reliably. DPI isn't foolproof against randomized ports, variable packet patterns, or VPN-like wrapping. VPNs and tunnels**: Users can often bypass blocks by routing traffic through a VPN, which encrypts and hides the VoIP signature. Evasion techniques**: Providers and users adapt with port hopping, STUN/TURN servers, or proxies. False positives**: Overly aggressive blocking can disrupt other UDP-based services (gaming, video streaming). Complete, unbreakable blocking is difficult long-term without also harming general internet performance, but partial or effective blocking for most users is very achievable. Why ISPs Do This Reasons include protecting legacy telephony revenue, complying with regulations, managing bandwidth, reducing congestion, or enforcing content policies. In summary, yes—ISPs have both the capability and precedent for blocking VoIP, primarily via DPI and port controls, though motivated users can often circumvent it. If you're dealing with a specific ISP or scenario, details could help narrow down options. TCP/IP allows spam filters at the node level. This is one small example. TCP/IP remains neutral and ethical.

  • Ayyyyybeeeee
    Arthur Barrett (@Ayyyyybeeeee) reported

    Here in Australia we’ve got the semi-annual hand wringing over cellular carriers and emergency calls - is it time to ditch SS7 for VoIP/SIP and switch from single operator SIM from Telstra/Optus to multi-operator SIM like SimBase or ThingsMobile?