Community discussions

MikroTik App

Search found 9 matches

by downther0ad
Wed Dec 23, 2015 4:50 pm
Forum: Beginner Basics
Topic: Routing based on dst-address
Replies: 3
Views: 1235

Re: Routing based on dst-address

yes, I have this route:
0 A S  dst-address=172.30.0.0/16 gateway=172.30.x.x gateway-status=172.30.x.x reachable via  ether1-gateway distance=1 scope=30 target-scope=10 
        routing-mark=to-172
by downther0ad
Tue Dec 22, 2015 10:43 pm
Forum: Beginner Basics
Topic: Routing based on dst-address
Replies: 3
Views: 1235

Routing based on dst-address

Hi, As stated in title I need to make routing decision based on destiny address. I have following rules: mangle chain=prerouting action=mark-routing new-routing-mark=to-172 passthrough=no dst-address=172.30.0.0/16 nat chain=srcnat action=masquerade src-address=192.168.88.0/24 dst-address=172.30.0.0/...
by downther0ad
Mon Nov 30, 2015 5:07 pm
Forum: Beginner Basics
Topic: IPsec VPN site to site
Replies: 3
Views: 3006

Re: IPsec VPN site to site

Hi I was able to make a VPN IPSec with this conf: router_1 /ip ipsec policy>add src-address=<local_lan_router_1>/xx dst-address=<local_lan_router_2>/xx protocol=all action=encrypt level=require ipsec-protocols=esp tunnel=yes sa-src-address=<public_ip_router_1> sa-dst-address=<public_ip_router_2> pro...
by downther0ad
Thu Nov 26, 2015 4:18 pm
Forum: Beginner Basics
Topic: Site2Site IPsec problems
Replies: 7
Views: 2257

Re: Site2Site IPsec problems

Hi, I was able to do IPSec with this: Location A /ip ipsec policy> add src-address=192.168.0.0/24 dst-address=192.168.1.0/24 protocol=all action=encrypt level=require ipsec-protocols=esp tunnel=yes sa-src-address=80.123.98.xxx sa-dst-address=80.121.239.xxx proposal=default priority=0 /ip ipsec peer>...
by downther0ad
Tue Nov 10, 2015 10:41 pm
Forum: Beginner Basics
Topic: [SOLVED]Default route to Internet
Replies: 10
Views: 12998

[SOLVED] Re: Default route to Internet

** solved ** routing rule was needed so, my config is: [admin@MikroTik] /ip route> print Flags: X - disabled, A - active, D - dynamic, C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme, B - blackhole, U - unreachable, P - prohibit # DST-ADDRESS PREF-SRC GATEWAY DISTANCE 0 A S 0.0.0.0/0 20...
by downther0ad
Tue Nov 10, 2015 5:44 pm
Forum: Beginner Basics
Topic: [SOLVED]Default route to Internet
Replies: 10
Views: 12998

Re: Default route to Internet

ok,now I have this: [admin@MikroTik] /ip firewall nat> /ip route print Flags: X - disabled, A - active, D - dynamic, C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme, B - blackhole, U - unreachable, P - prohibit # DST-ADDRESS PREF-SRC GATEWAY DISTANCE 0 ADC 192.168.88.0/24 192.168.88.1 e...
by downther0ad
Fri Nov 06, 2015 6:26 pm
Forum: Beginner Basics
Topic: [SOLVED]Default route to Internet
Replies: 10
Views: 12998

Re: Default route to Internet

my ip route print is: [admin@MikroTik] > /ip route print Flags: X - disabled, A - active, D - dynamic, C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme, B - blackhole, U - unreachable, P - prohibit # DST-ADDRESS PREF-SRC GATEWAY DISTANCE 0 A S 0.0.0.0/0 200.200.200.250 1 1 ADC 192.168.88...
by downther0ad
Tue Nov 03, 2015 4:34 pm
Forum: Beginner Basics
Topic: [SOLVED]Default route to Internet
Replies: 10
Views: 12998

Re: Default route to Internet

Thanks for reply! I currently have this conf: [admin@MikroTik] > /ip address print Flags: X - disabled, I - invalid, D - dynamic # ADDRESS NETWORK INTERFACE 0 ;;; default configuration 192.168.88.1/24 192.168.88.0 bridge-local 1 200.200.200.88/24 200.200.200.0 ether3 [admin@MikroTik] > /interface pr...
by downther0ad
Mon Nov 02, 2015 10:44 pm
Forum: Beginner Basics
Topic: [SOLVED]Default route to Internet
Replies: 10
Views: 12998

[SOLVED]Default route to Internet

Hello, I have a router (RB2011UiAS-RM) who has static IP and DNS addresses and is able to connect to Internet without any issues (ping tests). I tried to use default network (192.168.88.0) with a laptop to communicate with the other network and I wasn't able. I tried configurations of scope and targ...