un- link command

2006-02-07 Thread fbsd_user
what command is used to remove a directory ln? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

RE: IP Banning (Using IPFW)

2006-02-05 Thread fbsd_user
I find this kind of approach is treating the symptom and not the cause. The basic problem is the services have well published port numbers and attackers beat on those known port numbers. A much simpler approach is to change the standard port numbers to some high order port number. See

RE: how do I create partitions?

2006-02-05 Thread fbsd_user
This is a windows question. You say nothing about putting FreeBSD on the pc. Windows has it's own fdisk program. Create a bootable windows floppy and copy fdisk and format programs to the floppy. Boot from the floppy and run fdisk /mbr to rewrite the mbr record. or just use the fdisk pgm to

RE: MySQL version for 6.0

2006-02-05 Thread fbsd_user
Look in the FreeBSD ports system for mysql-server. its there -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of je killen Sent: Sunday, February 05, 2006 3:45 PM To: freebsd-questions@freebsd.org Subject: MySQL version for 6.0 Greetings: I'm looking to find

RE: IP Banning (Using IPFW)

2006-02-05 Thread fbsd_user
) On 2/5/06, fbsd_user [EMAIL PROTECTED] wrote: I find this kind of approach is treating the symptom and not the cause. The basic problem is the services have well published port numbers and attackers beat on those known port numbers. A much simpler approach is to change the standard port

RE: Building Identical Configurations

2006-02-04 Thread fbsd_user
I use ghost to create a compressed image copy of the systems hard drive to a second H.D. or cdrom, or dvd. Then boot from it to restore to the hard drive of the PC I want to have the same system. Ghost is a ms/windows pgm, but it uses it's own pc-dos version of ghost to do native DOS

RE: ftpd: Passive mode isn't working

2006-02-04 Thread fbsd_user
Saying ftp is not working, is not enough of a description. Give details of how you are testing ftp to say its not working. In /etc/inetd.conf the tcp6 is for a experimental protocol, if you are not using it on purpose then those statements should be commented out so they are not active. You

RE: freebsd as ghosting server for windows boxen

2006-02-04 Thread fbsd_user
If you are talking about running Norton ghost on your ms/window boxes and wanting to use a FreeBSD box as the common storage area to hold the ghost images. Option 1. Change your ms/windows boxes single hard drive partition into two partitions, C: for the operating system and d: for the target of

RE: Best way to partition a small HD

2006-02-03 Thread fbsd_user
FreeBSD 4.7 is no longer a supported release. You really should be looking at doing a fresh install of 6.0 from scratch so you can take advantage of the new file system which came out in 5.0. When it comes to FreeBSD slices on the hard drive, the sizes created by the auto selection during

RE: One NIC one ppp daemon, multiple IP addresses

2006-02-02 Thread fbsd_user
Those ip address are dynamic ip addressed assigned to your dialup connection in the past. Your ppp.conf is missing these statements. disable iface-alias# Stop adding old IP address as alias # when ppp redials because line was # lost.

Accepting Bids on Web application programming Development contract

2006-01-31 Thread fbsd_user
To all interested parities; I am accepting bids on a Web application programming Development project. Bids are open to any developer any where in the world. Bid closing date is February 8 2006. Work is to be done at your location and using your equipment. Please provide your quote in USA

RE: Problem with fsck : continued

2006-01-31 Thread fbsd_user
You are going around the wrong way to solve your problem. Problem is not with FreeBSD or fsck, it's your electrical power supply. Every body else in the world puts a UPS unit between their pc and the wall socket. The UPS unit can give you 30 min run time from its battery and then signal its time

RE: pkg_add down!

