www.iprimus.com.au Open in urlscan Pro
2606:4700::6812:1d73  Public Scan

Submitted URL: http://iprimus.com.au/
Effective URL: https://www.iprimus.com.au/
Submission: On March 09 via manual from AU — Scanned from DE

Form analysis 2 forms found in the DOM

<form class="form-horizontal ng-pristine ng-valid">
  <div class="form-group">
    <div class="row">
      <div class="col-12">
        <label for=""><span class="label">It seems we have multiple addresses at the location, verify your address below to continue</span></label>
      </div>
      <div class="col-12">
      </div>
      <section class="multi-address">
        <ul class="addr-list">
          <!-- ngRepeat: address in addressList -->
          <!--<li ng-if="transacInfo.products.bundle.internet.providerType == 'ADSL'" class="addr-item" ng-repeat="address in addressList" data-uuid='{{address.addressId}}'
                                                    ng-click="addressSelected(address.addressId, address.addressDetail, '')">
                                                    {{address.addressDetail}}
                                                    <i ng-if="address.addressId == transacInfo.customer.address.addressId" class="fa fa-check"></i>
                                                </li>

                                                <li ng-if="transacInfo.products.bundle.internet.providerType != 'ADSL'" class="addr-item" ng-repeat="address in addressList" data-uuid='{{address.PropertyId}}'
                                                    ng-click="nbnAddressSelected(address.PropertyId, address.addressDetail, address)">
                                                    {{address.addressDetail}}
                                                    <i ng-if="address.addressId == transacInfo.customer.address.PropertyId" class="fa fa-check"></i>
                                                </li>-->
        </ul>
      </section>
    </div>
  </div>
  <div class="col-12">
  </div>
  <div class="form-group submit txt-center">
    <button type="button" class="btn btn-mint-green" name="button" ng-click="addressSubmit()" data-dismiss="modal">continue</button>
  </div>
</form>

