RE: Panic/reboot - a little help.

2006-04-09 Thread fbsd_user
Here is the standard causes. I all most all cases this is a hardware problem. Motherboard is overheating because of years of accumulated dust. Open box and use small paint brush to blow away dust on motherboard chips. Remove heat sink on CPU and clean out chocking dust and reinstall. Power

RE: promiscuous mode enabled

2006-04-09 Thread fbsd_user
If you run tcpdump it turns on promiscuous mode when it starts and turns it off when you stop it. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Thiago Esteves de Oliveira Sent: Sunday, April 09, 2006 10:35 AM To: freebsd-questions@freebsd.org Subject: fxp:

RE: web server attack (solution warning)

2006-04-09 Thread fbsd_user
I received this reply from another list. Going back to the very beginning of your first post - those web requests you listed as seeing are a bit troublesome. They all seem to be probes against your web server to verify if you can be used as an open proxy server. The first two requests are from

RE: Apache refusing to listen 81

2006-04-09 Thread fbsd_user
I don't know where you got Listen *:80 Listen *:81 from. My working system uses Listen 8080 just fine. In the FreeBSD port of apache the http.conf file has the Listen statement in a few different places. You want the one closes to the beginning of the file. On 4/9/06, Daniel A. [EMAIL

RE: Numerous ftp timeouts - why?

2006-04-09 Thread fbsd_user
I had this same problem when I was on dial up line. Once I got cable ISP internet connection the problem never happened again. Those ftp sites are busy and dial up connections degrade performance for the other concurrent users logged onto the ftp site and so dial up users get timed out and

help with tcpdump cmd syntax

2006-04-08 Thread fbsd_user
I tried tcpdump -i rl0 src host 218.166.163.180 -w /usr/tcpdump.data tcpdump -i rl0 host 218.166.163.180 -w /usr/tcpdump.data tcpdump -i rl0 src ip 218.166.163.180 -w /usr/tcpdump.data but got syntax error msg with no hint of what was wrong If I remove the -w stuff it works. Meaning

RE: freebsd 6.0 personal firewall

2006-04-07 Thread fbsd_user
You need to read the firewall section of the freebsd handbook. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/firewalls. html -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of ilyana ramlan Sent: Thursday, April 06, 2006 11:58 PM To:

RE: firewall

2006-04-07 Thread fbsd_user
You need to read the firewall section of the freebsd handbook. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/firewalls. html -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of ilyana ramlan Sent: Friday, April 07, 2006 12:04 AM To:

RE: web server attack

2006-04-07 Thread fbsd_user
mod_security is in the ports collection -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Robert Huff Sent: Friday, April 07, 2006 3:11 PM To: [EMAIL PROTECTED] ORG Subject: Re: web server attack Frank Laszlo writes: Does anyone know what this is and

RE: Which Laptop for FreeBSD

2006-04-06 Thread fbsd_user
This question was just covered in great detail last 2 weeks. Check the archives for subject What laptop do you recommend? Secondly, you should first search the archives for answers to your questions before posting to this list. http://freebsd.rambler.ru/ us this url to search archives.

web server attack

2006-04-06 Thread fbsd_user
Posted this at 11am and now its 5:30pm and still have not seen this post return from the list mailer. So posting it again. In my httpd-access.log I have started receiving a lot of these. Looks like some kind of attack to me. This first showed up in my log on April fools day 4/1/06 and get 4 per

RE: Award BIOS Upgrade Fees - Slightly Offtopic

2006-04-05 Thread fbsd_user
For that kind of money you can get a bios replacement chip from unicore. www.unicore.com Which probably is better and contains more functions that the mfg would provide. I have never had to pay the mfg for a bios burnable upgrade. Who is the motherboard mfg? I would like to know so I don't buy

software recommendation

2006-04-04 Thread fbsd_user
I am looking for am application that will simulate a browser and allow me to program responses to filling in forms from the internet application the browser is accessing. I have read about this type of thing before and even seen it mentioned on this list but at the time I had no interest in it. I

