Community discussions

MikroTik App

Search found 33 matches

by plucchetti
Fri Feb 06, 2009 2:27 pm
Forum: General
Topic: BGP Prefixes Problem
Replies: 18
Views: 4782

Re: BGP Prefixes Problem

Solved!

Thanks a lot guys.


Pablo
by plucchetti
Mon Feb 02, 2009 8:37 pm
Forum: General
Topic: BGP Prefixes Problem
Replies: 18
Views: 4782

Re: BGP Prefixes Problem

Hello Changeip, here is a part of my routing table, as you can see static route is already active. 36 Db 175.0.0.0/8 unreachable 192.0.2.1 20 37 Db 176.0.0.0/8 unreachable 192.0.2.1 20 38 Db 177.0.0.0/8 unreachable 192.0.2.1 20 39 Db 179.0.0.0/8 unreachable 192.0.2.1 20 40 Db 180.0.0.0/8 unreachable...
by plucchetti
Mon Feb 02, 2009 3:11 pm
Forum: General
Topic: BGP Prefixes Problem
Replies: 18
Views: 4782

Re: BGP Prefixes Problem

Next hop is 192.0.2.1, these route was created on MT as blackhole interface like null interface in Cisco. Here's the export of BGP: /routing bgp instance set default as=65503 client-to-client-reflection=yes comment="" disabled=no ignore-as-path-len=no name=default out-filter="" r...
by plucchetti
Fri Jan 30, 2009 10:39 pm
Forum: General
Topic: BGP Prefixes Problem
Replies: 18
Views: 4782

Re: BGP Prefixes Problem

Doesn't work changing static route scope lower than BGP Target Scope :(
Any ideas?

Thanks!

Pablo
by plucchetti
Wed Jan 28, 2009 8:54 pm
Forum: General
Topic: BGP Prefixes Problem
Replies: 18
Views: 4782

Re: BGP Prefixes Problem

Changeip: next-hop from v3.x was removed, that's work fine in 2.9.51
Medianet: I mean Unreachable and I using target-scope=40 in both routers
by plucchetti
Wed Jan 28, 2009 4:30 pm
Forum: General
Topic: BGP Prefixes Problem
Replies: 18
Views: 4782

BGP Prefixes Problem

I have a BGP session with Team Cymru on a Cisco router and I want to redistribute this bogons from this router to another Mikrotik Routers. I configured the BGP session on the first MT and all works fine but in the second MT router the bogon prefixes are in invalid state, same configuration, same Ro...
by plucchetti
Mon Jul 28, 2008 11:47 pm
Forum: General
Topic: Strange problem with mangle 3.10
Replies: 0
Views: 740

Strange problem with mangle 3.10

Hi, I've a RouterOS 3.10 running on a USB. This router has a pppoe concentrator and pppoe-server interfaces for each client to set bandwidth control and QoS. All seems work fine but in a random time, mangle stops working and bandwidth rate goes up. If I add "." (dot) at the end to the pack...
by plucchetti
Mon Jul 07, 2008 11:54 pm
Forum: General
Topic: BGP Default Route
Replies: 6
Views: 1911

Re: BGP Default Route

That's works fine, the default route was advertised, but need to filter to other peers, putting on a rule at the end with discard action not working properly. Any help?
by plucchetti
Mon Jul 07, 2008 6:08 pm
Forum: General
Topic: BGP Default Route
Replies: 6
Views: 1911

Re: BGP Default Route

Ok,
I'll try with 0.0.0.0/0 prefix lenght=32


Thank you man!
by plucchetti
Mon Jul 07, 2008 5:13 pm
Forum: General
Topic: BGP Default Route
Replies: 6
Views: 1911

Re: BGP Default Route

Thanks for your informartion, but is another way to do?
by plucchetti
Mon Jul 07, 2008 4:32 pm
Forum: General
Topic: BGP Default Route
Replies: 6
Views: 1911

BGP Default Route

Hi all,


How I can advertise a default route, like Cisco "default-originate" command? I'm using 2.9.51 version.


Thanks,

P
by plucchetti
Tue May 20, 2008 5:26 pm
Forum: General
Topic: VPN agains Cisco 3000
Replies: 8
Views: 2738