<form class="form-horizontal ng-pristine ng-valid ng-valid-maxlength" id="b">
  <div class="">
    <div class="row">
      <div class="col-md-6 col-12 form-group">
        <label for="" class="form-group"><span class="label">Type of Building I Live In</span></label>
        <select class="form-control" id="building-type">
          <option value="" selected="">Select</option>
          <option value="ANT">Antenna</option>
          <option value="APT">Apartment</option>
          <option value="ATM">Automated Teller Machine</option>
          <option value="BBQ">Barbecue</option>
          <option value="BLCK">Block</option>
          <option value="BTSD">Boatshed</option>
          <option value="BLDG">Building</option>
          <option value="BNGW">Bungalow</option>
          <option value="CAGE">Cage</option>
          <option value="CARP">Carpark</option>
          <option value="CARS">Carspace</option>
          <option value="CLUB">Club</option>
          <option value="COOL">Coolroom</option>
          <option value="CTGE">Cottage</option>
          <option value="DUPL">Duplex</option>
          <option value="FCTY">Factory</option>
          <option value="FLAT">Flat</option>
          <option value="GRGE">Garage</option>
          <option value="HALL">Hall</option>
          <option value="HSE">House</option>
          <option value="KSK">Kiosk</option>
          <option value="LSE">Lease</option>
          <option value="LBBY">Lobby</option>
          <option value="LOFT">Loft</option>
          <option value="LOT">Lot</option>
          <option value="MSNT">Maisonette</option>
          <option value="MBTH">Marine Berth</option>
          <option value="OFFC">Office</option>
          <option value="PTHS">Penthouse</option>
          <option value="REAR">Rear</option>
          <option value="RESV">Reserve</option>
          <option value="ROOM">Room</option>
          <option value="SEC">Section</option>
          <option value="SHED">Shed</option>
          <option value="SHOP">Shop</option>
          <option value="SHRM">Showroom</option>
          <option value="SIGN">Sign</option>
          <option value="SITE">Site</option>
          <option value="STLL">Stall</option>
          <option value="STOR">Store</option>
          <option value="STR">Strata Unit</option>
          <option value="STU">Studio</option>
          <option value="SUBS">Substation</option>
          <option value="SE">Suite</option>
          <option value="TNCY">Tenancy</option>
          <option value="TWR">Tower</option>
          <option value="TNHS">Townhouse</option>
          <option value="UNIT">Unit</option>
          <option value="VLT">Vault</option>
          <option value="VLLA">Villa</option>
          <option value="WARD">Ward</option>
          <option value="WHSE">Warehouse</option>
          <option value="WKSH">Workshop</option>
        </select>
      </div>
      <div class="col-md-6 col-12 form-group">
        <label for="" class="form-group"><span class="label">Building Number Is</span></label>
        <input data-contain="number" type="text" class="form-control" id="building-no" placeholder="">
      </div>
    </div>
  </div>
  <div class="">
    <div class="row">
      <div class="col-md-6 col-12 form-group">
        <label for="" class="form-group"><span class="label">Floor Is</span></label>
        <select class="form-control" id="floor-type">
          <option value="">Select</option>
          <option value="B">Basement</option>
          <option value="FL">Floor</option>
          <option value="G">Ground</option>
          <option value="L">Level</option>
          <option value="LB">Lobby</option>
          <option value="LG">Lower Ground Floor</option>
          <option value="M">Mezzanine</option>
          <option value="OD">Observation Deck</option>
          <option value="P">Parking</option>
          <option value="PTHS">Penthouse</option>
          <option value="PLF">Platform</option>
          <option value="PDM">Podium</option>
          <option value="RT">Rooftop</option>
          <option value="SB">Sub-Basement</option>
          <option value="UG">Upper Ground Floor</option>
        </select>
      </div>
      <div class="col-md-6 col-12 form-group">
        <label for="" class="form-group"><span class="label">Floor Number Is</span></label>
        <input type="text" data-contain="number" class="form-control" id="floor-no" placeholder="">
      </div>
    </div>
  </div>
  <div class="">
    <div class="row">
      <div class="col-md-6 col-12 form-group">
        <label for="" class="form-group"><span class="label">Street/LOT Number From Is*</span></label>
        <input type="text" data-contain="an" class="form-control" id="street-no-1" placeholder="">
      </div>
      <div class="col-md-6 col-12 form-group">
        <label for="" class="form-group"><span class="label">Street/LOT Number To Is (Optional) </span></label>
        <input type="text" data-contain="number" class="form-control" id="street-no-2" placeholder="">
      </div>
    </div>
  </div>
  <div class="">
    <div class="row">
      <div class="col-12 form-group">
        <label for="" class="form-group"><span class="label">Street Name Is*</span></label>
        <input type="text" data-contain="an" class="form-control" id="street" placeholder="">
      </div>
    </div>
  </div>
  <div class="">
    <div class="row">
      <div class="col-md-6 col-12 form-group">
        <label for="" class="form-group"><span class="label">Street Type Is *</span></label>
        <select class="form-control ng-pristine ng-untouched ng-valid ng-empty" id="street-type-1" data-contain="street-type" ng-model="streetType">
          <option value="" selected="selected">Street Type</option>
          <option value="ACCS">Access</option>
          <option value="ACRE">Acre</option>
          <option value="AWLK">Airwalk</option>
          <option value="ALLY">Alley</option>
          <option value="ALWY">Alleyway</option>
          <option value="AMBL">Amble</option>
          <option value="APP">Approach</option>
          <option value="ARC">Arcade</option>
          <option value="ARTL">Arterial</option>
          <option value="ARTY">Artery</option>
          <option value="AV">Avenue</option>
          <option value="BA">Banan</option>
          <option value="BANK">Bank</option>
          <option value="BAY">Bay</option>
          <option value="BCH">Beach</option>
          <option value="BEND">Bend</option>
          <option value="BWLK">Boardwalk</option>
          <option value="BVD">Boulevard</option>
          <option value="BVDE">Boulevarde</option>
          <option value="BOWL">Bowl</option>
          <option value="BR">Brace</option>
          <option value="BRAE">Brae</option>
          <option value="BRAN">Branch</option>
          <option value="BRK">Break</option>
          <option value="BRET">Brett</option>
          <option value="BDGE">Bridge</option>
          <option value="BRDWLK">Broadwalk</option>
          <option value="BDWY">Broadway</option>
          <option value="BROW">Brow</option>
          <option value="BULL">Bull</option>
          <option value="BSWY">Busway</option>
          <option value="BYPA">Bypass</option>
          <option value="BYWY">Byway</option>
          <option value="CSWY">Causeway</option>
          <option value="CTR">Centre</option>
          <option value="CNWY">Centreway</option>
          <option value="CH">Chase</option>
          <option value="CIR">Circle</option>
          <option value="CLT">Circlet</option>
          <option value="CCT">Circuit</option>
          <option value="CRCS">Circus</option>
          <option value="CL">Close</option>
          <option value="CLR">Cluster</option>
          <option value="CLDE">Colonnade</option>
          <option value="CMMN">Common</option>
          <option value="CMMNS">Commons</option>
          <option value="CNCD">Concord</option>
          <option value="CON">Concourse</option>
          <option value="CNTN">Connection</option>
          <option value="CPS">Copse</option>
          <option value="CNR">Corner</option>
          <option value="CSO">Corso</option>
          <option value="CRSE">Course</option>
          <option value="CT">Court</option>
          <option value="CTYD">Courtyard</option>
          <option value="COVE">Cove</option>
          <option value="CR">Crescent</option>
          <option value="CRST">Crest</option>
          <option value="CRF">Crief</option>
          <option value="CRK">Crook</option>
          <option value="CRSS">Cross</option>
          <option value="CRSG">Crossing</option>
          <option value="CUWY">Cruiseway</option>
          <option value="CSAC">Cul-De-Sac</option>
          <option value="CUT">Cut</option>
          <option value="CUTT">Cutting</option>
          <option value="DALE">Dale</option>
          <option value="DASH">Dash</option>
          <option value="DELL">Dell</option>
          <option value="DENE">Dene</option>
          <option value="DE">Deviation</option>
          <option value="DIP">Dip</option>
          <option value="DSTR">Distributor</option>
          <option value="DIV">Divide</option>
          <option value="DOCK">Dock</option>
          <option value="DOM">Domain</option>
          <option value="DOWN">Down</option>
          <option value="DWNS">Downs</option>
          <option value="DR">Drive</option>
          <option value="DVWY">Driveway</option>
          <option value="ESMT">Easement</option>
          <option value="EAST">East</option>
          <option value="EDGE">Edge</option>
          <option value="ELB">Elbow</option>
          <option value="END">End</option>
          <option value="ENT">Entrance</option>
          <option value="ESP">Esplanade</option>
          <option value="EST">Estate</option>
          <option value="EXP">Expressway</option>
          <option value="EXTN">Extension</option>
          <option value="FAWY">Fairway</option>
          <option value="FBRK">Firebreak</option>
          <option value="FLNE">Fireline</option>
          <option value="FTRK">Firetrack</option>
          <option value="FITR">Firetrail</option>
          <option value="FLAT">Flat</option>
          <option value="FLTS">Flats</option>
          <option value="FOLW">Follow</option>
          <option value="FTWY">Footway</option>
          <option value="FORD">Ford</option>
          <option value="FSHR">Foreshore</option>
          <option value="FORK">Fork</option>
          <option value="FORM">Formation</option>
          <option value="FWY">Freeway</option>
          <option value="FRNT">Front</option>
          <option value="FRTG">Frontage</option>
          <option value="GAP">Gap</option>
          <option value="GDN">Garden</option>
          <option value="GDNS">Gardens</option>
          <option value="GTE">Gate</option>
          <option value="GWY">Gateway</option>
          <option value="GLDE">Glade</option>
          <option value="GLEN">Glen</option>
          <option value="GRA">Grange</option>
          <option value="GRN">Green</option>
          <option value="GR">Grove</option>
          <option value="GLY">Gully</option>
          <option value="HRBR">Harbour</option>
          <option value="HVN">Haven</option>
          <option value="HTH">Heath</option>
          <option value="HTS">Heights</option>
          <option value="HIRD">Highroad</option>
          <option value="HWY">Highway</option>
          <option value="HIKE">Hike</option>
          <option value="HILL">Hill</option>
          <option value="HILLS">Hills</option>
          <option value="HLLW">Hollow</option>
          <option value="HUB">Hub</option>
          <option value="INLT">Inlet</option>
          <option value="INTG">Interchange</option>
          <option value="ID">Island</option>
          <option value="JNC">Junction</option>
          <option value="KEY">Key</option>
          <option value="KEYS">Keys</option>
          <option value="KNOL">Knoll</option>
          <option value="LADR">Ladder</option>
          <option value="LDG">Landing</option>
          <option value="LANE">Lane</option>
          <option value="LNWY">Laneway</option>
          <option value="LEAD">Lead</option>
          <option value="LEDR">Leader</option>
          <option value="LINE">Line</option>
          <option value="LINK">Link</option>
          <option value="LKT">Lookout</option>
          <option value="LOOP">Loop</option>
          <option value="LYNN">Lynne</option>
          <option value="MALL">Mall</option>
          <option value="MANR">Manor</option>
          <option value="MART">Mart</option>
          <option value="MZ">Maze</option>
          <option value="MEAD">Mead</option>
          <option value="MNDR">Meander</option>
          <option value="MEW">Mew</option>
          <option value="MEWS">Mews</option>
          <option value="MILE">Mile</option>
          <option value="MTWY">Motorway</option>
          <option value="NOOK">Nook</option>
          <option value="NTH">North</option>
          <option value="NULL">Null</option>
          <option value="OTLT">Outlet</option>
          <option value="OTLK">Outlook</option>
          <option value="OVAL">Oval</option>
          <option value="PLMS">Palms</option>
          <option value="PDE">Parade</option>
          <option value="PRDS">Paradise</option>
          <option value="PARK">Park</option>
          <option value="PWY">Parkway</option>
          <option value="PART">Part</option>
          <option value="PASS">Pass</option>
          <option value="PSGE">Passage</option>
          <option value="PATH">Path</option>
          <option value="PWAY">Pathway</option>
          <option value="PSLA">Peninsula</option>
          <option value="PIAZ">Piazza</option>
          <option value="PL">Place</option>
          <option value="PLZA">Plaza</option>
          <option value="PKT">Pocket</option>
          <option value="PNT">Point</option>
          <option value="PORT">Port</option>
          <option value="PREC">Precinct</option>
          <option value="PROM">Promenade</option>
          <option value="PRST">Pursuit</option>
          <option value="QUAD">Quad</option>
          <option value="QDRT">Quadrant</option>
          <option value="QY">Quay</option>
          <option value="QYS">Quays</option>
          <option value="RMBL">Ramble</option>
          <option value="RAMP">Ramp</option>
          <option value="RNGE">Range</option>
          <option value="RCH">Reach</option>
          <option value="REEF">Reef</option>
          <option value="RES">Reserve</option>
          <option value="REST">Rest</option>
          <option value="RTT">Retreat</option>
          <option value="RTN">Return</option>
          <option value="RIDE">Ride</option>
          <option value="RDGE">Ridge</option>
          <option value="ROFW">Right Of Way</option>
          <option value="RING">Ring</option>
          <option value="RISE">Rise</option>
          <option value="RSNG">Rising</option>
          <option value="RVR">River</option>
          <option value="RD">Road</option>
          <option value="RDS">Roads</option>
          <option value="RDWY">Roadway</option>
          <option value="RTY">Rotary</option>
          <option value="RND">Round</option>
          <option value="RTE">Route</option>
          <option value="ROW">Row</option>
          <option value="ROWE">Rowe</option>
          <option value="RUE">Rue</option>
          <option value="RUN">Run</option>
          <option value="SVWY">Serviceway</option>
          <option value="SHUN">Shunt</option>
          <option value="SKLN">Skyline</option>
          <option value="SLPE">Slope</option>
          <option value="STH">South</option>
          <option value="SPUR">Spur</option>
          <option value="SQ">Square</option>
          <option value="STPS">Steps</option>
          <option value="STRT">Straight</option>
          <option value="STAI">Strait</option>
          <option value="STRA">Strand</option>
          <option value="ST">Street</option>
          <option value="STRP">Strip</option>
          <option value="SBWY">Subway</option>
          <option value="TARN">Tarn</option>
          <option value="TCE">Terrace</option>
          <option value="THFR">Thoroughfare</option>
          <option value="THRU">Throughway</option>
          <option value="TLWY">Tollway</option>
          <option value="TOP">Top</option>
          <option value="TOR">Tor</option>
          <option value="TRK">Track</option>
          <option value="TRL">Trail</option>
          <option value="TMWY">Tramway</option>
          <option value="TVSE">Traverse</option>
          <option value="TKWY">Trunkway</option>
          <option value="TUNL">Tunnel</option>
          <option value="TURN">Turn</option>
          <option value="TWIST">Twist</option>
          <option value="UPAS">Underpass</option>
          <option value="VALE">Vale</option>
          <option value="VLLY">Valley</option>
          <option value="VERGE">Verge</option>
          <option value="VIAD">Viaduct</option>
          <option value="VIEW">View</option>
          <option value="VWS">Views</option>
          <option value="VLLA">Villa</option>
          <option value="VLGE">Village</option>
          <option value="VLLS">Villas</option>
          <option value="VSTA">Vista</option>
          <option value="VUE">Vue</option>
          <option value="WADE">Wade</option>
          <option value="WALK">Walk</option>
          <option value="WKWY">Walkway</option>
          <option value="WTRS">Waters</option>
          <option value="WTWY">Waterway</option>
          <option value="WAY">Way</option>
          <option value="WEST">West</option>
          <option value="WHRF">Wharf</option>
          <option value="WD">Wood</option>
          <option value="WDS">Woods</option>
          <option value="WYND">Wynd</option>
          <option value="YARD">Yard</option>
        </select>
      </div>
      <div class="col-md-6 col-12 form-group">
        <label for="" class="form-group"><span class="label">Street Subtype Is</span></label>
        <select class="form-control" name="street-type-2" id="street-type-2">
          <option selected="selected" value="">Select</option>
          <option value="CN">Central</option>
          <option value="DE">Deviation</option>
          <option value="E">East</option>
          <option value="EX">Extension</option>
          <option value="IN">Inner</option>
          <option value="LR">Lower</option>
          <option value="ML">Mall</option>
          <option value="N">North</option>
          <option value="NE">North East</option>
          <option value="NW">North West</option>
          <option value="OF">Off</option>
          <option value="ON">On</option>
          <option value="OT">Outer</option>
          <option value="OP">Overpass</option>
          <option value="S">South</option>
          <option value="SE">South East</option>
          <option value="SW">South West</option>
          <option value="UP">Upper</option>
          <option value="W">West</option>
        </select>
      </div>
    </div>
  </div>
  <div class="">
    <div class="row">
      <div class="col-md-4 col-12 form-group">
        <label for="" class="form-group"><span class="label">Suburb Is*</span></label>
        <input type="text" id="suburb" class="form-control ng-pristine ng-untouched ng-valid ng-empty" style="background-color: white;" placeholder="" ng-model="suburb" autocomplete="off" uib-typeahead="suburb for suburb in FindSuburbs($viewValue)"
          typeahead-min-length="1" data-typeahead-on-select="setSuburb()" typeahead-popup-template-url="spa/rebrand/common/partials/postCodesSuburbsResults.html" ng-click="" data-contain="suburb" aria-autocomplete="list" aria-expanded="false"
          aria-owns="typeahead-22-3943">
        <div class="custom-popup-wrapper mobile ng-isolate-scope ng-hide" ng-style="{top: position().top+'px', left: position().left+'px'}" style="display: block;" ng-show="isOpen() &amp;&amp; !moveInProgress" aria-hidden="true"
          uib-typeahead-popup="" id="typeahead-22-3943" matches="matches" active="activeIdx" select="select(activeIdx)" move-in-progress="moveInProgress" query="query" position="position"
          popup-template-url="spa/rebrand/common/partials/postCodesSuburbsResults.html">
          <ul class="dropdown-menu" role="listbox">
            <!-- ngRepeat: match in matches track by $index -->
          </ul>
        </div>
      </div>
      <div class="col-md-4 col-12 form-group">
        <label for="" class="form-group"><span class="label">State Is*</span></label>
        <select data-contain="state" class="form-control ng-pristine ng-untouched ng-valid ng-empty" id="state" placeholder="State" ng-model="state">
          <option value="" selected="selected">State</option>
          <option value="ACT">ACT</option>
          <option value="NSW">NSW</option>
          <option value="NT">NT</option>
          <option value="QLD">QLD</option>
          <option value="SA">SA</option>
          <option value="TAS">TAS</option>
          <option value="VIC">VIC</option>
          <option value="WA">WA</option>
        </select>
      </div>
      <div class="col-md-4 col-12 form-group">
        <label for="" class="form-group"><span class="label">Postcode Is*</span></label>
        <input type="text" id="postCode" class="form-control ng-pristine ng-untouched ng-valid ng-empty ng-valid-maxlength" style="background-color: white;" placeholder="" ng-model="postCode" autocomplete="off"
          uib-typeahead="suburb for suburb in findPostCodes($viewValue)" typeahead-min-length="1" data-typeahead-on-select="setPostCode()" typeahead-popup-template-url="spa/rebrand/common/partials/postCodesSuburbsResults.html" ng-click=""
          maxlength="4" data-contain="postCode" aria-autocomplete="list" aria-expanded="false" aria-owns="typeahead-23-2436">
        <div class="custom-popup-wrapper mobile ng-isolate-scope ng-hide" ng-style="{top: position().top+'px', left: position().left+'px'}" style="display: block;" ng-show="isOpen() &amp;&amp; !moveInProgress" aria-hidden="true"
          uib-typeahead-popup="" id="typeahead-23-2436" matches="matches" active="activeIdx" select="select(activeIdx)" move-in-progress="moveInProgress" query="query" position="position"
          popup-template-url="spa/rebrand/common/partials/postCodesSuburbsResults.html">
          <ul class="dropdown-menu" role="listbox">
            <!-- ngRepeat: match in matches track by $index -->
          </ul>
        </div>
      </div>
    </div>
  </div>
  <div class="form-group">
    <div class="row">
      <span class="text-center">Fields marked with an asterisk (*) are mandatory. </span>
    </div>
  </div>
  <div class="form-group">
    <div class="row">
      <span class="form-error text-center ng-binding"> </span>
    </div>
  </div>
  <div class="form-group submit">
    <button type="button" class="btn btn-outline-default" name="button" ng-click="submitManual()">continue</button>
  </div>