2006-01-31 Thread fbsd_user
the pkg_add -r command does no use the port names with the version number on them. Check out the install guide at www.a1poweruser.com and read the 'port and package section' for a detailed description on how to find the correct package name to use. -Original Message- From: [EMAIL

RE: pkg_add down!

2006-01-31 Thread fbsd_user
I just now installed 6.0 from cd and installed all my ports using the pkg_add command and its default ftp server. Took less than 2 hours start to finish. I have no firewall or packetshaper in between. So there is nothing wrong with Freebsd 6.0 or pkg_add command. pkg_add uses fetch in passive

Accepting Bids on Web application programming Development contract

2006-01-31 Thread fbsd_user
To all interested parities; I am accepting bids on a Web application programming Development project. Bids are open to any developer any where in the world. Bid closing date is February 8 2006. Work is to be done at your location and using your equipment. Please provide your quote in USA

RE: uninstall httpd + others to get a base system only

2006-01-31 Thread fbsd_user
Have you tried pkg_info to get list of installed ports. Then do pkg_delete name using the full name from the info list with all the version numbers -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ugo Bellavance Sent: Tuesday, January 31, 2006 7:55 PM To:

mysql unixodbc

2006-01-29 Thread fbsd_user
I installed unixodbc mysql2odbc from the ports system. The /usr/local/etc files odbc.ini odbcinst.ini were empty. A mysql reference says odbcinst.ini should look like this [MySQL] Description = MySQL Driver Driver= /usr/local/lib/libmyodbc.so Setup =

Starting mysql at boot time.

2006-01-29 Thread fbsd_user
I installed the mysql-server port. How do I get it to start at boot time? Is there some how-to for apache/mysql? Thanks ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

RE: question of kernel options

2006-01-29 Thread fbsd_user
Look in the same directory where the default kernel source is. One of the files has all the options. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of gahn Sent: Sunday, January 29, 2006 3:33 PM To: freebsd general questions Subject: question of kernel options

RE: Is there a how-to super-page for FreeBSD?

2006-01-28 Thread fbsd_user
Give the install guide at www.a1poweruser.com a try. What you call add-ons is what FreeBSD calls the port/package environment. A very simple command of pkg_add -r flash will download and install it. And just like the other operating systems, you are on your own to configure and use the add-on

RE: auth.log intruder prevention

2006-01-26 Thread fbsd_user
What is happening to you is not unique. There are 4 common solutions to this problem. 1. The simplest is to add a deny rule to your firewall for the offending ip address. 2. Use the routed blackhole command. Example: To Add use route add -host attacker_ip 127.0.0.1 -blackhole To Delete

RE: strange problem with ipfw and rc.conf

2006-01-26 Thread fbsd_user
Your problem is you have rc.conf loading 2 different firewalls at same time. IPFW which is compiled into your kernel as firewall and ipfilter which you have rc.conf starting. You don't need to compile either one of the firewalls into the kernel to work. You need to read the firewall section of

RE: IPFW / NFSD

2006-01-25 Thread fbsd_user
Post complete content of your rules file for review by people here on list. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Mark Frasa Sent: Wednesday, January 25, 2006 4:04 AM To: freebsd-questions@freebsd.org Subject: IPFW / NFSD Hello, I am

navigating between html php

2006-01-25 Thread fbsd_user
Hello list. I am running FreeBSD 6.0/apache 1.3.33_2/php 4.4.0/mysql 4.0.25. I am beginner in coding php. In past only added php code to count visitors to home page. Now I want to build application to host user web site as directory on my server. I want to use native html as much as possible in

RE: navigating between html php

2006-01-25 Thread fbsd_user
) but without looking at your code, it might be a good place to start with... At 14:17 2006-01-25, fbsd_user wrote: Hello list. I am running FreeBSD 6.0/apache 1.3.33_2/php 4.4.0/mysql 4.0.25. I am beginner in coding php. In past only added php code to count visitors to home page. Now I want

RE: Sharing internet connection, how?

2006-01-24 Thread fbsd_user
What you want to do is covered step by step in the install guide at www.a1poweruser.com or at http://www.unixguide.net/freebsd/fbsd_installguide/index.php good luck -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of cblasius Sent: Tuesday, January 24,

RE: WebDav for Apache

2006-01-22 Thread fbsd_user
For the rest of us who use apache 13 what is webdav?? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Foo Ji-Haw Sent: Sunday, January 22, 2006 9:52 PM To: Jose Borquez; FreeBSD Questions group Subject: Re: WebDav for Apache That's an Apache question, not

RE: 3com mini-pci modem

2006-01-21 Thread fbsd_user
Your internal PCI modem maybe a winmodem and native FreeBSD does not support this. 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.

RE: cannot ping anything

2006-01-20 Thread fbsd_user
delete all your ipf rules and replace with single pass all rule ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

RE: freebsd 6.0 rc.conf

2006-01-18 Thread fbsd_user
You are looking for this sendmail_enable=NONE -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of David Stanford Sent: Wednesday, January 18, 2006 3:04 PM To: ann kok Cc: freebsd-questions@freebsd.org Subject: Re: freebsd 6.0 rc.conf ann kok, Here

