pf on 4.10

2004-06-16 Thread JJB
Is there an port of pf firewall that installs on 4.10? ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

perl script code

2004-06-18 Thread JJB
I have this #("Scan line for word abuse,"); if ((/([EMAIL PROTECTED])\s/) || (/([EMAIL PROTECTED])\s/)) { if (${1} eq "[EMAIL PROTECTED]>") { $abuse_email = "[EMAIL PROTECTED]"; next; } if (${1} eq "[EMAIL PROTECTED]>") { $abuse_email = "[EMAIL PROTECTED]"; next;

perl ?

2004-06-18 Thread JJB
I have $email field that sometimes may not end with alpha character. How would I codeif (last position of $email != alpha) { replace last pos of $email with blank } Or any other coding method to strip off non alpha from $email field if present. Thanks __

RE: Application commands without having to restart

2004-06-19 Thread JJB
Enter rehash command -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Bruce Hunter Sent: Sunday, June 13, 2004 1:42 AM To: [EMAIL PROTECTED] Subject: Application commands without having to restart Hello everyone, I just installed a port. Usually, a applic

RE: FreeBSD Wiki

2004-06-19 Thread JJB
What you are talking about is commonly refereed to as "how-to" Do an google search on FreeBSD + how-to for list of sites which accept your type of how-to write ups. You can post your how-to to all the sites that will accept them. There is noting like that in the official FreeBSD.org environment.

what happened to ppp-primer

2004-06-23 Thread JJB
http://www.freebsd.org/doc/en_US.ISO8859-1/books/ppp-primer/index.ht ml The directory is there but it's empty. Has the ppp-primer been retired, or has someone messed up? ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freeb

php4-4.3.7-1

2004-06-23 Thread JJB
When I was running under php4-4.3.6-1 everything worked. Today I upgraded to php4-4.3.7-1 and I get this error. I have no T_LNUMBER field at all. Sim49.php has not changed. Line 98 is the way it's always been. Can somebody translate this error message into something I can use as pointer of what t

RE: Urgent 4.9 networking problems

2004-06-24 Thread JJB
Your symptoms are typical of DNS time outs. Ping ip address does no DNS lookups. Ping freebsd.org will not work either. With out a lot more detail about your network environment, the best I can say is look at how your network resolves DNS lookups. Some times a ISP will change the ip address of th

RE: Urgent 4.9 networking problems

2004-06-24 Thread JJB
roblem that's gotten me down to here is with IPNat though - it says its map'd the address but in actual fact freebsd forwards it. Could this all be a red herring as a dns problem? Thanks Dave -----Original Message- From: JJB [mailto:[EMAIL PROTECTED] Sent: 24 June 2004 11:23 PM To

RE: Coping and Pasting from console

2004-06-24 Thread JJB
What Dan posted is correct for 3 button serial mouse. If you have 2 button mouse add this statement to what Dan posted for rc.conf moused_flags="-m 2=3" # config for 2 button mouse If you have USB mouse I have info on how to set that up also. -Original Message- From: [EMAIL PR

RE: Coping and Pasting from console

2004-06-25 Thread JJB
IL PROTECTED] Subject: Re: Coping and Pasting from console On Thursday, June 24, 2004 10:21:54 PM "JJB" <[EMAIL PROTECTED]> wrote: |> |>What Dan posted is correct for 3 button serial mouse. |> |>If you have 2 button mouse add this statement to what Dan posted for |>rc.co

RE: Ipmon & security log rotation

2004-06-25 Thread JJB
If you are saying that you have "/sbin/ipmon -D /var/log/security" on the rc.conf statement, then you are telling it to do 2 conflicting things. The /var/log/security part needs to be removed. It's telling ipmon to use manual log file after you tell with -d to use syslog log function. -Origina

RE: setting a disk read only

2004-06-26 Thread JJB
Security Paranoia It's very important that you completely understand the impact of using the following command will have on your ability to make changes to your system. The simplest thing you can do is set the immutable flag on all system binaries and /etc config files with: chflags schg /bin/*(*

