just succeeded into running openvpn client (site-to-site) from my asg box (after fixing the missing libs)... but seems there are missing rules to make it work:
from within the asg box it works:
asg:/root # ping -n -c 3 10.0.0.100
PING 10.0.0.100 (10.0.0.100) 56(84) bytes of data.
64 bytes from 10.0.0.100: icmp_seq=1 ttl=63 time=77.5 ms
64 bytes from 10.0.0.100: icmp_seq=2 ttl=63 time=72.0 ms
64 bytes from 10.0.0.100: icmp_seq=3 ttl=63 time=80.9 ms
--- 10.0.0.100 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2001ms
rtt min/avg/max/mdev = 72.083/76.856/80.982/3.661 ms
but not from my desktop box
[11:05:17] root@beyond - ~> ping -n -c 3 10.0.0.100
PING 10.0.0.100 (10.0.0.100) 56(84) bytes of data.
--- 10.0.0.100 ping statistics ---
3 packets transmitted, 0 received, 100% packet loss, time 2012ms
I checked both openvpn config on the server and client and config it twice to be sure that I checked "automatic packet filtering"... and still does not work..
thx