</form>

Text Content

13 17 89
 * Internet
 * TV
 * Mobile
 * Account

Support
Webmail
Pay Bill
Contact
13 17 89
 * Internet
 * TV
 * Mobile
 * Account

 * Support
 * Pay Bill
 * Relocating?
 * Contact
 * Webmail

Change your speed when you need We're working on that for you
Easy online self-help features | QLD & NSW Flood Support | Calls to Ukraine
Fast internet, free modem, Fast Opticomm, free modem, free entertainment.


Notice of delay – iPrimus will be contacting affected consumers by 18 May 2018

Did you purchase an iPrimus nbn™ plan between 1 October 2015 and 22nd March
2018? You may be entitled to a partial refund or be able exit your contract
without cost. iPrimus is providing remedies to consumers who purchased nbn™
internet plans where their fibre to the node (FTTN) or fibre to the building
(FTTB) connection was not capable of delivering the speeds promised. We
acknowledge that, by doing so, we likely breached the Australian Consumer Law.
iPrimus has been delayed and will be contacting affected consumers by 18 May
2018 to offer options including a refund, moving to a lower speed plan or
exiting their contract. iPrimus had previously stated that it would contact
affected consumers by 27 April 2018. Click here for more information, or contact
us on 1300 143 512
 * Can't find your address? Click here Can't find your address? Click here
   