RE: IPFIREWALL_VERBOSE_LIMIT ignored by recent kernel/world?

2004-07-04 Thread JJB
Verbose limit is a sysctl knob now, you can display it to see current setting or change it without a reboot. Check your newsyslog.conf file to very the rotate trigger is the same as you were using before. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Rob Se

RE: IPFIREWALL_VERBOSE_LIMIT ignored by recent kernel/world?

2004-07-04 Thread JJB
Adding an "logamount" option to each logging rules would be to "long way work around". Adding net.inet.ip.fw.verbose_limit=100 to /etc/sysctl.conf would be the short way. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Rob Sent: Sunday, July 04, 2004 8:15 AM T

RE: internet gateway

2004-07-05 Thread JJB
Your using the ppp nat function which is ok, but you have also complied the ipfw divert option into your kernel. The ipfw divert option does the same thing as ppp nat. Recompile your kernel and remove the divert option. Also the /etc/rc.firewall rules are way to complicated for your needs. Create

RE: IPF problems

2004-07-05 Thread JJB
You seem to be confused between ipfw and ipf. These are two different firewall software application which are built into the FreeBSD operating system. You may want to read the new rewrite of the Freebsd handbooks firewall section which is currently available at www.a1poweruser.com/FBSD_firewall/

RE: pf on 4.10

