From 6984053750af20c69567874aa8eff5275fb93e5a Mon Sep 17 00:00:00 2001 From: Declan Chidlow Date: Sun, 3 Mar 2024 15:23:33 +0800 Subject: [PATCH] Update School Internet article --- blog/feed/documents/School_Internet.md | 41 ++++++++++++++++++-------- config/pages/blog/blog.md | 2 +- docs/blog.html | 2 +- docs/blog/School_Internet.html | 27 +++++++++++------ docs/blog/feed.rss | 41 ++++++++++++++++++-------- 5 files changed, 78 insertions(+), 35 deletions(-) diff --git a/blog/feed/documents/School_Internet.md b/blog/feed/documents/School_Internet.md index c0bc9088..8065751a 100755 --- a/blog/feed/documents/School_Internet.md +++ b/blog/feed/documents/School_Internet.md @@ -4,7 +4,7 @@ - + @@ -16,8 +16,8 @@ @@ -26,7 +26,8 @@ Every now and then, somebody decides that it is time to mess around and 'improve This brief tutorial aims to outline how to properly connect to Australian public-school Wi-Fi at the current time. ## Step 1 -The first step in getting onto the network is to find out if your password has expired. In most cases, your Department of Education login (the same one you use to access Connect and/or Seqta) will expire every 90 days (about 3 months). + +The first step in getting onto the network is to find out if your password has expired. In most cases, your Department of Education login (the same one you use to access Connect) will expire every 90 days (about 3 months). If you expect that your password has expired, you will have to reset it. @@ -34,9 +35,10 @@ If you have an internet connection, then the easiest way to reset it is through You could also go to [Connect](https://connect.det.wa.edu.au) and login. Once logged in, you can navigate to 'My Connect' and change your password to something new and secure. -In the event that you don't have an internet connection, you can request that your teacher or network admin changes your password. +In the event that you don't have an internet connection, you can request that your teacher or network admin change your password. ## Step 2 + Your next step is to install the required certificates. These certificates allow you to certify yourself on the network. The process varies based on your computer's operating system. @@ -44,11 +46,16 @@ Note that installing these certificates allows your school to view encrypted net ### Windows -1. If using Windows, you must first connect to the school network. The certificates are only available on the internal network and not on non-school Wi-Fi. + +As the Australian government loves further padding the pockets of Microsoft, most schools supply guides for getting setup with Windows. That said, many of these guides are crap, so the process is documented here. + +1. Start off by getting connected to the school network. The certificates are only available on the internal network and not on non-school networks. 2. Once connected, you must download these certificates: -* [Education-CA.cer](https://certs.education.wa.edu.au/education-pki/cert/Education-CA.cer) -* [Education-SubCA1.cer](https://certs.education.wa.edu.au/education-pki/cert/Education-SubCA1.cer) -* [Education-SubCA2.cer](https://certs.education.wa.edu.au/education-pki/cert/Education-SubCA2.cer) + +- [Education-CA.cer](https://certs.education.wa.edu.au/education-pki/cert/Education-CA.cer) +- [Education-SubCA1.cer](https://certs.education.wa.edu.au/education-pki/cert/Education-SubCA1.cer) +- [Education-SubCA2.cer](https://certs.education.wa.edu.au/education-pki/cert/Education-SubCA2.cer) + 3. On your keyboard, hit the 'Windows' key and R key simultaneously. In the box that appears, type `mmc.exe`. 4. In the application that opens, press the Ctrl key and the M key simultaneously. 5. In the left panel, double click 'Certificates'. In the pop-up that opens, select 'Computer account' and then click next. @@ -61,14 +68,24 @@ Note that installing these certificates allows your school to view encrypted net 12. You should now be presented with a page showing the settings you've chosen in this guide. The 'Certificate Store Selected by User' should be 'Trusted Root Certification Authorities' and the 'Content' should be 'Certificate'. ### Linux -If using Linux, you can use the [DoE-Network-Kit-Linux](https://github.com/toastxc/DoE-Network-Kit-Linux). + +Most institutions don't offer support for Linux. There's a certain misunderstanding that anyone using Linux is an elite hacker with intention to take down the mainframe and overthrow the establishment. It's a pain, and I've spent countless hours over the years getting it working. + +Thankfully, we've now got a handy script developed by [ToastXC](https://toastxc.xyz) and myself. It connects to the network, downloads the certs, and applies a patch if running Fedora. It's available on GitHub as [DoE-Network-Kit-Linux](https://github.com/toastxc/DoE-Network-Kit-Linux). + +1. Ensure you have all the required dependencies installed. These include OpenSSL, Curl, Git, and NetworkManager. They should all be available in your distro's package repository. +2. Download the script. You can do this by cloning the GitHub repo with `git clone https://github.com/toastxc/DoE-Network-Kit-Linux.git`. +3. Then you can enter the directory holding the script with `cd DoE-Network-Kit-Linux`. +4. This directory holds scripts for different schools. Unless your school is specifically listed, `generic.sh` should work for you. Run the script with `sh generic.sh`. You will probably need root permissions, so consider prefixing the command with something like `sudo` or `doas`. +5. The script will now run and guide you through the rest of the process. Do note that your password won't show up while you write it for security reasons. ## Step 3 -You can now log onto your school's internet, and it should work. You can login [here](http://sig.site.internal:1000/login?). + +You can now log onto your school's internet. In the event that your browser doesn't redirect you automatically, you may need to [manually access the login portal](http://sig.site.internal:1000/login?). --- -Had any issues with the process? Leave a comment down below, and I'll try my best to assist. +Had any issues with the process or think something may have changed? Leave a comment down below, and I'll try my best to assist. diff --git a/config/pages/blog/blog.md b/config/pages/blog/blog.md index 508cf7ee..f057d2f1 100755 --- a/config/pages/blog/blog.md +++ b/config/pages/blog/blog.md @@ -150,7 +150,7 @@ Tutorial Tutorial ### [Connecting to Australian School Internet](/blog/School_Internet) - | 539 words | 2 minute read + | 780 words | 3 minute read
diff --git a/docs/blog.html b/docs/blog.html index 183fe11a..e5bc4f51 100644 --- a/docs/blog.html +++ b/docs/blog.html @@ -172,7 +172,7 @@

