Si el cliente ingresa a HTTPS, facebook o youtube, se le redireccionara a el portal cautivo o solo es para paginas http ?
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 Mensajes[th]Estado de Raptor[/th]
|
Cita de: GiovaniGuevara en Febrero 06, 2017, 06:02:27 PM
Tengo el mismo inconveniente, el raptor funciona de maravilla youtube con las ips que se agregan en address list del webpanel, pero dentro de esas ips hay routers en donde se conectan tambien dispositivos como tvs, celulares..
ingrese el certificado en celulares, si trabaja pero no muy bien youtube, y google chrome todo ok, pero Whatsapp no envia ni recibe imagenes, en cuanto a facebook ciertas imagenes no abren, y otros detalles adicionales
https://mega.nz/#!ldNHUCZR!6vieIVWtN8g04nllYV2cAitv34kSR1DkXDyahBCDQ5E
/interface ethernet
set [ find default-name=ether3 ] advertise=1000M-full name=ThomeCache
/ip address
add address=201.90.0.1/30 comment=THOMECACHE interface=ThomeCache network=201.90.0.0
/ip firewall nat
add action=masquerade chain=srcnat disabled=yes out-interface=Wan src-address=201.90.0.2
add action=masquerade chain=srcnat disabled=yes out-interface=Wan src-address=!201.90.0.2
/ip firewall mangle
add action=mark-routing chain=prerouting comment=THOMECACHE dst-port=80,8777 in-interface=!ThomeCache
new-routing-mark=Thome passthrough=yes protocol=tcp src-address-list=CLIENTES
add action=mark-routing chain=prerouting dst-address=!201.90.0.2 dst-port=53 in-interface=!ThomeCache
new-routing-mark=Thome passthrough=yes protocol=tcp src-address-list=CLIENTES
add action=mark-routing chain=prerouting dst-address=!201.90.0.2 dst-port=53 in-interface=!ThomeCache
new-routing-mark=Thome passthrough=no protocol=udp src-address-list=CLIENTES
/ip firewall address-list
add address=172.24.0.0/16 list=CLIENTES
add address=172.23.0.0/16 list=CLIENTES
add action=mark-packet chain=postrouting comment=FULLCACHE dscp=12 new-packet-mark=Hit-Thome passthrough=no
/ip route
add check-gateway=ping distance=1 gateway=201.90.0.2 routing-mark=Thome
/queue type
add kind=pcq name=DOWNLOAD-THOME pcq-classifier=dst-address pcq-dst-address6-mask=64 pcq-rate=5M
pcq-src-address6-mask=64
/queue simple
add limit-at=0/100M max-limit=0/100M name=FULL-CACHE-5MB packet-marks=Hit-Thome priority=1/1
queue=default-small/DOWNLOAD_5MB
/system scheduler
add interval=10s name=Prioridades on-event=/queue simple move [find packet-marks=Hit-Thome-5mb] [:pick [find] 0]
policy=ftp,reboot,read,write,policy,test,password,sniff,sensitive start-time=startup
/tool netwatch
add down-script="ip firewall mangle set [ find new-routing-mark=Thome ] disabled=yes
ip route set [ find routing-mark=Thome ] disabled=yes host=201.90.0.2 interval=3s timeout=5s
up-script="ip firewall mangle set [ find new-routing-mark=Thome ] disabled=no ip route set
[ find routing-mark=Thome ] disabled=no"
Cita de: luistec en Octubre 07, 2016, 10:30:50 AM
Claro, ya que hay una marcado especifico para https.
Saludos.
Cita de: joemg6 en Octubre 28, 2015, 01:39:40 PM
Solo actualiza, y con eso tendrás la versión Raptor 2 con 80 threads.
wget https://www.dropbox.com/s/1j5v3enh6ul92ug/raptor2_update.tar.gz
mv raptor2_update.tar.gz /tmp
tar -xzvf /tmp/raptor2_update.tar.gz -C /
service raptor restart && service squid3 restart