No NetCut In Mikrotik any more [easy solution]

hey every body there…

me like every one here hope to stop Netcut from working in his network so after many many ways all not work i find this successful easy solution

ok do like in image

this will make all your customer gatways will be not the same with real ip so netcut will never know your real gatways so will never work

this will never effect your internet connection or any other thing in your network just stop netcut


tell me your option when you try it

good luck

==========================================================
This live Show For All Process

and test internet before it and after it

i test it for this version of operation system

Windows XP SP2
Windows XP SP3
Windows 7
Ubuntu 10.1
Linux openSUSE10

And All Work

Download This Video 7.2 MB
http://www.mediafire.com/?l3da7ddfo9tu9j2
Untitled-1.jpg
Untitled-0.jpg

If you give users a default gateway via DHCP that isn’t on the subnet that their address is on, then they can’t reach it. A default gateway must by definition be on the same network as the IP address used to reach it. The whole purpose of a default gateway is to be a router that can be used when the destination IP address is not on the local network.

try it man first…

it’s 100% work

i just make 2 IP for Users (LAN)(LOCAL) Network

one for give ip address and the other to give Gateways so never do any proplem to your connection

try it first…

it’s 100% work

and very usefull

I tried it first, and second. Two separate machines. On both:

  1. IE and Chrome stall. They get the dns resolution, but after that, there are no webpages.
  2. Ping gets solid “request timed out”.
    Which 100% works? :confused:
    It will work only if you assign a static ip/gateway in your client machines. :frowning:

EDIT: I set the 1.1.1.1/24 ip on the wrong interface. Now that it is set on the correct interface, it does work. :open_mouth:
I did not check if NetCut works, just the network.

What OS? The only way this could work is via a recursive route (route to that gateway via a local IP, which isn’t the case here), or by a client implementation that ARPs for addresses outside of its own subnet and a router that does proxy ARP (which a Hotspot does at least when Universal NAT is on). That client implementation would be broken - a default gateway outside of the local network is not a valid configuration.

I will test some operating systems tomorrow.

@fewi: You know me. I test everything. My first attempt at this, I assigned the 1.1.1.1/24 ip to my WAN interface. No go. That was the first and second attempt. Then I removed 1.1.1.1/24 from the WAN and assigned it to the same LAN interface as the primary ip subnet (localnet). It worked. ??

My setup was ether2 assigned 192.168.1.1/24 and 1.1.1.1/24. I followed the example, and it works as a network. I have not tried NetCut. Both clients were WinXP machines.

Yes, on windows.
I seem to remember a scenario where we were using a FreeBSD router which also got somehow a gateway assigned out of the network (don’t remember the exact reason anymore) and didn’t work.
When we connected a windows machine directly, it worked straight away. It 'll probably only work with windows clients. (which covers a lot of course, but still…)

Kind regards
B

It’s the same behaviour as when you specify Netmask as 32. (Netmask 32 - will block all client-to-client connectivity). And yes it does work only on Windows. On Linux and other Unixes an interface addresses have to be configured statically or dhcp-client has to ignore gateway IP taken from server.

To my surprise this works on OS X as well as Linux (Debian). The routing tables show a quad zero route to 1.1.1.1, and a host specific route (/32) for 1.1.1.1 via the interface that received the DHCP lease. So a recursive route gets inserted, and that’s why the non-local default gateway works.

# ifconfig wlan0 | grep inet
          inet addr:172.17.0.5  Bcast:172.17.0.255  Mask:255.255.255.0
# route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
1.1.1.1         0.0.0.0         255.255.255.255 UH    0      0        0 wlan0
172.17.0.0      0.0.0.0         255.255.255.0   U     2      0        0 wlan0
169.254.0.0     0.0.0.0         255.255.0.0     U     1000   0        0 wlan0
0.0.0.0         1.1.1.1         0.0.0.0         UG    0      0        0 wlan0
#

I would have bet money these stacks wouldn’t behave that way. Can someone test Windows Vista and 7? And maybe check the routing tables of Windows (“route print”) to see how it recursively resolves the gateway? Does anyone know if this is documented behavior?

Very nice find. By the way, there is no need to use a /24 for the ‘fake’ gateway, a /32 is sufficient. It probably also shouldn’t be 1.1.1.1, because that is a real public IP address that has been assigned to APNIC - they may never use it since it’s used in so many examples and documentation, but it’s still bad practice to use it within your network. Any RFC1918 address would fulfill the same purpose and is safe to use.

As far as netcut goes - I’ve never used it, but this just makes the users of netcut have to perform an extra step: first get an actual DHCP lease and note down the gateway you get assigned, then use netcut, and then manually enter the routes required.

Ok, nice to know.
But concerning netcut, do you guys have many problems with this?
Personally, I never had any complaints or signs anyone was playing with it within our networks. (and I sure hope murphy and his law stays home now!) :slight_smile:

No, never.

This live Show For All Process

and test internet before it and after it

i test it for this version of operation system

Windows XP SP2
Windows XP SP3
Windows 7
Ubuntu 10.1
Linux openSUSE10

And All Work

Download This Video 7.2 MB
http://www.mediafire.com/?l3da7ddfo9tu9j2

not sure I follow, shouldn’t the DHCP also service the PC that runs netcut? which then get the gateway address, no?

netcut user can still obtain the same gateway address just as normal DHCP client. more over, even if you set MAC filter to reply address lease request to known client’s MAC, after netCut user spoof the MAC, they can still gain the same.

don’t Work for me