hola ya lei ese manual y otros mas pero nada de nada...no e podido echarlo andar..tu as podido montar este script???
Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.
Menú Mostrar MensajesCitarestuve buscando como desabilitar el dns cache y por ahi encontre q se recomendaba borrar las lineas q estan en cofiguracion dns del thunderreport pero ya lo ice ...como lo dije amigo ya lo ice pero el thunder ess terco aun sigue cacheando..los dns
/ip firewall mangle
add action=mark-connection chain=output comment="MARCO TODO LO QUE SALE DEL CACHE DEL DISCO RIGIDO" content="X-Cache: HIT" \
disabled=no new-connection-mark=conn-thunder passthrough=yes
add action=mark-packet chain=output connection-mark=conn-thunder disabled=no new-packet-mark=CACHE-HIT passthrough=yes
add action=mark-packet chain=prerouting comment=PROXY-TOS connection-mark=conn-thunder disabled=no new-packet-mark=CACHE-HIT \
passthrough=no
add action=jump chain=prerouting disabled=no jump-target="TERMINO DE PROCESAR" packet-mark=CACHE-HIT
add action=accept chain="TERMINO DE PROCESAR" disabled=no
ip firewall mangle
add action=mark-connection chain=output comment="Cache Full Parent Thunder" \
content="X-Cache: HIT" disabled=no new-connection-mark=Cache-Connection \
out-interface=ether2 passthrough=yes protocol=tcp
add action=mark-packet chain=output connection-mark=Cache-Connection \
disabled=no new-packet-mark=cachepacket passthrough=yes
add action=mark-connection chain=prerouting comment="Http up connection" \
disabled=no dst-port=443,80 in-interface=ether2 new-connection-mark=\
http_up_cnx passthrough=yes protocol=tcp
add action=mark-packet chain=prerouting comment="Http up packet" \
connection-mark=http_up_cnx disabled=no new-packet-mark=http_up_pkt \
passthrough=no
add action=mark-packet chain=postrouting comment="Http down small packet" \
connection-mark=http_up_cnx disabled=no new-packet-mark=http_down_pkt \
out-interface=ether2 passthrough=no protocol=tcp
Citar
add action=mark-connection chain=prerouting comment="Https up connection" connection-state=new disabled=no dst-port=443,80 \
in-interface=ether2 new-connection-mark=http_up_cnx passthrough=yes protocol=tcp
add action=mark-packet chain=prerouting comment=http_conection_paket connection-mark=http_up_cnx disabled=no \
new-packet-mark=http_up_pkt passthrough=no
/ip address
add address=192.168.10.1/24 interface=thunderether3
/ip firewall nat
add action=dst-nat chain=dstnat comment="Redireccion a Thunder" disabled=no dst-port=80 in-int
to-addresses=192.168.100.1 to-ports=8000
/ip firewall mangle
add action=mark-connection chain=output comment="Cache Full Parent Thunder" content="X-Cache: HIT" disabled=no new-connection-mark=Cache-Connection passthrough=yes protocol=tcp src-port=\
8000
add action=mark-packet chain=output connection-mark=Cache-Connection disabled=no new-packet-mark=Cache-Packet passthrough=yes
add action=mark-connection chain=postrouting comment="Full Cache" content="X-Cache: HIT" disabled=yes new-connection-mark=cacheconn out-interface=ether2 passthrough=yes
add action=mark-packet chain=postrouting connection-mark=cacheconn disabled=yes new-packet-mark=cachepacket passthrough=yes
add action=mark-connection chain=prerouting comment="Icmp connection" disabled=no new-connection-mark=icmp_cnx passthrough=yes protocol=icmp
add action=mark-packet chain=prerouting comment="Icmp packet" connection-mark=icmp_cnx disabled=no new-packet-mark=icmp_pkt passthrough=no
add action=mark-connection chain=prerouting comment="Dns connection" disabled=no dst-port=53 new-connection-mark=dns_cnx passthrough=yes protocol=tcp
add action=mark-connection chain=prerouting comment="Dns connection" disabled=no dst-port=53 new-connection-mark=dns_cnx passthrough=yes protocol=udp
add action=mark-packet chain=prerouting comment="Dns packet" connection-mark=dns_cnx disabled=no new-packet-mark=dns_pkt passthrough=no
add action=mark-connection chain=prerouting comment="WinBox connection" disabled=no dst-port=8291 in-interface=ether2 new-connection-mark=winbox_cnx passthrough=yes protocol=tcp
add action=mark-connection chain=prerouting comment="WinBox connection" disabled=no dst-port=20561 in-interface=ether2 new-connection-mark=winbox_cnx passthrough=yes protocol=udp
add action=mark-packet chain=prerouting comment="WinBox packet" connection-mark=winbox_cnx disabled=no new-packet-mark=winbox_pkt passthrough=no
add action=mark-packet chain=postrouting comment="WinBox packet" connection-mark=winbox_cnx disabled=no new-packet-mark=winbox_down_pkt out-interface=ether2 passthrough=no
add action=mark-connection chain=prerouting comment="Msn connection" disabled=no dst-port=1863 in-interface=ether2 new-connection-mark=msn_cnx passthrough=yes protocol=tcp
add action=mark-packet chain=prerouting comment="Msn packet" connection-mark=msn_cnx disabled=no new-packet-mark=msn_pkt passthrough=no
add action=mark-packet chain=postrouting comment="Msn down packet" connection-mark=msn_cnx disabled=no new-packet-mark=msn_down_pkt out-interface=ether2 passthrough=no
add action=mark-connection chain=prerouting comment="YouTube connection" content=youtube disabled=no dst-address=173.194.0.0/16 in-interface=ether2 new-connection-mark=youtube_cnx \
passthrough=yes
add action=mark-connection chain=prerouting comment=Youtube content=youtube.com disabled=no new-connection-mark=youtube_cnx passthrough=yes protocol=tcp
add action=mark-connection chain=prerouting comment="YouTube connection" disabled=no dst-address=208.117.224.0/19 in-interface=ether2 new-connection-mark=youtube_cnx passthrough=yes
add action=mark-connection chain=prerouting comment="YouTube connection" content=youtube disabled=no dst-address=74.125.0.0/16 in-interface=ether2 new-connection-mark=youtube_cnx \
passthrough=yes
add action=mark-packet chain=prerouting comment="YouTube packet" connection-mark=youtube_cnx disabled=no new-packet-mark=youtube_pkt passthrough=no
add action=mark-packet chain=postrouting comment="YouTube down packet" connection-mark=youtube_cnx disabled=no new-packet-mark=youtube_down_pkt out-interface=ether2 passthrough=no
add action=mark-connection chain=prerouting comment=Mediafire content=mediafire.com disabled=no in-interface=ether2 new-connection-mark=rapidshare_cnx passthrough=yes protocol=tcp
add action=mark-connection chain=prerouting comment=filefactory content=filefactory.com disabled=no in-interface=ether2 new-connection-mark=rapidshare_cnx passthrough=yes protocol=tcp
add action=mark-connection chain=prerouting comment=adf.ly content=adf.ly disabled=no in-interface=ether2 new-connection-mark=rapidshare_cnx passthrough=yes protocol=tcp
add action=mark-connection chain=prerouting comment=putlocker.com content=putlocker.com disabled=no in-interface=ether2 new-connection-mark=rapidshare_cnx passthrough=yes protocol=tcp
add action=mark-connection chain=prerouting comment=depositfiles.com content=depositfiles.com disabled=no in-interface=ether2 new-connection-mark=rapidshare_cnx passthrough=yes protocol=\
tcp
add action=mark-connection chain=prerouting comment=netfolder.in content=netfolder.in disabled=no in-interface=ether2 new-connection-mark=rapidshare_cnx passthrough=yes protocol=tcp
add action=mark-connection chain=prerouting comment=turbobit.net content=turbobit.net disabled=no in-interface=ether2 new-connection-mark=rapidshare_cnx passthrough=yes protocol=tcp
add action=mark-connection chain=prerouting comment=rapidgator.net content=rapidgator.net disabled=no in-interface=ether2 new-connection-mark=rapidshare_cnx passthrough=yes protocol=tcp
add action=mark-connection chain=prerouting comment=letitbit.net content=letitbit.net disabled=no in-interface=ether2 new-connection-mark=rapidshare_cnx passthrough=yes protocol=tcp
add action=mark-connection chain=prerouting comment=gigasize content=gigasize.com disabled=no in-interface=ether2 new-connection-mark=rapidshare_cnx passthrough=yes protocol=tcp
add action=mark-connection chain=prerouting comment=rapidshare content=rapidshare disabled=no in-interface=ether2 new-connection-mark=rapidshare_cnx passthrough=yes protocol=tcp
add action=mark-packet chain=prerouting comment="rapidshare packet" connection-mark=rapidshare_cnx disabled=no new-packet-mark=rapidshare_pkt passthrough=no
add action=mark-packet chain=postrouting comment="rapidshare down packet" connection-mark=rapidshare_cnx disabled=no new-packet-mark=rapidshare_down_pkt out-interface=ether2 passthrough=\
no
add action=mark-connection chain=prerouting comment="torrent connection" disabled=no in-interface=ether2 new-connection-mark=p2p_cnx p2p=bit-torrent passthrough=yes
add action=mark-connection chain=prerouting comment="Kazza connection" disabled=no in-interface=ether2 new-connection-mark=p2p_cnx p2p=warez passthrough=yes
add action=mark-connection chain=prerouting comment="P2p connection" disabled=no in-interface=ether2 new-connection-mark=p2p_cnx p2p=all-p2p passthrough=yes
add action=mark-packet chain=prerouting comment="P2p packet" connection-mark=p2p_cnx disabled=no new-packet-mark=p2p_pkt passthrough=no
add action=mark-connection chain=prerouting comment="WOLF connection" disabled=no dst-port=30702 in-interface=ether2 new-connection-mark=wolf_cnx passthrough=yes protocol=udp
add action=mark-packet chain=prerouting comment="WOLF packet" connection-mark=wolf_cnx disabled=no new-packet-mark=wolf_pkt passthrough=no
add action=mark-connection chain=prerouting comment="Https up connection" disabled=no dst-port=443,80 in-interface=ether2 new-connection-mark=http_up_cnx passthrough=yes protocol=tcp
add action=mark-packet chain=prerouting comment=http_conection_paket connection-mark=http_up_cnx disabled=no new-packet-mark=http_up_pkt passthrough=no
add action=mark-packet chain=postrouting comment="Http down small packet" connection-bytes=0-512000 connection-mark=http_up_cnx disabled=no new-packet-mark=http_down_pkt out-interface=\
ether2 passthrough=no protocol=tcp
add action=mark-packet chain=postrouting comment="Http down medium packet" connection-bytes=512000-2097152 connection-mark=http_up_cnx disabled=no new-packet-mark=http_down_medium_pkt \
out-interface=ether2 passthrough=no protocol=tcp
add action=mark-packet chain=postrouting comment="Http down large packet" connection-bytes=2097152-0 connection-mark=http_up_cnx disabled=no new-packet-mark=http_down_big_pkt \
out-interface=ether2 passthrough=no protocol=tcp
add action=mark-packet chain=postrouting comment="Http down very large packet 50 megas para arriba" connection-bytes=52428800-0 connection-mark=http_up_cnx disabled=yes new-packet-mark=\
http_down_very_big_pkt out-interface=ether2 passthrough=no protocol=tcp
add action=mark-connection chain=prerouting comment="FTP connection" disabled=no dst-port=20-21 in-interface=ether2 new-connection-mark=ftp_cnx passthrough=yes protocol=tcp
add action=mark-packet chain=prerouting comment="FTP packet" connection-mark=ftp_cnx disabled=no new-packet-mark=ftp_pkt passthrough=no
add action=mark-connection chain=prerouting comment="Otras UDP connection" disabled=no in-interface=ether2 new-connection-mark=otras_udp_cnx passthrough=yes protocol=udp
add action=mark-packet chain=prerouting comment="Otras UDP packet" connection-mark=otras_udp_cnx disabled=no new-packet-mark=otras_udp_pkt passthrough=no
add action=mark-packet chain=postrouting comment="Otras udp down packet" connection-mark=otras_udp_cnx disabled=no new-packet-mark=otras_udp_all_pkt out-interface=ether2 passthrough=no
add action=mark-connection chain=prerouting comment="Otras connection" disabled=no in-interface=ether2 new-connection-mark=otras_cnx passthrough=yes protocol=tcp
add action=mark-packet chain=prerouting comment="Otras packet" connection-mark=otras_cnx disabled=no new-packet-mark=otras_pkt passthrough=no
add action=mark-packet chain=postrouting comment="Otras down small connection" connection-bytes=0-512000 connection-mark=otras_cnx disabled=no new-packet-mark=otras_small_pkt \
out-interface=ether2 passthrough=no protocol=tcp
add action=mark-packet chain=postrouting comment="Otras down large connection" connection-bytes=512000-0 connection-mark=otras_cnx disabled=no new-packet-mark=otras_large_pkt \
out-interface=ether2 passthrough=no protocol=tcp
Citarip firewall nat
add action=masquerade chain=srcnat comment="enmascarado de red local" \
disabled=no out-interface=ether1
add action=redirect chain=dstnat comment="redireccion DNS cache" disabled=no \
dst-port=53 in-interface=ether2 protocol=udp to-ports=53
add action=redirect chain=dstnat comment=thundercache disabled=no dst-port=80 \
in-interface=ether2 protocol=tcp src-address=!192.168.10.5 to-ports=8000
Citaradd action=mark-connection chain=prerouting comment="Https up connection" \
disabled=no dst-port=443 in-interface=ether2 new-connection-mark=\
http_up_cnx passthrough=yes protocol=tcp
add action=mark-connection chain=prerouting comment="Http up connection" \
disabled=no dst-port=80 in-interface=ether2 new-connection-mark=http_up_cnx \
passthrough=yes protocol=tcp
add action=mark-packet chain=prerouting comment="Http up packet" \
connection-mark=http_up_cnx disabled=no new-packet-mark=http_up_pkt \
passthrough=no
add action=mark-packet chain=postrouting comment="Http down small packet" \
connection-mark=http_up_cnx out-interface=ether2 disabled=no new-packet-mark=http_down_pkt \
passthrough=no protocol=tcp connection-bytes=0-256000
add action=mark-packet chain=postrouting comment="Http down medium packet" \
connection-mark=http_up_cnx out-interface =disabled=no new-packet-mark=\
http_down_medium_pkt passthrough=no
protocol=tcp connection-bytes=256000-512000
add action=mark-packet chain=postrouting comment="Http down large packet" \
connection-mark=http_up_cnx out-interface=ether2 disabled=no new-packet-mark=\
http_down_big_pkt passthrough=no
protocol=tcp connection-bytes=512000-0
Citaradd burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0 \
max-limit=1024k name="Http down small" packet-mark=http_down_pkt parent=\
Recepcion priority=1 queue=default
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0 \
max-limit=896k name="Http down medium" packet-mark=http_down_medium_pkt \
parent=Recepcion priority=4 queue=default
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0 \
max-limit=768k name="Http down big" packet-mark=http_down_big_pkt parent=\
Recepcion priority=8 queue=default
Citarip proxy
set always-from-cache=no cache-administrator=webmaster cache-hit-dscp=4 \
cache-on-disk=no enabled=yes max-cache-size=none max-client-connections=\
600 max-fresh-time=3d max-server-connections=600 parent-proxy=\
192.168.10.5 parent-proxy-port=8080 port=8000 serialize-connections=no \
src-address=0.0.0.0
Citar/ip firewall mangle
add action=mark-connection chain=output comment="Full Cache" content=\
"X-Cache: HIT" disabled=no new-connection-mark=cacheconn passthrough=yes
add action=mark-packet chain=output connection-mark=cacheconn disabled=no \
new-packet-mark=cachepacket passthrough=no