Advertisement
sukriborneo

Route To GGC

Jan 8th, 2018
593
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.59 KB | None | 0 0
  1. berikut ini adalah rule mikrotik untuk mengalihakn traffic youtube ke GGC lokal milik ISP atau NAP tertentu yg
  2.  
  3. Syarat dan ketentuan : xxx.xxx.xxx.xxx adalah gateway untuk melewatkan youtube
  4. dan memang bisa mengakses yyy.yyy.yyy.0/24 yaitu GGC lokalnya
  5. untuk yyy.yyy.yyy.0/24 gunakan dari daftar dibawah ini dan sesuaikan dengan ISPnya ( resiko ditanggung penumpang. )
  6.  
  7. SDI 43.240.231.0/24
  8. MORATEL 45.121.219.0/24
  9. PGAS 103.243.51.0/24
  10. CDC 203.207.55.0/24
  11. My-Republik 66.96.226.0/24
  12. FASTNET 111.94.248.0/24
  13. FASTNET 111.95.240.0/24
  14. XL 112.215.88.0/24
  15. XL 112.215.183.0/24
  16. INDOSAT 114.4.4.0/24
  17. INDOSAT 114.4.7.0/24
  18. INDOSAT 114.4.160.0/24
  19. TELKOMSEL 114.120.225.0/24
  20. TELKOMSEL 114.125.1.0/24
  21. TELKOMSEL 114.125.33.0/24
  22. TELKOMSEL 114.125.65.0/24
  23. TELKOMSEL 114.125.97.0/24
  24. TELKOMSEL 114.125.161.0/24
  25. TELKOMSEL 114.125.192.0/24
  26. TELKOM 118.98.30.0/24
  27. TELKOM 118.98.36.0/24
  28. TELKOM 118.98.76.0/23
  29. TELKOM 118.98.106.0/24
  30. TELKOM 118.98.109.0/24
  31. TELKOM 118.98.110.0/23
  32. BIZNET 117.102.117.0/24
  33. BIZNET 182.253.80.0/24
  34. BIZNET 182.253.220.0/24
  35. MNC 110.50.80.0/24
  36. Hutchison 116.206.29.0/24
  37. Hutchison 202.67.46.0/24
  38. NTT 119.11.250.0/24
  39. WIN 202.70.50.0/24
  40.  
  41.  
  42. /ip route
  43. add check-gateway=ping distance=1 gateway=xxx.xxx.xxx.xxx routing-mark=My-ISP
  44.  
  45. # Untuk route rule youtube ada 2 pilihan.
  46.  
  47. /ip route rule
  48. add comment=YT table=My-ISP dst-address=74.125.0.0/16
  49. add comment=YT table=My-ISP dst-address=172.217.0.0/16
  50. add comment=YT table=My-ISP dst-address=216.58.192.0/19
  51. add comment=YT table=My-ISP dst-address=216.239.32.0/19
  52. add comment=GGC dst-address=yyy.yyy.yyy.0/24 table=My-ISP
  53.  
  54.  
  55. /ip route rule
  56. add comment=m.youtube.com dst-address=74.125.24.100/32 table=My-ISP
  57. add comment=m.youtube.com dst-address=74.125.24.138/32 table=My-ISP
  58. add comment=m.youtube.com dst-address=74.125.24.101/32 table=My-ISP
  59. add comment=m.youtube.com dst-address=74.125.24.139/32 table=My-ISP
  60. add comment=m.youtube.com dst-address=74.125.24.102/32 table=My-ISP
  61. add comment=m.youtube.com dst-address=74.125.24.113/32 table=My-ISP
  62. add comment=www.youtube.com dst-address=74.125.24.91/32 table=My-ISP
  63. add comment=www.youtube.com dst-address=74.125.68.190/32 table=My-ISP
  64. add comment=www.youtube.com dst-address=74.125.68.93/32 table=My-ISP
  65. add comment=www.youtube.com dst-address=74.125.68.91/32 table=My-ISP
  66. add comment=www.youtube.com dst-address=172.217.27.14/32 table=My-ISP
  67. add comment=www.youtube.com dst-address=74.125.130.93/32 table=My-ISP
  68. add comment=www.youtube.com dst-address=74.125.200.93/32 table=My-ISP
  69. add comment=www.youtube.com dst-address=216.58.203.238/32 table=My-ISP
  70. add comment=www.youtube.com dst-address=74.125.24.93/32 table=My-ISP
  71. add comment=www.youtube.com dst-address=172.217.24.78/32 table=My-ISP
  72. add comment=www.youtube.com dst-address=74.125.24.136/32 table=My-ISP
  73. add comment=www.youtube.com dst-address=172.217.24.110/32 table=My-ISP
  74. add comment=www.youtube.com dst-address=74.125.200.190/32 table=My-ISP
  75. add comment=www.youtube.com dst-address=74.125.24.190/32 table=My-ISP
  76. add comment=www.youtube.com dst-address=172.217.160.14/32 table=My-ISP
  77. add comment=www.youtube.com dst-address=74.125.200.136/32 table=My-ISP
  78. add comment=www.youtube.com dst-address=74.125.68.136/32 table=My-ISP
  79. add comment=www.youtube.com dst-address=74.125.130.91/32 table=My-ISP
  80. add comment=www.youtube.com dst-address=172.217.27.46/32 table=My-ISP
  81. add comment=www.youtube.com dst-address=216.58.221.78/32 table=My-ISP
  82. add comment=www.youtube.com dst-address=74.125.200.91/32 table=My-ISP
  83. add comment=www.youtube.com dst-address=172.217.27.110/32 table=My-ISP
  84. add comment=www.youtube.com dst-address=216.239.38.119/32 table=My-ISP
  85. add comment=redirector.c.youtube.com dst-address=74.125.68.113/32 table=My-ISP
  86. add comment=redirector.c.youtube.com dst-address=74.125.68.100/32 table=My-ISP
  87. add comment=redirector.c.youtube.com dst-address=74.125.68.101/32 table=My-ISP
  88. add comment=redirector.c.youtube.com dst-address=74.125.68.138/32 table=My-ISP
  89. add comment=redirector.c.youtube.com dst-address=74.125.68.139/32 table=My-ISP
  90. add comment=redirector.c.youtube.com dst-address=74.125.68.102/32 table=My-ISP
  91. add comment=redirector.c.youtube.com dst-address=74.125.24.102/32 table=My-ISP
  92. add comment=redirector.c.youtube.com dst-address=74.125.24.139/32 table=My-ISP
  93. add comment=redirector.c.youtube.com dst-address=74.125.24.138/32 table=My-ISP
  94. add comment=redirector.c.youtube.com dst-address=74.125.24.113/32 table=My-ISP
  95. add comment=redirector.c.youtube.com dst-address=74.125.24.100/32 table=My-ISP
  96. add comment=redirector.c.youtube.com dst-address=74.125.200.138/32 table=My-ISP
  97. add comment=GGC dst-address=yyy.yyy.yyy.0/24 table=My-ISP
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement