BlackXSun
В режиме tun должно пинговаться все.
Если за клиентом сетка, то должна быть директива iroute:
Цитата:
В режиме tun должно пинговаться все.
Если за клиентом сетка, то должна быть директива iroute:
Цитата:
# EXAMPLE: Suppose the client
# having the certificate common name "Thelonious"
# also has a small subnet behind his connecting
# machine, such as 192.168.40.128/255.255.255.248.
# First, uncomment out these lines:
;client-config-dir ccd
;route 192.168.40.128 255.255.255.248
# Then create a file ccd/Thelonious with this line:
# iroute 192.168.40.128 255.255.255.248
# This will allow Thelonious' private subnet to
# access the VPN. This example will only work
# if you are routing, not bridging, i.e. you are
# using "dev tun" and "server" directives.