[linux] apache http svn server through openvpn

This forum is for general conversation and user-user networking.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Post Reply
fedepr
OpenVpn Newbie
Posts: 2
Joined: Tue Dec 20, 2022 8:08 am

[linux] apache http svn server through openvpn

Post by fedepr » Tue Dec 20, 2022 9:01 am

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"

fedepr
OpenVpn Newbie
Posts: 2
Joined: Tue Dec 20, 2022 8:08 am

Re: [linux] apache http svn server through openvpn

Post by fedepr » Thu Dec 22, 2022 10:12 am

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 :D
hope this can help

Post Reply