What kind of authentication is the daloradius / freeradius back-end using?
Can you test the authentication to the freeradius server from another server at Location B?
Not sure how to answer that, daloradius is just a web based front end of freeradius to manage users. What I think is for some reason the ovpn server is not communicating with dalo server.
@scottalanmiller its ubuntu which is my issue too. I am so comfortable with centos, and ufw firewall is something new to me. Not even sure if this thing is enabled or disabled! 🙂
Found it.
First run the iptables entry
iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -j SNAT --to xxx.xx.xx.xx
Then run sudo apt-get install iptables-persistent, and follow the prompts. When it asks to save the current rules, hit "Yes" at both prompts. Now, on reboots, your iptables rules will be restored.
All done, working fine! 🙂