Re: IPFW acting weird OR invalid ruleset?

2004-06-29 Thread whizkid
[snip] > Ok, I jumped earlier, but actually re-RTF ruleset, I've got a couple > questions: > > - Is it only one pc that can't get through? > - Do other services work from behind NAT? (http etc) > > It looks like rule 4109 should be BEFORE 4090, as 4090 denies all traffic > and stops, and internal

IPFW acting weird OR invalid ruleset?

2004-06-29 Thread whizkid
Hey everyone. Below is my natd.conf file and my rc.firewall.rule file. I cannot figure it out, but if one of my machines that is behind my Masqurading Firewall tries to d/l a file that is on a FTP site, it fails to connect. FreeBSD 5.2.1 machine with 2 nics. xl0 outside Nic fxp0 inside Nic rc.c

Re: Boot Loader Config

2004-06-22 Thread whizkid
> >> What can I modify to make >> the machine Automatically select option # 2 during the boot process? > > Check out your /boot/loader.conf file. > Comment out the hint.acpi.0.disabled="1" if it's in there. > I don't know for sure that this will work, but I'd try it. > > my /boot/loader.conf file

Boot Loader Config

2004-06-22 Thread whizkid
Hey all, I have a rather stupid question... I currently have an old Compaq DP6000 6266mmx box running as one of my test servers. The default boot option is Non-ACPI (running FreeBSD 5.1). If I just let the loader screen come up (The one with the little ascii devil) and not do anything, the

F-Prot update errors

2004-06-08 Thread whizkid
I install F-Prot from the ports. If I run check-updates.pl from the console I get a sucessful update everytime (or a nothing updates found message) but if I added the script into the crontab (via crontab -e as root) I get the following Email: *** * F-Prot Antiv

Imap Proxy server?

2004-05-25 Thread whizkid
Hey all, I have looked into this before but never really found too much info on it. On one of my FreeBSD boxes I run Squirrelmail. I was told that there is a Imap Proxy server that can be ran on the local box to help with some slowness with accessing email. I have installed the Imap Proxy se

named Configuration issue

2004-05-21 Thread whizkid
I am running bind 9.x on my primary and secondary servers. Since both are on the same C class subnet I have used a free DNS hosting to be a secondary for my site.. I am trying to added NS and A name records to the 2 name servers but I recieve errors when I restart/reload bind. Here is my mydomai

Missing Port

2004-04-22 Thread whizkid
I am tring to install mrtg on my test FreeBSD 5.1 box. I change into my /usr/ports/net/mrtg directory and find that there is only a README.html How can I get this port back? I tried to cvsup it with ports-all but the files are not there. What would be a quick solution to get the files? Without

SNMP and MRTG

2004-04-22 Thread whizkid
Hey all I am new to SNMP. I have installed mrtg and net-snmp but I am having some issues. I found a few web sites that explain how to query for memory usage from snmp. But it doesn't work I get a Unknown object error. So I verify that all the MIB files are in /usr/local/share//snmp/mibs which t

FreeBSD Firewall as a Transparent Proxy?

2004-03-27 Thread whizkid
I have seen lots of pages on google on how to setup Squid as a Transparent Proxy server on FreeBSD. However most of these refer to 4.9 stable, using IPTables. I am currently using natd and ipfw. Here are my Firewall rules rc.firewall.rules proxy# cat rc.firewall.rules # be quiet and flush all

Re: ipfw question...

2004-03-19 Thread whizkid
> Hi list, I've this network configuration: > > router (169.158.120.177) > server1 (169.158.120.178) running bind (named), tacacs+, exim, and a pop3 > server > server2 (169.158.120.179) running squid, apache2, mysql, proftpd (is > acting > as a GATEWAY) > > I've a LAN (192.168.1.0/24) and a breakin

Re: Top posting

2004-03-19 Thread whizkid
> >etiquetteetiquette > http://www.google.com/search?q=rfc+top+posting&sourceid=mozilla-search&start=0&start=0&ie=utf-8&oe=utf-8 > > > > Wow, almost every single reply to the list today was top posted. > People, please know (and you must, you have to read them, too) > that posting replies to the to

Re: make install error with gd

2004-03-17 Thread whizkid
> Read /usr/ports/CHANGES -- you need to update the print/freetype2 port > before you update graphics/gd. Also a good thing to do if you > experience problems with compiling ports is to try cvsup(1)ing again, > and see if the error persists. > > Cheers, > > Matthew > Thanks Matthew, A

make install error with gd

2004-03-17 Thread whizkid
trying to install gd and I get this error: /usr/local/include/freetype2/freetype/freetype.h:20:2: #error "`ft2build.h' hasn't been included yet!" /usr/local/include/freetype2/freetype/freetype.h:21:2: #error "Please always use macros to include FreeType header files." /usr/local/include/freetype2/

qmail-scanner.pl and perl 5.8?

