I'm trying to setup openVPN routed environment. Tunel
is up, and I can ping from "clients" net machines to "server"
net, but not vice-versa. I cant even ping from server to client IP (but I can
ping "VPN" clients address 10.8.0.6). If I ping "vpn"
client address from server, I see log about this in system log, but if I ping
real client address from server (192.168.0.254) i don't see anything in log.
Any ideas what am I doing wrong (I allready check my
configuration files 10 times...).
Thanks for help.
Matej
----
These are my config:
server:
ISP ip: 84.84.84.4
local ip: 192.168.0.1/255.255.255.0
server.conf:
port 1194
proto upd
dev tun
ca ca.cert
cert server.cert
key server.key
dh dh1024.pem
server 10.8.0.0 255.255.255.0
push "route 192.168.0.0 255.255.255.0"
client-config-dir ccd
route 192.168.12.0 255.255.255.0
client-to-client
keepalive 10 120
comp-lzo
persist-key
persist-tun
verb6
file ccd/hoce:
iroute 192.168.12.0 255.255.255.0
client:
ISP ip: 21.21.21.1
local ip: 192.168.12.254/255.255.255.0
client.conf:
client
dev tun
proto udp
remote 84.84.84.4 1194
persist-key
persist-tun
ca ca.crt
cert hoce.crt
ke hoce.key
comp-lzo
verb 6