php pear

2006-01-17 Thread fbsd_user
Does the port php4-4.4.0 include the php pear interface? thanks ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

web application recommendation

2006-01-15 Thread fbsd_user
Been through the ports collection and could not find anything at all to what I am looking for. I am looking for a open source web based application that users can register their membership info and allows search by name or member ID, ECT. Also looking for open source web based application that

RE: IpNat and 3 NIC

2006-01-12 Thread fbsd_user
You have ipnat statements wrong. should be liked this map vr0 10.0.0.0/8 - 0.32 proxy port ftp ftp/tcp map vr0 10.0.0.0/8 - 0.32 portmap tcp/udp 2:6 map vr0 10.0.0.0/8 - 0.32 map vr0 192.168.0.0/30 - 0.32 portmap tcp/udp auto map vr0 192.168.0.32/27 - 0.32 portmap tcp/udp auto map vr0

RE: IpNat and 3 NIC

2006-01-12 Thread fbsd_user
- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de fbsd_user Envoyé : jeudi 12 janvier 2006 16:43 À : cedric Gross; freebsd-questions@freebsd.org Objet : RE: IpNat and 3 NIC You have ipnat statements wrong. should be liked this map vr0 10.0.0.0/8 - 0.32 proxy port ftp ftp/tcp

have bad fstab causing boot error

2006-01-12 Thread fbsd_user
fstab is bad and boot drops me into manual root filesystems spec I answer ufs:ad0s1a and get these messages warning / was not properly dismounted warning R/W of / denied. filesystem is not clean run fcsk when I enter fsck command nothing happens. What is procedure to follow here???

RE: have bad stab causing boot error

2006-01-12 Thread fbsd_user
On Jan 12, 2006, at 11:03 AM, fbsd_user wrote: fstab is bad and boot drops me into manual root filesystems spec I answer ufs:ad0s1a and get these messages warning / was not properly dismounted warning R/W of / denied. filesystem is not clean run fcsk when I enter fsck command nothing

RE: Strange Failure Mode in FreeBSD 4.11

2006-01-12 Thread fbsd_user
The firewall section of the handbook states that the rc.firewall file is an example. You really should read the firewall section of the handbook and use the working examples contained there. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Greg Barniskis

RE: 4.6-RELEASE to 6.0-RELEASE...

2006-01-11 Thread fbsd_user
There is a new and faster file system which is introduced in release-5.4. I highly recommend that you install 6.0 from scratch and build your old server services anew to a development box you have personal access to. Then remove the hard drive and ship it to you remote site and swap with your

turning off IPv6 in kernel

2006-01-06 Thread fbsd_user
if I comment out the ipv6net statement in the kernel source and recompile, how do I tell ipfilter and the ports not to include ipv6 support? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

command to add file contents to end of existing file

2006-01-04 Thread fbsd_user
I know I have done this in the past, but having brain fart today. What is command or command sequence to copy the contents of file B to the end of the contents of file A? ___ freebsd-questions@freebsd.org mailing list

RE: command to add file contents to end of existing file

2006-01-04 Thread fbsd_user
On Wed, January 4, 2006 10:40, fbsd_user wrote: I know I have done this in the past, but having brain fart today. What is command or command sequence to copy the contents of file B to the end of the contents of file A? how about: % cat B A Thanks to all who responded this is what I

RE: Pls Require info win ipfw

2006-01-03 Thread fbsd_user
ASIM. According to the development website http://wipfw.sourceforge.net the FBSD IPFW firewall was ported to run under MS Windows XP/2000/2003 which are all variations of Windows NT. It says the NATed ability is not included but is planed for later. This FreeBSD list is not the correct place to

RE: Free BSD install tutorial I wrote

2006-01-03 Thread fbsd_user
On Monday 02 January 2006 10:52, fbsd_user wrote: here is another install guide more up to date http://www.unixguide.net/freebsd/fbsd_installguide/index.php When I finish with getting Free BSD 6.0 I'll write another one the same way I did that one. Are you claiming authorship

RE: ipnat -CF -f /etc/ipnat.rules

2006-01-03 Thread fbsd_user
On 1/2/06, fbsd_user [EMAIL PROTECTED] wrote: I see tun in your ipnat rule. That means you are using ppp for phone dialup connection. Every time you lose your phone connection you get different IP from your ISP. Use NAT function of PPP and not ipnat and your problem will go away

