Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - adassoft

Pages: [1]
1
Installation and Upgrades / Download frozen
« on: July 04, 2010, 04:34:03 am »
I'm passing the following problem when I try to download up to 5mg, the download gets to a certain value and simple mind is frozen, but it is no fault with the download rate to zero, if I stop the proxy, the download proceeds normally. This leads me to suspect the proxy.

Someone has been there, what the solution?
Here at first disable the proxy.

2
Portuguese / Download congelado
« on: July 02, 2010, 07:22:00 pm »
Estou passando pelo seguinte problema, quando tento fazer download acima de 5mg, o download chega a um determinado valor e simples mente fica congelado, não falha mas fica com a taxa de download em zero, se eu paro o proxy, o download continua normalmente. Isso me leva a suspeitar do proxy.

Alguém já passou por isso, qual a solução encontrada?
Aqui a princípio desabilitei o proxy.

3
Portuguese / Tamanho máximo e mínimo de arquivo no cache
« on: June 19, 2010, 07:02:32 am »
A dúvida que tenho é a seguinte:
Observando o arquivo de configuração do Squid, notei que não existe o tamanho máximo e mínimo de arquivos para armazenamento, nesse caso o Squid armazenaria tudo ou tem um padrão?

4
Portuguese / Starting Squid HTTP proxy Squid [fail]
« on: June 13, 2010, 08:47:57 am »
Tô observando, quando o server é ligado ou reiniciado, ao tentar iniciar o Squid está dando falhar, o módulo do Proxy na interface web está carregado e no Dashboard indica Proxy HTTP executando.

Nesse caso será que o proxy realmente está funcionando?

Como corrigir isso?

5
Portuguese / Como acessar aplicações do Ebox
« on: June 01, 2010, 05:22:18 pm »
Como acessar as aplicações do Ebox, por exemplo: projectmanager, wiki, calendar vejo que essas aplicações estão ativas em EGroupware.

6
Portuguese / Como instalar Ebox sobre Ubuntu 10.04
« on: May 30, 2010, 04:01:05 am »
Estou tentando instalar o Ebox no Ubuntu 10.04, mas não consegui sempre dá erro antes de completar a instalação.

Alguém poderia me auxiliar, colocando os procedimentos corretos para essa instalação?

7
Installation and Upgrades / Increase attachment size
« on: May 16, 2010, 03:22:34 pm »
How to increase the maximum size for sending Enclose in Webmail?

8
Installation and Upgrades / Not enough memory
« on: May 16, 2010, 06:15:00 am »
I have something a little strange, I activated the feature of sharing files, when sending files from any workstation to the server works normally, but when I try compiar server files for stations with Windows XP returns me a message saying "Memory insufficient "to stations already with Windows 7 works normal.

Does anyone have any idea what is happening?
I'm using a Pentium 4 as a server, it is because I work with maintenance and would like to use the server for backups, because I'd like to have a file server.

9
Installation and Upgrades / Direct connection bypassing the proxy
« on: May 15, 2010, 04:10:36 am »
I have the following problem: Here in Brazil, Caixa, offers a system called Social Connectivity, that every accounting office needs to make use of it.
The problem is that this system did not can go through the proxy, the connection it has to be direct.
In another sever that I used, used the following rules to iptables:

