Community discussions

MikroTik App
 
User avatar
sky_16
just joined
Topic Author
Posts: 20
Joined: Wed Nov 15, 2006 4:36 am

[ask]Can mikrotik make it IP route not redundancy???

Fri Feb 02, 2007 5:23 pm

Somebody i want to ask....can his IP Mikrotik itself cannot be use anymore by anyone??? i mean: if i already set the IP address for Mikrotik e.g 192.168.65.1/28 and the IP that i set cannot be used by anyone again.everyone cannot use the IP again 192.168.65.1/28.Everytime that anyone want to use the IP can be blocked by mikrotik not redundancy...Thanx 4 the help.. :D
 
User avatar
mneumark
Member
Member
Posts: 370
Joined: Thu Jun 08, 2006 7:20 am
Location: Escalon, CA
Contact:

Sun Feb 04, 2007 10:01 am

That would create a duplicate ip address within your network. What you would need to do is setup NAT for the second person and assign them another ip address.
 
User avatar
sky_16
just joined
Topic Author
Posts: 20
Joined: Wed Nov 15, 2006 4:36 am

Mon Feb 05, 2007 9:51 am

sorry, that's mean we have to set the ip for another person manually.but if another one person use the same ip so we can get the same problem..it's there another way to set like what i think above?so it can automatically blocked anyone to use that ip add of mikrotik????... :)
 
User avatar
mneumark
Member
Member
Posts: 370
Joined: Thu Jun 08, 2006 7:20 am
Location: Escalon, CA
Contact:

Mon Feb 05, 2007 10:01 am

You could setup a firewall rule that you can deny all traffic to that ip address. If you want the MT to use it then disable that rule. A script might even help depending on exactly what you want to do.
 
User avatar
sky_16
just joined
Topic Author
Posts: 20
Joined: Wed Nov 15, 2006 4:36 am

Mon Feb 05, 2007 2:53 pm

@mneumark ..
Thanx a lot man..but if i set using the firewall means that all ip cannot passthrough the mikrotik??any seuggestion??
 
User avatar
mneumark
Member
Member
Posts: 370
Joined: Thu Jun 08, 2006 7:20 am
Location: Escalon, CA
Contact:

Tue Feb 06, 2007 7:05 am

Just setup a drop firewall rule for only that one ip address... http://www.mikrotik.com/testdocs/ros/2.9/ip/filter.php

The manual has examples on how to do this.