Community discussions

MikroTik App

Search found 25 matches

by 200120022003
Fri Dec 21, 2012 4:47 am
Forum: General
Topic: How to implement mark-routing in bridge?
Replies: 4
Views: 1763

Re: How to implement mark-routing in bridge?

i am not familar with router, i really do not know how to start
without bridging, it can easy to re-route with ip route and mangle rule
by 200120022003
Fri Dec 21, 2012 4:26 am
Forum: General
Topic: How to implement mark-routing in bridge?
Replies: 4
Views: 1763

Re: How to implement mark-routing in bridge?

i also face the problem. all packet captured but not re-route, any help ? /interface bridge add admin-mac=00:00:00:00:00:00 ageing-time=5m arp=enabled auto-mac=yes \ comment="" disabled=no forward-delay=15s l2mtu=1524 max-message-age=20s \ mtu=1500 name=bridgepccw priority=0x8000 protocol-...
by 200120022003
Fri Sep 17, 2010 7:19 pm
Forum: General
Topic: PPTP packet loss .
Replies: 0
Views: 1015

PPTP packet loss .

58.252.252.211 > 203.186.148.42 58.252.252.211 use pppoe. RouterOS ver 3.20. 203.186.148.42 use ethernet. Router OS ver 4.9. I create the pptp server on 203.186.148.42 with 1464 MTU, 1464 MRU. And create the pptp client on 58.252.252.211 with 1456 MTU, 1456 MRU. There is no packet loss without the P...
by 200120022003
Mon Sep 13, 2010 11:45 am
Forum: General
Topic: Not work with Balance alb
Replies: 1
Views: 819

Not work with Balance alb

R1
| |
| |
| |
Switch
|
Client

I use a normal switch and connect to ros with balance alb.
I assign a ip on the "bonding interface" and ping , but haven't got any traffic.
I can't find any document about that , please help me , thank you !
by 200120022003
Sun Jul 25, 2010 10:26 am
Forum: General
Topic: How to get the return data with Perl API ?
Replies: 1
Views: 797

Re: How to get the return data with Perl API ?

I solved the problem refer to mtik_tty.pl. Thank you ! if (Mtik::login($mtik_host,$mtik_username,$mtik_password)) { my @cmd = ("/queue/simple/print", "=stats"); my($retval,@results) = Mtik::raw_talk(\@cmd); foreach my $result (@results) { print ">>> $result\n"; } Mtik::...
by 200120022003
Sun Jul 25, 2010 9:12 am
Forum: General
Topic: How to get the return data with Perl API ?
Replies: 1
Views: 797

How to get the return data with Perl API ?

I have the code : if (Mtik::login($mtik_host,$mtik_username,$mtik_password)) { my %operands; $operands{'numbers'} = '=stats'; my($retval,@results) = Mtik::mtik_cmd("/queue/simple/print", \%operands); foreach (@results) { print "$_"; } Mtik::logout; } Perl return : HASH(0x84ddad0)...
by 200120022003
Mon Jun 28, 2010 6:06 pm
Forum: General
Topic: What is the Max MTU/MRT of EOIP over PPPoE connection ?
Replies: 4
Views: 2538

Re: What is the Max MTU/MRT of EOIP over PPPoE connection ?

How about the header size of IPIP tunnel ? Thx !
The maximum packet size in IPIP Tunnel is 1480 bytes, 20 bytes are overhead
Is this corrent ? Thx !
by 200120022003
Mon Jun 28, 2010 5:54 pm
Forum: General
Topic: Transparently Bridge two Networks using MPLS
Replies: 1
Views: 814

Re: Transparently Bridge two Networks using MPLS

The status of the VPLS interface shown as below.

Image

The remote label and the local label is the same.

I see the tutorial is not the same number. Why ?
by 200120022003
Mon Jun 28, 2010 5:49 pm
Forum: General
Topic: Transparently Bridge two Networks using MPLS
Replies: 1
Views: 814

Transparently Bridge two Networks using MPLS

I follow this tutorial : http://wiki.mikrotik.com/wiki/Transparently_Bridge_two_Networks_using_MPLS . To make a LAN over public network. But when I create the bridge and add the VPLS interface "vpls1". It show "disabled port" (see the image below). What is the problem ? Thank you...
by 200120022003
Mon Jun 28, 2010 2:39 pm
Forum: General
Topic: What is the Max MTU/MRT of EOIP over PPPoE connection ?
Replies: 4
Views: 2538

What is the Max MTU/MRT of EOIP over PPPoE connection ?

I make a EOIP over PPPoE, there is a lot of packet loss.

I googled. This is a issue relate to MTU/MRU (Like VPN over PPPoE).

What is the Max MTU/MRU of EOIP ? Thank you !
by 200120022003
Sat May 29, 2010 7:22 am
Forum: General
Topic: How to change the ping packet size ?
Replies: 0
Views: 775

How to change the ping packet size ?

like the attached file : ping.jpg.

If the client side ping with 65500 packets, then revise to 1472 and reply to the client.

Thank you very much !
by 200120022003
Tue Apr 27, 2010 4:55 pm
Forum: General
Topic: Can the pcc load balance apply to routed network ?
Replies: 2
Views: 863

Can the pcc load balance apply to routed network ?

I have four pppoe connection (same isp). e.g.: wan ip 111.111.111.111 (ip range 222.222.221.2-222.222.222.254) wan ip 111.111.111.112 (ip range 222.222.222.2-222.222.223.254) I have the following setting is RouterOS. /ip firewall mangle add chain=input in-interface="Pacnet Line 01 (PPPoE)"...
by 200120022003
Wed Apr 21, 2010 9:19 am
Forum: Scripting
Topic: How Can I get the current traffic (queue or queue tree)
Replies: 3
Views: 1584

Re: How Can I get the current traffic (queue or queue tree)

what you mean by "grep the traffic of a queue"? actual data that is queued or rate at what data is passing through the queue?
Sorry, I want to get the rate of the queue.
by 200120022003
Tue Apr 20, 2010 11:45 am
Forum: Scripting
Topic: How Can I get the current traffic (queue or queue tree)
Replies: 3
Views: 1584

How Can I get the current traffic (queue or queue tree)

I want to use perl script, or perl API to grep the traffic of a queue.

I only try to get the traffic of the interface with perl API.
and Using Net::SSH to grep "/queue simple print rate" 's data, but nothing return.

Can help me ? Thanks a lot !
by 200120022003
Tue Apr 06, 2010 6:24 am
Forum: General
Topic: How can I control the traffic ?
Replies: 1
Views: 724

How can I control the traffic ?

I want to control the traffic. First second 40K/S, 2nd second 60K/S, 3rd second 80K/S etc...

I read the queue control, and the burst part of document, it seem not to achieve this.

How can I do that ?
by 200120022003
Sun Mar 28, 2010 5:54 am
Forum: Beginner Basics
Topic: How can I achieve this without bridge ?
Replies: 2
Views: 870

Re: How can I achieve this without bridge ?

Do you mean I need at least two set of IP to achieve this ?
Where can I do that in Router OS (/ip route) ? Thank you ! 8)
by 200120022003
Sat Mar 27, 2010 3:21 pm
Forum: Beginner Basics
Topic: How can I achieve this without bridge ?
Replies: 2
Views: 870