Great news, you're NBN ready! Unfortunately, iPrimus internet is not available
at your address. Edit We can’t confirm your line speeds until your service is
activated on the iPrimus nbn™ network. If your iPrimus nbn™ connection doesn’t
allow you to properly benefit from the speed tier you’re on, we’ll provide you
with your maximum line speed and alternative options.
 * Can't find your address? Click here Can't find your address? Click here
   

Great news, you're NBN ready! Unfortunately, iPrimus internet is not available
at your address. Edit We can’t confirm your line speeds until your service is
activated on the iPrimus nbn™ network. If your iPrimus nbn™ connection doesn’t
allow you to properly benefit from the speed tier you’re on, we’ll provide you
with your maximum line speed and alternative options.
or continue browsing
or continue browsing
Build your own plan
Contract
Month to Month 12 Months
Data
250GB Unlimited Data
Speed Tier
Standard
(nbn25)
20Mbps average sampled evening speed
Standard Plus
(nbn50)
41Mbps average sampled evening speed
FW+
41Mbps average sampled evening speed
Premium
(nbn100)
82Mbps average sampled evening speed
Home Superfast
(nbn250)
Average sampled evening speed not currently avaialble
Currrently unavailable at your address
Internet
Home Superfast (nbn250), Unlimited Data
$135/mth

