AskUbuntu · @askubuntu
215 followers · 1773 posts · Server ubuntu.social

routing traffic between two vpn #2004

askubuntu.com/q/1482173/612

#networking #vpn #openconnect

Last updated 1 year ago

Frehi · @frehi
86 followers · 1308 posts · Server fosstodon.org

@jgomezdans
Maybe . It has integration.

#openconnect #networkmanager

Last updated 1 year ago

AskUbuntu · @askubuntu
129 followers · 1892 posts · Server ubuntu.social

openconnect fails with "No SSO handler"

askubuntu.com/q/1472838/612

#vpn #openvpn #cisco #openconnect

Last updated 1 year ago

Tim @toolbear@ Taylor · @toolbear
300 followers · 3802 posts · Server union.place

@allenstenhaus @rootfsext2gz
owns their own CDN called (shite name — it's proprietary).

The bits you stream are delivered to dedicated OpenConnect hardware installed in ISPs all around the world well in advance of that content going live.

The marginal cost to Netflix of delivering you, the consumer, 4k instead of 1080p is essentially zero. They are sending that content to the edge regardless.

- - -

[CDN]: about:CDN "Content Delivery Network"

#netflix #openconnect

Last updated 1 year ago

ricardo :mastodon: · @governa
1007 followers · 6386 posts · Server fosstodon.org
AskUbuntu · @askubuntu
73 followers · 2138 posts · Server ubuntu.social

Can I override which URL openconnect POSTs to?

askubuntu.com/q/1462540/612

#networking #server #vpn #openconnect

Last updated 1 year ago

AskUbuntu · @askubuntu
73 followers · 2131 posts · Server ubuntu.social

Can I override which URL openconnect POSTs to?

askubuntu.com/q/1462540/612

#vpn #openconnect

Last updated 1 year ago

Baka emmie · @zlatiah
48 followers · 207 posts · Server mastodon.zlatiah-no.one

Ok now this should work, connects to Cisco Anyconnect VPN with

Server=""
Authgroup="10NET"
Uname=""

Passfile="xxx.auth.gpg"
Passwd=$(gpg -d $Passfile)
read -p "Enter 2FA 6-digit code: " Twofa
Pass=$Passwd"\n"$Twofa

# Main script
echo "The below step must be run as root, enter root password if prompted."
echo -e "$Pass" |\
sudo openconnect \
--protocol=anyconnect \
--server="$Server" \
--user="$Uname" \
--authgroup="$Authgroup" \
--passwd-on-stdin

#openconnect #linux

Last updated 2 years ago

(webdev Tory) :emacs: · @worldsendless
274 followers · 2452 posts · Server qoto.org
Marco :prami: · @esamecar
57 followers · 122 posts · Server social.lol

@tedpavlic Hi, so, did solve your problems? I still have to try it out and am wondering if it helped so far?

#openconnect #macOS

Last updated 2 years ago

Ted Pavlic (he/him) · @tedpavlic
926 followers · 408 posts · Server mas.to

UPDATE: After a suggestion in this thread, I tried switching to , and it seems to work. No idea if it will fix the problem in long run, but I am going to uninstall and try it.

For :

# To install:
brew install openconnect

# To connect:
sudo openconnect --protocol=anyconnect SERVERNAME

If you have 2FA, you'll be prompted for 2 passwords. I enter "push" for second password. Can also try "phone" or "sms".

#macos #anyconnect #openconnect

Last updated 2 years ago

Ted Pavlic (he/him) · @tedpavlic
926 followers · 408 posts · Server mas.to

@josephguhlin I discovered (based on @remulus suggestion) that also works for me. I'm going to try uninstalling AnyConnect and using openconnect instead.

#openconnect

Last updated 2 years ago

Ted Pavlic (he/him) · @tedpavlic
926 followers · 408 posts · Server mas.to

@esamecar @remulus provided a nice alternative -- use instead of

For :

# To install:
brew install openconnect

# To connect:
sudo openconnect --protocol=anyconnect SERVERNAME

If you have 2FA, you'll be prompted for 2 passwords. I enter "push" for second password. "phone" or "sms" might also work.

#macos #anyconnect #openconnect

Last updated 2 years ago

remulus :archlinux: · @remulus
13 followers · 21 posts · Server social.linux.pizza

@tedpavlic Try , I use it on arch in order to replace anyconnect, solid substitute.

#openconnect

Last updated 2 years ago

lopeztel :manjaro: :arch: · @lopeztel
282 followers · 2673 posts · Server fosstodon.org

I've been trying to run without sudo for quite a while now... Time for

#openconnect #netflix

Last updated 2 years ago

nautalis® · @nautalis
1 followers · 15 posts · Server mastodon.social

Dispositivos conectados a la red de Netflix.

#oca #openconnect

Last updated 2 years ago

emmie :unverified: · @zlatiah
25 followers · 542 posts · Server fosstodon.org

Today I learned:

My workplace uses Cisco Anyconnect, and its GUI is just... not really functional on linux. openvpn doesn't work with their strange protocol.

I thought this means I couldn't every do anything about it, but turns out (infradead.org/openconnect/) works just fine.

Run:
``sudo openconnect --protocol=anyconnect --server=<vpn-server> -u <username>``

And then just proceed as usual. openconnect must be run as root.

#openconnect

Last updated 2 years ago

IT News · @itnewsbot
1661 followers · 238595 posts · Server schleuss.online

Redditor acquires decommissioned Netflix cache server with 262TB of storage - Enlarge / An Open Connect Appliance server from around 2013 that a Redd... - arstechnica.com/?p=1893364 &it

#tech #10gbe #reddit #biz #netflix #networking #openconnect #cacheserver #streamingvideo

Last updated 2 years ago

Tech News Worldwide · @TechNews
11246 followers · 97975 posts · Server aspiechattr.me
VArchS · @varchs
36 followers · 779 posts · Server bsd.network

@uuim @solene it doesn’t work yet.
creates the tun0 interface as per ifconfig, even if it complains for “cp: /dev/null.bak: Operation not supported”

could not find access for the RDP server “machine.workdomain.com”... but this might be something that my work sysadmin might be able to help me...

By the way I tried connecting from my Mac with anyconnect and coRD.
Again vpn connects but no luck with the RDP.
Any thoughts?

#openconnect #remmina

Last updated 4 years ago