RE: ipnat syntax error?

2006-04-03 Thread fbsd_user
You can use this format of the ipnat map command map dc0 10.0.10.1/29 - 20.20.20.5-20.20.20.7 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Erik Norgaard Sent: Monday, April 03, 2006 7:45 AM To: Juergen Heberling Cc: freebsd-questions@freebsd.org

RE: ipf and amule

2006-04-02 Thread fbsd_user
You need to add keep state to the inbound rules for amule ports. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of jorge alonso Sent: Saturday, April 01, 2006 11:40 PM To: [EMAIL PROTECTED] Subject: ipf and amule i'm running amule in the box running the ipf.

RE: disable listen on ports

2006-04-02 Thread fbsd_user
You need to activate one of the 3 different built in FreeBSD firewalls. It well explained in the firewall section of the FreeBSD handbook. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Niklaus Sent: Sunday, April 02, 2006 10:47 AM To: [EMAIL PROTECTED]

RE: cvs over SSH using nonstandard port

2006-04-01 Thread fbsd_user
change it in /etc/services -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Troy Sent: Saturday, April 01, 2006 9:00 AM To: freebsd-questions@freebsd.org Subject: cvs over SSH using nonstandard port Recently I changed the port that SSH was listening on to a

RE: repeated ssh login attempts/failure/break-in attempts from kiddy script

2006-03-31 Thread fbsd_user
What you are seeing is ssh doing it's job like its designed to do. This is not anything you have to worry about. If you don't want to see these messages in your auth.log then change syslog.conf to only send critical messages to the log. There are a few different ports in the FreeBSD ports

RE: sshd BREAKIN ?

2006-03-31 Thread fbsd_user
What you are seeing is ssh doing it's job like its designed to do. This is not anything you have to worry about. If you don't want to see these messages in your auth.log then change syslog.conf to only send critical messages to the log. There are a few different ports in the FreeBSD ports

RE: ipfw secure setup for ssh bruteforcers

2006-03-31 Thread fbsd_user
The facts of life is script kiddies and robots roll through ranges of ip address looking for open ssh ports and then mount a attack. There is nothing you can do about this except change the port number ssh uses to some high port number so they do not find you. Here is document to explain how to

RE: ssh session hangs when term is flooded with text.

2006-03-31 Thread fbsd_user
There is a patch to OpenSSH to fix the buffer size problem caused by the different operating systems OpenSSH runs on. When the host and remote are different operating systems the send/receive buffer sizes do not match and this causes drastic slow down. Like in using Winscp client connecting to a

DHCPD config

2006-03-31 Thread fbsd_user
I use dhcp client to get the info needed from my ISP at boot time. I also run dhcpd for issuing ip address to my LAN. In the dhcpd.conf file I have option statement for the ISP's dns ip address like this: option domain-name-servers xx.168.xxx.6, xx.168.xxx.7; the xx are just for this post. How

RE: Can FreeBSD safely use a (un-booted from) drive that is invisible to the BIOS?

2006-03-31 Thread fbsd_user
You have 2 problems here. bios not seeing the HD and the old FBSD HD geometry WARNING. For the FBSD HD geometry WARNING you can just let FBSD use what ever it thinks it should be. This is not a problem. Your bios problem is most likely a hardware config thing. If the 2 HDs are on the same

RE: DHCPD config

2006-03-31 Thread fbsd_user
Let me see if I understand you correctly. Your saying that dhcp client has no built in way to communicate to dhcpd the dns ip address it receives at boot time or during the normal lease update process? That your suggesting the work around is to customize the dhclient-script code at the point

RE: ATA Drive Issues

2006-03-31 Thread fbsd_user
Hay I am ran ata HD on 5.4 and now on 6.0 with out any problems. Your problems may be caused by your HD starting to go bad. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Wil Hatfield Sent: Friday, March 31, 2006 5:46 PM To: freebsd-questions@freebsd.org

RE: Can FreeBSD safely use a (un-booted from) drive that is invisible to the BIOS?

2006-03-31 Thread fbsd_user
sounds like you have hd jumpered as master on second ata controler but have HD on wrong ribbon nipple to match master jumper. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Danny MacMillan Sent: Friday, March 31, 2006 5:37 PM To: Bob Johnson Cc: Danny

RE: Is ALTQ part of 6.0 base system

2006-03-30 Thread fbsd_user
system On 3/29/06, fbsd_user [EMAIL PROTECTED] wrote: Back in 5.2 development when OpenBSD pf was being included in the base system there was talk that ALTQ for bandwidth management was also being worked on to become part of the base system. What is the status of ALTQ is it a port

RE: Is ALTQ part of 6.0 base system

2006-03-30 Thread fbsd_user
Then if what you say is true, there would be man pages in the base system for using ALTQ stand-a-lone and there are none. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Thursday, March 30, 2006 10:29 AM To: [EMAIL PROTECTED] Cc:

RE: FBSD 6.0 ipfilter nat redirect not working.

2006-03-29 Thread fbsd_user
Sent: Wednesday, March 29, 2006 2:54 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] ORG Subject: Re: FBSD 6.0 ipfilter nat redirect not working. fbsd_user wrote: # /root ipnat -l List of active MAP/Redirect filters: map rl0 10.0.10.0/29 - 0.0.0.0/32 proxy port ftp ftp/tcp map rl0 0.0.0.0/0

RE: Floppy

2006-03-29 Thread fbsd_user
try this mount -t msdos /dev/fd0 /mnt or mount_msdosfs /dev/fd0 /mnt if that dont work replace your floppy drive as it's bad. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Aguiar Magalhaes Sent: Wednesday, March 29, 2006 7:34 AM To:

RE: IP Filter problems on 4.11-STABLE

2006-03-29 Thread fbsd_user
Your firewall rules are pretty much useless. Your default is to pass everything that does not match a rule. So other than those block rules everything is allowed out and in. This means your slowness problem has nothing to do with your firewall. Read the handbook for ipfilter sample rule set if

RE: slow scp transfer

2006-03-29 Thread fbsd_user
There is a patch to OpenSSH to fix the buffer size problem caused by the different operating systems OpenSSH runs on. When the host and remote are different operating systems the send/receive buffer sizes do not match and this causes drastic slow down. Like in using gentoo client connecting to a

Is ALTQ part of 6.0 base system

2006-03-29 Thread fbsd_user
Back in 5.2 development when OpenBSD pf was being included in the base system there was talk that ALTQ for bandwidth management was also being worked on to become part of the base system. What is the status of ALTQ is it a port or in the base system now?

FBSD 6.0 ipfilter nat redirect not working.

2006-03-28 Thread fbsd_user
Been running ipfilter long time. Now with FBSD 6.0 having no joy at getting redirect to web server on LAN to work. This is first time trying this. rl0 is NIC facing the public internet. 10.0.10.4 is the LAN ip address of the web server. Have friend uses http://79.69.59.49:6188/index.htm to target

RE: what does this message means

2006-03-27 Thread fbsd_user
It means a attacker who has camouflaged his real identity found your ssh port open and was trying to gain access, but ssh's security did its job and denied access just like it's designed to do. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Imran Imtiaz

RE: Tightening up ssh

2006-03-26 Thread fbsd_user
The fact of life is there is no way to stop ssh logon attacks as long as you have port 22 open to the public internet. You all ready see ssh doing its job correctly by not allowing unauthorized logons. Review the questions archives, this subject has been beat to death the last 3 weeks. There

sendmail feature options.

2006-03-25 Thread fbsd_user
Tried to add sendmail feature option nodns and received error during make. Where can I find list of all the allowable feature options. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

RE: sendmail dns lookups

