I have a router running DD-WRT with a PPTP Server working fine, but every PPTP client gets assigned IP like this one:
IPv4 Address . . . . . . . . . . . . : 192.168.210.2
Subnet Mask . . . . . . . . . . . . : 255.255.255.255
As long as I know, that kind of mask does not allow the clients to connect between them.
I can configure the clients to manual IP, so they have IPs like:
IPv4 Address. . . . . . . . . . . . . . : 192.168.210.2
Subnet Mask . . . . . . . . . . . . . . : 255.255.255.0
But it would be nice if the server could assign automatically that network mask via DHCP.
I have not found such option at DD-WRT documentation.
Does anyone knows about any way to configure it?