friends.
I am needing to make the following route in mikrotik
/sbin/route add - net 192.168.54.0 netmask 255.255.255.0 gw 192.168.9.219
. How to make? Debtor
friends.
I am needing to make the following route in mikrotik
/sbin/route add - net 192.168.54.0 netmask 255.255.255.0 gw 192.168.9.219
. How to make? Debtor
/ip route add dst-address=192.168.54.0/24 gateway=192.168.9.219
You really need to read the manual
Maxi
or using a winbox
open ip–>route—>click “+” -->destination=192.168.54.0/24 and gateway=192.168.9.219 and then choose “apply” or “ok” button
I am passing for the following situation, I have a server mikrotik receiving net and an interface and distributing in another interface. What it happens is the following one, on in this mikrotik I have a server linux with proxy nat and firewall twirling. As linux this on one in mikrotik, pq mikrotik is gateway of it, necessary to know everything that happens in the net, type if a customer below of server linux to use p2p it to accuse in mikrotik. I arrived it ties to try to make a route here, obtains to drip in them you scheme atras of linux, more when eye in connections or torch, it presents me an only IP. the IP of linux and not of the customers behind it.
If somebody to know oq can be I is thankful very.
The route that I made was:
/IP route
add dst-address= 192.168.50.0 /24 gateway= 192.168.10.2 scope=255 target-scope=10
comment= “” disabled=em
the IP 192.168.10.2 is wan of linux, and it 192.168.50.0 /24 creaks is the band of ips that the customers catch.
Hi gilbertoandrade,
If you need a deep information help you have to be more explicit, because of your explanation.
regard.