Ultimate LibreOffice Setup

Tutorial

Connecting to Australian School Internet

-

| 539 words | 2 minute read

+

| 780 words | 3 minute read

Meta

diff --git a/docs/blog/School_Internet.html b/docs/blog/School_Internet.html index 58386def..480eb65d 100644 --- a/docs/blog/School_Internet.html +++ b/docs/blog/School_Internet.html @@ -60,7 +60,7 @@ - +
@@ -71,26 +71,27 @@

  • -
  • 539 words
  • -
  • 2 minute read
  • +
  • 780 words
  • +
  • 3 minute read

Every now and then, somebody decides that it is time to mess around and 'improve' enterprise Wi-Fi. As of late, someone has been tweaking and mucking about with the internet configuration of Australian public schools.

This brief tutorial aims to outline how to properly connect to Australian public-school Wi-Fi at the current time.

Step 1

-

The first step in getting onto the network is to find out if your password has expired. In most cases, your Department of Education login (the same one you use to access Connect and/or Seqta) will expire every 90 days (about 3 months).

+

The first step in getting onto the network is to find out if your password has expired. In most cases, your Department of Education login (the same one you use to access Connect) will expire every 90 days (about 3 months).

If you expect that your password has expired, you will have to reset it.

If you have an internet connection, then the easiest way to reset it is through the DoE Portal.

You could also go to Connect and login. Once logged in, you can navigate to 'My Connect' and change your password to something new and secure.

-

In the event that you don't have an internet connection, you can request that your teacher or network admin changes your password.

+

In the event that you don't have an internet connection, you can request that your teacher or network admin change your password.

Step 2

