Problemas con Instagram Twitter fuera de la caché

Publicado por severino.euclides, Enero 24, 2017, 11:54:22 AM

Tema anterior - Siguiente tema

severino.euclides

Hola allí todo

He estado luchando con imágenes de Instagram bordes, etc.
Ya puse el Raptor para pasar los sitios de Instagram y otros fuera de la Raptor sin éxito

He tratado el tema a continuación y sin éxito

http://www.alterserv.com/foros/index.php?topic=2055.0

^http.*(10\.(([0,1]?[0-9]{1,2}|2[0-4][0-9]|25[0-5])\.){2}([0,1]?[0-9]{1,2}|2[0-4][0-9]|25[0-5])).* #name#Localnet_1
^http.*(172\.(1[6-9]|2[0-9]|3[0-1])\.([0,1]?[0-9]{1,2}|2[0-4][0-9]|25[0-5])\.([0,1]?[0-9]{1,2}|2[0-4][0-9]|25[0-5])).* #name#Localnet_2
^http.*(192\.168\.([0,1]?[0-9]{1,2}|2[0-4][0-9]|25[0-5])\.([0,1]?[0-9]{1,2}|2[0-4][0-9]|25[0-5])).* #name#Localnet_3
http.*(\.html|\.htm|\.php|\.asp|\.aspx|\.asmx|\.wcf|\.jsp|\.cgi|\.py|\.rb|\.pl|\.do|\.js|\.json|\.xml|\.css)(\?|$).* #name#Dinamic_files

http.*(windowsupdate|\.windowsupdate)\.com.* #name#Windowsupdate
http.*(instagram|\.instagram)\.com.* #name#instagram
http.*(twitter|\.twitter)\.com.* #name#twitter
http.*(loa2.gtarcade|\.loa2.gtarcade)\.com.* #name#loa2.gtarcade
http.*(facebook|\.facebook)\.com.* #name#facebook
http.*(youtube|\.youtube)\.com.* #name#youtube
http.*(br.leagueoflegends|\.br.leagueoflegends)\.com.* #name#leagueoflegends




Estas son las reglas que se encuentran en Mikrotik, en el que yo también puse en el redireccionamiento pr mangle en (dst-address-list =! No-cache) y también el (DSCP = 18) o dst-address-list=!no-cache también la mayoría no incluso a rezar !!

/ip firewall address-list

add address=52.4.0.0/14 comment=instagram list=no-cache
add address=52.203.128.0/17 comment=instagram list=no-cache
add address=52.200.0.0/13 comment=instagram list=no-cache
add address=52.2.0.0/15 comment=instagram list=no-cache
add address=52.5.0.0/17 comment=instagram list=no-cache
add address=52.20.0.0/14 comment=instagram list=no-cache
add address=52.7.106.91 comment=instagram list=no-cache
add address=52.20.205.154 comment=instagram list=no-cache
add address=52.5.41.185 comment=instagram list=no-cache
add address=52.3.201.155 comment=instagram list=no-cache
add address=52.203.219.137 comment=instagram list=no-cache
add address=52.4.120.255 comment=instagram list=no-cache
add address=52.6.199.17 comment=instagram list=no-cache
add address=54.148.0.0/15 comment=Netflix list=no-cache
add address=52.88.0.0/15 comment=Netflix list=no-cache
add address=54.149.175.228 comment=Netflix list=no-cache
add address=54.149.120.35 comment=Netflix list=no-cache
add address=52.89.148.95 comment=Netflix list=no-cache
add address=54.148.237.49 comment=Netflix list=no-cache
add address=54.149.93.196 comment=Netflix list=no-cache
add address=52.89.60.250 comment=Netflix list=no-cache
add address=54.148.244.31 comment=Netflix list=no-cache
add address=54.148.240.163 comment=Netflix list=no-cache
add address=104.16.27.33 comment=LeagueOfLegends list=no-cache
add address=104.16.23.33 comment=LeagueOfLegends list=no-cache
add address=104.16.28.33 comment=LeagueOfLegends list=no-cache
add address=104.16.20.33 comment=LeagueOfLegends list=no-cache
add address=104.16.29.33 comment=LeagueOfLegends list=no-cache
add address=104.16.30.33 comment=LeagueOfLegends list=no-cache
add address=104.16.22.33 comment=LeagueOfLegends list=no-cache
add address=104.16.25.33 comment=LeagueOfLegends list=no-cache
add address=104.16.24.33 comment=LeagueOfLegends list=no-cache
add address=104.16.31.33 comment=LeagueOfLegends list=no-cache
add address=104.16.21.33 comment=LeagueOfLegends list=no-cache
add address=104.16.26.33 comment=LeagueOfLegends list=no-cache
add address=107.21.208.133 comment=Pvp.Net list=no-cache
add address=50.19.89.108 comment=Pvp.Net list=no-cache
add address=172.217.0.0/16 comment="You Tube" list=no-cache
add address=172.217.20.174 comment="You Tube" list=no-cache
add address=31.13.77.0/24 comment=Facebook list=no-cache
add address=31.13.64.0/19 comment=Facebook list=no-cache
add address=31.13.64.0/18 comment=Facebook list=no-cache
add address=31.13.77.36 comment=Facebook list=no-cache
add address=104.244.42.0/24 comment=Twitter list=no-cache
add address=104.244.42.129 comment=Twitter list=no-cache
add address=104.244.42.193 comment=Twitter list=no-cache

/ip firewall nat

add chain=dstnat comment="Pase la cach Raptor" disabled=yes dst-address-list=no-cache dst-port=80 protocol=tcp

/ip firewall mangle

add action=mark-routing chain=prerouting comment="Raptor - Mangle ====================>" disabled=yes dst-address-list=!no-cache dst-port=80 in-interface=!ether10 new-routing-mark=raptor_route passthrough=no protocol=tcp src-address=192.168.15.0/24

add action=mark-connection chain=forward comment="== RAPTORCACHE ==" content="X-Cache-Raptor: HIT from Raptor" new-connection-mark=raptor-connection
add action=mark-connection chain=forward dscp=18 dst-address-list=!no-cache new-connection-mark=raptor-connection
add action=mark-packet chain=forward connection-mark=raptor-connection new-packet-mark=raptor-packs passthrough=no