2004-03-16 Thread whizkid
This is probably a stupid question. I have been having problems correctly installing qmail-scanner-1.21 on my test webmail servers. I get this error: Testing suid nature of /usr/bin/perl... Whoa - broken perl install found. Cannot even run a simple script setuid Installation of Qmail-Scanner FA

RE: Building new kernel help

2004-03-12 Thread whizkid
[Snip] > The thing that's throwing me is in 5.1-release, it > brings up a character menu of choices when booting > (complete with ascii art of the mascot). What option > do I choose so I can do: > boot kernel.old ? > > thanks, > Darrl Darrl, the prompt is just before the Ascii art. If you look R

Re: IPFW problems connecting to port 25!

2004-03-11 Thread whizkid
> Aye, there's the rub. Last rule is usually > "deny ip from any to any"; somewhere above > that, but after the setup rules is "allow ip from > any to my.ip.add.ress established"* ... it does > no good to allow the setup packets but no > further data > > Kevin Kinsey > DaleCo S.P. > > *instead

Re: IPFW problems connecting to port 25!

2004-03-11 Thread whizkid
> Aye, there's the rub. Last rule is usually > "deny ip from any to any"; somewhere above > that, but after the setup rules is "allow ip from > any to my.ip.add.ress established"* ... it does > no good to allow the setup packets but no > further data > > Kevin Kinsey > DaleCo S.P. > > *instead

Re: IPFW problems connecting to port 25!

2004-03-11 Thread whizkid
[snip] > > You do have a rule for established connections? > > > Kevin Kinsey > DaleCo S.P. > > you know the only rule i have for that is add 6 deny log tcp from any to any established I am assuming this is incorrect? ___ [EMAIL PROTECTED] mailing l

IPFW problems connecting to port 25!

2004-03-11 Thread whizkid
I have IPFW setup, and in my ruleset i have the following line add 04009 allot tcp from any to me dst port 80 in via x10 setup add 04010 allow tcp from any to me dst port 25 in via xl0 setup however if I enable the firewall and try to telnet into port 25, it cannot connect.. BUT if I disable the

IDE cd-burner, Can it be done???

2004-03-10 Thread whizkid
I have a IDE cd-burner in my FreeBSD 5.1 box. I have installed cdrecord from the ports but this looks like it needs a SCSI drive. Is there a CMD line cd-record package that works with a IDE cd-burner. Here is a line from dmesg: acd0: CD-RW at ata1-master PIO4 uname -a: 5.1-RELEASE FreeBSD 5.1

Unable to Install FreeBSD 5.2.1

2004-03-04 Thread whizkid
This is a question for anyone running 5.2.1.. I currently have 5.1 running on a "Test server", I decieded to try ver 5.2.1. However after I did the Make Buildworld Make Buildkernel Make installkernel reboot commands, the machine would no longer boot up to a login prompt. It would get as far as

Re: Installing Squirrel Mail from the Ports

2004-03-03 Thread whizkid
> "make clean" is the most thorough procedure-- it will also clean > dependencies of the current port-- or you could simply delete the work > subdirectory... > > -- > -Chuck > After running a make clean and removing the file from /usr/ports/distfiles It still downloads the file and shows it as bei

Re: Installing Squirrel Mail from the Ports

2004-03-03 Thread whizkid
> Delete /usr/ports/distfiles/squirrelmail-1.4.2.tar.bz2, and try again. > > The file you have by that name has been corrupted somehow and the ports system is not happy with it. I just checked, and the tarball I downloaded from sourceforge is identical to the one I used the last time I updated squ

Re: Installing Squirrel Mail from the Ports

2004-03-03 Thread whizkid
> Delete /usr/ports/distfiles/squirrelmail-1.4.2.tar.bz2, and try again. > > The file you have by that name has been corrupted somehow and the > ports system is not happy with it. I just checked, and the tarball I > downloaded from sourceforge is identical to the one I used the last > time I updat

Installing Squirrel Mail from the Ports

2004-03-03 Thread whizkid
Running FreeBSD 5.1, I Just ran CVSUP on my ports to bring them current. When I try to install Squirrelmail from /usr/ports/mail/squirrelmail I get the following error: SquirrelMail is installed into /usr/local/www/squirrelmail To use the old location /usr/local/squirrelmail define WITHOUT_WWWDIR

RIMPS on FreeBSD 5.1

2004-02-03 Thread whizkid
Has anyone gotten RIMPS 3b3 working on FreeBSD 5.1, running APACHE2, PHP4, MYSQL4, Perl 5.8? If you have, can you stream audio to a machine running IE6? ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To uns

pkgdb -F and a few other questions

2003-11-06 Thread whizkid
Hey All, By now I have posted alot of questions and you are probably getting tired of seeing my name in your inbox... But I have yet another for you. I am currently running FreeBSD 5.1-Current, I have SquirrelMail 1.4.2 and Courier Imap installed. I installed a plugin for SquirrelMail that r