RE: blocking yahoo messenger

2006-01-02 Thread fbsd_user
block these outbound ports 5000, 5001, 5055, 5100, 5101 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Imran Imtiaz Sent: Monday, January 02, 2006 5:18 AM To: freebsd-questions@freebsd.org Subject: blocking yahoo messenger how can I block yahoo

RE: IPFW FTP

2006-01-02 Thread fbsd_user
Because the FTP protocol is very primitive and was created before security was a concern. native FTP in active mode requires you to open all the high order ports. This is a well known security hole and its used to penetrate your system. IPFW does not have way to close this hole so the handbook

RE: Pls Require info

2006-01-02 Thread fbsd_user
As far as I know there is no version of IPFW that runs on any ms/windows system. If you know different, then post URL people can check this out. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of asim hafeez Sent: Monday, January 02, 2006 5:47 AM To: [EMAIL

RE: Free BSD install tutorial I wrote

2006-01-02 Thread fbsd_user
here is another install guide more up to date http://www.unixguide.net/freebsd/fbsd_installguide/index.php -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Allen Sent: Sunday, January 01, 2006 5:35 PM To: freebsd-questions@freebsd.org Subject: Free BSD

RE: ipnat -CF -f /etc/ipnat.rules

2006-01-02 Thread fbsd_user
I see tun in your ipnat rule. That means you are using ppp for phone dialup connection. Every time you lose your phone connection you get different IP from your ISP. Use NAT function of PPP and not ipnat and your problem will go away. -Original Message- From: [EMAIL PROTECTED]

RE: Harddrive size being reported incorrectly?

2005-12-29 Thread fbsd_user
Just use FreeBSD's best guess and it will work fine. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Travis Poppe Sent: Thursday, December 29, 2005 2:03 PM To: freebsd-questions@freebsd.org; freebsd-hardware@freebsd.org Subject: Harddrive size being reported

RE: FreeBSD on IBM Blade Center?

2005-12-29 Thread fbsd_user
Gestur I need some clarification on your question. Are you saying that you were able to use FreeBSD on older versions of IBM BLADES or that you were able to use older FreeBSD versions before??? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jonathan

RE: I could not dial with modem on FreeBSD?

2005-12-21 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: How and where to download the DVD version of FreeBSD ?

2005-12-21 Thread fbsd_user
There are NO DVD versions. You can download the .ISO file of the FBSD install CD and then burn the .iso file to a blank cd on your pc and then use that cd to install from. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Hsieh Gaber Sent: Wednesday, December

RE: Problem adding user with pw

2005-12-14 Thread fbsd_user
Ashley Moran wrote: Please forgive me if I've missed something obvious, but I've googled for this error and get no results. I want to add a new user with the pw command: [EMAIL PROTECTED] cat /etc/pw.conf shellpath = /bin,/usr/bin/,/usr/local/bin shell = sh,csh,tcsh,bash

RE: ipfilter question

2005-12-13 Thread fbsd_user
In FBSD 4.11 and older, ipfilter logged to local0. Then in 5.4 it was changed to security. Now in 6.0 it has reverted back to logging to local0. The /etc/syslog.conf file is where you define the log files. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of

RE: ftp problem

2005-12-13 Thread fbsd_user
Opening the high order ports is a security risk. This is a long standing problem with the FTP protocol. If you are going to have a FTP server on your FBSD box being accessible from the public internet, you should be using the built in FTP proxy in ipfilter firewall. The ftp proxy option only

RE: newbie

2005-12-01 Thread fbsd_user
Check this out its free. http://www.unixguide.net/freebsd/fbsd_installguide/index.php -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Douglass, Erik Sent: Thursday, December 01, 2005 4:55 PM To: freebsd-questions@freebsd.org Subject: newbie After being an

RE: (win?)modem

2005-07-11 Thread fbsd_user
FreeBSD does not work with winmodems. FreeBSD uses hardware modems only. That being said: there is the ltmdm port of the Linux lucent winmodem driver that works with some of the conexant winmodems. Only thing you can do is install the ltmdm port and see if it works with your modem. If not then you

RE: WIPFW

2005-07-09 Thread fbsd_user
Read the IPFW firewall section of the FreeBSD online handbook it includes a working example of rules to can modify for your own use. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Michael Louie Loria Sent: Saturday, July 09, 2005 9:46 AM To:

RE: ftp access Q's to ftp.freeBSD mirrors

2005-07-07 Thread fbsd_user
Hay I use the same thing and just went to ftp.lt.FreeBSD.org ftp.Freebsd.org with no problem. WINSOCK.DLL: Microsoft wsock32.dll, ver2.2, 32bit of Jun 7 2000, at 21:34:15. WS_FTP95 LE 4.50 97.05.17, Copyright © 1992-1997 Ipswitch, Inc. In the session properities I use this. Host name

PF firewall log problems

2005-07-07 Thread fbsd_user
How can I change the default wait time for PF buffer writes to the log file? The log records are being held in the buffers for a long time before being written out. I want to change this to a shorter time. Are there any tools or ports for use on the PF log file to create better standardized

RE: PF firewall log problems

2005-07-07 Thread fbsd_user
these over ride options?? -Original Message- From: Hornet [mailto:[EMAIL PROTECTED] Sent: Thursday, July 07, 2005 8:54 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] ORG Subject: Re: PF firewall log problems On 7/7/05, fbsd_user [EMAIL PROTECTED] wrote: How can I change the default wait time

RE: NIC suggestion

2005-07-06 Thread fbsd_user
I would like to inquire about what FreeBSD version are you running? Did you do a fresh install of 5.4 to a empty disk or did you do the build world process? Build world means you are running the old file system. Fresh install means you are running the new file system. During the development and

RE: Start telnet server help

2005-07-06 Thread fbsd_user
You can delete all the inetd_enable=YES statements in rc.conf but one. If you also have a firewall on the freebsd box you have to add rule to allow tcp port 23 in. In /etc/inetd.conf you have to uncomment the telnet line to activate the telnet server. You also need an user account other than root

Does PF firewall have stateless rules

2005-07-06 Thread fbsd_user
Does the OpenBSD Packet Filter firewall have stateless rules? Meaning, if I coded a rule to pass in for port 23 without any of the different state options coded, do I also have to code the same kind of rule to allow that port 23 packet back out like in IPFW. Or is there no stateless rules in PF?

RE: help with she script

2005-07-06 Thread fbsd_user
On Sun, 3 Jul 2005 16:47:24 -0400 fbsd_user [EMAIL PROTECTED] wrote: This is my last coding problem. target=check-state # Find the rule number of the target rule where you want the doorman # pass rules inserted before. ruleno=`ipfw list | sed -n -e s/00\([0-9]*\) $target/\1/p

RE: LAN FTP problem with sample PF ruleset

2005-07-05 Thread fbsd_user
A sample means they expect you to change it before using. Do you have FTP working without a firewall in the way??? You have to get that working first. Do you really have a private LAN behind your firewall box? The rules you listed will not even load because of syntax errors. Why worry about

PF firewall using anchors

2005-07-05 Thread fbsd_user
I am running 5.4 using the run time loadable module for PF firewall. The PF rules load and work fine. The main rule set contains 2 anchor rules. I can add rules to the in core anchor name and then list the anchor and see the rules are really there. Problem is the anchor rules are never being

PF firewall using anchors

2005-07-04 Thread fbsd_user
I am running 5.4 using the run time loadable module for PF firewall. The PF rules load and work fine. The main rule set contains 2 anchor rules. I can add rules to the in core anchor name and then list the anchor and see the rules are really there. Problem is the anchor rules are never being

help with sh script

2005-07-03 Thread fbsd_user
What is the sh coding to strip the periods from a IP address?? raw_ip='10.0.10.5' this is starting num_ip='100105'and this is what I need to convert to. thanks in advance ___ freebsd-questions@freebsd.org mailing list

RE: help with sh script

2005-07-03 Thread fbsd_user
On 03 jul 2005, at 15:39, fbsd_user wrote: What is the sh coding to strip the periods from a IP address?? raw_ip='10.0.10.5' this is starting num_ip='100105'and this is what I need to convert to. Hi, many ways, here's one: printf '10.0.10.5' | sed 's/\.//g' Arno

RE: help with sh script

2005-07-03 Thread fbsd_user
On Sun, 3 Jul 2005 12:14:05 -0400 fbsd_user [EMAIL PROTECTED] wrote: Thanks but I need a little more help. num_ip=(printf $raw_ip | sed 's/\.//g') gives me a error. What would the correct syntax be? I am trying to write script to insert rules into PF firewall on 5.4. using pf anchors

RE: help with sh script

2005-07-03 Thread fbsd_user
std_text='No ALTQ support in kernel ALTQ related functions disabled' ret_ob='No ALTQ support in kernel ALTQ related functions disabled OK' ret_ob=`printf $ret_ob | sed 's/\$std_text//g'` Does not strip off the std_text stuff. How would I code a statement to remove everything from $ret_ob but

RE: help with she script

2005-07-03 Thread fbsd_user
Thanks guys your solutions have worked and I am learning allot along the way. This is my last coding problem. target=check-state # Find the rule number of the target rule where you want the doorman # pass rules inserted before. ruleno=`ipfw list | sed -n -e s/00\([0-9]*\) $target/\1/p` The

RE: autoblocking many ssh failed logins from the same IP....

2005-07-01 Thread fbsd_user
Defending Against Attacks A firewall is your first line of defense, But if you allow public access to ports 22, SSH (secure shell), 23, Telnet, or 21, FTP these ports can be bombarded with login attempts using common ID/PW combinations probing for access. In the case of port 80, Web server it

RE: Test messages to -questions

2005-07-01 Thread fbsd_user
So just because this guy was considerate and said 'test' in his subject he gets criticized. But all the posts to this list for selling drugs we all just ignore with no comments. And what good is posting to the 'test' list when the sole purpose of a test post to the questions list is to verify his

RE: Re-generate lastlog

2005-07-01 Thread fbsd_user
touch /var/log/lastlog -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Matt Juszczak Sent: Friday, July 01, 2005 3:31 PM To: freebsd-questions@freebsd.org Subject: Re-generate lastlog Woops, I wiped out lastlog. How do I regenerate it?

ipfw2 and clearing a rules state table records

2005-06-30 Thread fbsd_user
Is there a way in 5.4 ipfw2 to reset/delete/clear a stateful rule's records in the state table? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

RE: Unknown Message Displayed Shortly After Boot-Up

2005-06-29 Thread fbsd_user
That looks like a firewall message. Change your /etc/syslog.conf file to not display those messages to the console. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Gerard Seibert Sent: Tuesday, June 28, 2005 8:17 PM To: freebsd-questions@freebsd.org Subject:

RE: IPF Logging packets Every 2-10 Seconds.

2005-06-29 Thread fbsd_user
sends a data/packets back to my LAN using the webcam data port instead. [4550] From: fbsd_user [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: Stephan Weaver [EMAIL PROTECTED] Subject: RE: IPF Logging packets Every 2-10 Seconds. Date: Tue, 28 Jun 2005 16:40:48 -0400 When you list the incore

RE: Logging Stops after few minutes

2005-06-29 Thread fbsd_user
That's all very nice, but how about a explanation of what your are trying to do with logging and what cron has to do with things. With no background info what you posted is meaningless. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Dixit, Viraj Sent:

RE: Logging Stops after few minutes

2005-06-29 Thread fbsd_user
given you an indication to what I am looking for, just read the heading. Thank You!! VJ -Original Message- From: fbsd_user [mailto:[EMAIL PROTECTED] Sent:Wednesday, June 29, 2005 10:36 AM To:Dixit, Viraj; freebsd-questions@freebsd.org Subject:RE: Logging Stops after few

ipfw2 flush state table

2005-06-29 Thread fbsd_user
When I do a ipfw delete nnon a incore rule which has keep-state on it, the rule gets removed ok but it's still in the state table. How can I delete the targeted rule and flush just that rules state table records with out blowing away all the other state table records?

RE: Ping and general network weirdness

2005-06-29 Thread fbsd_user
Do you have fragile.mshome.net in the /etc/hosts file? To ping using fragile.mshome.net you would need a DSN server to resolve that name to an internal IP address. Look in the ports collection for djbdns -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of

RE: IPF Logging packets Every 2-10 Seconds.

2005-06-28 Thread fbsd_user
from? From: fbsd_user [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: Stephan Weaver [EMAIL PROTECTED],freebsd-questions@freebsd.org Subject: RE: IPF Logging packets Every 2-10 Seconds. Date: Mon, 27 Jun 2005 13:28:29 -0400 The log shows that it's all packets try to penetrate your firewall

RE: Booting FreeBSD 5.3 CDROM

2005-06-28 Thread fbsd_user
5.3 is a development version. It's known to have bugs. You should be using 5.4 the current stable production version to get support here. It would help your cry for help if you told us about what PC hardware you are using? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Shell script help

2005-06-28 Thread fbsd_user
My sh shell script ability is not that good. Have 2 simple coding problems. How do I code a statement to subtract one from a field. $rulenum = $rulenum - 1 $rulenum = '$rulenum - 1' one='1' $rulenum = $rulenum - $one $rulenum='$rulenum - $one' None of that works. must really be simple. I also

RE: IPF Logging packets Every 2-10 Seconds.

2005-06-27 Thread fbsd_user
The log shows that it's all packets try to penetrate your firewall. This is normal public internet traffic sent by people trying to break into your system. Your firewall is doing its job of blocking this unwanted junk just like you want it to do. If you don't want to see this stuff in your log

RE: IPF Logging packets Every 2-10 Seconds.

2005-06-27 Thread fbsd_user
in my RULSET, line 27 dosen't have the word log. so it must be something else. From: fbsd_user [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: Stephan Weaver [EMAIL PROTECTED],freebsd-questions@freebsd.org Subject: RE: IPF Logging packets Every 2-10 Seconds. Date: Mon, 27 Jun 2005 13:28:29 -0400

RE: IPNAT / IPF / rdr issue

2005-06-25 Thread fbsd_user
Your using the public ip address of your gateway box from the private LAN. In this mode NAT and thus your rdr rule is never evoked. Your request never exits your private network. The gateway system knows himself by that public ip address. What you should be doing is using the www.domainname.com so

RE: IPNAT / IPF / rdr issue

2005-06-25 Thread fbsd_user
, fbsd_user [EMAIL PROTECTED] wrote: Your using the public ip address of your gateway box from the private LAN. In this mode NAT and thus your rdr rule is never evoked. Your request never exits your private network. The gateway system knows himself by that public ip address. What you should

RE: firewall on FreeBSD

2005-06-24 Thread fbsd_user
Which firewall you select to use should be based on your level of understanding of how information is moved across the internet. Ipfilter is best suited for people who are just learning about firewalling. PF is a little more automated and the rules are very close to IPF's. IPFW is for the advanced

(PF) Packet filter firewall rule numbers

2005-06-24 Thread fbsd_user
I see rule numbers in the pf.log file but can not find any way to list the incore rules with their internal rule numbers. Is there a way to list the incore PF rules with rule numbers? Can a pf rule be inserted into the incore rules after or before a selected rule?

RE: how to install desired port

2005-06-23 Thread fbsd_user
Syslog is built into the base release of FreeBSD. Do [man syslog} on command line for details -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Sadashiv Kulthe Sent: Thursday, June 23, 2005 9:53 AM To: freebsd-questions@freebsd.org Subject: how to install

RE: how to resolve depedencies and install desired package?

2005-06-23 Thread fbsd_user
You used the wrong format of the pkg_add command. The way you used it manes you have all the needed packages on your system already. User pkg_add -r ymesssenger to get the package and all the dependant packages from the internet server and have them auto installed for you. -Original

RE: sysctl

2005-06-23 Thread fbsd_user
Please do your home work and read the man sysctl page before just posting messages. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Sadashiv Kulthe Sent: Thursday, June 23, 2005 11:15 AM To: freebsd-questions@freebsd.org Subject: sysctl Hello, Sorry! I

RE: Anyone using doormand

2005-06-22 Thread fbsd_user
I read your post and was interested about what doorman does so I installed it on my 5.4 system. Running doormand from the command line does start the daemon after the .cf and guestlist pass syntax test. You will see it running with ps ax command. Remember doorman creates firewall rules on the fly

RE: ipf not working correctly???

2005-06-21 Thread fbsd_user
Your first problem is you have ipfw and ipf both turned on in kernel and rc.conf. You can only have one firewall on at a time. Remove all firewall and ipf statements from the kernel and recompile or just use the generic kernel. Then remove all firewall and natd' statements from rc.conf. Then go

RE: help!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

2005-06-21 Thread fbsd_user
You have to use a more descriptive subject. Explain in more detail just what you mean by after boot also explain how you created the disc1 cdrom. Check cdrom to see if it has single file or directory structure on it. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: qpopper error

2005-06-20 Thread fbsd_user
First of all I have qpopper running on 4.10 and 5.4 with out any problems. I installed the package version. Second that error message is saying that user charles is not a valid user on the ISP where you are telling qpopper to fetch the mail from. -Original Message- From: [EMAIL

<    1   2   3   4   5   6   >