I did not see any related issue between OpenVPN and Iptables. What is your problem?
I've successfully installed OpenVPN in my company, usually, you have to modify the firewall rule to make it work.
I assume you are using bridging VPN (ie. tun interface).
On the server, enter those command
Code:
iptables -I INPUT -i tun0 -j ACCEPT
iptables -I FORWARD -i tun0 -j ACCEPT
iptables -I INPUT -o tun0 -j ACCEPT
iptables -I OUTPUT -i tun0 -j ACCEPT
Do the same on the client.
Those rules just make OpenVPN to work, but they are INSECURE. You should modify these rules into stricter ones.
Hope this may help.
__________________
Linux User number :
451678
Desktop:
AMD X2 3800+, ASUS M2NPV-VM, GeForce 6150 128MB (onboard), 2GB RAM Corsairs 667, ASUS VW192T LCD 19" Widescreen.
Ubuntu 8.04 (Hardy Heron) x86
------------------------
Laptop:
HP Pavilion DV 5000
Fedora 10 (Cambridge) x86
Linux Machine Number: 359564