-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update intranet to reflect upstream VPN changes #133
Comments
I'm in login group |
Just added this under known issues. You should notify @jcohenadad and upstream about this problem asap. |
I let Julien know, and I'm working through debugging what I can first. I might still have a way to sign up for Okta... or I might have been forgotten in that mix, we'll see. |
@namgo @nullnik-0 can you please document the suggestions that JS sent us after talking with Yves Simard? Thanks! |
@jcohenadad Unless upstream has their VPN servers configured to support two different VPN protocols (OpenVPN and Cisco AnyConnect)—which would technically be possible, but I think unlikely—then their suggested solution will not work for us. I've drafted a message to upstream explaining this and asking for clarification. I believe @namgo was going to send it on my behalf tomorrow, but if you would like to forward please do!
|
All good, I let you or Nathan send it. Just wanted to make sure we follow up with them. Thanks! |
Sent! Alongside a brief reason for why I'm sending it and not Emma. |
Nathan got an answer back saying that |
Just added an update to the bottom of this issue about how it affects Also, if any of you get more information from upstream about the status of your VPN access, feel free to add an update here, so that we can share what we know more easily. |
Some Updates on various workarounds and solutionsRunning AnyConnect client in VM and proxying trafficFollowing an excellent suggestion from @namgo I set up the VM where I had already installed the So far I have successfully tested:
I have not tested forwarding connections for Poly's licensing server, but this should also work in theory... Pros:
Cons:
Mathieu's manual workaround for OpenConnect@mguaypaq has also come up with solution to get Mathieu's solution:
@joshuacwnewton and I have now both also tested this and confirm it works. Pros:
Cons:
Questions
|
Very well written! One thing I'd add is that you can use Linux Containers (lxc/lxd/incus and probably docker with added steps) which skips the need for hypervisor configuration. That's what I have been doing. I was having a bit of trouble with this on my end due to running obscure non-systemd distros primarily (Void and Alpine), where anyconnect requires systemd hooks and Void doesn't play nice with systemd containers like the ubuntu base image. |
Have you tested this with I opted for virtualization over containerization because I decided that it would be more straight-forward to deal with the graphical app (there's no fully-featured cli version of AnyConnect as far as I know?) and the web-based auth flow in a full Ubuntu desktop environment, instead of messing around with x11 forwarding to get both |
JS has opened individual tickets for some of the affected interns. I have emailed him asking for more clarification about the "plusieurs configurations VPN en fonction de différents paramètres" he mentions, asking him to clarify which configuration is used for particular classes of NeuroPoly members (permanent staff, interns, contractors etc.) We will need this information to be able to accurately document the new VPN procedures and constraints across various use cases. |
Bumping this for myself since I still really need to finish this. Will prioritize it first after dealing with urgent issues and setting up my new work computer. Since I opened this ticket there have been some new developments:
|
Regarding @nullnik-0's remark, I have a working script up and ready (though only tested w/ Selenium's Firefox driver, and only on my Linux-like system). To that ends does anyone have preference on whether the script should be hosted as a personal repository or on NeuroPoly (so it can be more easily maintained if/when I leave the lab)? |
I think it's fine to host it in a personal repository, since it's very unofficial. It's unlikely that anyone else will maintain the script, but if they do it's easy to fork the repository at that point. |
The code has been uploaded and is available here. Feel free to test and push any feature requests/issues! |
Background
On Friday September 13th at 17h30 upstream IT sent and email to announce that, due to security concerns, they would be disabling the
PolySSL
VPN
group for employees. This connection was disabled at 18h that same day (half an hour later.) Employees were told to instead use thePolyQuartz
VPN
, which uses an authentication flow that is not supported byopenconnect
.Our current workflow at the lab encourages users to use
openconnect
becauseanyconnect
is a proprietary software that requires root access to install and has many potentially very invasive endpoint monitoring and telemetry capabilities.For those affected by the upstream change (as of writing, the full scope of this change is not clear), it means that we are now required use the cisco
anyconnect
client instead ofopenconnect
None of this is documented by our existing VPN docs. These docs need to be updated to relfect the new VPN requirements and how it will affect different users. However first we need to understand exactly who will be affected and how, and look at possible solutions that address user concerns about privacy.
Next steps
anyconnect
auth flow and get it working withopenconnect
. (See this info and these discussions and projects for more context...Known issues and solutions
anyconnect
on my personal device (which is also my work device). I gotanyconnect
working properly in avm
, and tested with bothNAT mode
andbridge mode
. This clearly not an ideal set up for many users.anyconnect
on amacos
and found he needed to do the following to getanyconnect
working with thePolyQuartz
profile:cisco anyconnect
sudo rm -rf /opt/cisco
cisco anyconnect
anyconnect
to login itemsssl.vpn.polymtl.ca
in theanyconnect
promptPolyQuartz
optionPolyInvites
group. This seems to have also been shut down by upstream, despite the fact that it was not mentioned in the original communiqué. As a contractor Nathan has not been included in the Okta transition and thus is not able to use the Okta-based auth flow under any circumstances. There is no know solution to this as of writing and Nathan has been functionally blocked from job-critical access to our infrastructure.interns
are also affected by a similar issue as Nathan, and currently don't have a viable VPN option. Their existing VPN access has been revoked, but since they are not full employees, they have not been included in theOkta
transition and thus cannot usePolyQuartz
.The text was updated successfully, but these errors were encountered: