Flint 2 is acting as Main Router and also OpeVPN Server. Open VPN client connection is successful but later on if you run commands such as ls the session hangs.
To me it looks like a mss issue and I have fixed this by adding mssfix 1320 on the client configuration. After this client performance is much improved but still ping with bigger packet size fails defauld packet size works.
ping 10.8.0.1
PING 10.8.0.1 (10.8.0.1): 56 data bytes
64 bytes from 10.8.0.1: icmp_seq=0 ttl=64 time=31.961 ms
64 bytes from 10.8.0.1: icmp_seq=1 ttl=64 time=37.407 ms
^C
--- 10.8.0.1 ping statistics ---
3 packets transmitted, 2 packets received, 33.3% packet loss
round-trip min/avg/max/stddev = 31.961/34.684/37.407/2.723 ms
ping -s 1500 10.8.0.1
PING 10.8.0.1 (10.8.0.1): 1500 data bytes
Request timeout for icmp_seq 0
Request timeout for icmp_seq 1
^C
--- 10.8.0.1 ping statistics ---
3 packets transmitted, 0 packets received, 100.0% packet loss
10.8.0.1 is vpn router address.
