Community discussions

MikroTik App

Search found 6 matches

by pkonini
Mon Apr 18, 2016 4:15 pm
Forum: General
Topic: Redirect LAN Traffic for an Internal LAN IP to a specific IP in a different IP Range
Replies: 16
Views: 20546

Update Solved: Redirect LAN Traffic for an Internal LAN IP to a specific IP in a different IP Range

Some results on actual implementation of the rules: Rule 1 - ok Rule 2 - ok Rule 3 - Disabled ip firewall nat> add action=src-nat chain=srcnat src-address=192.168.3.10/32 to-addresses=192.168.2.10 - Actually I disabled this rule in mikrotik and still everything is working fine based on my desired co...
by pkonini
Tue Apr 12, 2016 11:50 pm
Forum: General
Topic: Redirect LAN Traffic for an Internal LAN IP to a specific IP in a different IP Range
Replies: 16
Views: 20546

Re: Redirect LAN Traffic for an Internal LAN IP to a specific IP in a different IP Range

That was a smart hack. But still trying to figure out why #1 step would be omitted in Cisco environment. Considering how hosts communicates in IP environment. These are: 1. A host makes a broadcast by asking....who is 192.168.2.10 2. Host with IP with 192.168.2.10 replies...this time it's MAC inclu...
by pkonini
Sun Apr 10, 2016 5:36 pm
Forum: General
Topic: Redirect LAN Traffic for an Internal LAN IP to a specific IP in a different IP Range
Replies: 16
Views: 20546

SOLVED - Redirect LAN Traffic for an Internal LAN IP to a specific IP in a different IP Range

NAT rules work with IF-THEN principle. In your case, you want to tell the router that IF dst-address is equal to 192.168.2.10, THEN the dst-address should be translated to 192.168.3.10. This you have configured with the rules above. But the sad news is that the rules would not work because all traf...
by pkonini
Sun Apr 10, 2016 12:26 am
Forum: General
Topic: Redirect LAN Traffic for an Internal LAN IP to a specific IP in a different IP Range
Replies: 16
Views: 20546

Re: Redirect LAN Traffic for an Internal LAN IP to a specific IP in a different IP Range

... And I want to make a rule that even when this PC is not in 2.x LAN all traffic should be redirected to 3.10 where it is relocated. That is not possible, since the traffic inside the subnet will flow directly between hosts,and not pass through the router. Unless you could add a route on all subn...
by pkonini
Sat Apr 09, 2016 5:06 pm
Forum: General
Topic: Redirect LAN Traffic for an Internal LAN IP to a specific IP in a different IP Range
Replies: 16
Views: 20546

Re: Redirect LAN Traffic for an Internal LAN IP to a specific IP in a different IP Range

I want to forward all traffic, all ports. Lets say I have a PC configured with two IPs: 192.168.2.10 and 192.168.3.10 I would like to move this PC from LAN 192.168.2.0/24 to 192.168.3.0/24. And I want to make a rule that even when this PC is not in 2.x LAN all traffic should be redirected to 3.10 wh...
by pkonini
Sat Apr 09, 2016 4:25 pm
Forum: General
Topic: Redirect LAN Traffic for an Internal LAN IP to a specific IP in a different IP Range
Replies: 16
Views: 20546

Redirect LAN Traffic for an Internal LAN IP to a specific IP in a different IP Range

Let me say I have this configuration: Mikrotik1 : Intranet IP : 1.1.1.1 LAN IP : 192.168.2.1 Internal LAN : 192.168.2.0/24 Mikrotik2: Intranet IP : 1.1.1.2 LAN IP : 192.168.3.1 Internal LAN : 192.168.3.0/24 What I want to achive is that all traffic from : 192.168.2.0/24 to Internal IP Address : 192....