Re: VPN agains Cisco 3000

You must create a different policy for each network that you wish to connect, this policies are already created?
One more thing, this scenario in working under NAT?



Pablo
by plucchetti
Thu May 15, 2008 2:16 pm
Forum: General
Topic: I need a blacklist...
Replies: 2
Views: 1627

Re: I need a blacklist...

I recommend to use OpenDNS it's very useful.


Regards,
Pablo
by plucchetti
Mon May 12, 2008 9:34 pm
Forum: General
Topic: How to clean out Unreplied IPSEC connections
Replies: 16
Views: 5979

Re: How to clean out Unreplied IPSEC connections

This solution works fine without NAT because in NAT schema netwatch can't ping with source address, right?


Pablo
by plucchetti
Sat May 10, 2008 1:03 am
Forum: General
Topic: Help with IPSEC
Replies: 8
Views: 2204

Re: Help with IPSEC - SOLVED

Missing policy to encrypt traffic through IPSEC Concentrator from 192.168.40.0/24 to 192.168.30.0/24 network.

Thanks
by plucchetti
Fri May 09, 2008 4:01 pm
Forum: General
Topic: Help with IPSEC
Replies: 8
Views: 2204

Re: Help with IPSEC

No way Andrew...
Can't ping from between networks 192.168.30.xxx, 192.168.40.xxx, 192.168.20.xxx or 192.168.21.xxx when the tunnel is up.\
Here is the networks schema.
Another idea?


Thanks for you help.
Pablo
by plucchetti
Thu May 08, 2008 5:16 pm
Forum: General
Topic: Help with IPSEC
Replies: 8
Views: 2204

Re: Help with IPSEC

Andrew, I have these rules on firewall/nat add action=accept chain=srcnat comment="" disabled=no dst-address=192.168.10.0/24 src-address=192.168.40.0/24 add action=accept chain=srcnat comment="" disabled=no dst-address=192.168.30.0/24 src-address=192.168.40.0/24 add action=masque...
by plucchetti
Wed May 07, 2008 6:16 pm
Forum: General
Topic: Help with IPSEC
Replies: 8
Views: 2204

Re: Help with IPSEC

Are you excluding the IPSEC Lan to Lan traffic from NAT? I have all networks in firewall, for example: chain=srcnat action=accept src-address=192.168.20.0/24 Are the routing tables correct? I think it's ok because I can reach remote routed LAN from IPSEC Concentrator. I need to add something on rem...
by plucchetti
Wed May 07, 2008 2:50 pm
Forum: General
Topic: Help with IPSEC
Replies: 8
Views: 2204

Help with IPSEC

Hi, I have an IPSEC concentrator working with remote LANs, all works fine but when I trying to reach from remote connection to another LAN outside the IPSEC Scheme (just routed LAN) can't obtain ping response. All networks are in mangle rules before masquerade, because all routers are working with N...
by plucchetti
Mon Nov 19, 2007 4:11 pm
Forum: General
Topic: IPSec VPN with Dynamic Routing / Mikrotik and Cisco
Replies: 9
Views: 4014

Re: IPSec VPN with Dynamic Routing / Mikrotik and Cisco

Both keys are the same, I don't know what's in wrong.


Regards,
Pablo
by plucchetti
Fri Nov 16, 2007 8:35 pm
Forum: General
Topic: IPSec VPN with Dynamic Routing / Mikrotik and Cisco
Replies: 9
Views: 4014

Re: IPSec VPN with Dynamic Routing / Mikrotik and Cisco

You mean ipsec authentication, right?
by plucchetti
Fri Nov 16, 2007 2:36 pm
Forum: General
Topic: IPSec VPN with Dynamic Routing / Mikrotik and Cisco
Replies: 9
Views: 4014

Re: IPSec VPN with Dynamic Routing / Mikrotik and Cisco

Sorry double post.
by plucchetti
Fri Nov 16, 2007 2:11 pm
Forum: General
Topic: IPSec VPN with Dynamic Routing / Mikrotik and Cisco
Replies: 9
Views: 4014

Re: IPSec VPN with Dynamic Routing / Mikrotik and Cisco