Code: [Select]
iptables -t nat -A PREROUTING -s 192.168.0.89 -d 200.201.174.0/24 -p tcp --dport 80 -j ACCEPT
iptables -t nat -A PREROUTING -d 200.201.174.202 -p tcp -m tcp --dport 80 -j DNAT --to-destination 200.201.174.202:80
iptables -t nat -A PREROUTING -d 200.201.174.203 -p tcp -m tcp --dport 80 -j DNAT --to-destination 200.201.174.203:80
iptables -t nat -A PREROUTING -d 200.201.174.204 -p tcp -m tcp --dport 80 -j DNAT --to-destination 200.201.174.204:80
iptables -t nat -A PREROUTING -d 200.201.174.205 -p tcp -m tcp --dport 80 -j DNAT --to-destination 200.201.174.205:80
iptables -t nat -A PREROUTING -d 200.201.174.206 -p tcp -m tcp --dport 80 -j DNAT --to-destination 200.201.174.206:80
iptables -t nat -A PREROUTING -d 200.201.174.207 -p tcp -m tcp --dport 80 -j DNAT --to-destination 200.201.174.207:80
iptables -t nat -A PREROUTING -d 200.201.174.208 -p tcp -m tcp --dport 80 -j DNAT --to-destination 200.201.174.208:80
iptables -t nat -A PREROUTING -d 200.201.174.209 -p tcp -m tcp --dport 80 -j DNAT --to-destination 200.201.174.209:80
iptables -t nat -I PREROUTING -i eth1 -d 200.201.174.0/24 -p tcp --dport 80 -j REDIRECT --to-port 8080
iptables -t nat -A PREROUTING -i eth1 -d www.caixa.gov.br -p tcp --dport 80 -j ACCEPT
iptables -t nat -A PREROUTING -i eth1 -d www1.caixa.gov.br -p tcp --dport 80 -j ACCEPT
iptables -t nat -A PREROUTING -i eth1 -d cmt.caixa.gov.br -p tcp --dport 80 -j ACCEPT
iptables -t nat -A PREROUTING -i eth1 -d www.caixa.com.br -p tcp --dport 80 -j ACCEPT
iptables -t nat -I PREROUTING -d 200.201.174.207 -j ACCEPT
iptables -t nat -I PREROUTING -s 200.201.174.207 -j ACCEPT
iptables -t nat -I PREROUTING -d 200.201.169.69 -j ACCEPT
iptables -t nat -I PREROUTING -s 200.201.169.69 -j ACCEPT
iptables -t nat -I PREROUTING -d 200.201.166.240 -j ACCEPT
iptables -t nat -I PREROUTING -s 200.201.166.240 -j ACCEPT
iptables -I FORWARD -p tcp --dport 80 -s 192.168.0.0/24 -d 200.201.174.0/24 -j ACCEPT
iptables -I FORWARD -p tcp --dport 21 -d 200.201.174.207 -j ACCEPT
iptables -I FORWARD -p tcp --dport 80 -d 200.201.174.207 -j ACCEPT
iptables -I FORWARD -p tcp --dport 21 -d 200.201.169.69 -j ACCEPT
iptables -I FORWARD -p tcp --dport 80 -d 200.201.169.69 -j ACCEPT
iptables -I FORWARD -p tcp --dport 21 -d 200.201.166.240 -j ACCEPT
iptables -I FORWARD -p tcp --dport 80 -d 200.201.166.240 -j ACCEPT
iptables -I FORWARD -p tcp --dport 20001:20005 -s 200.201.169.69 -j ACCEPT
iptables -I FORWARD -p tcp --dport 20000:20019 -d 200.201.169.69 -j ACCEPT
iptables -I FORWARD -p tcp --dport 20001:20005 -s 200.201.166.240 -j ACCEPT
iptables -I FORWARD -p tcp --dport 20000:20019 -d 200.201.166.240 -j ACCEPT
iptables -I FORWARD -p tcp --dport 20001:20005 -s 200.201.174.207 -j ACCEPT
iptables -I FORWARD -p tcp --dport 20000:20019 -d 200.201.174.207 -j ACCEPT
iptables -I FORWARD -p tcp -s 200.201.174.207 -m state --state ESTABLISHED,RELATED -j ACCEPT
iptables -I FORWARD -p tcp -s 200.201.169.69 -m state --state ESTABLISHED,RELATED -j ACCEPT
iptables -I FORWARD -p tcp -s 200.201.166.240 -m state --state ESTABLISHED,RELATED -j ACCEPT
iptables -A INPUT -i eth0 -p udp -s 200.201.174.207 -j ACCEPT
iptables -A INPUT -i eth1 -p udp -s 200.201.174.207 -j ACCEPT
iptables -A INPUT -i eth0 -p udp -s 200.201.169.69 -j ACCEPT
iptables -A INPUT -i eth1 -p udp -s 200.201.169.69 -j ACCEPT
iptables -A INPUT -i eth0 -p udp -s 200.201.166.240 -j ACCEPT
iptables -A INPUT -i eth1 -p udp -s 200.201.166.240 -j ACCEPT
iptables -A OUTPUT -p tcp --destination-port 2631:2631 -j ACCEPT
iptables -A INPUT -p tcp --destination-port 2631:2631 -j ACCEPT
 
 
 
#### Passes out of the Proxy ####
 
iptables -t nat -I tproxy -d 200.201.166.200 -j RETURN
iptables -t nat -I tproxy -d 200.201.166.240 -j RETURN
iptables -t nat -I tproxy -d 200.201.169.69 -j RETURN
iptables -t nat -I tproxy -d 200.201.173.0/24 -j RETURN
iptables -t nat -I tproxy -d 200.201.173.68 -j RETURN
iptables -t nat -I tproxy -d 200.201.174.0/24 -j RETURN
iptables -t nat -I tproxy -d 200.201.174.204 -j RETURN
iptables -t nat -I tproxy -d 200.201.174.207 -j RETURN

These rules run into the eBox?
Where should I put them?


Pages: [1]