Skip to content

Commit fe42b64

Browse files
authored
Merge pull request #39 from SIMEXP/lunebellec-patch-2
Update vpn_udem.md
2 parents 69d8cf1 + 20c4a33 commit fe42b64

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

misc/vpn_udem.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,5 +127,22 @@ Activate the connection in the Ivanti Secure app, open FireFox and be ready to a
127127
Here is a [tutorial](https://udemontreal.sharepoint.com/sites/RH/Documents/Guides%20et%20autres%20ressources%20documentaires/Carri%C3%A8re%20professorale/D_AM_Banque_encadrement_Profs_Synchro.pdf) to access the "credits d'encadrement" section on synchro.
128128
:::
129129
130+
131+
:::{tip}
132+
Here is a [tutorial](https://udemontreal.sharepoint.com/sites/RH/Documents/Guides%20et%20autres%20ressources%20documentaires/Carri%C3%A8re%20professorale/D_AM_declaration_depenses_professionnelles.pdf?CT=1766088532715&OR=OWA-NT-Mail&CID=b29bb628-239e-dc28-381b-ede01a948427&clickParams=eyJYLUFwcE5hbWUiOiJNaWNyb3NvZnQgT3V0bG9vayBXZWIgQXBwIiwiWC1BcHBWZXJzaW9uIjoiMjAyNTEyMTIwMDMuMDkiLCJPUyI6IkxpbnV4IHVuZGVmaW5lZCJ9) to fill in a request for professional expenses reimbursment.
133+
:::
134+
130135
### 11. Keep on your toes!
131-
It is very possible that Ivanti will push mandatory updates on you, and UdeM will not fail to double authenticate you constantly. Do not feel too comfortable. You can use VBOX to save a new snapshot of your virtual machine to save your progress in the menu Machine -> "take snapshot"
136+
It is very possible that Ivanti will push mandatory updates on you, and UdeM will not fail to double authenticate you constantly. Do not feel too comfortable. Make sure you have your UdeM password and phone handy (otherwise 2FA will block you). You can use VBOX to save a new snapshot of your virtual machine to save your progress in the menu Machine -> "take snapshot"
137+
138+
## 12. Re-activate the environment
139+
That's easy:
140+
```bash
141+
VM_NAME="WindowsVPN"
142+
VBoxManage startvm "$VM_NAME"
143+
```
144+
And go back to step 10. Also you may need to do again:
145+
```bash
146+
sudo modprobe -r kvm_amd
147+
sudo modprobe -r kvm
148+
```

0 commit comments

Comments
 (0)