2004-07-07 Thread JJB
D] [mailto:[EMAIL PROTECTED] Behalf Of hamlet Sent: Wednesday, July 07, 2004 1:59 PM To: JJB Cc: [EMAIL PROTECTED] ORG Subject: Re: pf on 4.10 that's coming in 5.3-RELEASE ~hamlet On Wed, 16 Jun 2004, JJB wrote: > Is there an port of pf firewall tha

RE: Firewall rules for local lan

2004-07-11 Thread JJB
Here is a rewrite of the FreeBSD handbook firewall section with examples that will answer all your questions. www.a1poweruser.com/FBSD_firewall/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Gaspar Kiraly Sent: Sunday, July 11, 2004 8:52 AM To: [EMAIL PR

RE: NAT trouble

2004-07-19 Thread JJB
Change natd_interface="tun0" to natd_interface="rl0" Change 00050 0 0 divert 8668 ip from any to any via tun0 to 00050 0 0 divert 8668 ip from any to any via rl0 redirect rl0 tcp 192.168.0.2:15000 15000 A new rewrite of the FreeBSD handbook firewall section is currently being ma

RE: Internet connection sharing

2004-07-19 Thread JJB
Use FreeBSD as the box that connects to your ISP and put the other boxes on a LAN behind the FreeBSD box. To do this you need to use NAT. A new rewrite of the FreeBSD handbook firewall section is currently being made ready for update to the handbook. You can get an in-process copy from www.a1powe

RE: dsl modem configuration

2004-07-19 Thread JJB
Gerardo Your request for help is greatly lacking in background info. People on this list can not read you mind so you have to post detail info about your system config files before people can help you. Post the complete contents of your rc.conf, ppp.conf, ipfw rules, dmesg.boot, ppp.log, files alon

RE: NAT trouble

2004-07-21 Thread JJB
Add this statement to your ppp.conf file enable dns -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Cleyton Agapito Sent: Wednesday, July 21, 2004 2:09 PM Cc: [EMAIL PROTECTED] Subject: Re: NAT trouble Hi friends, I using nat in my home dial connecti

RE: resize and backup partitions?

2004-07-23 Thread JJB
I use the current version of Symantec ghost on all my FreeBSD systems and it works just fine. Older versions of ghost could not compress FreeBSD's unused space, but that has been corrected in the most current version of ghost. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTE

RE: Packet filters

2004-07-23 Thread JJB
Bill's post is correct only if the firewall defaults to pass all. If your firewall defaults to deny all, then you need a pass all rule for each interface you want to pass through the firewall. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Bill Moran Sent:

RE: Questions in regards to Domain and port 80 being blocked

2004-07-23 Thread JJB
Many ISP's block port 80 for web service and port 25 for email service for their cheap phone modem dial in service. As far as I know there is no way around the isp blocked port 25 email server problem. But there are ways around the blocked port 80 problem. First you need an official registered dom

RE: Questions in regards to Domain and port 80 being blocked

2004-07-23 Thread JJB
Yes that is the 64 million dollar question. And the answer is you have no way to doing that, so telling your mail server to listen on any other port is useless as all public email servers send email on port 25. There is no simple cost free way of side stepping your ISP's block on port 25 like you c

RE: Questions in regards to Domain and port 80 being blocked

2004-07-23 Thread JJB
yourdomain.dyndns.org:225.. this way you can receive emails like normal :) the problem would be sending mails since your ip changes every now and then... -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von JJB Gesendet: Samstag, 24. Juli 2004 00:22 An: Dick Davies

RE: Console 50-lines at bootup?

2004-07-27 Thread JJB
What Dan meant to say is add this line to your rc.conf file and reboot allscreens_flags="-m on 80x50 green black" -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Dan Nelson Sent: Tuesday, July 27, 2004 6:42 PM To: Jay O'Brien Cc: FreeBSD - questions Subject

RE: ata1: resetting devices ...

2004-07-28 Thread JJB
These means that you have a mismatch between the devices and the ribbon connecting them to your motherboard. Most common cause is a UDMA66 hard drive plugged into the master connector on the ribbon and a UDMA33 CDROM. The messages is telling you the IDE hard drive controller is defaulting the ribbo

RE: ata1: resetting devices ...

2004-07-28 Thread JJB
from having two hard drives. Thanks, Naveen. JJB <[EMAIL PROTECTED]> wrote: These means that you have a mismatch between the devices and the ribbon connecting them to your motherboard. Most common cause is a UDMA66 hard drive plugged into the master connector on the ribbon and a UDMA33 CDRO

RE: ata1: resetting devices ...

2004-07-28 Thread JJB
6 cable or device Thanks, Naveen. JJB <[EMAIL PROTECTED]> wrote: These means that you have a mismatch between the devices and the ribbon connecting them to your motherboard. Most common cause is a UDMA66 hard drive plugged into the master connector on the ribbon and a UDMA33 CDROM. The message

RE: ata1: resetting devices ...

2004-07-28 Thread JJB
to UDMA33, non-ATA66 cable or device Thanks, Naveen. JJB <[EMAIL PROTECTED]> wrote: These means that you have a mismatch between the devices and the ribbon connecting them to your motherboard. Most common cause is a UDMA66 hard drive plugged into the master connector on the ribbon and a U

RE: DHCP and the "SIMPLE" option in /etc/rc.firewall

2004-07-30 Thread JJB
The handbook Firewall section has been rewritten. It's temporally available from www.a1poweruser.com/FBSD_firewall/ as the Doc group works to sanitize the English. It incorporates the long awaited solution to getting ipfw + natd + stateful rules to function together, as well as OpenBSD pf firewall

RE: Firewall Rule Set not allowing access to DNS servers?

2004-07-30 Thread JJB
Change this ipfw rule from 5 allow ip from any to any via xl0 To 5 allow ip from any to any via dc0 because dc0 is the lan interface name and not xl0. Change these statement in rc.conf because you have interface name backwards. Dc1 is the NIC connected to your cable modem and you w

RE: safe mode for kernel.old

2004-07-31 Thread JJB
I think you have missed some very important details. In 4.x releases when you do a kernel compile the system automatically renames the current kernel to kernel.old for you. There is also a kernel.generic which is always there. In 5.x versions the whole kernel boot process was replaced with new met

RE: Firewall Rule Set not allowing access to DNS servers?

2004-07-31 Thread JJB
e any help or suggestions. TIA Jim C. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of JJB > Sent: Friday, July 30, 2004 1:20 PM > To: James A. Coulter; [EMAIL PROTECTED] > Subject: RE: Firewall Rule Set not allowing access to DN

RE: safe mode for kernel.old

2004-07-31 Thread JJB
]; [EMAIL PROTECTED] Subject: Re: safe mode for kernel.old "JJB" <[EMAIL PROTECTED]> wrote: > I think you have missed some very important details. In 4.x releases > when you do a kernel compile the system automatically renames the > current kernel to kernel.old

