Hi everyone,
I'm a little stuck...
I've followed the guide
http://library.linode.com/networking/openvpn/centos-5 to set up OpenVPN.
I also set up phpMyAdmin.
Once I connect to my OpenVPN, my ip address changes to my server ip address but I still cannot access phpMyAdmin.
the conf for my phpMyAdmin.conf is
<Directory /usr/share/phpMyAdmin/>
Order Deny,Allow
Deny from All
Allow from 10.8.
Allow from [server ip address]
Allow from 127.0.0.1
Allow from ::1
</Directory>
I am only able to access domain/phpmyadmin if i add..
Allow from "home ip address" even when connected to openVPN and my
http://www.whatismyip.com/ is "server ip address"
I'm thinking that the problem is.. an OpenVPN issue and I need to change the server.conf to "dev tap" instead of "dev tun" (it is current on "dev tun").
Any helpful advice or suggestions will be greatly appreciated!

.
Thanks in advance.