I've successfully deployed an openvpnas, and i can can connect to it from 3 different ISPs using both TCP and UDP connections. I'm only using Linux clients, as I have long abandoned windows (too many flaws).
However, when trying to connect from an computer hooked up to the internet by an ISP that uses PPPoE, I cannot establish a tunnel between the two computers, as the MTU size for PPPoE is set to 1492 and the server expects 1500, so packages of 1500 bytes cannot travel over the PPPoE link restricted to 1492 bytes. If I set the max MTU to 1492 on the client I get the following:
Code: Select all
2011-09-09 22:59:01+0300 [-] OVPN 0 OUT: 'Fri Sep 9 19:59:01 2011 IP:port WARNING: 'link-mtu' is used inconsistently, local='link-mtu 1544', remote='link-mtu 1536''
2011-09-09 22:59:01+0300 [-] OVPN 0 OUT: 'Fri Sep 9 19:59:01 2011 IP:port WARNING: 'tun-mtu' is used inconsistently, local='tun-mtu 1500', remote='tun-mtu 1492''
2011-09-10 00:31:04+0300 [-] OVPN 0 OUT: 'Fri Sep 9 21:31:04 2011 IP:port Option inconsistency warnings triggering disconnect due to --opt-verify'
Have a good one!