Hello, I have 2 OpenVPN tunnels coming into a box here at our office. The problem I'm having is that after a reboot and when OpenVPN starts backup, it shows in the logs that a tunnel established but I get this error:
Feb 13 10:28:13 openvpn[277]: WARNING: file '/var/etc/openvpn_server0.secret' is group or others accessible Feb 13 10:28:13 openvpn[277]: LZO compression initialized Feb 13 10:28:13 openvpn[277]: gw 74.239.xxx.xxx Feb 13 10:28:13 openvpn[277]: TUN/TAP device /dev/tun0 opened Feb 13 10:28:13 openvpn[277]: /sbin/ifconfig tun0 192.168.200.1 192.168.200.2 mtu 1500 netmask 255.255.255.255 up Feb 13 10:28:13 openvpn[277]: /etc/rc.filter_configure tun0 1500 1545 192.168.200.1 192.168.200.2 init Feb 13 10:28:13 openvpn[288]: UDPv4 link local (bound): [undef]:2100 Feb 13 10:28:13 openvpn[288]: UDPv4 link remote: [undef] Feb 13 10:28:15 openvpn[290]: OpenVPN 2.0.6 i386-portbld-freebsd6.1 [SSL] [LZO] built on Apr 6 2006 Feb 13 10:28:15 openvpn[290]: WARNING: file '/var/etc/openvpn_server1.secret' is group or others accessible Feb 13 10:28:15 openvpn[290]: LZO compression initialized Feb 13 10:28:15 openvpn[290]: gw 74.239.xxx.xxx Feb 13 10:28:15 openvpn[290]: TUN/TAP device /dev/tun1 opened Feb 13 10:28:15 openvpn[290]: /sbin/ifconfig tun1 192.168.150.1 192.168.150.2 mtu 1500 netmask 255.255.255.255 up Feb 13 10:28:15 openvpn[290]: /etc/rc.filter_configure tun1 1500 1545 192.168.150.1 192.168.150.2 init Feb 13 10:28:15 openvpn[317]: UDPv4 link local (bound): [undef]:2101 Feb 13 10:28:15 openvpn[317]: UDPv4 link remote: [undef] Feb 13 10:28:19 openvpn[317]: Peer Connection Initiated with 74.xxx.xxx.xxx:64139 Feb 13 10:28:20 openvpn[317]: Initialization Sequence Completed Feb 13 10:28:23 openvpn[288]: Peer Connection Initiated with 68.xxx.xxx.xxx:1194 Feb 13 10:28:24 openvpn[288]: Initialization Sequence Completed Feb 13 10:28:27 openvpn[288]: write UDPv4: No buffer space available (code=55) Feb 13 10:28:30 last message repeated 1864 times Once I get this error, I can't ping across the tunnel or even better, I get this: # ping 192.168.150.2 PING 192.168.150.2 (192.168.150.2): 56 data bytes ping: sendto: Operation not permitted ping: sendto: Operation not permitted This VPN connection was working flawlessly last night (aside from Charter dying periodically). I enabled routed on the WAN and LAN. Could RIP be interferring?