Postage and handling:
$
Setup Fee incl. Modem:
$0

What you pay today
$
Min cost:
$135
Contract
Month to Month 12 Months
Data
250GB Unlimited Data
Internet
Home Superfast (nbn250), Unlimited Data
$135/mth

Postage and handling:
$
Setup Fee incl. Modem:
$0

What you pay today
$
Min cost:
$135
Speed Tier
Standard
(nbn25)
20Mbps average sampled evening speed
Standard Plus
(nbn50)
41Mbps average sampled evening speed
FW+
41Mbps average sampled evening speed
Premium
(nbn100)
82Mbps average sampled evening speed
Home Superfast
(nbn250)
Average sampled evening speed not currently available
Currently unavailable at your address
Checkout Get Started
Checkout Get Started

Critical Information Summary
nbn™ Key Facts Sheet
nbn™ Speeds
Add a Fetch Mighty and enjoy free Ultimate Channel Pack for 3 months. Offer ends
March 31.1

$0 Wi-Fi Modem and setup fee^ Normally $70
$0 Wi-Fi Modem and setup fee^ Normally $70
$0 Wi-Fi Modem and setup fee^ Normally $70
$0 Wi-Fi Modem and setup fee^ Normally $70
$0 Wi-Fi Modem and setup fee^ Normally $70
$0 Wi-Fi Modem and setup fee^ Normally $70
Standard
Unlimited Data
$70 /mth
Min. total cost $70. Offer ends 31/03/2022

25Mbps typical evening speed*
SD video streaming
Emails & social media
Working or schooling from home
Get started
$0 Wi-Fi Modem and setup fee^ Normally $70
Standard Plus
Fixed Wireless Plus
Unlimited Data
$75 /mth
Min. total cost $75. Offer ends 31/03/2022

50Mbps typical evening speed*
28Mbps typical evening speed*
HD video streaming
Online gameplay
Multiple people working or schooling from home

Add Fetch from $10/mth and get:
 * A free Fetch Mighty (usually $180)
 * 3 months free Ultimate Channel Pack (usually $60)
 * 30 free pre-selected movies at any time

More info
Get started
$0 Wi-Fi Modem and setup fee^ Normally $70
Premium
Unlimited Data
$90 /mth
Min. total cost $90. Offer ends 31/03/2022

95Mbps typical evening speed*
4K video streaming
Multiple players gaming online
Video conferencing

Add Fetch from $10/mth and get:
 * A free Fetch Mighty (usually $180)
 * 3 months free Ultimate Channel Pack (usually $60)
 * 30 free pre-selected movies at any time

More info
Get started
$0 Wi-Fi Modem and setup fee^ Normally $70
Home Superfast
Unlimited Data
$115 /mth
Min. total cost $115. Offer ends 31/03/2022

215Mbps typical evening speed*
8K video streaming
Faster 'off peak' gaming downloads
Multiple video conferences

Add Fetch from $10/mth and get:
 * A free Fetch Mighty (usually $180)
 * 3 months free Ultimate Channel Pack (usually $60)
 * 30 free pre-selected movies at any time

More info
Get started
$0 Wi-Fi Modem and setup fee^ Normally $70
Standard
$70 /mth
Unlimited Data
nbn25 FW25
Min. total cost $70. Offer ends 31/03/2022

25Mbps typical evening speed*
SD video streaming
Emails & social media
Working or schooling from home
Get started
$0 Wi-Fi Modem and setup fee^ Normally $70
Standard Plus
$75 /mth
Fixed Wireless Plus
$75 /mth
Unlimited Data
nbn50 FW50
Min. total cost $75. Offer ends 31/03/2022

