Not if it stops my head from exploding :D
Tippon
Apologies for the slow reply :)
I'm reading up on this at the moment. If I'm understanding it correctly, I would run that command to launch a program, but could I use it for something that launches at startup?
My Minecraft and Qbittorrent instances start automatically, so could I change them to something like
ip netns exec vpn ~/qbittorrent/start.sh
ip netns exec clear ~/minecraft/start.sh
or change the application's autostart Command box to ip netns exec vpn qbittorrent %U if the current entry is just qbittorrent %U
Do these make sense?
If you’re on a time crunch, go ahead and use network namespaces under network manager to set up something like what you want as another user suggested.
I'd love to, but I have no idea how >.< :D
I have a vague idea of what they are and what they do, but everything I've found assumes a level of understanding that I don't have yet. I've found this man page from searcing an example posted in another reply, and it's helped, but I'm still confused :)
https://manpages.ubuntu.com/manpages/trusty/man8/ip-netns.8.html
Apologies for the slow reply :)
To clarify, I'm happy with using either, if my network traffic is split. Ideally I want to switch a lot of my programs to containers at some point, then switch to a better server OS. In the meantime though, I just want to get everything working together.
Qbittorrent has to be behind the VPN, and that's stopping my Minecraft servers from connecting to the outside world. If there's a way to force Qbittorrent to be behind the VPN while leaving a non VPN connection open, I'm happy to use it. I only mentioned Gluetun because I've heard of it, and I know that it's for keeping containers behind a VPN. I thought it might be the answer here :)
Mine is a Stone branded Clevo, a Stonebook Pro p11b, but as you say, there are others out there. I bought mine refurbished for about £150 and upgraded the SSD and RAM.
I've got a Clevo laptop that covers most of your list. Mine's a bit older, a 7th gen i5, but was very cheap, and easy to upgrade. If the newer models are built the same way, it's what I'm going to go for when I eventually upgrade 👍
Uncle Benned, or Obi Wan Kenobi Benned? 🤔
I don't know, you can get Photoshop and Lightroom for £10 a month, which is very cheap when you compare it to a night out or a takeaway, and at the moment, they're better than the equivalents.
I do need to have another look at DaVinci Resolve though. I've heard loads of good things about it, but it was overkill for what I needed when I last tried it :)
Thanks for replying :)
I managed to get it working with the answers from @Max_P@lemmy.max-p.me and this link:
https://www.zdnet.com/article/how-to-permanently-mount-a-drive-in-linux-and-why-you-should/
I must have been testing it when you answered :)
I've got them up and running, and working for both users, thank you :)
That's brilliant, thank you :)
Usually
/mnt/whatever
for static mounts and/media/whatever
for removable mounts (those appear as drives in file managers, whereas /mnt doesn't).
Just to check, if I mount the drives under /media, will that still treat them as removable, or will they appear as permanent drives?
Apologies for the slow reply :)
These are the things that I don't understand. When you say I need to specify the destinations, does that mean the destination of the traffic, like lemmy.dbzer0.com, or the destination network interface like tun0 or enp2s0?
I'm searching for split tunnel VPN, but the majority of results are either sales sites, or Stack Overflow with no confirmed answers.
I've been having a bit more luck with this page after searching for Jet's answer below:
https://manpages.ubuntu.com/manpages/trusty/man8/ip-netns.8.html
but I'm still confused >.<