FreeBSD+Spamassassin+MySQL

2003-11-05 Thread whizkid
I cannot seem to get SpamAssassin working with MySQL 4 I have setup the MySQL database, have given a saconfig user full access to this database. But SA does not seem to Query the SQL database. I have a SquirrelMail plugin that connects to the DataBase just fine, and writes data to it, but SA

[Fwd: Re: APC Smart-UPS 620VA]

2003-11-04 Thread whizkid
Original Message Subject: Re: APC Smart-UPS 620VA From:[EMAIL PROTECTED] Date:Mon, November 3, 2003 11:04 pm To: "Matthew Seaman" <[EMAIL PROTECTED]> -- A

Re: Adaptec 29160N errors

2003-10-31 Thread whizkid
here are the errors from the messages log. This ONLY happened when A) a device was connected to the Adaptec 29160N and B) when the device was being used by dump. According the the replies I am afraid the problem may be related to the MB.. And ideas on how to trouble shoot it? For some reason th

Re: Adaptec 29160N errors

2003-10-31 Thread whizkid
> The controller is complaining that some device in your system is > generating > PCI transactions that cannot be safely decoded because they contain parity > errors. Just moving the 160 card won't make this situation go away. You > need to find the source of these errors. Otherwise, you might a

Adaptec 29160N errors

2003-10-31 Thread whizkid
Hi all, I have a AMD ThunderBird 1 gig machine on a Abit KT7A-Raid MB. When I install my Adaptec 29160N Ultra 160 scsi card, and try to do any writing to a DDS2 tape drive, I get a screen full of Ahc0 - Parity error then I get another error stating that the card is *Reporting* the errors and n

Re: SNMP help

2003-10-30 Thread whizkid
> In the last episode (Oct 30), Ronnie Clark said: >> Thanks all for the suggestions. I have the port installed, but how doDaemoncontrol >> I configure this beast to work with OpenView? I have looked at the >> online docs for the port, but it is all jibberish to this newbie. >> Anyone have a simple

Re: PostFix error

2003-10-29 Thread whizkid
>> > daily_clean_hoststat_enable="NO" >> > daily_status_mail_rejects_enable="NO" >> > daily_status_include_submit_mailq="NO" >> > daily_submit_queuerun="NO" >> > [in periodic.conf(5), of course] I have added the above lines to my newly created /etc/periodic.conf file. Thanks for a

Re: PostFix error

2003-10-28 Thread whizkid
> You forgot to disable the log generation in the daily periodic(8) > script. There are some other daily operations you should probably > disable, too. Try: > daily_clean_hoststat_enable="NO" > daily_status_mail_rejects_enable="NO" > daily_status_include_submit_mailq="NO" > daily_

PostFix error

2003-10-28 Thread whizkid
For some reason I get these errors on occasion. Mail is flowing, but I want to make sure this error goes away... Oct 28 03:01:00 ns1 postfix/sendmail[1523]: fatal: unsupported: -bh Oct 28 03:01:01 ns1 postfix/sendmail[1524]: fatal: unsupported: -bH Currently I am running FreeBSD 5.1, Postfix, Co

System Backup help.

2003-10-26 Thread whizkid
I have been running BSD for a week or so now. I have everything setup just right, Webmail, DNS, IMAP, Webserver, etc I just install a DDS-2 tape drive, I have been reading about using dump for backing up filesystems. How can I use dump to backup the entire drive? If I try using: dump 0 -A

Re: Trying to see website from the Internet

2003-10-21 Thread whizkid
> I opened the port on my (hardware) router box, not the > FreeBSD firewall. Internet -> ISP -> Modem -> Router > -> FreeBSD box. Hopefully that's all I need to do to > forward the port 8080 packets. Do I need to configure > the FreeBSD firewall settings as well to reflect the > port? no, if you c

Re: Noob FreeBSD 5.1 install question

2003-10-21 Thread whizkid
> Well, there's no law that says you *have* to use the ports system, but > it's pretty strange not to take advantage of something so good... > There are pre-compiled packages available, but these generally don't > track the latest upstream updates to the ported software very > efficiently. The por

Re: Trying to see website from the Internet

2003-10-21 Thread whizkid
> > Hi, > > I'm having all kinds of trouble trying to get things > set up to see my website on the Internet. I know > people like to claim to be newbies, but I actually am. > :-) > > My machine (ethernet card) IP is 192.168.254.25 and > I'm serving on port 8080. I can bring up the site no > problem

Noob FreeBSD 5.1 install question

2003-10-20 Thread whizkid
Hi All, I am new to this list and new to freeBSD. I run a Mandrake 9.1 server and wish to convert to FreeBSD. Here are 2 questions that I have. A) I have reinstall freeBSD many times over and over. I work with W2k machine at work and do a Unattended install when I don't want to select the same