Здравствуйте !!! при подключении из вне, не пингуется внутренняя сеть(10.10.10.0) подскажите где я ошибся? где прописать маршрут?
# Which local IP address should OpenVPN # listen on? (optional) ;local a.b.c.d
port 1194
proto udp
dev tun
;dev-node MyTap
ca /etc/openvpn/ca.crt cert /etc/openvpn/server.crt key /etc/openvpn/server.key # This file should be kept secret
dh /etc/openvpn/dh1024.pem
server 10.10.13.0 255.255.255.0
ifconfig-pool-persist ipp.txt
push «route 10.10.13.0 255.255.255.0»
client-config-dir ccd
push «redirect-gateway»
push «dhcp-option DNS 10.10.10.1» push «dhcp-option WINS 10.10.10.2»
client-to-client
keepalive 10 120
;tls-auth ta.key 0 # This file is secret
;cipher BF-CBC # Blowfish (default) ;cipher AES-128-CBC # AES ;cipher DES-EDE3-CBC # Triple-DES
comp-lzo
max-clients 10
user nobody group nobody
persist-key persist-tun
status openvpn-status.log
log openvpn.log log-append openvpn.log
verb 4
;mute 20