Hello,
how to disable traffic forwarding betweens my IP pools.
I have many VPN (pptp) connections to main mikrotik router but I can’t give to users
correct netmask when I use fake IP addresses and Radius. Now I try with IP pools and
want to define dynamic rules to block trafic between my clients.
For example:
1 Client have 4 PC’s and want to connect it true my mikrotik I give to him /29 address space
and define in ip pools 10.0.0.1 - 10.0.0.6 (because 0 is network and 7 is broadcast)
to another client who have 5 PC’s I give to him another /29 space and define 10.0.0.9 - 10.0.0.14 in my pools.
But my client’s don’t want to reach all network they want to see only their PC’s (pools).
P.s. I try to give to users this netmask (/29) true Radius but this is impossible. All my users recive static netmast for network. ex. for Ip address from 10.0.0.0 - 10.255.255.255 they recive netmask 255.0.0.0, for IP address from 172.16.0.0 - 172.31.255.255 they recive netmask 255.240.0.0 and for IP address from 192.168.0.0 to 192.168.255.255 they recive 255.255.255.0 (the last record is strange ! but …).
Thanks in advance