Community discussions

MikroTik App
 
DanielRomero
just joined
Topic Author
Posts: 9
Joined: Sat Aug 29, 2009 5:42 pm

define navigation ip

Tue Sep 15, 2009 1:41 am

Mikrotik have the option to define navigation ip ..
Please if you can give me an instructive
 
thiele
newbie
Posts: 44
Joined: Mon Jun 01, 2009 5:08 pm
Location: Curitiba - Brasil

Re: define navigation ip

Tue Sep 15, 2009 5:09 pm

If u want to set IP address when your mikrotik is doing src-nat u need to use a src-nat rule and not a masquerade one.

Use something like this:

/ip firewall nat chain=srcnat out-interface=<out ineterface> src-address=<your local net> action=src-nat to-address=<ip on out interface>

You must have IP address configured at out interface.


Is it what you need? if not please send more information.

Jorge