Community discussions

MikroTik App

Search found 9 matches

by worm
Mon Mar 17, 2025 2:51 pm
Forum: Scripting
Topic: I want to sort the speed measurement results from high to low, but I find it impossible to do so no matter what!
Replies: 1
Views: 1637

I want to sort the speed measurement results from high to low, but I find it impossible to do so no matter what!

{ /file print file=Log.txt; :delay 2; /file set Log.txt contents=""; # Array to store all speed test results :local results ""; :for i from=1 to=3 do={ /interface pppoe-client enable ("pppoe-out".$i); /interface pppoe-client set ("pppoe-out".$i) comment="...
by worm
Wed Apr 10, 2024 1:28 pm
Forum: General
Topic: Is the PPPOE server built by oneself separated from the PPPOE server of the operator, without affecting each other?
Replies: 4
Views: 613

Is the PPPOE server built by oneself separated from the PPPOE server of the operator, without affecting each other?

There is a ROS (single network card) under the same switch, and I have opened PPPOE SERVER on it. This ROS itself uses VRRP+bridge multi dial method to access the Internet. The PPPOE SERVER is built to enable virtual machines on the same computer under the same switch to access the Internet through ...
by worm
Wed Apr 10, 2024 11:01 am
Forum: General
Topic: Terminal PPPOE diversion issue?
Replies: 3
Views: 793

Re: Terminal PPPOE diversion issue?

Head up and let the experts see~
by worm
Fri Mar 29, 2024 3:01 am
Forum: General
Topic: Terminal PPPOE diversion issue?
Replies: 3
Views: 793

Re: Terminal PPPOE diversion issue?

Head up and let the experts see~
by worm
Thu Mar 28, 2024 4:50 am
Forum: General
Topic: How can I configure my own PPPOE server to access IPV6 under ROS 6.XX?
Replies: 2
Views: 576

How can I configure my own PPPOE server to access IPV6 under ROS 6.XX?

I connect to the external network using the pppoe client method. After connecting to the network, I established a pppoe server for internal machine dial-up internet access. However, I have found that the following client machines cannot access IPV6 normally! IPV4 is no problem! But the operator's di...
by worm
Tue Mar 26, 2024 2:50 pm
Forum: General
Topic: Terminal PPPOE diversion issue?
Replies: 3
Views: 793

Re: Terminal PPPOE diversion issue?

Do not use IP for diversion! How should it be set as optimal?
by worm
Tue Mar 26, 2024 7:56 am
Forum: General
Topic: Terminal PPPOE diversion issue?
Replies: 3
Views: 793

Terminal PPPOE diversion issue?

As shown in the figure: The WAN port is a single network card VRRP with multiple dials, and we have also built a PPPOE Server ourselves for Windows 7 terminal dial-up networking! How should I set up to enable WIN7 Terminal 1 to obtain the IP address of pppoe-out1? Has Win7 Terminal 2 obtained the IP...