50Mbps typical evening speed*
28Mbps typical evening speed*
HD video streaming
Online gameplay
Multiple people working or schooling from home

Add Fetch from $10/mth and get:
 * A free Fetch Mighty (usually $180)
 * 3 months free Ultimate Channel Pack (usually $60)
 * 30 free pre-selected movies at any time

More info
Get started
$0 Wi-Fi Modem and setup fee^ Normally $70
Premium
$90 /mth
Unlimited Data
nbn100
Min. total cost $90. Offer ends 31/03/2022

95Mbps typical evening speed*
4K video streaming
Multiple players gaming online
Video conferencing

Add Fetch from $10/mth and get:
 * A free Fetch Mighty (usually $180)
 * 3 months free Ultimate Channel Pack (usually $60)
 * 30 free pre-selected movies at any time

More info
Get started
$0 Wi-Fi Modem and setup fee^ Normally $70
Home Superfast
$115 /mth
Unlimited Data
nbn250
Min. total cost $115. Offer ends 31/03/2022

215Mbps typical evening speed*
8K video streaming
Faster 'off peak' gaming downloads
Multiple video conferences

Add Fetch from $10/mth and get:
 * A free Fetch Mighty (usually $180)
 * 3 months free Ultimate Channel Pack (usually $60)
 * 30 free pre-selected movies at any time

More info
Get started
Get connected with our 4G backup modem straight out of the box even before your
home network is activated.
Critical Information Summary
nbn™ Key Facts Sheet
nbn™ Speeds

1$180 Fetch Mighty PVR charge waived for new broadband customers subscribing to
Standard Plus , Fixed Wireless Plus, Premium and Home Superfast plans. $60 Fetch
setup fee and $10/mth ongoing subscription fee applies. Direct debit only. While
stocks last. Free 3 month Ultimate Channel Pack offer for new Fetch customers
only. Offer ends 31/03/2022.

*Typical evening speed (7pm-11pm). Speed may vary due to various factors and
confirmed once connected. Fixed Wireless speeds are slower than fixed
connections. See nbn™ Speeds for more info. A modem is provided with an active
service.

^$70 Broadband setup fee credited for new broadband customers. Includes our
Standard Wi-Fi modem (model varies). Direct debit only. While stocks last. Offer
ends 31/03/2022
Get in touch ×
We've got you covered! Did you know most enquiries can be answered or submitted
via our website? Visit our Support Page for more information. Sales enquires 131
789 9am - 9pm (AEST) Mon - Fri 9am - 6pm (AEST) Sat - Sun Technical support 9am
- 9pm (AEST) Mon - Fri 9am - 6pm (AEST) Sat - Sun

 

LOG A FAULT ONLINE Account & Billing 9am - 6pm (AEST) Mon - Fri Click here to
get help with Accounts & Billing
E-mail us at customerservice@iprimus.com.au

 

START LIVE CHAT

  

Login now or download the iPrimus app from Apple or Google Play store.
Get in touch ×
Phone: 1300 85 89 13 Email: customerservice@iprimus.com.au 9am - 8pm (AEST) Mon
- Fri
Start live chat
Great news!
NBN is schedule to be available on
Pre-order the nbn
to be first in line.
Pre-order nbn
Connect to ADSL now.
We'll touch base about NBN later.
View ADSL Plans
* Expected date is based on information provided by nbn™ and is subject to
change
Great news! You're NBN ready



×

The nbn™ has paused all new nbn™ orders in your area. Until the nbn™ is
available,
check out some of our great ADSL plans and once your area is nbn™ ready we’ll
switch you over.


UNLIMITED DATA

ADSL & NBN PLANS

NBN BROADBAND

$ p/m
Min cost $ over month(s)
View Plan


100GB DATA

ADSL & NBN PLANS

ADSL BROADBAND

$ p/m
Min cost $ over month(s). $0.0006 per 1 MB
View Plan


ENTERTAINMENT

UNLIMITED DATA + TV

$ p/m
Min cost $ over month(s)
View Plan


UNLIMITED DATA

ADSL & NBN PLANS

NBN BROADBAND

$ p/m
Min cost $ over month(s)
View Plan


ENTERTAINMENT

UNLIMITED DATA + TV

$ p/m
Min cost $ over month(s)
View Plan
View Plans
Oh no! ×
Something’s gone wrong:
Continue
Oh no! ×

Continue
Unfortunately, iPrimus internet is not available at your address ×
Not yet ready for service ×
Your address appears to be in Opticomm Fibre Broadband footprint but is not yet
ready for service, for more information please contact Opticomm on 1300 137 800.
Plan not available ×
This plan is not available at your address, build your custom internet plan
here.
Build your plan
Please enter your address ×
Please fill in your address above to proceed.
Oh no! ×

We're unable to process your application online.


iPrimus does not offer Priority Assistance. If you or a member of your household
has a life threatening medical condition which requires Priority Assistance,
this service may not be suitable for you.


For futher information, please contact our team on 1300 85 44 85

Oops! ×
You haven't selected your sign-up bonus.
Continue
Download the app ×
For the best experience, why not download our official iPrimus mobile app!

or continue using your browser
Agreement ×
Customer Service Guarantee Waiver
(Applicable to the iPrimus home phone telephony Service) iPrimus home phone
telephony is a service which enables you to make and receive voice calls over
the standard copper network. Consumers have certain rights in relation to
standard telephone services under Part 5 of the Telecommunication (Customer
Protection and Service Standard) Act 1999 (Cth) and the Telecommunications
(Customer Service Guarantee) Standard 2011 ('CSG'). iPrimus requests that you
waive the Customer Service Guarantees in relation to the iPrimus home phone
service. You agree to waive the following protections;
 1. Provision of written information to each customer, at least every two years
    about:
    a. Standards that apply to supply of specified services;
    b. Primus obligations under those standards;
    c. Any entitlement to damages for Primus not meeting standards; and
    d. Information about a performance standard when requested.
 2. Guaranteed maximum timeframes within which connection to services should
    occur.
 3. Guaranteed maximum timeframes within which rectification of service faults
    should occur.
 4. Appointments
    a. Making appointments at times convenient to you;
    b. Requirement to make appointment within a nominated five hour period; and
    c. Only changing appointments if agreed with you and with at least 24 hours
       notice.

