You are not logged in.
Pages: 1
Hello i need help with a little project im working on, so basically i have a server with arch Linux on it running in the basement that has Outline server on it so while i am at school i am not limited to what the school allows, i would like to have open vpn running behind Outline like - Me - Outline server - vpn - Outline server - Back to me. the vpn cant influence the whole server and will only be used when i connect to Outline. how would i go about doing the, any help would be great thanks a lot!
Last edited by N8 (2022-06-01 05:43:15)
Offline
What have you tried so far? You will get much better answers if you follow the guidance in the article linked in my signature.
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
Not sure what outline is... if it is a resource on your home LAN, and if you want to access it and/or other home LAN machines, you can use openvpn or wireguard. The setup I prefer is to containerize the VPN (LXC is my preference) which allows the host server to do all it needs to in addition to running the VPN which you can manage in the container.
It could be easy to setup the vpn to run without the lxc, but I don't know how to keep the host LAN interface separate from the VPN interface, which is one reason to use the containerization.
https://wiki.archlinux.org/index.php/Linux_Containers
https://wiki.archlinux.org/index.php/OpenVPN
https://wiki.archlinux.org/index.php/Op … Containers
https://wiki.archlinux.org/index.php/WireGuard
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
thanks a lot for the replies sorry my question was kind of vague ill try again.
So at my home i have a basic hp small form factor PC that has arch Linux on it, currently i have it setup as a vpn/proxy server, it is using Outline vpn as the vpn, i connect to this server while i am at school because they have a firewall blocking websites that i actually need for school.
I would like to make it so when i connect to my vpn/proxy server instead of using my home ip it connects to another vpn so it would be like i was just connecting to a normal vpn service but while also going through my home server since most vpns are blocked at the school i attend.
It would sort of look like this:
Me at school ---> Outline server ---> Vpn provider ---> Outline server ---> Back to me
when i enable my vpn on my server while Outline is running it thinks my ip has changed and will adapt to the new ip making me lose connection to my server how would i make the vpn on my server run with outline not changing to the new ip adress?
Outline Vpn (https://getoutline.org/en/home)
Offline
.... running it thinks my ip has changed
What is "it"?
You've provided zero technical information for anyone to be able to assist. Review the link in my signature about how to ask questions, and provide relevant technical information about what you've set up and the problem you're experiencing.
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
Thanks graysky you lead me on the right path im getting somewhere im happy to have a challenge but when i dont know where to start its kind of hard. cheers!
Offline
Pages: 1