При запуске openvpn говорит вот что:
Код: Выделить всё
Fri Oct 6 00:34:38 2006 OpenVPN 2.0.5 i386-portbld-freebsd6.1 [SSL] [LZO] built on Mar 15 2006
Fri Oct 6 00:34:38 2006 WARNING: You have disabled Replay Protection (--no-replay) which may make OpenVPN less secure
Fri Oct 6 00:34:38 2006 LZO compression initialized
Fri Oct 6 00:34:38 2006 UDPv4 link local: [undef]
Fri Oct 6 00:34:38 2006 UDPv4 link remote: 192.168.0.1:1194
Fri Oct 6 00:34:38 2006 [server] Peer Connection Initiated with 192.168.0.1:1194
Fri Oct 6 00:34:39 2006 WARNING: Since you are using --dev tun, the second argument to --ifconfig must be an IP address. You are using something (255.255.255.0) that looks more like a netmask. (silence this warning with --ifconfig-nowarn)
Fri Oct 6 00:34:39 2006 TUN/TAP device /dev/tun0 opened
Fri Oct 6 00:34:39 2006 /sbin/ifconfig tun0 192.168.130.67 255.255.255.0 mtu 1500 netmask 255.255.255.255 up
add net 0.0.0.0: gateway 192.168.130.1: Network is unreachable
Fri Oct 6 00:34:49 2006 ERROR: FreeBSD route add command failed: shell command exited with error status: 1
Fri Oct 6 00:34:49 2006 Initialization Sequence CompletedВот openvpn.conf:
Код: Выделить всё
remote 192.168.0.1
port 1194
nobind
dev tun
client
verb 1
mute 10
status vpn.stat
comp-lzo
comp-noadapt
no-replay
pkcs12 client.p12
ns-cert-type serverКак с этим совладать?