RE: Firewall Rule Set not allowing access to DNS servers?

2004-07-31 Thread JJB
flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/9 bytes threshold plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven por

RE: Firewall Rule Set not allowing access to DNS servers?

2004-07-31 Thread JJB
at > device 4.3 on pci0 > dc0: port 0xb000-0xb0ff mem > 0xe100-0xe10003ff irq 12 at device 10.0 on pci0 > dc0: Ethernet address: 00:04:5a:76:55:f0 > miibus0: on dc0 > ukphy0: on miibus0 > ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto > dc1: p

RE: Firewall Rule Set not allowing access to DNS servers?

2004-07-31 Thread JJB
If you had read the start of the thread you would have read the new handbook firewall section rewrite which explains in detail why there are rules to control access to the public internet from LAN users. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Giorgos

RE: Firewall Rule Set not allowing access to DNS servers?

2004-07-31 Thread JJB
een this before. Would you please share with me and the other readers how you do this. Thanks Joe -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Giorgos Keramidas Sent: Saturday, July 31, 2004 6:43 PM To: JJB Cc: [EMAIL PROTECTED] Subject: Re: Firewa

RE: One OR MORE of source and destination addresses?

2004-08-02 Thread JJB
Like the manual says, you can not code both options on single rule. You have to make 2 rules out of it. state ipfw add allow tcp from any to me 25 setup limit dst-addr 32 state ipfw add allow tcp from any to me 25 setup limit src-addr 8 -Original Message- From: [EMAIL PROTECTED] [mailto

RE: One OR MORE of source and destination addresses?

2004-08-02 Thread JJB
> > So, how can I specify "One OR MORE of source and destination > addresses" in the rule to achieve this effect? Thanks for your reply. JJB wrote: > Like the manual says, you can not code both options on single rule. > You have to make 2 rules out of it. > > stat

RE: Disk mirroring with 'dd' and (expletives) USB ISDN modem

2004-08-03 Thread JJB
Now for my question. I have been trying to get a USB ISDN modem (Microcom ISDN USB Travel/C) hooked up. Currently using FreeBSD 4.8. After googling etc I found references to "device umodem" & "device ucom". Tried compiling them in, but nothing other than the ugen driver finds the modem. The mo

RE: IPFW Configuration

2004-08-05 Thread JJB
The handbook firewall section is in the process of being updated. You can get a copy from http://freebsd.a1poweruser.com:6088/FBSD_firewall/ Everything you wrote about is covered in detail. Give it a look see. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf O

RE: IPFW/NATD Transparent Proxy

2004-08-08 Thread JJB
A new rewrite of the FreeBSD handbook firewall section is currently being made ready for update to the handbook. You can get an in-process copy from www.a1poweruser.com/FBSD_firewall/ >From what you posted looks like you want public internet users to access web server on one of your LAN machin

RE: MUSIC SERVER.

2004-08-09 Thread JJB
Sure a FreeBSD server can store music files. FreeBSD does not care what is contained in a file, its just another file. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of vincent kihumba Sent: Sunday, August 08, 2004 8:54 AM To: [EMAIL PROTECTED] Subject: MUSIC S

RE: 5. boot freebsd in verbose mode - question

2004-08-10 Thread JJB
ee loader.conf # Edit file Add this line to file boot_verbose="YES" # The word "YES" is in upper case letters. Save your file & reboot -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Hugo Silva Sent: Tuesday, August 10, 2004 9:28 AM To: [EMAIL PROTE

Top posting solution

2004-08-10 Thread JJB
Over the years I have seen many posts on this list where Unix hard liners complain about people posting their replies to the top of the email messages on this list. The fact of life is all the Unix mail clients adhere to the Unix email format of posting the reply to the bottom of the email while i

RE: Error With Kernel Module IPFILTER

2004-08-10 Thread JJB
[EMAIL PROTECTED] wrote: > I've found out from two different kernel configs > that after properly compling kernel with IPFILTER support > it causes the system not to boot. Its hard to say, what exactly it > does, cause its not a local system. > > ___ > [

RE: Top posting solution

2004-08-10 Thread JJB
Kevin Stevens wrote: > On Tue, 10 Aug 2004, JJB wrote: > >> The fact of life is all the Unix mail clients adhere to the Unix >> email format of posting the reply to the bottom of the email while >> indenting with a quote character. > > Not true. Pine doesn't, f

RE: Top posting solution

2004-08-10 Thread JJB
[EMAIL PROTECTED] wrote: > On 2004-08-10 22:02, Chuck Swiger <[EMAIL PROTECTED]> wrote: >> Giorgos Keramidas wrote: >>> On 2004-08-10 18:14, JJB <[EMAIL PROTECTED]> wrote: [ ...badly >>> quoted stuff... ] I apologize in advance if I jump in in what mig

sendmail logs and other questions

2004-01-22 Thread JJB
I read the handbook sendmail section and it's meaningless. Really need something more informative. I see in the syslog.conf file an facility of mail.* writing to /var/log/maillog. Ever time mail is sent and when the system is booted this log gets posted with event records. So I know this is s

RE: sendmail logs and other questions

2004-01-23 Thread JJB
ECTED] Behalf Of Dirk Meyer Sent: Friday, January 23, 2004 6:20 AM To: [EMAIL PROTECTED] Subject: Re: sendmail logs and other questions JJB schrieb:, > Is there some way to tell sendmail to use local5 as > it's facility and not mail? Only by recompiling ... but you can config in syslog.conf a

