Normis I have a brilliant idea but I need some help !!
Posted: Tue May 13, 2008 7:25 pm
I'm thinking about to do something to stop the NetCut,
The idea is to make different IP range addresses for each user,
Example:
[admin@MikroTik] > ip address pr
Flags: X - disabled, I - invalid, D - dynamic
# ADDRESS NETWORK BROADCAST INTERFACE
0 192.168.1.99/24 192.168.1.0 192.168.1.255 WAN
1 192.168.10.1/30 192.168.10.0 192.168.10.3 LAN
2 192.168.11.1/30 192.168.11.0 192.168.11.3 LAN
-------------------------------------------------------------------
User 1 IP:
192.168.10.2
255.255.255.252
192.168.10.1
User 2 IP:
192.168.20.2
255.255.255.252
192.168.20.1
--------------------------------------------------------------------
Now you can see that I have a different networks each network has only one IP address range so the NetCut can only see itself, You know what I mean !!
The problem is (User 1) still pinging on (User 2) sounds like a (NAT) inside the ROS but I have no firewall NAT, When I turn off the ROS (User 1) stops pinging on (User 2) immediately, which is mean the ROS did that thing to let (User 1) pinging on (User 2).
What I want is just to stop User 1 seeing User 2, I don't want to just block the ping but to drop all the internal connection between them inside the ROS.
Ahmed
The idea is to make different IP range addresses for each user,
Example:
[admin@MikroTik] > ip address pr
Flags: X - disabled, I - invalid, D - dynamic
# ADDRESS NETWORK BROADCAST INTERFACE
0 192.168.1.99/24 192.168.1.0 192.168.1.255 WAN
1 192.168.10.1/30 192.168.10.0 192.168.10.3 LAN
2 192.168.11.1/30 192.168.11.0 192.168.11.3 LAN
-------------------------------------------------------------------
User 1 IP:
192.168.10.2
255.255.255.252
192.168.10.1
User 2 IP:
192.168.20.2
255.255.255.252
192.168.20.1
--------------------------------------------------------------------
Now you can see that I have a different networks each network has only one IP address range so the NetCut can only see itself, You know what I mean !!
The problem is (User 1) still pinging on (User 2) sounds like a (NAT) inside the ROS but I have no firewall NAT, When I turn off the ROS (User 1) stops pinging on (User 2) immediately, which is mean the ROS did that thing to let (User 1) pinging on (User 2).
What I want is just to stop User 1 seeing User 2, I don't want to just block the ping but to drop all the internal connection between them inside the ROS.
Ahmed