Configuration of both routers On Mikrotik /interface ipip add comment="" disabled=no local-address=10.118.1.2 mtu=1480 name="Tunel1" remote-address=10.118.1.1 /interface pppoe-client add ac-name="" add-default-route=yes allow=pap,chap,mschap1,mschap2 comment=""...
by plucchetti
Thu Nov 15, 2007 11:53 pm
Forum: General
Topic: IPSec VPN with Dynamic Routing / Mikrotik and Cisco
Replies: 9
Views: 4014

IPSec VPN with Dynamic Routing / Mikrotik and Cisco

Hi, I'm triying to set up vpn tunnel between Cisco 800 Series and Mikrotik 3.0rc10 following this Howto: http://wiki.mikrotik.com/wiki/IPSec_VPN_with_Dynamic_Routing_/_Mikrotik_and_Cisco but they can't connect. I log to Winbox and try to ping to remote wan ip address and I receive this error message...
by plucchetti
Fri Oct 26, 2007 6:08 pm
Forum: General
Topic: bgp multihop error " no route to host "
Replies: 20
Views: 5878

Re: bgp multihop error " no route to host "

Try adjusting the BGP peer TTL to better reflect the number of hops. MikroTk support suggested this and it worked for us recently.

Best,

Brad
I have same problem and I did change TTL, now working Ok.
Thaks!
by plucchetti
Wed Jul 11, 2007 12:06 am
Forum: General
Topic: Ipsec messages
Replies: 0
Views: 638

Ipsec messages

Hello, I've a MT as IPSEC VPN Server and CPEs are 3Com 3CR858, when tunnel is established the log shows a lot of ipsec warning messages: 17:50:50 ipsec,warning decrypted packed did not match policy 17:50:51 ipsec,warning decrypted packed did not match policy (2 events) And after 10 minutes the tunne...
by plucchetti
Wed Dec 06, 2006 11:48 pm
Forum: General
Topic: PPoE Mangle
Replies: 2
Views: 1141

Thanks for your reply, but what happe when ip address is dynamic?

Pablo
by plucchetti
Mon Dec 04, 2006 10:19 pm
Forum: General
Topic: PPoE Mangle
Replies: 2
Views: 1141

PPoE Mangle

Can I mangle incoming and outgoing packets or flow when clients authenticate via pppoe?
I'm a little confused with this because pppoe interface is dynamic.

Thanks in advance
by plucchetti
Sat Jun 17, 2006 3:02 pm
Forum: General
Topic: Pppoe mangle question
Replies: 2
Views: 1087

Ok, but I'm trying to use queue tree.

Regards,
Pablo
by plucchetti
Thu Jun 15, 2006 12:31 am
Forum: General
Topic: Pppoe mangle question
Replies: 2
Views: 1087

Pppoe mangle question

How I can mangle upload and download traffic on a pppoe interface with dinamic ip address?

Any help will be appreciated
Thanks,
Pablo
by plucchetti
Fri Jan 20, 2006 4:30 pm
Forum: General
Topic: Nat not working after reboot
Replies: 1
Views: 1203

Nat not working after reboot

Hello,

I've got a MT server working with nat and routed public ips, when i was traying to see all tcp connections the server shutdown unexpectedly, after reboot the nat stops working.
I didn't change any configuration, but i can't find where is the problem.
Somebody help me?

Thanks,
Pablo
by plucchetti
Fri Jul 01, 2005 3:25 pm
Forum: General
Topic: Pcq question
Replies: 2
Views: 1242

Thanks a lot man. I read the documentation, but i didn't understand how to apply; This is my scenario Mangle rules src-address=192.168.5.1/32 in-interface=Local action=passthrough mark-flow=basic-up mark-connection=basic-up in-interface=!Local connection=basic-up action=acceptmark-flow=basic-down Qu...
by plucchetti
Thu Jun 30, 2005 9:13 pm
Forum: General
Topic: Pcq question
Replies: 2
Views: 1242

Pcq question

Hi,
I made three profiles with pcq for different rates limit (128, 256 and 512), but i want to ensure a minimum rate for download for each, for example:

128k profile
min: 32k max: 128

256 profile
min: 65k max: 256

512 profile
min: 128 max: 512

Thanks in advance.

Pablo