sendmail /etc/mail/Makefile usage

2004-01-24 Thread JJB
Looking for explanation documentation on the customization process of FBSD's sendmail. The /etc/mail/README talks about using the m4 command to customize sendmail. I have all ready been told that process is incorrect for the built in version of sendmail as delivered by the FBSD install. Previous

How to tell Fetch command to use specific port #

2004-01-26 Thread JJB
The Fetch command is an wrapper for FTP. It seems to default to passive mode because my firewall logs it going out on port 21 followed by the data channel on ports > 1024. Is there some way to force fetch to use port 5999 all the time for it's data channel? __

RE: RELENG_5_2

2004-01-28 Thread JJB
You have wrong understanding of what #0 means. That's the counter of how many times you have recompiled the kernel making your own custom kernel. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Steinar Bormer Sent: Wednesday, January 28, 2004 8:05 AM To: [EMA

RE: FreeBDS don't accept 4 networkcards

2004-01-29 Thread JJB
FBSD Friend No problem about your English, I understand what you are trying to do. Your private Lan IP address ranges are correct, each LAN circuit using an separate subnet. So lets start with the most obvious first. Check rc.conf to verify you do not have typing error on ifconfig statement for ea

RE: Interest

2004-01-29 Thread JJB
You are mistaken. There is no hardware for sale here -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of zuber zaini Sent: Thursday, January 29, 2004 11:17 AM To: [EMAIL PROTECTED] Subject: Interest Dear Seller, Sir/Mom Hi, I am Zuber Zaini, I am from Singapore

RE: What hostname should I set?

2004-01-31 Thread JJB
Assigning an Host name to your FBSD system Your FBSD operating system has internal software applications (like sendmail for one) that needs to know the fully qualified domain name of the PC it's running on. You do this by adding this option statement hostname=to /etc/rc.conf. This is the fo

RE: Adding Packages and Ports

