Re: iptables, ipp2p

2006-08-17 Thread Gilberto Villani Brito
Did you recompile your iptables too??? Check if exist the file /lib/iptables/libipt_ipp2p.so. Gilberto 2006/8/16, David Siroky <[EMAIL PROTECTED]>: Hi! I successfully compiled ipp2p, modprobe doesn't print any message but everytime a try to use a rule with the ipp2p (e.g. "iptables -A FORWARD

Re: strange kde behaviour... bad use of backports?

2006-06-28 Thread Gilberto Villani Brito
Hi Bruno; Do you want make a downgrade in your control center??? Deinstall this package, remove backports in your sources and reinstall control center. Gilberto On Wed, 28 Jun 2006 00:17:17 -0300 Bruno Buys <[EMAIL PROTECTED]> wrote: > Hi, > This is debian sarge. > I added backports to my sou

Re: Routing based on tcp/ip session limit

2006-05-17 Thread Gilberto Villani Brito
I thing the better way is your load-balancing using iproute2 (like your exemple), but you will need make nat using SNAT, not MASQUERADE in your iptables. Abraços Gilberto On Tue, 16 May 2006 16:59:48 -0300 "Tom Lobato" <[EMAIL PROTECTED]> wrote: > Hi, > > > My ADSL provider in Brazil give

Re: port forwarding problem. Probably easy if you know how.

2006-04-25 Thread Gilberto Villani Brito
Hi, I think is better you use just: # iptables -t nat -A PREROUTING --protocol tcp -d 216.138.195.194 --dport 27012 -j DNAT --to-destination 172.25.1.5:27012 --verbose # iptables -t nat -A PREROUTING --protocol udp -d 216.138.195.194 --dport 27012 -j DNAT --to-destination 172.25.1.5:27012 --verb

Re: port forwarding problem. Probably easy if you know how.

2006-04-25 Thread Gilberto Villani Brito
Hi, I think is better you use just: # iptables -t nat -A PREROUTING --protocol tcp -d 216.138.195.194 --dport 27012 -j DNAT --to-destination 172.25.1.5:27012 --verbose # iptables -t nat -A PREROUTING --protocol udp -d 216.138.195.194 --dport 27012 -j DNAT --to-destination 172.25.1.5:27012 --verb

Re: Question about strange message in /var/log/syslog : Unable to handle kernel paging request at virtual address 064b0008 ...

2006-04-18 Thread Gilberto Villani Brito
I had something like this in my server with some crashes. I changed the network card and resolved. Probably your network card is crashed too. Gilberto On Tue, 18 Apr 2006 11:07:21 +0200 KLEIN Stéphane <[EMAIL PROTECTED]> wrote: > Hello, > > I've strange message in my /var/log/syslog file. > >

Courier

2006-03-06 Thread Gilberto Villani Brito
Hi, I have a mail server with qmail and squirrelmail using courier-imap (version 4.0.6). When I erase one message, my file maildirsize is updated, but if I erase many messages at the same time, the file maildirsize is not updated. How can I resolve this??? PS: Sorry, for the first message, I sent

Courier

2006-03-06 Thread Gilberto Villani Brito
Hi, I have a mail server with qmail and squirrelmail using courier-imap (version 4.0.6). When I erase one message, my file maildirsize is updated, but if I erase many messages at the same time, the file maildirsize is not updated. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Re: update-rc.d questions: best practice?

2006-03-01 Thread Gilberto Villani Brito
On Wed, 01 Mar 2006 23:35:03 +1100 Ivan Teliatnikov <[EMAIL PROTECTED]> wrote: > Hi everyone. > > I am pursing a task of establishing a procedure among my colleagues - > system administrator which will help us enable/disable services on > Debian servers. > > I am considering "update-rc.d" script

Re: c-cedilla problem

2006-02-22 Thread Gilberto Villani Brito
Hello Marcelo, I had this problem only in Gnome or gnome's applications in my Mandrake 10.1. My solution was to update gtk. Gilberto On Wed, 22 Feb 2006 15:35:28 -0300 Marcelo Chiapparini <[EMAIL PROTECTED]> wrote: > Hello! > > This problem had appeared many times in the past, as I can see > b

PCMCIA

2006-02-17 Thread Gilberto Villani Brito
Hi, I have a Debian 3.1 and I can't use 2 adapters PCMCIA ISA. The system detect the both, but it can't up the 2 PCMCIA Cards. If I put just one adapter, the system works nice. Gilberto -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTE

Re: squirrelmail problems

