I'm not able to ping from client (W7 x64) all devices on server side.
Here ip addresses:
Main router: 192.168.1.1
Nas4Free server: 192.168.1.201 & 192.168.10.0 Vpn server
Local pc: 192.168.1.10
Local pc: 192.168.1.11
Network printer: 192.168.1.200
Server.conf
Code: Select all
port 1194
proto udp
dev tun
client-config-dir ccd
ca ca.crt
cert server.crt
key server.key
dh dh1024.pem
server 192.168.10.0 255.255.255.0
ifconfig-pool-persist ipp.txt
push "route 192.168.1.0 255.255.255.0"
keepalive 10 120
cipher BF-CBC
comp-lzo
max-clients 100
persist-key
persist-tun
status openvpn-status.log
log-append /var/log/openvpn.log
verb 3 Code: Select all
client
dev tun
proto udp
remote myIp 1194
resolv-retry infinite
nobind
persist-key
persist-tun
ca "C:\\Program Files (x86)\\OpenVPN\\config\\ca.crt"
cert "C:\\Program Files (x86)\\OpenVPN\\config\\CACA-W7.crt"
key "C:\\Program Files (x86)\\OpenVPN\\config\\CACA-W7.key"
ns-cert-type server
cipher BF-CBC
comp-lzo
verb 3At moment I'm able to ping the nas from client 192.168.1.201 and to get all services over the tunnel (mysql, ect, ect).
I like to reach at same times the other devices and the network printer.
Can somebody helpme please? I'm not specialist of FreeBsd enviroment......