2004-02-01 Thread JJB
installing an package pkg_add -rv cvsup-without-gui rehash you have to do rehash command so your shell will search all /bin directories and build shell hash table. Then issue command for installed package. Or of course, reboot will fix it also. -Original Message- From: [EMAIL PROTECTED

RE: fetch fails, ftp works question

2004-02-02 Thread JJB
FBSD Friend Since the fetch command does function for you, but some times you get this message, File unavailable (e.g., file not found, no access) The "file not found" part you know is not true, because you have used the same command where it does get the same named package. SO it must be the "no

RE: NAT and IPFW rules

2004-02-02 Thread JJB
Hello Friend First I agree with you the FBSD handbook documentation on firewall software sucks big time. It leads the reader into believing that ipfw is the only solution when it is not. FBSD is delivered with ipfw and IPFILTER which are both firewall software applications. The second thing that t

RE: Which interface do I put natd and ipfw

2004-02-02 Thread JJB
Hello Friend You only NAT the public internet facing interface, tun0 is your case. You should turn on user ppp -nat function and not use the ipfw divert rule command because, ipfw stateful rules does not work when used with ipfw's legacy divert rule which launches the sub-routine call to NATD. F

Recommendation for proxy server that does Nat function

2004-02-02 Thread JJB
I just read an post that said some proxy server do Nat function. Searched the ports collection and did not see an proxy servers that said they did nat function. Does anyone on this list know of an proxy or squid server that also does NAT function? ___ [E

RE: proxies and firewalls

2004-02-02 Thread JJB
Friend Jorn Are you saying you know of an proxy server that does the nat function? Please point me to it. Thanks -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jorn Argelo Sent: Monday, February 02, 2004 5:04 AM To: Hiren Cc: [EMAIL PROTECTED] Subject: Re:

RE: proxies and firewalls

2004-02-02 Thread JJB
solve the private ip address versus my public ip address problem? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Monday, February 02, 2004 11:28 AM To: JJB Cc: Jorn Argelo; [EMAIL PROTECTED] Subject: Re: proxies and firewalls > Are

RE: conf/62230: log-in-vain issues it's msg every time 'mail' command is used.

2004-02-02 Thread JJB
I disagree with you on this. Log-in-vain purpose in life is to interrogate attempts from the external interface, not the localhost internal functions, which this clearly is what is happening. Sure there are work around solutions for this bug. If you think this is such an trivial annoyance bug th

RE: proxies and firewalls

2004-02-02 Thread JJB
by my firewall and handle the bi-directional traffic transparently? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 12:02 PM To: JJB Cc: Jorn Argelo; [EMAIL PROTECTED] Subject: Re: proxies and firewalls > I have Lan with private ip addr

RE: Rockwell Modem

2004-02-03 Thread JJB
You understanding of the external modem process is deficient. ns3# ps -aux >>root 476 0.0 1.4 1232 832 ?? I 11:26AM 0:00.03 /usr/libexec/getty >std.9600 ttyd0 This has nothing to do with your modem, but everything to do with the Hylafax software application. Since you said that your modem lights

Automated web page builder

2004-02-04 Thread JJB
I have an need to build an web page environment which could look just like the FBSD online handbook. An document index page with links into the big document, and each displayed page having previous, home, and next links at both the top and bottom of the page. Was some kind of tool used to build the

RE: FreeBsd Home Network Utilizing Verizon Online DSL

2004-02-04 Thread JJB
See http://en.tldp.org/HOWTO/Cable-Modem/isps.html for setup details unique to different USA cable providers nation wide. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of alfred chin Sent: Tuesday, February 03, 2004 1:29 AM To: [EMAIL PROTECTED] Subject: F

/usr/share ?

2004-02-04 Thread JJB
I want to remove un-needed stuff from HD so my bkups run faster. Looking for explanation of what all the stuff is used for in the /usr/share directory tree so I can figure out what stuff I can delete without harming system. An pointer to some web docs would be great. Thanks __

RE: rz ZMODEM functionality in freebsd's openssh like redhat9?

2004-02-04 Thread JJB
Your question is really way to general in nature. You are really too isolated in the desktop application to do any real detective work, move the command line. Do you hear your modem really dialing out? Do you hear the remote modem answering?. Is your modem an external type? If you modem is an winm

Help with using wv2 application.

2004-02-05 Thread JJB
Installed the wv2 package and all of it's dependants. Sure seems a lot of over kill just for an utility to convert ms/word files to html. Am I missing something here. Does wv2 run under the desktop with menu system? Can not find any documentation on how to use it? Need pointers on how to use it?

Help with using wv2 application.

2004-02-05 Thread JJB
Installed the wv2 package and all of it's dependants. Sure seems a lot of over kill just for an utility to convert ms/word files to html. Am I missing something here. Does wv2 run under the desktop with menu system? Can not find any documentation on how to use it? Need pointers on how to use it?

RE: Help with using wv2 application.

2004-02-05 Thread JJB
PM, JJB sat at the `puter and typed: > Installed the wv2 package and all of it's dependants. > Sure seems a lot of over kill just for an utility to convert ms/word > files to html. > Am I missing something here. > Does wv2 run under the desktop with menu system? > > Can not

RE: Help with using wv2 application.

2004-02-05 Thread JJB
Behalf Of Louis LeBlanc Sent: Thursday, February 05, 2004 5:38 PM To: [EMAIL PROTECTED] Subject: Re: Help with using wv2 application. On 02/05/04 03:35 PM, JJB sat at the `puter and typed: > Rebuilt locate db and no wvWare. > Only wv file is wv2-config. Are you sure you have it installed? $ lo

RE: firewall rule(s) for ports and packages

2004-02-06 Thread JJB
The cvsup process uses port 5999 add this rule to # Allow out FBSD (make install & CVSUP) functions # Basically give user root "GOD" privileges. allow tcp from me to any out via $pif setup keep-state uid root $pif = interface facing the public internet -Original Message- From: [EM

RE: 5.1 & telnet

2004-02-06 Thread JJB
To get native telnet working on your gateway box, Besides un-commenting the telnet tcp6 statement in /etc/inetd.conf, you also have to enable inetd in /etc/rc.conf, by adding this statement inetd_enable="YES" # Run super server network daemon dispatcher. Reboot to activate or issue ki

RE: 5.1 & telnet

2004-02-06 Thread JJB
To be more clear on that last comment, you can not use 'root' from the remote telnet, or ssh client as the login id on the gateway. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Malcolm Kay Sent: Friday, February 06, 2004 10:41 PM To: [EMAIL PROTECTED]; [EM

RE: 4.9R Bootup Failure - BTX halted

2004-02-06 Thread JJB
What did you use to install from? Where did you get it from? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Danny Sent: Saturday, February 07, 2004 12:29 AM To: [EMAIL PROTECTED] Subject: Re: 4.9R Bootup Failure - BTX halted Just an update: -OS is installe

RE: setting autoconf version?

2004-02-06 Thread JJB
I believe auto.conf comes with the ports-base category. Did you cvsup download it? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Louis Munro Sent: Saturday, February 07, 2004 12:19 AM To: [EMAIL PROTECTED] Subject: setting autoconf version? Hello all of y

RE: 4.9R Bootup Failure - BTX halted

2004-02-07 Thread JJB
ECTED] Behalf Of Danny Sent: Saturday, February 07, 2004 9:14 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: 4.9R Bootup Failure - BTX halted "JJB" <[EMAIL PROTECTED]> wrote: > What did you use to install from? CD ROM - ISO CD 1 > Where did you get it from? ftp13.freeb

RE: setting autoconf version?

2004-02-07 Thread JJB
PROTECTED] Subject: Re: setting autoconf version? On February 7, 2004 01:41 am, JJB wrote: > I believe auto.conf comes with the ports-base category. > Did you cvsup download it? > The way I understand it, the system comes with a particular version of autoconf but there are one or

RE: Strange connect attempts

2004-02-07 Thread JJB
First the message you are getting is issued by the log-in-vain sysctl knob. log-in-vain has bug where it does it's filter task on internal packets instead of just on the external interface. This bug has been reported many times and the maint team feels this is too trivial of an bug to fix. What is

RE: clock not keeping time

2004-02-07 Thread JJB
I have found that when the pc fails to keep correct internal time, this is an symptom of the motherboard battery going bad. Power off PC, open case, find, and replace battery. It's looks like an thick dime. After replacing, set time manually with date command and it should be fine. -Original M

RE: 3Com USRobotics 5699B 56k fax modem install

2004-02-07 Thread JJB
On 4.8 the dmesg pci0: (vendor=0x12b9, dev=0x1007) at 10.0 irq 2 Means one of 2 things. your modem is what is known as an winmodem. A cheap modem mfg just for ms/windblows market. Which FBSD does not work with. If this PCI modem card works under windows with special driver loaded then it's am wi

RE: Manuals?

2004-02-10 Thread JJB
Replace sendmail with postfix and your email server world will become much simpler. Sendmail is an legacy email server application which uses macros and compiles to configure it's self. A real pain in the butt. Postfix is configured with text files and no compiling. Sendmail has an thick manual you

Graphical FTP client from command line

2004-02-11 Thread JJB
FBSD Friends On my gateway server I do not run X. Looking for recommendation on command line Graphical FTP client. Something with directory tree to select the 'from' and 'to' locations. Are there any? Thanks ___ [EMAIL PROTECTED] mailing list http://

RE: Graphical FTP client from command line

2004-02-11 Thread JJB
PROTECTED] Cc: [EMAIL PROTECTED] ORG Subject: Re: Graphical FTP client from command line On Wednesday 11 February 2004 08:12 am, JJB wrote: > FBSD Friends > > On my gateway server I do not run X. > Looking for recommendation on command line Graphical FTP client. > Something with di