2006-01-19 Thread Gilberto Villani Brito
Your old SquirrelMail has working with imap-ssl Gilberto On Thu, 19 Jan 2006 17:55:26 +0100 Lubos Vrbka <[EMAIL PROTECTED]> wrote: > hi guys, > > after yesterday's upgrade our mailserver running squirrelmail doesn't > allow any user to log in. other methods of access work fine (pop, imap

Re: about scp

2006-01-19 Thread Gilberto Villani Brito
Try: # scp -p 19666 www.myservername.com: or # scp -p 19666 www.myservername.com: if you want get file from server. Gilberto On Wed, 18 Jan 2006 09:09:36 -0800 (PST) Nevruz Mesut Sahin <[EMAIL PROTECTED]> wrote: > hello friends I am to trying to server ssh -p 19666 www.myservername.com and >

Re: [Way OT] "#!/bin/bash" changes working directory

2006-01-06 Thread Gilberto Villani Brito
Try: #!/bin/sh export PWD echo $PWD Gilberto On Thu, 5 Jan 2006 14:25:10 -0500 Luis Finotti <[EMAIL PROTECTED]> wrote: > Dear all, > > I realize that this should be "way off topic", so sorry about that... > > I've been working on a bash script, but when I run something like: > -

iptables - ip_conntrack_max

2004-06-15 Thread Gilberto Villani Brito
Hi Debian users, I read this message: http://lists.debian.org/debian-firewall/2003/03/msg00011.html about ip_conntrack_max (iptables). So I would like know how can I do to my debian put 5000 in /proc/sys/net/ipv4/ip_conntrack_max in the boot without use /etc/rc.boot/ Hugs Gilberto -- To U

Re: Proxy question

2004-06-10 Thread Gilberto Villani Brito
You can try user iptables to redirect port 80 to 3128 (transparent proxy). Hugs Gilberto On Thu, 10 Jun 2004 12:08:58 +0200 [EMAIL PROTECTED] wrote: > Hi dear list, > > My problem is quite simple to explain, but I'm afraid it is not so simple to solve. > I have a Debian Box with 2 NICS: > >

Re: Atualização de bugs / Update to correct the bugs

2004-06-04 Thread Gilberto Villani Brito
# apt-get update # apt-get upgrade Isso fora as regras de firewall que você deve usar. Abraços Gilberto Em Fri, 04 Jun 2004 10:38:23 -0300 Thiago <[EMAIL PROTECTED]> escreveu: > Bom dia, > > Como fazer para corrigir as falhas de segurança do sistema operacional > Debian? > Existe algum utili

Re: Kernel 2.6

2004-06-02 Thread Gilberto Villani Brito
Thanks Joris, but I would like make more a question: What can I do to my symbolic link in /dev become permanent??? Hugs Gilberto Em Tue, 01 Jun 2004 23:18:17 +0200 Joris Huizer <[EMAIL PROTECTED]> escreveu: > Gilberto Villani Brito wrote: > > Hi, > > I'm using Kern

Kernel 2.6

2004-06-01 Thread Gilberto Villani Brito
Hi, I'm using Kernel 2.6.4 in my desktop, so I didn't note difference about velocity, but I liked. I have a nvidia and I need to create the devs to use the driver, but when I restart my computer this devs disappear. How can I do to this devs become permanent??? When I create a symbolic link in /dev

Re: Configure BIND9

2004-03-12 Thread Gilberto Villani Brito
OK, but what do you have in options in this file??? Hugs Gilberto Em Fri, 12 Mar 2004 12:29:03 +0800 "Support" <[EMAIL PROTECTED]> escreveu: > Thank for your reply. > > I have tested with ; > > zone "khimmaki.net" { > type master; > file "/etc/bind/db.khimmaki"; > }; > > > a

PCMCIA

2004-03-10 Thread Gilberto Villani Brito
Hi. I'm having a problems with PCI and ISA adapters with orinoco and avaya cards in older mother boards with kernel 2.4, but in kernel 2.2 I don't have these problems. The kernel 2.4 in a new mother board work very well with 2 or more PCI/ISA adapters with orinoco, but in older mother board work ju

Create a boot image.

2004-02-04 Thread Gilberto Villani Brito
Hi group, I would like know about how can I create a boot image like Knoppix??? I searched in google about a documentations to help me, but I found anything. This boot image need unpack and mount the file with system's image using the module cloop. Hugs Gilberto -- To UNSUBSCRIBE, email to [EMA

Re: routing problem

2004-01-09 Thread Gilberto Villani Brito
Do the computers with network 192.168.1.0/24 has gateway 81.196.166.97 So if it has your problem is here. You need use the gateway in the same network of yours computers. Ex: IP 192.168.1.10 GW 192.168.1.1 I recomend to you add a new network card in your server with this IP (192.168.1.1). Hu

Re: crontab

2003-12-04 Thread Gilberto Villani Brito
The rigth is. 00 12 * * * /usr/sbin/parselog Gilberto Em Thu, 4 Dec 2003 12:17:50 -0600 "Michael Martinell" <[EMAIL PROTECTED]> escreveu: > I am definitely doing something wrong here. I want to schedule a job to run > once at 12:00 noon. I set it up in cron. It waits until 12:00 noon, run

Maildrop + SA

2003-12-04 Thread Gilberto Villani Brito
Hi, I have a server with qmail + vpopmail + spamassassin + maildrop. My maildrop use spamc to mark spam and move it to other dir. So, I would like send spams (witch my SA didn't catch) to e-mail [EMAIL PROTECTED] and my maildrop use sa-learn in this e-mail. How can I do that in my maildrop??? I t

Re: creating password for a shadow file

2003-12-01 Thread Gilberto Villani Brito
Hi Daniel, Here in my company I have proftp with other password file (/etc/passwd.ftp). This file content: user::IDU:IDG:: I did a script to add users in this file with htpasswd, but you can use makepasswd. My script add the user in passwd.ftp, create the home and set the correct permissions (IDU:

Re: Servidor com 2 acessos a Internet

2003-11-27 Thread Gilberto Villani Brito
Ola, I'm brazilian like you (heheheh...). I'm not sure what is your question, but I'll try explain to you. You can use your debian in internet, but your computer not. You need configure your debian to router and in your computer you need put the default gateway the debian's ip. Now, for your debia

Re: recommended Virus Scanner?

2003-11-27 Thread Gilberto Villani Brito
I use qmail + qmail-scanner + mcafee and it is working for a long time with any problem. Gilberto Em Wed, 19 Nov 2003 12:55:52 -0500 Stephen <[EMAIL PROTECTED]> escreveu: > Hello: > > What virus scanner is the choice for most Debian users? I'm using Woody, > and rather than download and instal

Re: Servidor com 2 acessos a Internet

2003-11-26 Thread Gilberto Villani Brito
Ola, I'm brazilian like you (heheheh...). I'm not sure what is your question, but I'll try explain to you. You can use your debian in internet, but your computer not. You need configure your debian to router and in your computer you need put the default gateway the debian's ip. Now, for your debia

Re: wireless configuration questions

2003-11-13 Thread Gilberto Villani Brito
Read this site: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Orinoco.html And I recomend you to use wavelan2_cs driver. Em Wed, 12 Nov 2003 11:29:02 -0700 Tim Folger <[EMAIL PROTECTED]> escreveu: > Hi, > > I'm a linux newbie, and have just installed debian woody with the 2.4.18 > ker

Re: Spamassassin

2003-11-10 Thread Gilberto Villani Brito
Thanks, but I don't use procmail, I don't like it. :) Em Sat, 8 Nov 2003 14:47:40 +0100 Florian Ernst <[EMAIL PROTECTED]> escreveu: > On Sat, Nov 08, 2003 at 11:28:34AM -0200, Gilberto Villani Brito wrote: > > On Tue, 7 Oct 2003 20:06:37 -0400 > > Naitik

Re: Spamassassin

2003-11-08 Thread Gilberto Villani Brito
Ok, so how can I configure my spamassassin to do that??? Gilberto On Tue, 7 Oct 2003 20:06:37 -0400 Naitik Shah <[EMAIL PROTECTED]> wrote: > I usually just send spamassassin marked mail to a specific folder, and > go over it really quickly. I keep backups, so if I do overlook > something, and I

Re: Apache - groups - can anyone explain this?

2003-10-21 Thread Gilberto Villani Brito
Try Options ExecCGI Em Tue, 21 Oct 2003 15:16:15 +0200 "Ron Rademaker" <[EMAIL PROTECTED]> escreveu: > Hello, > > If anyone could tell me how this is possible... Please do because I have > no idea: > > My apache runs as user / group www-data / www-data > I got > >

Re: ICQ's problem

2003-10-13 Thread Gilberto Villani Brito
James, you need install the plugin java for your mozilla or netscape. http://www.yolinux.com/TUTORIALS/LinuxTutorialMozillaConfiguration.html Gilberto Em Mon, 13 Oct 2003 08:01:08 +0800 James Ng Yuen Sum <[EMAIL PROTECTED]> escreveu: > Hi, > > When I go to the site http://go.icq.com to use ICQ,

Iptables, anti-spam and gnome.

2003-09-30 Thread Gilberto Villani Brito
omobody knows what is this error?? PS: Sorry for my english. Hugs Gilberto Villani Brito Network Administrator -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Debian.

2001-08-08 Thread Gilberto Villani Brito
Olá, sou usuário da Conectiva e gostaria de esperimentar o Debian, vocês poderiam me informar onde pego uma imagem ISO do cd do Debian de ultima versão estável??? Procurei no FTP mas não encontrei.   Abraços Gilberto Villani Brito