How can I achieve this without bridge ?

I am a beginner.

Com1:
IP 200.200.200.200
Mask 255.255.255.0
Gateway 200.200.200.1

If I want to add a router infront of Com1 with out bridged and keep the Com1 net setting.
How can I achieve this ? Thank you !
by 200120022003
Tue Mar 09, 2010 8:30 am
Forum: General
Topic: PPTP dialup with specify interface (WAN)
Replies: 6
Views: 2027

Re: PPTP dialup with specify interface (WAN)

Yes. Router OS machine: 59.149.208.152 (Wan01) 59.149.208.153 (Wan02) 59.149.208.154 (Wan03) Remote VPN machine: 202.14.67.4 (PPTP Server) I want to dial up 3 VPN connection to 202.14.67.4 with specifty interface. E.g. Wan01 -> 202.14.67.4 & Wan02 -> 202.14.67.4 & Wan03 -> 202.14.67.4 How ca...
by 200120022003
Mon Mar 08, 2010 4:09 pm
Forum: General
Topic: PPTP dialup with specify interface (WAN)
Replies: 6
Views: 2027

Re: PPTP dialup with specify interface (WAN)

Can anyone help me , thank you ~
by 200120022003
Mon Mar 08, 2010 10:17 am
Forum: General
Topic: PPTP dialup with specify interface (WAN)
Replies: 6
Views: 2027

PPTP dialup with specify interface (WAN)

Router OS machine: 59.149.208.152 (Wan01) 59.149.208.153 (Wan02) 59.149.208.154 (Wan03) Remote VPN machine: 202.14.67.4 (PPTP Server) I want to dial up 3 VPN connection to 202.14.67.4 with specifty interface. E.g. Wan01 -> 202.14.67.4 & Wan02 -> 202.14.67.4 & Wan03 -> 202.14.67.4 How can I d...
by 200120022003
Sun Nov 29, 2009 6:52 am
Forum: General
Topic: PPTP server listen on some IP & NAT to some IP ?
Replies: 3
Views: 1094

Re: PPTP server listen on some IP & NAT to some IP ?

Can anyone help me ?
by 200120022003
Sat Nov 28, 2009 4:39 am
Forum: General
Topic: PPTP server listen on some IP & NAT to some IP ?
Replies: 3
Views: 1094

Re: PPTP server listen on some IP & NAT to some IP ?

I add the public IP (10 IPs) to WAN interface.
I can dialup to the first IP, but can't dialup to 2-10 IPs.
How can I listen on all IP or specify IP ?

After that, how can ip firewall know which IP is the VPN user dial to ?

Thank you.
by 200120022003
Fri Nov 27, 2009 10:19 am
Forum: General
Topic: PPTP server listen on some IP & NAT to some IP ?
Replies: 3
Views: 1094

PPTP server listen on some IP & NAT to some IP ?

I want to:

1. PPTP server Listen on 10 IPs.
2. Create some specify IP pool correspond to that 10 IPs.
3. When a user dial-up to x.x.x.1 then SNAT to x.x.x.1, if x.x.x.2 then SNAT to x.x.x.2

Can RouterOS do that ? How can I do ? Thank you for your help !
by 200120022003
Sun Jul 26, 2009 10:40 am
Forum: General
Topic: How to log MRTG report by Packet (pps)
Replies: 3
Views: 1623

Re: How to log MRTG report by Packet (pps)

Do you mean I need to use third-party tool to monitor the router remotely via SMTP ?

Like this : http://www.mikrotik.com/testdocs/ros/2. ... ontent.php

Thank you .
by 200120022003
Sat Jul 25, 2009 7:05 pm
Forum: General
Topic: How to log MRTG report by Packet (pps)
Replies: 3
Views: 1623

How to log MRTG report by Packet (pps)

How can I log the MRTG report by packet per second ?
Thank you.