Skip to content

Commit

Permalink
Update School Internet article
Browse files Browse the repository at this point in the history
  • Loading branch information
Declan Chidlow committed Mar 3, 2024
1 parent bd5706f commit 6984053
Show file tree
Hide file tree
Showing 5 changed files with 78 additions and 35 deletions.
41 changes: 29 additions & 12 deletions blog/feed/documents/School_Internet.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta name="description" content="The Education Department of Australia does some silly stuff with their network quite frequently. This tutorial shows you how to get up and running in no time at all." />
<meta property="og:description" content="The guide for when someone breaks the internet. Again..." />
<meta property="article:published_time" content="2022-10-12" />
<meta property="article:modified_time" content="2023-11-22" />
<meta property="article:modified_time" content="2024-03-03" />
<meta property="article:section" content="Tutorial" />
</head>

Expand All @@ -16,8 +16,8 @@
</h1>
<ul>
<li><time datetime="2022-10-12">12 Oct, 2022</time></li>
<li>539 words</li>
<li>2 minute read</li>
<li>780 words</li>
<li>3 minute read</li>
</ul>
</header>

Expand All @@ -26,29 +26,36 @@ 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.

If you have an internet connection, then the easiest way to reset it is through the [DoE Portal](https://apps.det.wa.edu.au/dam/portal/changePassPage.do).

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.

<span class="alert warning">
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.
</span>

### 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.
Expand All @@ -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.

</article>

Expand Down
2 changes: 1 addition & 1 deletion config/pages/blog/blog.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ Tutorial

Tutorial
### [Connecting to Australian School Internet](/blog/School_Internet)
<time datetime="2022-10-12">12 Oct, 2022</time> | 539 words | 2 minute read
<time datetime="2022-10-12">12 Oct, 2022</time> | 780 words | 3 minute read
</div>

<div class="post">
Expand Down
2 changes: 1 addition & 1 deletion docs/blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ <h3><a href="/blog/LibreOffice_Setup">Ultimate LibreOffice Setup</a></h3>
<div class="post">
<p>Tutorial</p>
<h3><a href="/blog/School_Internet">Connecting to Australian School Internet</a></h3>
<p><time datetime="2022-10-12">12 Oct, 2022</time> | 539 words | 2 minute read</p>
<p><time datetime="2022-10-12">12 Oct, 2022</time> | 780 words | 3 minute read</p>
</div>
<div class="post">
<p>Meta</p>
Expand Down
27 changes: 18 additions & 9 deletions docs/blog/School_Internet.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<meta name="description" content="The Education Department of Australia does some silly stuff with their network quite frequently. This tutorial shows you how to get up and running in no time at all." />
<meta property="og:description" content="The guide for when someone breaks the internet. Again..." />
<meta property="article:published_time" content="2022-10-12" />
<meta property="article:modified_time" content="2023-11-22" />
<meta property="article:modified_time" content="2024-03-03" />
<meta property="article:section" content="Tutorial" />
</head>
<article>
Expand All @@ -71,26 +71,27 @@ <h1>
</h1>
<ul>
<li><time datetime="2022-10-12">12 Oct, 2022</time></li>
<li>539 words</li>
<li>2 minute read</li>
<li>780 words</li>
<li>3 minute read</li>
</ul>
</header>
<p>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.</p>
<p>This brief tutorial aims to outline how to properly connect to Australian public-school Wi-Fi at the current time.</p>
<h2>Step 1</h2>
<p>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).</p>
<p>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).</p>
<p>If you expect that your password has expired, you will have to reset it.</p>
<p>If you have an internet connection, then the easiest way to reset it is through the <a href="https://apps.det.wa.edu.au/dam/portal/changePassPage.do">DoE Portal</a>.</p>
<p>You could also go to <a href="https://connect.det.wa.edu.au">Connect</a> and login. Once logged in, you can navigate to 'My Connect' and change your password to something new and secure.</p>
<p>In the event that you don't have an internet connection, you can request that your teacher or network admin changes your password.</p>
<p>In the event that you don't have an internet connection, you can request that your teacher or network admin change your password.</p>
<h2>Step 2</h2>
<p>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.</p>
<span class="alert warning">
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.
</span>
<h3>Windows</h3>
<p>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.</p>
<ol>
<li>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.</li>
<li>Start off by getting connected to the school network. The certificates are only available on the internal network and not on non-school networks.</li>
<li>Once connected, you must download these certificates:</li>
</ol>
<ul>
Expand All @@ -111,11 +112,19 @@ <h3>Windows</h3>
<li>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'.</li>
</ol>
<h3>Linux</h3>
<p>If using Linux, you can use the <a href="https://github.com/toastxc/DoE-Network-Kit-Linux">DoE-Network-Kit-Linux</a>.</p>
<p>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.</p>
<p>Thankfully, we've now got a handy script developed by <a href="https://toastxc.xyz">ToastXC</a> and myself. It connects to the network, downloads the certs, and applies a patch if running Fedora. It's available on GitHub as <a href="https://github.com/toastxc/DoE-Network-Kit-Linux">DoE-Network-Kit-Linux</a>.</p>
<ol>
<li>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.</li>
<li>Download the script. You can do this by cloning the GitHub repo with <code>git clone https://github.com/toastxc/DoE-Network-Kit-Linux.git</code>.</li>
<li>Then you can enter the directory holding the script with <code>cd DoE-Network-Kit-Linux</code>.</li>
<li>This directory holds scripts for different schools. Unless your school is specifically listed, <code>generic.sh</code> should work for you. Run the script with <code>sh generic.sh</code>. You will probably need root permissions, so consider prefixing the command with something like <code>sudo</code> or <code>doas</code>.</li>
<li>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.</li>
</ol>
<h2>Step 3</h2>
<p>You can now log onto your school's internet, and it should work. You can login <a href="http://sig.site.internal:1000/login?">here</a>.</p>
<p>You can now log onto your school's internet. In the event that your browser doesn't redirect you automatically, you may need to <a href="http://sig.site.internal:1000/login?">manually access the login portal</a>.</p>
<hr />
<p>Had any issues with the process? Leave a comment down below, and I'll try my best to assist.</p>
<p>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.</p>
</article>
<p><span class="giscus"></span></p>

Expand Down
41 changes: 29 additions & 12 deletions docs/blog/feed.rss
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ And there you have it, a few tweaks, and Windows went from 'Why do you insist on
<meta name="description" content="The Education Department of Australia does some silly stuff with their network quite frequently. This tutorial shows you how to get up and running in no time at all." />
<meta property="og:description" content="The guide for when someone breaks the internet. Again..." />
<meta property="article:published_time" content="2022-10-12" />
<meta property="article:modified_time" content="2023-11-22" />
<meta property="article:modified_time" content="2024-03-03" />
<meta property="article:section" content="Tutorial" />
</head>
Expand All @@ -683,8 +683,8 @@ And there you have it, a few tweaks, and Windows went from 'Why do you insist on
</h1>
<ul>
<li><time datetime="2022-10-12">12 Oct, 2022</time></li>
<li>539 words</li>
<li>2 minute read</li>
<li>780 words</li>
<li>3 minute read</li>
</ul>
</header>
Expand All @@ -693,29 +693,36 @@ 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.
If you have an internet connection, then the easiest way to reset it is through the [DoE Portal](https://apps.det.wa.edu.au/dam/portal/changePassPage.do).
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.
<span class="alert warning">
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.
</span>
### 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.
Expand All @@ -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.
</article>
Expand Down

0 comments on commit 6984053

Please sign in to comment.