Community discussions

MikroTik App

Search found 9 matches

by dnbass
Tue Feb 26, 2019 10:35 am
Forum: General
Topic: NTP in VRF
Replies: 21
Views: 4617

Re: NTP in VRF

In my opinion i must say that your solution is more complicated but have same level of security of leakage as :
/ip route rule
add action=lookup-only-in-table dst-address=IP-of-NTP-Server table=mydesiredVRF
by dnbass
Mon Feb 25, 2019 7:42 pm
Forum: General
Topic: NTP in VRF
Replies: 21
Views: 4617

Re: NTP in VRF

thanks for time spend on my issue. We have same conclusion about issue that without route in table or proper rule separation in VRF doent work at all. Why in ROS we can not chosse output interface for internal services - that isnt profesional looking way to do what you what to do . Eh once again tha...
by dnbass
Mon Feb 25, 2019 4:14 pm
Forum: General
Topic: NTP in VRF
Replies: 21
Views: 4617

Re: NTP in VRF

Ok , When VRF, default gw is active i delete all rules , mangle have some hits like this : output : in : (unknown 0 ) out:vlan453, proto UDP, 77.999.999.146:123->10.999.1.1:123, len 76 and dont work - But this is what i do whant avoid . When i disable vrf , mangle have hits like this : output : in :...
by dnbass
Mon Feb 25, 2019 3:10 pm
Forum: General
Topic: NTP in VRF
Replies: 21
Views: 4617

Re: NTP in VRF

Ok make some clarification ( i know that 999 doesnt exist in ip add ) in config : # feb/25/2019 08:41:11 by RouterOS 6.41.2 /interface vlan add interface=ether1 name=vlan92 vlan-id=92 add interface=ether1 name=vlan453 vlan-id=453 /ip address add address=10.999.1.8/24 interface=vlan92 network=10.999....
by dnbass
Mon Feb 25, 2019 10:53 am
Forum: General
Topic: NTP in VRF
Replies: 21
Views: 4617

Re: NTP in VRF

# feb/25/2019 08:41:11 by RouterOS 6.41.2 /interface vlan add interface=ether1 name=vlan92 vlan-id=92 add interface=ether1 name=vlan453 vlan-id=453 /interface wireless security-profiles set [ find default=yes ] supplicant-identity=MikroTik /ip address add address=X.Y.Z.8/24 interface=vlan92 network...
by dnbass
Sun Feb 24, 2019 2:12 pm
Forum: General
Topic: NTP in VRF
Replies: 21
Views: 4617

Re: NTP in VRF

@heribertos You have absolutely right ! But it doesnt work i try this on begining of unfair fight with this . In result of setup mangle - output chain is that no packet was send via physical output interface ( checked by wireshark on pc ) . I gues that if there is no route (or rule ) in main table c...
by dnbass
Sun Feb 24, 2019 1:20 pm
Forum: General
Topic: NTP in VRF
Replies: 21
Views: 4617

Re: NTP in VRF

You solution works but its not isolate networks in VRF mgmt. Because its main goal i cant let packect etc. for leaking trought from main table.
Cisco have beter solution - you simlpy indicate ntp source interface and that should be for separation - not putting route in main table.
by dnbass
Sat Feb 23, 2019 9:49 pm
Forum: General
Topic: NTP in VRF
Replies: 21
Views: 4617

Re: NTP in VRF

@heribertos: thank you for answering, but you have not understood my problem. More specifically: 1.I have one VRF mgmt, one of networks in VRF mgmt have an NTP server 2. The rest of the network is separated from mgmt is in main table. I know that when i use NTP client , service search only in main t...
by dnbass
Thu Feb 14, 2019 4:47 pm
Forum: General
Topic: NTP in VRF
Replies: 21
Views: 4617

NTP in VRF

Hello it seems to me that I read most of the posts related to ntp and vrf but failed to achieve the goal: to indicate another interface for NTP not in the main table but in another vrf table . I tried to use Magle but no success. Normal NAT turns ip but does not change the output interface. I've run...