Respostas no Fórum
-
AutorPosts
-
Albaney Baylão
ParticipanteNão tem como transferir o backup da versão 2.2 para 2.3.
Tem como você colocar uma cópia da tela do Firewall, do Proxy e das Access Policy disponíveis?
🚀 Apresentando o Hotspot Beacon! 🚀
Desbloqueie o potencial do seu Wi-Fi com o Hotspot Beacon. Personalize sua página de acesso para mostrar anúncios, promoções ou informações e engajar seus clientes, impulsionando o seu negócio.
💡 Principais Funcionalidades:
- Interface amigável e intuitiva
- Opções de personalização completas para sua marca
- Gerenciamento de propagandas e promoções
- Integração fácil com sistemas existentes via API
- Limitação de velocidade ou largura de banda por usuário
- Controle de acesso por horário
🔗 Confira o site para saber mais: https://hotspotbeacon.comAlbaney Baylão
ParticipanteNão. Apenas IPSec e OpenVPN.
Albaney Baylão
ParticipanteColoque como Ethernet Estático, colocando um IP temporário tanto do lado de dentro quanto do lado de fora. Faça toda a configuração e quando estiver pronto rode de novo o assistente de configuração de rede.
Albaney Baylão
ParticipanteO IP do proxy está colocado no cliente como Gateway? O Proxy transparente está habilitado?
Albaney Baylão
ParticipanteNo dashboard clique na palavra live que está ao lado de HTTP Proxy. Vai abrir uma nova janela com o log atual do Squid e do Dansguardian. Faça a navegação da máquina que deveria estar indo pelo proxy. Se estiver indo pelo proxy vai aparecer no seu log.
Albaney Baylão
Participantejá verificou se a navegação está realmente ocorrendo pelo proxy? Já viu os logs do squid e do dansguardian?
Observação o formato do domínio no access policy é com ponto inicial ( ex: .r7.com ) enquanto o formato na blacklist personalizada é sem ponto inicial ( ex: r7.com )
Albaney Baylão
ParticipanteComo assim não existe DNS? Se você não tem DNS como é que você usa a Internet? Como você transforma http://www.globo.com em 201.7.178.45? Existir um DNS disponível é essencial para o funcionamento de qualquer equipamento que se conecte a Internet.
Qualquer coisa coloque 208.67.222.222 e 208.67.220.220 (http://www.opendns.com/)
Se na sua rede interna você tem um domínio AD os seus servidores de domínio provavelmente são servidores DNS também.
Albaney Baylão
Participantetire o s e entre apenas http://192.168.0.253
Albaney Baylão
ParticipanteAcesse pela web. Na primeira vez ele vai te perguntar tudo que você tem que responder, incluindo as senhas.
Albaney Baylão
ParticipantePor enquanto a atualização é feita pela reinstalação completa.
Albaney Baylão
ParticipanteComo a regra que envolve a minha máquina neste teste coloca um limite de 100kbit/s, eu não deveria baixar nada a mais do que isso e no entanto estou baixando via torrent a 800kbit/s.
Albaney Baylão
ParticipanteEu disse que estava funcionando, mas não está… sniff, sniff
A minha máquina tem o IP 10.2.0.0
O restartqos.py –debug retorna o seguinte
root@efwadm:~ # restartqos.py –debug
2010-04-28 16:11:16,843 – restartqos.py[10164] – ERROR – Migration has to be fixed!!!
2010-04-28 16:11:16,846 – restartqos.py[10164] – INFO – Loading configuration
2010-04-28 16:11:16,856 – restartqos.py[10164] – DEBUG – Substituted var UPLINK:main -> eth1
2010-04-28 16:11:16,901 – restartqos.py[10164] – DEBUG – RUNNING [iptables -t mangle -N QOS 2> /dev/null]
2010-04-28 16:11:16,906 – restartqos.py[10164] – ERROR – RETURNCODE [iptables -t mangle -N QOS 2> /dev/null] 1
2010-04-28 16:11:16,947 – restartqos.py[10164] – DEBUG – RUNNING [iptables -t mangle -F QOS]
2010-04-28 16:11:17,049 – restartqos.py[10164] – DEBUG – RUNNING [iptables -t mangle -D POSTROUTING -j QOS 2> /dev/null]
2010-04-28 16:11:17,126 – restartqos.py[10164] – DEBUG – RUNNING [iptables -t mangle -A POSTROUTING -j QOS 2> /dev/null]
2010-04-28 16:11:17,137 – restartqos.py[10164] – DEBUG – Substituted var PHYSDEV:eth0 -> eth0
2010-04-28 16:11:17,142 – restartqos.py[10164] – DEBUG – Substituted var GREEN -> br0
2010-04-28 16:11:17,157 – restartqos.py[10164] – INFO – Setting QOS of device: eth1 [UPLOAD=5000, DOWNLOAD=5000]
2010-04-28 16:11:17,302 – restartqos.py[10164] – DEBUG – RUNNING [ip link 2> /dev/null]
2010-04-28 16:11:17,310 – restartqos.py[10164] – DEBUG – STDOUT [ip link 2> /dev/null]
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 1000
link/ether 00:0c:29:26:f0:62 brd ff:ff:ff:ff:ff:ff
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc hfsc qlen 1000
link/ether 00:0c:29:26:f0:6c brd ff:ff:ff:ff:ff:ff
4: br0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue
link/ether 00:0c:29:26:f0:62 brd ff:ff:ff:ff:ff:ff
5: tap0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 100
link/ether 00:ff:6e:3f:1a:82 brd ff:ff:ff:ff:ff:ff
2010-04-28 16:11:17,405 – restartqos.py[10164] – DEBUG – RUNNING [iptables -t mangle -N QOS_ETH1 2> /dev/null]
2010-04-28 16:11:17,409 – restartqos.py[10164] – ERROR – RETURNCODE [iptables -t mangle -N QOS_ETH1 2> /dev/null] 1
2010-04-28 16:11:17,461 – restartqos.py[10164] – DEBUG – RUNNING [iptables -t mangle -F QOS_ETH1]
2010-04-28 16:11:17,512 – restartqos.py[10164] – DEBUG – RUNNING [iptables -t mangle -D QOS -o eth1 -j QOS_ETH1 2> /dev/null]
2010-04-28 16:11:17,514 – restartqos.py[10164] – ERROR – RETURNCODE [iptables -t mangle -D QOS -o eth1 -j QOS_ETH1 2> /dev/null] 1
2010-04-28 16:11:17,546 – restartqos.py[10164] – DEBUG – RUNNING [iptables -t mangle -A QOS -o eth1 -j QOS_ETH1]
2010-04-28 16:11:17,599 – restartqos.py[10164] – DEBUG – RUNNING [tc qdisc del dev eth1 root 2> /dev/null]
2010-04-28 16:11:17,656 – restartqos.py[10164] – DEBUG – RUNNING [tc qdisc add dev eth1 root handle 2: hfsc default 5]
2010-04-28 16:11:17,683 – restartqos.py[10164] – DEBUG – RUNNING [tc class add dev eth1 parent 2: classid 2:1 hfsc sc rate 5000kbit ul rate 5000kbit]
2010-04-28 16:11:17,720 – restartqos.py[10164] – DEBUG – RUNNING [tc class add dev eth1 parent 2:1 classid 2:2 hfsc sc umax 1500b dmax 25ms rate 2900kbit ul rate 5000kbit]
2010-04-28 16:11:17,788 – restartqos.py[10164] – DEBUG – RUNNING [tc qdisc add dev eth1 parent 2:2 handle 202: sfq perturb 10 ]
2010-04-28 16:11:17,877 – restartqos.py[10164] – DEBUG – RUNNING [tc class add dev eth1 parent 2:1 classid 2:3 hfsc sc umax 1500b dmax 100ms rate 1500kbit ul rate 5000kbit]
2010-04-28 16:11:17,961 – restartqos.py[10164] – DEBUG – RUNNING [tc qdisc add dev eth1 parent 2:3 handle 203: sfq perturb 10 ]
2010-04-28 16:11:18,047 – restartqos.py[10164] – DEBUG – RUNNING [tc class add dev eth1 parent 2:1 classid 2:4 hfsc sc umax 1500b dmax 175ms rate 500kbit ul rate 500kbit]
2010-04-28 16:11:18,103 – restartqos.py[10164] – DEBUG – RUNNING [tc qdisc add dev eth1 parent 2:4 handle 204: sfq perturb 10 ]
2010-04-28 16:11:18,163 – restartqos.py[10164] – DEBUG – RUNNING [tc class add dev eth1 parent 2:1 classid 2:5 hfsc sc umax 1500b dmax 225ms rate 100kbit ul rate 100kbit]
2010-04-28 16:11:18,177 – restartqos.py[10164] – DEBUG – RUNNING [tc qdisc add dev eth1 parent 2:5 handle 205: sfq perturb 10 ]
2010-04-28 16:11:18,205 – restartqos.py[10164] – DEBUG – RUNNING [iptables -t mangle -A QOS_ETH1 -o eth1 –source 10.18.1.3 -j CLASSIFY –set-class 2:4]
2010-04-28 16:11:18,252 – restartqos.py[10164] – DEBUG – RUNNING [iptables -t mangle -A QOS_ETH1 -o eth1 –source 10.18.1.2 -j CLASSIFY –set-class 2:5]
2010-04-28 16:11:18,319 – restartqos.py[10164] – DEBUG – RUNNING [iptables -t mangle -A QOS_ETH1 -o eth1 –source 10.2.0.0/16 -j CLASSIFY –set-class 2:5]
2010-04-28 16:11:18,387 – restartqos.py[10164] – DEBUG – RUNNING [iptables -t mangle -A QOS_ETH1 -o eth1 –proto icmp -j CLASSIFY –set-class 2:2]
2010-04-28 16:11:18,470 – restartqos.py[10164] – DEBUG – RUNNING [iptables -t mangle -A QOS_ETH1 -o eth1 –proto icmp -j CLASSIFY –set-class 2:2]
2010-04-28 16:11:18,556 – restartqos.py[10164] – DEBUG – RUNNING [iptables -t mangle -A QOS_ETH1 -o eth1 –proto tcp –destination-port 21 -j CLASSIFY –set-class 2:2]
2010-04-28 16:11:18,628 – restartqos.py[10164] – DEBUG – RUNNING [iptables -t mangle -A QOS_ETH1 -o eth1 –proto tcp –destination-port 25 -j CLASSIFY –set-class 2:2]
2010-04-28 16:11:18,690 – restartqos.py[10164] – DEBUG – RUNNING [iptables -t mangle -A QOS_ETH1 -o eth1 –proto tcp –destination-port 80 -j CLASSIFY –set-class 2:2]
2010-04-28 16:11:18,786 – restartqos.py[10164] – DEBUG – RUNNING [iptables -t mangle -A QOS_ETH1 -o eth1 –proto tcp –destination-port 110 -j CLASSIFY –set-class 2:2]
2010-04-28 16:11:18,886 – restartqos.py[10164] – DEBUG – RUNNING [iptables -t mangle -A QOS_ETH1 -o eth1 –proto tcp –destination-port 123 -j CLASSIFY –set-class 2:2]
2010-04-28 16:11:18,934 – restartqos.py[10164] – DEBUG – RUNNING [iptables -t mangle -A QOS_ETH1 -o eth1 –proto tcp –destination-port 143 -j CLASSIFY –set-class 2:2]
2010-04-28 16:11:19,062 – restartqos.py[10164] – DEBUG – RUNNING [iptables -t mangle -A QOS_ETH1 -o eth1 –proto tcp –destination-port 443 -j CLASSIFY –set-class 2:2]
2010-04-28 16:11:19,094 – restartqos.py[10164] – DEBUG – RUNNING [iptables -t mangle -A QOS_ETH1 -o eth1 –proto tcp –destination-port 993 -j CLASSIFY –set-class 2:2]
2010-04-28 16:11:19,148 – restartqos.py[10164] – DEBUG – RUNNING [iptables -t mangle -A QOS_ETH1 -o eth1 –proto tcp –destination-port 995 -j CLASSIFY –set-class 2:2]
2010-04-28 16:11:19,196 – restartqos.py[10164] – DEBUG – RUNNING [iptables -t mangle -A QOS_ETH1 -o eth1 –proto tcp –destination-port 3456 -j CLASSIFY –set-class 2:2]
2010-04-28 16:11:19,270 – restartqos.py[10164] – DEBUG – RUNNING [iptables -t mangle -A QOS_ETH1 -o eth1 –proto udp –destination-port 21 -j CLASSIFY –set-class 2:2]
2010-04-28 16:11:19,328 – restartqos.py[10164] – DEBUG – RUNNING [iptables -t mangle -A QOS_ETH1 -o eth1 –proto udp –destination-port 25 -j CLASSIFY –set-class 2:2]
2010-04-28 16:11:19,368 – restartqos.py[10164] – DEBUG – RUNNING [iptables -t mangle -A QOS_ETH1 -o eth1 –proto udp –destination-port 80 -j CLASSIFY –set-class 2:2]
2010-04-28 16:11:19,457 – restartqos.py[10164] – DEBUG – RUNNING [iptables -t mangle -A QOS_ETH1 -o eth1 –proto udp –destination-port 110 -j CLASSIFY –set-class 2:2]
2010-04-28 16:11:19,540 – restartqos.py[10164] – DEBUG – RUNNING [iptables -t mangle -A QOS_ETH1 -o eth1 –proto udp –destination-port 123 -j CLASSIFY –set-class 2:2]
2010-04-28 16:11:19,608 – restartqos.py[10164] – DEBUG – RUNNING [iptables -t mangle -A QOS_ETH1 -o eth1 –proto udp –destination-port 143 -j CLASSIFY –set-class 2:2]
2010-04-28 16:11:19,660 – restartqos.py[10164] – DEBUG – RUNNING [iptables -t mangle -A QOS_ETH1 -o eth1 –proto udp –destination-port 443 -j CLASSIFY –set-class 2:2]
2010-04-28 16:11:19,693 – restartqos.py[10164] – DEBUG – RUNNING [iptables -t mangle -A QOS_ETH1 -o eth1 –proto udp –destination-port 993 -j CLASSIFY –set-class 2:2]
2010-04-28 16:11:19,775 – restartqos.py[10164] – DEBUG – RUNNING [iptables -t mangle -A QOS_ETH1 -o eth1 –proto udp –destination-port 995 -j CLASSIFY –set-class 2:2]
2010-04-28 16:11:19,835 – restartqos.py[10164] – DEBUG – RUNNING [iptables -t mangle -A QOS_ETH1 -o eth1 –proto udp –destination-port 3456 -j CLASSIFY –set-class 2:2]
2010-04-28 16:11:19,904 – restartqos.py[10164] – DEBUG – RUNNING [iptables -t mangle -A QOS_ETH1 -o eth1 –source 172.16.201.0/24 -j CLASSIFY –set-class 2:2]
2010-04-28 16:11:19,976 – restartqos.py[10164] – DEBUG – RUNNING [iptables -t mangle -A QOS_ETH1 -o eth1 –destination 172.16.201.0/24 -j CLASSIFY –set-class 2:2]
2010-04-28 16:11:20,059 – restartqos.py[10164] – DEBUG – RUNNING [iptables -t mangle -A QOS_ETH1 -o eth1 –proto tcp –destination-port 2082 -j CLASSIFY –set-class 2:3]
2010-04-28 16:11:20,139 – restartqos.py[10164] – DEBUG – RUNNING [iptables -t mangle -A QOS_ETH1 -o eth1 –proto tcp –destination-port 2095 -j CLASSIFY –set-class 2:3]
2010-04-28 16:11:20,208 – restartqos.py[10164] – DEBUG – RUNNING [iptables -t mangle -A QOS_ETH1 -o eth1 –proto udp –destination-port 2082 -j CLASSIFY –set-class 2:3]
2010-04-28 16:11:20,286 – restartqos.py[10164] – DEBUG – RUNNING [iptables -t mangle -A QOS_ETH1 -o eth1 –proto udp –destination-port 2095 -j CLASSIFY –set-class 2:3]
2010-04-28 16:11:20,358 – restartqos.py[10164] – DEBUG – RUNNING [iptables -t mangle -A QOS_ETH1 -o eth1 –proto tcp –destination-port 10443 -j CLASSIFY –set-class 2:3]
2010-04-28 16:11:20,458 – restartqos.py[10164] – DEBUG – RUNNING [iptables -t mangle -A QOS_ETH1 -o eth1 –proto tcp –destination-port 3001 -j CLASSIFY –set-class 2:3]
2010-04-28 16:11:20,531 – restartqos.py[10164] – DEBUG – RUNNING [iptables -t mangle -A QOS_ETH1 -o eth1 –proto udp –destination-port 10443 -j CLASSIFY –set-class 2:3]
2010-04-28 16:11:20,611 – restartqos.py[10164] – DEBUG – RUNNING [iptables -t mangle -A QOS_ETH1 -o eth1 –proto udp –destination-port 3001 -j CLASSIFY –set-class 2:3]
2010-04-28 16:11:20,690 – restartqos.py[10164] – DEBUG – RUNNING [iptables -t mangle -A QOS_ETH1 -o eth1 –in-interface eth0 -j CLASSIFY –set-class 2:5]
2010-04-28 16:11:20,819 – restartqos.py[10164] – DEBUG – RUNNING [iptables -t mangle -A QOS_ETH1 -o eth1 –in-interface br0 -j CLASSIFY –set-class 2:5]
2010-04-28 16:11:20,926 – restartqos.py[10164] – DEBUG – RUNNING [iptables -t mangle -A QOS_ETH1 -o eth1 –source 10.0.0.0/8 -j CLASSIFY –set-class 2:5]
Albaney Baylão
Participanterribeio, o QoS limita o quanto de velocidade vai ser disponbilizada para cada IP/Protocolo/Destino/etc na transição entre a rede interna e a rede externa. A velocidade de comunicação entre equipamentos da rede interna não é afetado pelo firewall.
Albaney Baylão
ParticipanteBasta desabilitar o antivirus em cada um dos proxies que você está usando. Não usem nenhuma access policy ou content filter com antivirus no proxy http, nem antivirus no proxy de email. Quando nenhum proxy estiver usando antivirus ele fica desabilitado.
Albaney Baylão
ParticipanteCrie uma Access Policy da seguinte maneira e coloque-a na primeira posição das regras:
1 unfiltered access <IPS> ANY not required Always ANY
Onde <IPS> são os ips que irão acessar a Web sem qualquer restrição, um ip em cada linha.
-
AutorPosts