On 02/13/2015 10:44 PM, Joseph wrote: > > Thank for replying. > > My eeepc VPN IP: 192.168.151.9 is the client connected over VPN to server > VPN IP 192.168.151.1 > > So I inserted on eeepc (client) to /etc/openvpn/eeepc.conf > ... > push "route 192.168.151.0 255.255.255.0"
This goes on the server, in whatever directory (ccd?) you're using for the client configs. It's specified by the client-config-dir parameter in openvpn.conf on the server. Add it to a file called "DEFAULT" so it applies to every VPN client. Once you have that set up (don't forget to restart OpenVPN!), connect to the VPN with your EeePC. You should see something in the logs like, Feb 14 10:40:40 [openvpn] SENT CONTROL [vpn1.example.com]: 'PUSH_REQUEST' (status=1) Feb 14 10:40:40 [openvpn] PUSH: Received control message: 'PUSH_REPLY,topology subnet,route-gateway... Feb 14 10:40:40 [openvpn] /bin/ip route add 10.1.1.0/24 via 192.168.151.1 ... (more /bin/ip/route commands) At that point your EeePC should be able to ping things on the 10.1.1.x subnet. Make sure that works, and then start messing with the printer. You shouldn't need anything on the client except a minimal openvpn.conf and your keys.