After waiving these Customer Service Guarantees, you will not be able to claim
compensation from iPrimus for failure to provide these protections. iPrimus home
phone telephony is covered by other consumer protections such as the Consumer
Guarantees under the Competition and Consumer Act (2011) (Cth) to the extent
they apply to this service. For details of timeframes and levels of compensation
for standard telephone services under the CSG, please visit the Australian
Communications and Media Authority website at: http://www.acma.gov.au If you
would like to discuss this waiver, please contact the iPrimus customer service
centre on 1300 858 585. You are not obliged to consent to this waiver, however
if you do not, iPrimus is unable to provide you with the home telephony service.
By placing order you authorise us to debit all amounts due from your nominated
account in accordance with the Automatic and Direct Debit Service Agreement. I
AGREE
Great news! ×
NBN is schedule to be available on 18-Aug-2017 25 Centre St, Strathpine, QLD,
45000 Edit
Pre-order the nbn
to be first in line.
Pre-order nbn
Connect to ADSL now.
We'll touch base about NBN later.
View ADSL Plans
* Expected date is based on information provided by nbn™ and is subject to
change
Multiple Addresses Found ×
It seems we have multiple addresses at the location, verify your address below
to continue



continue
nbn speeds ×
Key Facts Sheet: nbn™ services
nbn 50 41Mbps average sampled evening speed* Fixed Wireless Plus Provides speeds
of up to 75 Mbps*
✓ Emails & surfing the web

✓ Social media

✓ Music streaming

✓ Online gaming

✓ HD video streaming



*Plan suitability confirmed once active. Based on the ACCC Measuring Broadband
Australia Report (May 2020) measured across the ACCC’s sampled connections
between 7pm-11pm in February 2020. Your actual speeds may be different due to
various factors. FTTN/FTTB/FTTC/Fixed Wireless speeds to be confirmed once
active. Fixed Wireless Plus offers a theoretical maximum speed of 75/10, however
Fixed Wireless speeds in general are variable and may be significantly impacted
by cell congestion. See About nbn™ Speeds for more info. Modem provided with
active service.

Call Pack ×
Australian Calls
✓ Unlimited Local, National & Mobile calls in Aus (excl. 13/1300 numbers)


Australian & International Calls
✓ Unlimited Local, National & Mobile calls in Aus (excl. 13/1300 numbers)

✓ 2000 minutes to landline and mobile phones in top 25 countries

Modem ×
Hardware provided whilst service active with iPrimus, non-return fee applies.
$15 postage & handling fee applies.

Find your address ×
Type of Building I Live In Select Antenna Apartment Automated Teller Machine
Barbecue Block Boatshed Building Bungalow Cage Carpark Carspace Club Coolroom
Cottage Duplex Factory Flat Garage Hall House Kiosk Lease Lobby Loft Lot
Maisonette Marine Berth Office Penthouse Rear Reserve Room Section Shed Shop
Showroom Sign Site Stall Store Strata Unit Studio Substation Suite Tenancy Tower
Townhouse Unit Vault Villa Ward Warehouse Workshop
Building Number Is
Floor Is Select Basement Floor Ground Level Lobby Lower Ground Floor Mezzanine
Observation Deck Parking Penthouse Platform Podium Rooftop Sub-Basement Upper
Ground Floor
Floor Number Is
Street/LOT Number From Is*
Street/LOT Number To Is (Optional)
Street Name Is*
Street Type Is * Street Type Access Acre Airwalk Alley Alleyway Amble Approach
Arcade Arterial Artery Avenue Banan Bank Bay Beach Bend Boardwalk Boulevard
Boulevarde Bowl Brace Brae Branch Break Brett Bridge Broadwalk Broadway Brow
Bull Busway Bypass Byway Causeway Centre Centreway Chase Circle Circlet Circuit
Circus Close Cluster Colonnade Common Commons Concord Concourse Connection Copse
Corner Corso Course Court Courtyard Cove Crescent Crest Crief Crook Cross
Crossing Cruiseway Cul-De-Sac Cut Cutting Dale Dash Dell Dene Deviation Dip
Distributor Divide Dock Domain Down Downs Drive Driveway Easement East Edge
Elbow End Entrance Esplanade Estate Expressway Extension Fairway Firebreak
Fireline Firetrack Firetrail Flat Flats Follow Footway Ford Foreshore Fork
Formation Freeway Front Frontage Gap Garden Gardens Gate Gateway Glade Glen
Grange Green Grove Gully Harbour Haven Heath Heights Highroad Highway Hike Hill
Hills Hollow Hub Inlet Interchange Island Junction Key Keys Knoll Ladder Landing
Lane Laneway Lead Leader Line Link Lookout Loop Lynne Mall Manor Mart Maze Mead
Meander Mew Mews Mile Motorway Nook North Null Outlet Outlook Oval Palms Parade
Paradise Park Parkway Part Pass Passage Path Pathway Peninsula Piazza Place
Plaza Pocket Point Port Precinct Promenade Pursuit Quad Quadrant Quay Quays
Ramble Ramp Range Reach Reef Reserve Rest Retreat Return Ride Ridge Right Of Way
Ring Rise Rising River Road Roads Roadway Rotary Round Route Row Rowe Rue Run
Serviceway Shunt Skyline Slope South Spur Square Steps Straight Strait Strand
Street Strip Subway Tarn Terrace Thoroughfare Throughway Tollway Top Tor Track
Trail Tramway Traverse Trunkway Tunnel Turn Twist Underpass Vale Valley Verge
Viaduct View Views Villa Village Villas Vista Vue Wade Walk Walkway Waters
Waterway Way West Wharf Wood Woods Wynd Yard
Street Subtype Is Select Central Deviation East Extension Inner Lower Mall North
North East North West Off On Outer Overpass South South East South West Upper
West
Suburb Is*

