ok, nothing changes in configuration PPP.
I have only created the account, the profiles and started the service.
The problem is that if I remove as default gw from the system win towards the vpn, the client it only knows the subnet that vpn the server release the DHCP (192.168.10.x).
in my office there is pure a zone DMZ (10.0.0.x) and an other net (172.20.x.x) only that I do not succeed from client in vpn catching up, not knowing it.
I want to avoid to leave like default gateway the server vpn in order to avoid that all my packages from house child’s step on the server vpn.
I would want to have one made table of routing therefore with the connected PC client in vpn
Route attive:
Indirizzo rete Mask Gateway Interfac. Metric
0.0.0.0 0.0.0.0 192.168.0.10 192.168.0.11 1
81.174.20.59 255.255.255.255 192.168.0.10 192.168.0.12 20
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
192.168.0.0 255.255.255.0 192.168.0.11 192.168.0.11 30
192.168.0.0 255.255.255.0 192.168.0.12 192.168.0.12 20
192.168.0.11 255.255.255.255 127.0.0.1 127.0.0.1 30
192.168.0.12 255.255.255.255 127.0.0.1 127.0.0.1 20
192.168.0.255 255.255.255.255 192.168.0.11 192.168.0.11 30
192.168.0.255 255.255.255.255 192.168.0.12 192.168.0.12 20
192.168.10.95 255.255.255.255 127.0.0.1 127.0.0.1 50
192.168.10.255 255.255.255.255 192.168.10.95 192.168.10.95 50
172.20.0.0 255.255.0.0 192.168.10.254 192.168.10.95 50
10.0.0.0 255.255.0.0 192.168.10.254 192.168.10.95 50
224.0.0.0 240.0.0.0 192.168.0.11 192.168.0.11 30
224.0.0.0 240.0.0.0 192.168.0.12 192.168.0.12 20
224.0.0.0 240.0.0.0 192.168.10.95 192.168.10.95 1
255.255.255.255 255.255.255.255 192.168.0.11 192.168.0.11 1
255.255.255.255 255.255.255.255 192.168.0.12 192.168.0.12 1
255.255.255.255 255.255.255.255 192.168.10.95 192.168.10.95 1
Gateway predefinito: 192.168.0.10 (my gateway home)
and not therefore, leaving like default gw the address of the server vpn:
Route attive:
Indirizzo rete Mask Gateway Interfac. Metric
0.0.0.0 0.0.0.0 192.168.0.10 192.168.0.12 21
0.0.0.0 0.0.0.0 192.168.0.10 192.168.0.11 31
0.0.0.0 0.0.0.0 192.168.10.95 192.168.10.95 1
81.174.20.59 255.255.255.255 192.168.0.10 192.168.0.12 20
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
192.168.0.0 255.255.255.0 192.168.0.11 192.168.0.11 30
192.168.0.0 255.255.255.0 192.168.0.12 192.168.0.12 20
192.168.0.11 255.255.255.255 127.0.0.1 127.0.0.1 30
192.168.0.12 255.255.255.255 127.0.0.1 127.0.0.1 20
192.168.0.255 255.255.255.255 192.168.0.11 192.168.0.11 30
192.168.0.255 255.255.255.255 192.168.0.12 192.168.0.12 20
192.168.10.95 255.255.255.255 127.0.0.1 127.0.0.1 50
192.168.10.255 255.255.255.255 192.168.10.95 192.168.10.95 50
224.0.0.0 240.0.0.0 192.168.0.11 192.168.0.11 30
224.0.0.0 240.0.0.0 192.168.0.12 192.168.0.12 20
224.0.0.0 240.0.0.0 192.168.10.95 192.168.10.95 1
255.255.255.255 255.255.255.255 192.168.0.11 192.168.0.11 1
255.255.255.255 255.255.255.255 192.168.0.12 192.168.0.12 1
255.255.255.255 255.255.255.255 192.168.10.95 192.168.10.95 1
Gateway predefinito: 192.168.10.95 (address Server VPN)
therefore reassuming I do not want to make to pass all the traffic from vpn the server, but only that directing to subnet
10.0.0.0/16
172.20.0.0/16
192.168.20.0/24
thnx
PS: this job I want that the face the server vpn and not the client on which it would be enough to add that the 2 routes are raeaching from the interface vpn (would be too much difficult to explain it to all)