rl0: discard oversize frame (ether type 4454 flags 3 len 1516 > max 1514)

2003-12-03 Thread Gil Agno Virtucio
Hi, Im using FreeBSD 5.1 with firewall enabled. I was just wondering why it suddenly had the error messages below. Do you what could have caused this error? and cna anybody suggest any solution how to fix this. Thank you very much in advance... rl0: discard oversize frame (ether type 55 f

RE: logfile rotate

2003-10-16 Thread Gil Agno Virtucio
are you looking for /etc/newsyslog.conf ? - Gil Agno Virtucio Janitor/Collector/Messenger NEC System Integration and Construction Philippines Inc. 15th Floor BPI Buendia Center Gil Puyat Ave. Makati City 1200 Cellphone : +639163989695 Office

RE: Mouse

2003-10-09 Thread Gil Agno Virtucio
I also tried to disable the mouse daemon from rc.conf (add "moused_enable=NO"), and if it's a PS/2 mouse try setting it to PS/2 instead of setting it to AUTO. hope this helps. ----- Gil Agno Virtucio Janitor/Collector/Messen

RE: tranparent proxying, squid, nat, ipfw

2003-10-06 Thread Gil Agno Virtucio
so far this was the simpliest squid configuration that i've seen... http://ezine.daemonnews.org/200209/squid.html hope this helps... ----- Gil Agno Virtucio Janitor/Collector/Messenger NEC System Integration and Construction Philippines Inc.

RE: apache & php3 question

2003-10-02 Thread Gil Agno Virtucio
have you tried adding something like AddType application/x-httpd-php .php3 AddType application/x-httpd-php-source .phps in your httpd.conf hope this helps... - Gil Agno Virtucio Janitor/Collector/Messenger NEC System Integration

RE: Fbsd gateway+restrictions

2003-10-02 Thread Gil Agno Virtucio
://ezine.daemonnews.org/200209/squid.html hope this helps... - Gil Agno Virtucio Janitor/Collector/Messenger NEC System Integration and Construction Philippines Inc. 15th Floor BPI Buendia Center Gil Puyat Ave. Makati City 1200 Cellphone : +639163989695 Office

RE: Newbie - Web based interface for email program?

2003-10-01 Thread Gil Agno Virtucio
there are many webmail systems available at the ports. /usr/ports/mail/imp3/ /usr/ports/mail/openwebmail/ /usr/ports/mail/nocc/ /usr/ports/mail/squirrelmail /usr/ports/mail/sqwebmail and many others... hope this helps... :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTE

RE: Sendmail: Refusing Connections, and authentication/relaying

2003-09-25 Thread Gil Agno Virtucio
if you want to configure smtp auth using sendmail you can try this one. it worked for me. :) http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/smtp-auth.html hope this helps... -Original Message- From: Veritas [mailto:[EMAIL PROTECTED] Sent: Friday, September 26, 2003 8:36 AM

RE: need your help sir/madam

2003-09-25 Thread Gil Agno Virtucio
If you need a very good Web Browsing filter I'd recommend dansguardian. It is a web content browsing filter. You wouldnt have to type those url's you just have to define the those prohibitted contents... you can find it here.. /usr/ports/www/dansguardian and this documentation migh help you a

Re: FreeBSD,Linux and any other os besides Microsoft.

2003-09-22 Thread Gil Agno Virtucio
Did you download the ISO to make the installer? ftp://ftp.freebsd.org/pub/FreeBSD/ISO-IMAGES-i386/ i'd suggest that you browse this first before you try the installation... http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install.html with regards to the partitioning of the hard disk if

RE: Question

2003-09-21 Thread Gil Agno Virtucio
I think it would be better if you'll send the output of uname -a. anyways, have you tried kldload snd_maestro.ko kldload snd_maestro3.ko then u can verify if it was loaded using "kldstat" it will automatically load snd_pcm.ko to the kernel. iam also using those kernel modules for my laptop an

randomize execution the a script?

2003-09-18 Thread Gil Agno Virtucio
Hi. I want to randomize the execution of a shell script. Can i use cron to do this? or are there other available tools that i can use to do this? thank you very much. ** Get your free E-Mail account at WWW.DIGITELONE.COM ** ___

RE: RC.conf

2003-09-17 Thread Gil Agno Virtucio
is for squids transparent proxy ipnat_enable="YES" ipmon_enable="YES" ipfs_enable="YES" I hope this helps. --- Gil Agno Virtucio Janitor/Collector/Messenger NEC System Integration and Construction Phil

RE: need help with uninstallation process

2003-09-16 Thread Gil Agno Virtucio
4 I hope this helps. --------Gil Agno Virtucio Janitor/Collector/Messenger NEC System Integration and Construction Philippines Inc. 15th Floor BPI Buendia Center.__ ___ ___ . Gil Puyat Ave. Makati City 1200 / _/|__|/ | \| | Ce

Re: Re: Securing the FreeBSD Console by removing OS Version

2003-09-15 Thread Gil Agno Virtucio
Maybe you can edit your /etc/gettytab default:\ :cb:ce:ck:lc:fd#1000:im=\r\n\Some Text Here \r\n\r\n:sp#1200:\ :if=/etc/issue: then you can maybe also use figlet to generate some fancy text to your /etc/issue. You can also disallow users from accessing uname. hope this helps.