RE: Graphical FTP client from command line

2004-02-11 Thread JJB
command line On Wed, 11 Feb 2004 09:12:17 -0500 "JJB" <[EMAIL PROTECTED]> wrote: > FBSD Friends > > On my gateway server I do not run X. > Looking for recommendation on command line Graphical FTP client. > Something with directory tree to select the 'from'

RE: Graphical FTP client from command line

2004-02-11 Thread JJB
file to be sent or to get and directory to receive it in or to get it from. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Dan Nelson Sent: Wednesday, February 11, 2004 11:56 AM To: JJB Cc: Peder Blom; [EMAIL PROTECTED] Subject: Re: Graphical FTP client from

Web browser ip address http format for port 8088

2004-02-11 Thread JJB
My IPS has blocked port 80. But I want to test my apache config. I have apache listening on port 8088. What is the format of the browser http://xxx.xxx.xxx.xxx/ URL to tell it to use different port number ___ [EMAIL PROTECTED] mailing list http://lists

Is ZoneEdit.com any good

2004-02-12 Thread JJB
Setting up my own web site for public internet access. My ISP blocks port 80. Planning on using ZoneEdit.com for dyndns because I have dynamic IP address and the need to re-direct port 80 to different port number to get past my ISP blocking. All ready have registered domain name. Looking for comme