2006-03-25 Thread fbsd_user
in FreeBSD 6.0 not to do dns lookups? -Original Message- From: Giorgos Keramidas [mailto:[EMAIL PROTECTED] Sent: Monday, March 20, 2006 11:10 PM To: fbsd_user Cc: [EMAIL PROTECTED] Subject: Re: sendmail dns lookups On 2006-03-20 23:02, fbsd_user [EMAIL PROTECTED] wrote: How do you

RE: USR 56k Internal WinModem

2006-03-24 Thread fbsd_user
Internal modems are manufactured for two target markets, MS/Windows and every thing else. Winmodems are cheep because the hardware controller function is handled by the software you have to install into windows. This hardware controller function is contained in a chip on the modem circuit board.

RE: business of BSDmall

2006-03-23 Thread fbsd_user
BSD mall is separate company. This questions list has nothing to do with it. Version 4.9 is very old. The current version is 6.0. That may be strong indicator that bsdmall is no longer current. You can download an .iso file and burn it to your own blank cd, and use that to install from.

RE: Google Talk and NAT issue ?

2006-03-22 Thread fbsd_user
Just what do you mean by punching a hole in the firewall without the firewalls knowledge? The firewall is designed to stop just such a thing. Please explain your Statement. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Andrew Pantyukhin Sent: Wednesday,

RE: Google Talk and NAT issue ?

2006-03-22 Thread fbsd_user
Sent: Wednesday, March 22, 2006 10:42 AM To: [EMAIL PROTECTED] Cc: Yuan Jue; Norberto Meijome; freebsd-questions@freebsd.org Subject: Re: Google Talk and NAT issue ? On 3/22/06, fbsd_user [EMAIL PROTECTED] wrote: Just what do you mean by punching a hole in the firewall without the firewalls

RE: sendmail dns lookups

2006-03-21 Thread fbsd_user
Yes this is what I want, but the instructions to install are for native sendmail and not the FreeBSD way. What is the FreeBSD way of activating the nodsn feature? -Original Message- From: Giorgos Keramidas [mailto:[EMAIL PROTECTED] Sent: Monday, March 20, 2006 11:10 PM To: fbsd_user

RE: sendmail dns lookups

2006-03-21 Thread fbsd_user
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Dan Busarow Sent: Tuesday, March 21, 2006 11:23 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: sendmail dns lookups On Tuesday, March 21, 2006, at 08:50 AM, fbsd_user wrote: Yes this is what I want

ipfilter nat redirect

2006-03-21 Thread fbsd_user
I have a web server on my private lan that I want to be accessible from the public internet. dc0 is the interface facing the public internet I added this rdr rule after the map rules at the end of my nat file. rdr dc0 0/0 port 80 - 10.0.10.4 port 8080 also tried this rule rdr dc0

RE: dual bge nics slow transfer - no transfer

2006-03-20 Thread fbsd_user
This was posted a few weeks back. net.inet.tcp.inflight.enable If I set this value to 0, my bandwitdh problems are resolved. Give this a try and post back if it solved your problem. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Mark Busby Sent: Monday,

sendmail dns lookups

2006-03-20 Thread fbsd_user
How do you tell sendmail not to do dns lookups? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

RE: Monitoring e-mails by TCP

2006-03-18 Thread fbsd_user
Why not just configure your email clients to use your commercial mail server instead of your FBSD email server. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Rodrigo G. Tavares de Souza Sent: Saturday, March 18, 2006 8:40 AM To:

RE: Building a virgin.

2006-03-18 Thread fbsd_user
Install apache first before mysql and php. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Grant Peel Sent: Saturday, March 18, 2006 11:17 AM To: freebsd-questions@freebsd.org Subject: Building a virgin. Hi all, As some of you know I have been

RE: Trouble searching mailing list archives

2006-03-17 Thread fbsd_user
I use this http://freebsd.rambler.ru/ lags 15 min behind what is posting to the list *** The archive at gmane seems quite useful and it's searchable here: http://search.gmane.org/?query=email=group=gmane.os.freebsd.questi

RE: System Still Freezing

2006-03-16 Thread fbsd_user
System freezes are all most always (94% of the time) hardware problems. Power supply overheating, power supply voltage output falling to low, dust on motherboard causing overheating, or first signs of hard drive failure. Running mfg diagnostic will not identify these types of problems until they

RE: downloading version 6 freebsd

2006-03-16 Thread fbsd_user
The ftp sites will suspend the download if the transmission speed falls to low. It all most never works with a dial up connection. Try native FTP pgm to download instead of firefox. Problem is definitely at your end. Trying using a internet cafe pc to download the iso file and burn it to cd.

RE: Using 'incorrect' HD geometry.

2006-03-16 Thread fbsd_user
Write failure on transfer! (wrote 77187 bytes of 1425408 bytes) When I got this error message during install it mean the hard drive had a bad spot on it. This had nothing to do with the hd geometry used. Bet your hd is udma 33. Think this is a bug in fbsd since 4.11 where this problem did not

RE: Constant ssh errors - sign of security issue?

2006-03-16 Thread fbsd_user
Try using Putty or Winscp3 as your xp ssh client. I use both and know they work with out any problems. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Doug Lee Sent: Wednesday, March 15, 2006 9:16 PM To: freebsd-questions@freebsd.org Subject: Constant ssh

RE: SSHD Help?

2006-03-13 Thread fbsd_user
Here is a write up you may fine interesting. http://elibrary.fultus.com/technical/index.jsp?topic=/com.fultus.doc s.software/books/ssh_how-to/cover.html -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Huy Ton That Sent: Monday, March 13, 2006 4:39 PM To:

RE: Problem Installing FreeBSD 6.0, asking for help

2006-03-11 Thread fbsd_user
I believe you are saying that 5.2 is currently installed on the hard drive and you want to do a fresh install from scratch of 6.0. You have to change the pc bios setup to boot from the cd drive instead of from the hard drive. The pc will then boot from the 6.0 cd and install 6.0 destroying the

RE: Installing FreeBSD 6.0 on IBM BladeCenter HS20

2006-03-10 Thread fbsd_user
I see you both have Bladecenters. Have you had any luck with getting FreeBSD to install on it yet. What is the status of your efforts. Been offered contract to do this for client, but need to know if it can be done before I accept the job. ___

RE: coming back up after power failure (UPS)

2006-03-09 Thread fbsd_user
Date: Thu, 9 Mar 2006 01:37:21 +0200 From: Ion-Mihai Tetcu [EMAIL PROTECTED] Subject: Re: coming back up after power failure (UPS) To: Peter [EMAIL PROTECTED] Cc: freebsd-questions freebsd-questions@freebsd.org Message-ID: [EMAIL PROTECTED] Content-Type: text/plain; charset=US-ASCII On

RE: AND COBOL

2006-03-07 Thread fbsd_user
I have used this in the past. It's Cobol script for building web sites that r/w to flat files and mysql database. Works much Like php in the way it interfaces with native html code. Their website is built using it as a demo of how fast it runs. Can download version with mysql for testing.

RE: New logo, new look

2006-03-06 Thread fbsd_user
So a little red ball with 2 little pointed ears is the new logo. It sucks big time. When you have a contest and none of the entrees are any good you do not have to pick any of then, you could have just closed the contest with no winner. I am sadden that the new logo is so plain. Being pressured

Powered-by FreeBSD icon using new logo

2006-03-05 Thread fbsd_user
Since there in now a new logo for FreeBSD, what about the people who have the powered by old logo icon on their website home pages? Will the old logo still be valid? Are powered by icon using the new logo available someplace for download. Do we need to get written permission to use it? Where

Is gd library in the ports collection.

2006-02-28 Thread fbsd_user
I have reviewed the ports list for a port called gd and could not tell from the names if any were the gd library talked about here. http://www.boutell.com/gd/ Can any one point me to the correct port name if its really in the ports collection. ___

RE: shared irqs and freebsd

2006-02-28 Thread fbsd_user
I had problem with my 2 NIC stepping on each other's IRQs. I fixed the problem by doing two things. I went into the bios setup and disabled sio1 and sio2 to release their irqs and also turned off the bios plug-n-play option. My motherboard also had an option for type of operating system was to

Help with PHP eregi alnum if statement

2006-02-28 Thread fbsd_user
I am trying to test the login id entered from a form. Checking that the contents are upper or lower case alpha or numeric 0-9 plus the special characters - dash and # pound sign Code: if(eregi(([[:alnum:]\#\-]+), $loginid)) { print(loginid is alnum); } else { print(loginid is not alnum); }

RE: FreeBSD 5.x or 6.0 on IBM Blade

2006-02-27 Thread fbsd_user
This question has been asked on this list a few times in the past. Check the list archives for the thread details. But what it all boils down to if I remember correctly is this. IBM is know for doing things to lock their customers into using only IBM equipment and software. The Qlogic board that

RE: FreeBSD 5.x or 6.0 on IBM Blade

2006-02-27 Thread fbsd_user
Sir: Let me inform you that posting to the FreeBSD question list will result in your post becoming public domain material. The List is cloned to many different public news groups and some private servers that provide free public search functions of the questions list. Your disclaimer that the

RE: Help with IP Filter 4.1.8

2006-02-26 Thread fbsd_user
Since you say the same ipf rules work on your 5.3 system and you are trying to run them on 6.1-PRERELEASE, I would say the problem is 6.1-PRERELEASE. Prereleases versions and RC version are not intended for public use. They are version for people who know how to debug kernel code and help the

RE: winmodem driver

2006-02-25 Thread fbsd_user
Modems are manufactured for two target markets, MS/Windows and every thing else. Winmodems are cheep because the hardware controller function is handled by the software you have to install into windows. This hardware controller function is contained in a chip on the modem circuit board.

RE: Asus P5MT-M and FreeBSD 6.0

2006-02-25 Thread fbsd_user
Sounds like a bug to me. Submit a problem report on it. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ben House Sent: Saturday, February 18, 2006 2:13 AM To: freebsd-questions@freebsd.org Subject: Asus P5MT-M and FreeBSD 6.0 I am attempting to install

RE: Bandwidth Problems with Freebsd 5.x

2006-02-25 Thread fbsd_user
Your testing is way to general to make the blanket statement that something is wrong with FreeBSD. You say you did a transfer between boxes but give no details how you did it or what operating system is on the sending and receiving boxes. Did you use FTP or ssh? Ssh has know buffer size problems

RE: Is it hack? How to prevent!

2006-02-25 Thread fbsd_user
What this means is you have no firewall blocking the port numbers those services use. Or you really do have mysql, and SSH installed and people are trying to remotely login and your box is doing its job of denying the unauthorized login attempt. But my money is on the firewall. You have none or

RE: pf binat problem

2006-02-25 Thread fbsd_user
This question was just covered on this list during the last 7 days. Search the questions archives at http://freebsd.rambler.ru/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Leon Botes Sent: Saturday, February 25, 2006 5:15 AM To:

RE: changeing the port of the ftp server

2006-02-23 Thread fbsd_user
You would edit /etc/services to change the standard port numbers FTP uses. Say change port 20 21 to 35520 35521. You also must realize that your public internet users who want to access your FTP server must also change their FTP port numbers to the same ones you used in /etc/services before

Looking for a mentor on php/mysql

2006-02-22 Thread fbsd_user
I am trying to teach my self php/mysql/html programming. I have done native static html web sites before. Running FreeBSD 6.0 with apache13, php, and mysql all installed and working. Have read a few php books and searched the web for code snippets. Have been on some of the php forum sites, but

RE: Newbie Alert : pkg_add and packages Q (do not want to compile)

2006-02-22 Thread fbsd_user
do pkg_info look in the output for xterm. it will contain its complete name if its name in the list output is xterm-203 then pkg_delete xterm-203 this will remove it then pkg_add -rv xterm should fetch the package from the ports collection and install it. There is a better explanation of the

RE: Newbie Alert : pkg_add and packages Q (do not want to compile)

2006-02-22 Thread fbsd_user
to compile) On Wed, 2006-02-22 at 21:37 -0500, fbsd_user wrote: do pkg_info look in the output for xterm. it will contain its complete name if its name in the list output is xterm-203 then I did that. pkg_delete xterm-203 this will remove it It says dependencies on xorg-clients. Another poster

RE: Configuring multiple interface card in one box

2006-02-21 Thread fbsd_user
What the previous replies have been trying to tell you, is you have configured the ip address incorrectly for your Nic cards. The requirement is each Nic interface must be assigned it's own sub net. fxp0 with ip address 192.168.10.1 xl0 with ip address 192.168.20.1 vx0 with ip address

RE: WinSCP mega-slowness

2006-02-20 Thread fbsd_user
There is a patch to OpenSSH to fix the buffer size problem caused be the different operating systems OpenSSH runs on. When the host and remote are different operating systems the send/receive buffer sizes do not match and this causes drastic slow down. Like in using Winscp client connecting to a

RE: certificates

2006-02-18 Thread fbsd_user
Check the questions archives. There was a post from a east coast college (NJ) that has a internet education program for FreeBSD certificate. The director posted some facts about his program. That's all I can remember of it. The http://www.bsdcertification.org/ just completed incorporating in Oct

midnight commander and ssh sftp

2006-02-16 Thread fbsd_user
The midnight commander, command line GUI can access remote FTP by entering this command, cd ftp://user:[EMAIL PROTECTED] in midnight commander's command line. I really like this function, but for security reasons I have to use SSH to remote login to my ftp server. Using client SSH I am forced to

RE: Help with strange web server problem

2006-02-14 Thread fbsd_user
The Path MTU problem was fixed 2 years ago. You are beating a dead horse going down that path. My money is on your firewall rules. Debugging problems like this is a process of elimination. First thing is to remove your ipfw firewall from the system. If you complied ipfw into your kernel then

RE: Cant login to FTP server.

2006-02-14 Thread fbsd_user
Daniel You did not say where you were running ftp from. like from LAN box to gateway server or from gateway box to public internet remote ftp site or from public internet remote user to your gateway ftp server. I am guessing its from gateway box to public internet remote ftp site. Your nat

RE: Cant login to FTP server.

2006-02-14 Thread fbsd_user
, fbsd_user [EMAIL PROTECTED] wrote: Daniel You did not say where you were running ftp from. like from LAN box to gateway server or from gateway box to public internet remote ftp site or from public internet remote user to your gateway ftp server. I am guessing its from gateway box to public

RE: Setting Up A Home Network ...

2006-02-14 Thread fbsd_user
yes xp pro can run as gateway with lan behind it -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of albi Sent: Tuesday, February 14, 2006 8:56 AM To: Kumar Cc: freebsd-questions@freebsd.org Subject: Re: Setting Up A Home Network ... On Tue, 14 Feb 2006

RE: IP Routing Question

2006-02-14 Thread fbsd_user
You are not correct in that last statement. ipfilter does not have to be compiled into kernel to work. You should read the handbook ipfilter firewall section where it clearly states that is not necessary and tells you how to do it. -Original Message- From: [EMAIL PROTECTED]

RE: IPFILTER rule error

2006-02-14 Thread fbsd_user
First of all you really need to read the ipfilter section of the FreeBSD handbook. The correct solution is exampled in the handbook. You do not need to compile ipfilter in to the kernel to work. From your rules I see no need for that head/group stuff so remove it. I see rl0 being assigned to

RE: best approach to clone a disk?

2006-02-14 Thread fbsd_user
I use the Norton ghost program. You have to first install ghost on a window box and then create a ms/dos bootable floppy with ghost on it. Them boot your FreeBSD box with that floppy and ghost image the hard drive with mbr to cdrom or dvd. You can then boot the target box with that same floppy

RE: best approach to clone a disk?

2006-02-14 Thread fbsd_user
Cloning a complete HD mbr and all to second HD in same FreeBSD box is a snap using ghost. That's the way I make additional FreeBSD workstation pc'a. I take the HD from the target and plug it into the FreeBSD box, then boot ghost from floppy, do ghost hd to hd copy, remove cloned HD and put it

RE: Why myserver be locked ?

2006-02-14 Thread fbsd_user
I would stop over riding all those sysctl knobs and see what happens when using the defaults. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Halid Faith Sent: Tuesday, February 14, 2006 1:45 PM To: Erik Norgaard Cc: freebsd-questions@freebsd.org Subject:

RE: Cant login to FTP server.

2006-02-14 Thread fbsd_user
Daniel change this # Allow everything on local net pass in on sis0 all pass out on sis0 all to this # Allow everything on local net pass in quick on sis0 all pass out quick on sis0 all change this pass out quick on rl0 proto tcp all keep state to pass out quick on rl0 proto tcp all flags S

RE: A problem with the pppd

2006-02-12 Thread fbsd_user
First of all you are trying to use kernel ppp. This was completely rewritten because it was so hard to configure and debug and it now called User ppp. d (IE: kernel ppp) was kept around for backwards compatibility. For all practical purposes its dead and just waiting to be removed. You will

RE: incorrect logins

2006-02-12 Thread fbsd_user
This last week the subject of failed ssh logins was covered in 2 different threads and was answered in full. Please check the archives for your answers before asking the same question over again. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Playnet Sent:

RE: I need help to install

2006-02-11 Thread fbsd_user
There is a laptop question list which you should post at. I think its called mobile. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Moises Castellanos Sent: Saturday, February 11, 2006 7:00 PM To: freebsd-questions@freebsd.org Subject: I need help to

RE: help on network card

2006-02-11 Thread fbsd_user
Is the card found in the boot process? There should be some messages in the boot log if the card is found. Maybe the driver for your card is not part of the base install system. You may have to compile the kernel to include support for your card. -Original Message- From: [EMAIL PROTECTED]

RE: installation of FreeBSD 6.0

2006-02-11 Thread fbsd_user
(Some data deleted) What happens is that I first get a message ?Building the boot loader arguments? on one line, and shortly afterwards the message ?Relocating the loader and the BTX? on another line. After a delay of about 11 minutes, a third line appears containing the message ?Starting

RE: sshd / ssh setup

2006-02-10 Thread fbsd_user
For the archives. Example of configuring OpenSSH Environment description: In this example we have a FreeBSD system which we will call the host. We have an Remote FreeBSD system which is located some where on the public internet, we will call this the FBSD-client. We also have an Remote

RE: fine grained firewall?

2006-02-09 Thread fbsd_user
I believe IPFW has uid option on rules as in 070 deny tcp from me to any out via $pif setup keep-state uid bob -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of andrew clarke Sent: Thursday, February 09, 2006 3:49 AM To: freebsd-questions@freebsd.org Subject:

RE: is upgrading from 4.x to 6.x possible?

2006-02-08 Thread fbsd_user
To take advantage of the new file system ufs2 which became part of FreeBSD in 5.0 you need to install from scratch. You are so far behind that its far better to start over again after saving your user data. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of

sshd / ssh setup

2006-02-08 Thread fbsd_user
Have user who is logging in to USA site from Asian public internet cafes using his personal windows/xp notebook. Trying to setup the USA server and his windows/xp notebook to use SSH. Added sshd_enable=YES to USA site server rc.conf and rebooted system. During boot process, followed sshd

RE: sshd / ssh setup

2006-02-08 Thread fbsd_user
fbsd_user wrote: Have user who is logging in to USA site from Asian public internet cafes using his personal windows/xp notebook. Trying to setup the USA server and his windows/xp notebook to use SSH. Added sshd_enable=YES to USA site server rc.conf and rebooted system. During boot process

  1   2   3   4   5   6   >