Can someone tell me a rule to make this
internet—wlan(192.168.4.251)----ether(192.168.0.254)----users
i have a rule with masquerade out interface wlan and all ip have internet
i want user1 to have acces with only one ip so
have acces to internet ip+mac(user ether) if i drop one ip user can change ip and have internet.(i know with windows Xp can change mac addres but not all people knows)
You may user firewall or static ARP table, that will allow specific user ‘src-address’ and ‘mac-address’ access to the internet.
User with different mac-address will not be allowed,
http://wiki.mikrotik.com/wiki/How_to_secure_a_network_using_ARP
What about i can find mac address for one specified ip address
i want to know if there is strangers ip in my network with different mac address
a comand like is in linux arp -I 192.168.0.4 and the ruter shows the mac address and
arp -I and show all.
And another point how can i do when the client does not have one account to the router or does not match with arp entries to be redirect to a page i put or a meesage to tell him you dont pay the bill or you don’t have acount.So the client know i stop the internet because i want so not the internet is down.The router MT is a great thing before i discover i have a lot of problem to make wireles link in plus i can manage the bandwidth ,firewall and
lot of thing.I like there are very stabil .
-
You may create static ‘ip arp’ table and leave ‘arp=enabled’, dynamic arp entries will be new users, that are not added by you.
-
It is not possible to achieve such scenario with static arp table.
You need to use alternative solution, e.g. one of them is HotSpot server, when you may use different login methods for different groups of customers. One group might be authenticated by MAC-address, other group (MAC-addresses are not preset at ‘ip hotspot user’ list) would get login page with information they should see.