У нас вы можете посмотреть бесплатно افضل طريقة دمج في الميكروتك nth ، الطريقة النهائية و الحصرية или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
ختام المسك لكل انواع الدمج , ان شاء الله يكون هذا الشرح الحل النهائي و الاخير لدمج الخطوط في فايرول ميكروتك ، اخواني في بعض الملاحظات ارجو من الجميع التقيد بها : 1- تطبيق الشرح حرفيا . 2- عدم اضافة اي رولات اخرى اثناء تجربة الدمج . 3- كل تجربة او سؤال خارج اطار المنشور ، لن يتم الرد عليها . في المرفق سكربت للدمج المستخدم في الشرح ، ملاحظة : الرجاء عدم استخدام السكربت المرفق عند تطبيق الدمج ، الرجاء متابعة فيديو الشرح و تطبيق الخطوات تدريجياً . اطيب التحياات عبدالقادر الرزج . Config By Abdulkader Alrazj /ip dns set allow-remote-requests=yes servers=208.67.222.222,208.67.220.220 /interface pppoe-client add comment=1Mbps disabled=no interface=ether2 max-mru=1492 max-mtu=1492 name=Modem_P-1 password=1 user=1 add comment=1Mbps disabled=no interface=ether2 max-mru=1492 max-mtu=1492 name=Modem_P-2 password=2 user=2 /ip hotspot profile add dns-name=smart.net hotspot-address=192.168.73.1 login-by=http-pap,mac-cookie name=HSP_73 split-user-domain=yes /ip hotspot add disabled=no idle-timeout=1d interface=ether1 name=Ser_73 profile=HSP_73 /ip pool add name=POL_73_Hotspot ranges=192.168.73.2-192.168.73.250 add name=POL_74_PPPoe ranges=192.168.74.2-192.168.74.250 /ip dhcp-server add address-pool=POL_73_Hotspot disabled=no interface=ether1 lease-time=3d name=DH_74 /ip address add address=192.168.73.1/24 comment=Hotspot interface=ether1 network=192.168.73.0 add address=192.168.74.1/24 comment=PPPoe interface=ether1 network=192.168.74.0 /ip dhcp-server network add address=192.168.73.0/24 dns-server=208.67.222.222,208.67.220.220 gateway=192.168.73.1 netmask=24 /ip firewall address-list add address=192.168.73.2-192.168.73.250 list=List_73_Hotspot add address=192.168.74.2-192.168.74.250 list=List_74_PPPoe /ip firewall filter add action=passthrough chain=unused-hs-chain comment="place hotspot rules here" disabled=yes /ip firewall mangle add action=mark-routing chain=prerouting comment=For_PPPoe new-routing-mark=MRR_P-1 nth=2,1 passthrough=yes src-address-list=List_74_PPPoe add action=mark-routing chain=prerouting new-routing-mark=MRR_P-2 nth=2,2 passthrough=yes src-address-list=List_74_PPPoe add action=mark-routing chain=prerouting comment=For_Hotspot hotspot=auth new-routing-mark=MRR_HSP-1 nth=2,1 passthrough=yes src-address-list=List_73_Hotspot add action=mark-routing chain=prerouting hotspot=auth new-routing-mark=MRR_HSP-2 nth=2,2 passthrough=yes src-address-list=List_73_Hotspot /ip firewall nat add action=passthrough chain=unused-hs-chain comment="place hotspot rules here" disabled=yes add action=masquerade chain=srcnat out-interface=Modem_P-1 add action=masquerade chain=srcnat out-interface=Modem_P-2 add action=masquerade chain=srcnat src-address-list=List_74_Hotspot add action=masquerade chain=srcnat comment="For PPPoe" src-address-list=List_73 /ip route add check-gateway=ping distance=1 gateway=192.168.41.1%Modem_P-1 routing-mark=MRR_P-1 add check-gateway=ping distance=1 gateway=192.168.41.1%Modem_P-2 routing-mark=MRR_P-2 add check-gateway=ping distance=1 gateway=192.168.41.1%Modem_P-1 routing-mark=MRR_HSP-1 add check-gateway=ping distance=1 gateway=192.168.41.1%Modem_P-2 routing-mark=MRR_HSP-2 add check-gateway=ping distance=5 gateway=192.168.41.1%Modem_P-1