State Is* State ACT NSW NT QLD SA TAS VIC WA
Postcode Is*

Fields marked with an asterisk (*) are mandatory.

continue
×
Standard Wi-Fi modem features - WiFi Dual Band Device - Voice port for wired
phone line - 4 x Gigabit LAN ports for multiple wired connections
Brand and model of modem supplied may vary
×
PAYG
Please refer to the Critical Information Summary for current PAYG call rates
Australian Calls
Unlimited Local, National & Mobile calls in Aus (excl. 13/1300 numbers)
Australian + International Calls
Unlimited Local, National & Mobile calls in Aus (excl. 13/1300 numbers)

2000 minutes to landline and mobile phones in top 25 countries
×
Mini
 *   Combines Free-to-Air TV, streaming and more
 *   Universal search across all content
 *   Includes 30 pre selected movies at any time
 *   Pause and rewind live TV
 *   Watch on TV or mobile

Mighty
 *   Does eveything the Mini does and more
 *   Record up to 6 channels at once
 *   Record whole series
 *   4K enabled (requires 4K TV and content)

×
Enjoy Fetch in up to 3 rooms at the same time.
 *   Watch all your subscriptions, rentals and purchases on any connected box.
 *   Share recordings from Mighty to Mini.
 *   Start watching a show in one room and finish it another.
 *   Stream Free-to-Air from your Mighty to other Minis that don’t have an
   antenna connection.

×
Get connected with our 4G Backup modem
Get connected with our 4G Backup modem

Stay connected with the 4G Backup modem. Get going prior to your broadband
activation or when the network is down, your 4G Backup modem will switch to the
4G network (up to 12/1 Mbps).

Modem Features include: - WiFi AC Dual Band Device - Embedded 4G LTE module -
VoIP for Quality Voice calls - Connect up to 2 phones - 4 x Gigabit Ethernet
10/100/1000 LAN ports


Modem Features include: - WiFi AC Dual Band Device - Embedded 4G LTE module -
VoIP for Quality Voice calls - Connect up to 2 phones - 4 x Gigabit Ethernet
10/100/1000 LAN ports

4G internet powered by Optus 4G network. 4G mobile coverage is limited to
certain areas. click here for more information.
×
Instant activation with your 4G Backup modem

Get going prior to your broadband activation or when the network is down, your
4G Backup modem will switch to the 4G network (up to 12/1 Mbps).

Modem Features include: - WiFi AC Dual Band Device - Embedded 4G LTE module -
VoIP for Quality Voice calls - Connect up to 2 phones - 4 x Gigabit Ethernet
10/100/1000 LAN ports

4G internet powered by Optus 4G network. 4G mobile coverage is limited to
certain areas. click here for more information.
Selected Countries ×

Bangladesh Brunei Canada Chile China Denmark Fiji France Germany Greece Hong
Kong Hungary India Indonesia Republic of Ireland Israel Italy Japan South Korea
Macau Malaysia Netherlands New Zealand Philippines Russia Singapore South Africa
Sri Lanka Sweden Taiwan Thailand Turkey United Kingdom USA Vietnam

Bangladesh Brunei Canada Chile China Denmark Fiji France Germany Greece Hong
Kong Hungary India Indonesia Republic of Ireland Israel Italy Japan South Korea
Macau Malaysia Netherlands New Zealand Philippines Russia Singapore South Africa
Sri Lanka Sweden Taiwan Thailand Turkey United Kingdom USA Vietnam

Selected Countries ×

United Kingdom India New Zealand USA Canada Germany China Malaysia Italy Greece
Ireland France Turkey Netherlands Serbia Poland South Africa Croatia Philippines
Macedonia Srilanka Hong Kong Singapore Hungary Japan

United Kingdom India New Zealand USA Canada Germany China Malaysia Italy Greece
Ireland France Turkey Netherlands Serbia Poland South Africa Croatia Philippines
Macedonia Srilanka Hong Kong Singapore Hungary Japan

×
We're so sure you'll love this Supercharged nbn™ plan, we guarantee it. If you
don't love the ultra-fast nbn™ experience you get with us, you can leave us
within the first 30 days with no penalty or termination fees. That's our promise
Supercharged Speed (nbn 50) ×
46 Mpbs typical evening speed*
Use multiple devices simultaneously
Great for streaming or downloading HD videos and music, Fetch TV, YouTube,
Netflix, Stan, families and households with multiple devices, uploading and
downloading large files, working from home and live gaming. Woah!
NBN Connection box ×

NCD Installation ×

Having trouble? ×
One of our friendly sales agents can assist you. Please call us on 131 789.
Maximum number of attempts ×
It looks like you’ve completed the maximum number of attempts in generating a
verification code. For further assistance, please speak to one of our friendly
sales agents by calling 131 789.
Maximum number of attempts ×
It looks like you’ve completed the maximum number of attempts in sending payment
sms.
×

Continue
×
Mighty
✓ Combines Free-to-Air TV, streaming and more ✓ Universal search across all
content ✓ Pause and rewind live TV ✓ Record up to 6 channels at once ✓ 4K
enabled (requires 4K TV and content)
Information Legal Privacy Contact

© 2022 Primus Telecommunications Pty Limited. Melb, VIC, Australia 3000 ABN 69
071 191 396