Your next step is to install the required certificates. These certificates allow you to certify yourself on the network. The process varies based on your computer's operating system.

Note that installing these certificates allows your school to view encrypted network packets sent to or from your device. That means that your school can see your passwords, what sites you visit, and, in some cases, your search history.

Windows

+

As the Australian government loves further padding the pockets of Microsoft, most schools supply guides for getting setup with Windows. That said, many of these guides are crap, so the process is documented here.

    -
  1. If using Windows, you must first connect to the school network. The certificates are only available on the internal network and not on non-school Wi-Fi.
  2. +
  3. Start off by getting connected to the school network. The certificates are only available on the internal network and not on non-school networks.
  4. Once connected, you must download these certificates:
    @@ -111,11 +112,19 @@

    Windows

  • You should now be presented with a page showing the settings you've chosen in this guide. The 'Certificate Store Selected by User' should be 'Trusted Root Certification Authorities' and the 'Content' should be 'Certificate'.
  • Linux

    -

    If using Linux, you can use the DoE-Network-Kit-Linux.

    +

    Most institutions don't offer support for Linux. There's a certain misunderstanding that anyone using Linux is an elite hacker with intention to take down the mainframe and overthrow the establishment. It's a pain, and I've spent countless hours over the years getting it working.

    +

    Thankfully, we've now got a handy script developed by ToastXC and myself. It connects to the network, downloads the certs, and applies a patch if running Fedora. It's available on GitHub as DoE-Network-Kit-Linux.

    +
      +
    1. Ensure you have all the required dependencies installed. These include OpenSSL, Curl, Git, and NetworkManager. They should all be available in your distro's package repository.
    2. +
    3. Download the script. You can do this by cloning the GitHub repo with git clone https://github.com/toastxc/DoE-Network-Kit-Linux.git.
    4. +
    5. Then you can enter the directory holding the script with cd DoE-Network-Kit-Linux.
    6. +
    7. This directory holds scripts for different schools. Unless your school is specifically listed, generic.sh should work for you. Run the script with sh generic.sh. You will probably need root permissions, so consider prefixing the command with something like sudo or doas.
    8. +
    9. The script will now run and guide you through the rest of the process. Do note that your password won't show up while you write it for security reasons.
    10. +

    Step 3

    -

    You can now log onto your school's internet, and it should work. You can login here.

    +

    You can now log onto your school's internet. In the event that your browser doesn't redirect you automatically, you may need to manually access the login portal.


    -

    Had any issues with the process? Leave a comment down below, and I'll try my best to assist.

    +

    Had any issues with the process or think something may have changed? Leave a comment down below, and I'll try my best to assist.

diff --git a/docs/blog/feed.rss b/docs/blog/feed.rss index a5525a37..323509be 100644 --- a/docs/blog/feed.rss +++ b/docs/blog/feed.rss @@ -671,7 +671,7 @@ And there you have it, a few tweaks, and Windows went from 'Why do you insist on - + @@ -683,8 +683,8 @@ And there you have it, a few tweaks, and Windows went from 'Why do you insist on
  • -
  • 539 words
  • -
  • 2 minute read
  • +
  • 780 words
  • +
  • 3 minute read
