Hello!
I am quite a newbie on open vpn on linux.
I successfully managed to install open vpn server and certificates on ubuntu 16.04, it was very "educational".
Now i can successfully ping the server (10.8.0.1) from the client and also i've managed to share a samba folder which i can as well access from the client.
the next step i want to achieve is read/write from a svn server repository.
i've installed apache web server and svn server successfully with standard settings. i can access the repository on the server via http://127.0.0.1/svn/repo1 , so i assume the server listening on port 80 (am I right?)
but i cannot reach the server from the client (eg: 10.8.0.x/svn/repo1) - what am i missing?
thanks in advance and sorryt for the "noobness"
[linux] apache http svn server through openvpn
Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech
-
- OpenVpn Newbie
- Posts: 2
- Joined: Tue Dec 20, 2022 8:08 am
-
- OpenVpn Newbie
- Posts: 2
- Joined: Tue Dec 20, 2022 8:08 am
Re: [linux] apache http svn server through openvpn
hi all,
just wanted to update the topic.
found the "culprit", it was the firewall
svn server is ran by apache webserver
sudo ufw allow "Apache Full" resolved all, i told you that i was a noob
hope this can help
just wanted to update the topic.
found the "culprit", it was the firewall
svn server is ran by apache webserver
sudo ufw allow "Apache Full" resolved all, i told you that i was a noob

hope this can help