RE: hostname and dhcp

2004-02-12 Thread JJB
If I understand you correctly, you are talking about your system which is connected to the public internet, and you are using the FBSD built in DHCP client to get an lease from your ISP. Now if you are an commercial user with an officially registered domain name and static ip address from your ISP,

RE: /tmp full (newbie)

2004-02-12 Thread JJB
Add this statement to /etc/rc.conf and reboot your system. clear_tmp_enable="YES" # clear /tmp directory on boot -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of gaf Sent: Thursday, February 12, 2004 2:26 PM To: [EMAIL PROTECTED] Subject: /tmp full

Using dhclient to update zoneedit with my dynamic IP address

2004-02-12 Thread JJB
The zonedeit FAQ says this command can be used in dhclient to update my dynamic ip address at zoneedit when ever dhclient gets an new IP lease from my ISP. wget -O - --http-user=username --http-passwd=password 'http://dynamic.zoneedit.com/auth/dynamic.html?host=www.mydomain.com' Anybody doing thi

RE: Firewall rules for ftp

2004-02-13 Thread JJB
It would help if you posted you ipfw rules file so people can review them to look for your problem. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Martin Schweizer Sent: Friday, February 13, 2004 2:07 AM To: [EMAIL PROTECTED] Subject: Firewall rules for ftp

  1   2   3   >