@@ -693,7 +693,8 @@ Every now and then, somebody decides that it is time to mess around and 'improve This brief tutorial aims to outline how to properly connect to Australian public-school Wi-Fi at the current time. ## Step 1 -The first step in getting onto the network is to find out if your password has expired. In most cases, your Department of Education login (the same one you use to access Connect and/or Seqta) will expire every 90 days (about 3 months). + +The first step in getting onto the network is to find out if your password has expired. In most cases, your Department of Education login (the same one you use to access Connect) will expire every 90 days (about 3 months). If you expect that your password has expired, you will have to reset it. @@ -701,9 +702,10 @@ If you have an internet connection, then the easiest way to reset it is through You could also go to [Connect](https://connect.det.wa.edu.au) and login. Once logged in, you can navigate to 'My Connect' and change your password to something new and secure. -In the event that you don't have an internet connection, you can request that your teacher or network admin changes your password. +In the event that you don't have an internet connection, you can request that your teacher or network admin change your password. ## Step 2 + Your next step is to install the required certificates. These certificates allow you to certify yourself on the network. The process varies based on your computer's operating system. @@ -711,11 +713,16 @@ Note that installing these certificates allows your school to view encrypted net ### Windows -1. If using Windows, you must first connect to the school network. The certificates are only available on the internal network and not on non-school Wi-Fi. + +As the Australian government loves further padding the pockets of Microsoft, most schools supply guides for getting setup with Windows. That said, many of these guides are crap, so the process is documented here. + +1. Start off by getting connected to the school network. The certificates are only available on the internal network and not on non-school networks. 2. Once connected, you must download these certificates: -* [Education-CA.cer](https://certs.education.wa.edu.au/education-pki/cert/Education-CA.cer) -* [Education-SubCA1.cer](https://certs.education.wa.edu.au/education-pki/cert/Education-SubCA1.cer) -* [Education-SubCA2.cer](https://certs.education.wa.edu.au/education-pki/cert/Education-SubCA2.cer) + +- [Education-CA.cer](https://certs.education.wa.edu.au/education-pki/cert/Education-CA.cer) +- [Education-SubCA1.cer](https://certs.education.wa.edu.au/education-pki/cert/Education-SubCA1.cer) +- [Education-SubCA2.cer](https://certs.education.wa.edu.au/education-pki/cert/Education-SubCA2.cer) + 3. On your keyboard, hit the 'Windows' key and R key simultaneously. In the box that appears, type `mmc.exe`. 4. In the application that opens, press the Ctrl key and the M key simultaneously. 5. In the left panel, double click 'Certificates'. In the pop-up that opens, select 'Computer account' and then click next. @@ -728,14 +735,24 @@ Note that installing these certificates allows your school to view encrypted net 12. You should now be presented with a page showing the settings you've chosen in this guide. The 'Certificate Store Selected by User' should be 'Trusted Root Certification Authorities' and the 'Content' should be 'Certificate'. ### Linux -If using Linux, you can use the [DoE-Network-Kit-Linux](https://github.com/toastxc/DoE-Network-Kit-Linux). + +Most institutions don't offer support for Linux. There's a certain misunderstanding that anyone using Linux is an elite hacker with intention to take down the mainframe and overthrow the establishment. It's a pain, and I've spent countless hours over the years getting it working. + +Thankfully, we've now got a handy script developed by [ToastXC](https://toastxc.xyz) and myself. It connects to the network, downloads the certs, and applies a patch if running Fedora. It's available on GitHub as [DoE-Network-Kit-Linux](https://github.com/toastxc/DoE-Network-Kit-Linux). + +1. Ensure you have all the required dependencies installed. These include OpenSSL, Curl, Git, and NetworkManager. They should all be available in your distro's package repository. +2. Download the script. You can do this by cloning the GitHub repo with `git clone https://github.com/toastxc/DoE-Network-Kit-Linux.git`. +3. Then you can enter the directory holding the script with `cd DoE-Network-Kit-Linux`. +4. This directory holds scripts for different schools. Unless your school is specifically listed, `generic.sh` should work for you. Run the script with `sh generic.sh`. You will probably need root permissions, so consider prefixing the command with something like `sudo` or `doas`. +5. The script will now run and guide you through the rest of the process. Do note that your password won't show up while you write it for security reasons. ## Step 3 -You can now log onto your school's internet, and it should work. You can login [here](http://sig.site.internal:1000/login?). + +You can now log onto your school's internet. In the event that your browser doesn't redirect you automatically, you may need to [manually access the login portal](http://sig.site.internal:1000/login?). --- -Had any issues with the process? Leave a comment down below, and I'll try my best to assist. +Had any issues with the process or think something may have changed? Leave a comment down below, and I'll try my best to assist.