Re: BGP On Host

2004-03-30 Thread Rick Duvall
Kind of, except both machines are on 2 different ISP, in different states.
At ApacheCon, I described how I have a server in Oregon and a server in
Florida, and I have a monitoring program that does a dynamic DNS update when
one of the hosts goes down.  The individual described that what they are
doing is something to do with BGP, in which they have multiple servers in
different countries, all with the same IP address.  Traffic is routed to the
nearest logical server, until one goes down, then the traffic is routed to
the nearest logical server that is still up.  That is what I am wanting.
Since I didn't get the person's contact information, I am trying to figure
out how to do it myself.

Sincerely,

Rick Duvall
- Original Message - 
From: "Marc G. Fournier" <[EMAIL PROTECTED]>
To: "Rick Duvall" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, March 30, 2004 11:43 AM
Subject: Re: BGP On Host


>
> sounds like you are describing a load balancing switch ... two seperate
> boxes behind the switch, with a single "public" IP in front that sends a
> heartbeat to the boxes behind it ...
>
> On Tue, 30 Mar 2004, Rick Duvall wrote:
>
> > I wasn't sure if it was BGP or if it was something else.  Definetly
between
> > routers would be using BGP.  But, I heard at an apache conference
somebody
> > was doing something where the machine would send a keepalive to the
directly
> > connected Cisco router, and if the router didn't receive the keepalive
> > signal, BGP would re-route the traffic to the other host.  Both hosts
are on
> > different ISP, but have the same IP address.  Traffic is routed from the
> > requester to the closest logical server.  I think UltraDNS does this
with
> > their DNS servers as well.
> >
> > Anyway, I don't know what the host uses to send the keepalive to the
Cisco
> > router, or even how to configure the BGP to make it work.  I was
wondering
> > if somebody on the list has set up the same configuration on a couple of
> > fault tolerant FreeBSD boxes.
> >
> > Sincerely,
> >
> > Rick Duvall
> > - Original Message -
> > From: <[EMAIL PROTECTED]>
> > To: "Rick Duvall" <[EMAIL PROTECTED]>
> > Cc: <[EMAIL PROTECTED]>
> > Sent: Tuesday, March 30, 2004 11:26 AM
> > Subject: Re: BGP On Host
> >
> >
> > > > (mirrored).  If both hosts are up, the traffic is routed to the
closes
> > > > server to the person making the request.  Otherwise, if one server
is
> > down,
> > > > traffic is automatically re-routed to the other box.
> > >
> > > That is not what BGP is made for. It's an exterior routing protocol
for
> > > routes between AS.
> > >
> >
> > ___
> > [EMAIL PROTECTED] mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to
"[EMAIL PROTECTED]"
> >
>
> 
> Marc G. Fournier   Hub.Org Networking Services
(http://www.hub.org)
> Email: [EMAIL PROTECTED]   Yahoo!: yscrappy  ICQ:
7615664
>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


FreeBSD Hard disk repair

2004-03-30 Thread Rick Duvall
I have a FreeBSD hard drive in which the circuit board is dead, but
everything else is fine.  Does anybody know where I can purchase just the
circuit board?  I don't want to buy a whole new drive just to remove the
board from it to use on my old drive.

Sincerely,

Rick Duvall
Online Highways
System Administrator
Office: (541) 997-8401 x 111
Cell:   (541) 999-2338

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: BGP On Host

2004-03-30 Thread Rick Duvall
I wasn't sure if it was BGP or if it was something else.  Definetly between
routers would be using BGP.  But, I heard at an apache conference somebody
was doing something where the machine would send a keepalive to the directly
connected Cisco router, and if the router didn't receive the keepalive
signal, BGP would re-route the traffic to the other host.  Both hosts are on
different ISP, but have the same IP address.  Traffic is routed from the
requester to the closest logical server.  I think UltraDNS does this with
their DNS servers as well.

Anyway, I don't know what the host uses to send the keepalive to the Cisco
router, or even how to configure the BGP to make it work.  I was wondering
if somebody on the list has set up the same configuration on a couple of
fault tolerant FreeBSD boxes.

Sincerely,

Rick Duvall
- Original Message - 
From: <[EMAIL PROTECTED]>
To: "Rick Duvall" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, March 30, 2004 11:26 AM
Subject: Re: BGP On Host


> > (mirrored).  If both hosts are up, the traffic is routed to the closes
> > server to the person making the request.  Otherwise, if one server is
down,
> > traffic is automatically re-routed to the other box.
>
> That is not what BGP is made for. It's an exterior routing protocol for
> routes between AS.
>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


BGP On Host

2004-03-30 Thread Rick Duvall
Has anybody heard of making a webserver redundant using BGP?  That is, if I
set up 2 machines on different ISP's, with exactly the same content on them
(mirrored).  If both hosts are up, the traffic is routed to the closes
server to the person making the request.  Otherwise, if one server is down,
traffic is automatically re-routed to the other box.

Sincerely,

Rick Duvall
Online Highways
System Administrator
Office: (541) 997-8401 x 111
Cell:   (541) 999-2338

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: /usr/local/etc/rc.d

2003-11-05 Thread Rick Duvall
I have the local_startup="/usr/local/etc/rc.d /usr/X11R6/etc/rc.d" in my
/etc/defaults/rc.conf, but not in my /etc/rc.conf..

Sincerely,

Rick Duvall
- Original Message - 
From: "Robert Huff" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, November 05, 2003 3:07 PM
Subject: Re: /usr/local/etc/rc.d


>
> Rick Duvall writes:
>
> >  Try adding this to your /etc/rc.conf file:
> >
> >  local_startup="/usr/local/etc/rc.d"
>
> More importantly: I have this:
>
> local_startup="/usr/local/etc/rc.d /usr/X11R6/etc/rc.d"
>
> in /etc/defaults/rc.conf.  Is it in yours?  (Not Rick's - Weldon
> Godrfrey's.)  And if not, why not?  (May not have the X11 part if
> you haven't installed X.)
>
>
> Robert Huff
>
>
>
>
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
"[EMAIL PROTECTED]"
>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: creating a small FreeBSD box

2003-11-05 Thread Rick Duvall
I use a little box built by Intel in my house for my DSL.  It's an ITX
formfactor chassis.  It has 1 ethernet on board and 1 PCI slot where you can
put a second NIC.  There are no drive bays, so you have to take the machine
apart to plug a temporary CD-Rom drive into the motherboard to install the
OS.  In my case, I already had a hard drive with FreeBSD loaded on it, so I
just transplanted the drive into the ITX chassis.

As far as hard drive, it's hard to find 300M drives anymore.  Your best bet
would be to go for the least expensive drive you can, even if it is a 20 gig
IDE.  Nothing says that you can't have a 20 gig drive and only use 300M of
space on it.  Sure, it's a waste of drive space, but who cares if you only
pay $40 for a drive that has a 5 year warranty.

You also might want to look at solid state filesystem.  I think this has
been discussed on the list from time to time.  Then you only have to worry
about cooling fans.

Sincerely,

Rick Duvall
- Original Message - 
From: "Shantanoo Mahajan" <[EMAIL PROTECTED]>
To: "Rob Evers" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, November 05, 2003 9:55 AM
Subject: Re: creating a small FreeBSD box


> +++ Rob Evers [freebsd] [05-11-03 12:42 +0100]:
> | Hi all,
> |
> | I need to make a few FreeBSD boxes, these will all be limited in disk
> | space,
> | and act as firewall/router. (pentium and 300M disk)
> | What I want is a limited operating system that has only the essential
> | networking stuff, shell, and a custom kernel but for example no BIND and
> | CVS.
> | In the end all machines should have the same OS installed.
> |
> | What's a good way to handle this?
> | Making a custom release, an install script, tweaking make.conf and
> | install from
> | source or of course something else. (I don't need a ready solution, but
some
> | insight in how to acomplish this task in an efficient manner.)
> |
> | Thanks
> |
> | Rob Evers
> |
> |
> | --
>
>
> man picobsd
>
> Regards,
> Shantanoo
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
"[EMAIL PROTECTED]"
>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: /usr/local/etc/rc.d

2003-11-05 Thread Rick Duvall
I thought I had pasted an earlier post.  Maybe I forgot to do that.  here it
is...

On 5/7/03 10:56 AM, "Weldon Godfrey"  wrote:

>
> I have a box running a version of FreeBSD 4.7-STABLE (on or before Fri Jan
> 31 11:32:06 ).
>
> For some reason, all of the scripts in /usr/local/etc/rc.d don't run.
>
> * No errors are being seen during boot-up
> * All the scripts end in .sh
> * All are owned by root and mode 755
> * All are Borne shell scripts, all run from root's command line (when run
> in the numeric-alpha order they appear in the directory)
> * None except one does anything with start/stop, the one that takes
> start/stop is a typical postgresql startup script.
> * No over-ride for local_startup in /etc/rc.conf.  /etc/defaults/rc.conf
> has not been messed with
> * /etc rc has not been messed with.  I even stubbed the code from rc to
> see if it would run scripts with the names listed in the directory, and it
> will
> * 1st script is A00_mysql.sh, it looks like this (would the ldconfig
> cause a problem?  I have never seen that done before):
> #!/bin/sh
>
> /sbin/ldconfig -m /usr/local/mysql/lib/mysql/
>
> sleep 2
>
> /usr/local/mysql/bin/safe_mysqld --user=mysql &
>
>
> Thanks in advance for any advice or what to check into next.
>
> Weldon
>

Try adding this to your /etc/rc.conf file:

local_startup="/usr/local/etc/rc.d"


Mike
-- 
Michael K. Smith  NoaNet
206.219.7116 (work)   206.579.8360 (cell)
mksmith at noanet.nethttp://www.noanet.net



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"



- Original Message - 
From: "Lowell Gilbert" <[EMAIL PROTECTED]>
To: "Rick Duvall" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, November 05, 2003 5:50 AM
Subject: Re: /usr/local/etc/rc.d


> "Rick Duvall" <[EMAIL PROTECTED]> writes:
>
> > I am kind of curious as to if this issue has been resolved and what the
> > final resolution was.  I just started having the same exact issue as of
> > today on my little FreeBSD box at home.  I end up having to run the
scripts
> > in /usr/local/etc/rc.d manually after bootup.  I am half tempted to just
> > call the scripts in /etc/rc.local to get around it.  But, it would be
nice
> > if it would just work like normal like it is supposed to.
>
> Hard to say, since most of us aren't seeing this.
> If you actually *identified* the issue, it would be a lot easier to
> determine if it had been solved.
>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


/usr/local/etc/rc.d

2003-11-04 Thread Rick Duvall
I am kind of curious as to if this issue has been resolved and what the
final resolution was.  I just started having the same exact issue as of
today on my little FreeBSD box at home.  I end up having to run the scripts
in /usr/local/etc/rc.d manually after bootup.  I am half tempted to just
call the scripts in /etc/rc.local to get around it.  But, it would be nice
if it would just work like normal like it is supposed to.

Sincerely,

Rick Duvall

On 5/7/03 10:56 AM, "Weldon Godfrey"  wrote:

>
> I have a box running a version of FreeBSD 4.7-STABLE (on or before Fri Jan
> 31 11:32:06 ).
>
> For some reason, all of the scripts in /usr/local/etc/rc.d don't run.
>
> * No errors are being seen during boot-up
> * All the scripts end in .sh
> * All are owned by root and mode 755
> * All are Borne shell scripts, all run from root's command line (when run
> in the numeric-alpha order they appear in the directory)
> * None except one does anything with start/stop, the one that takes
> start/stop is a typical postgresql startup script.
> * No over-ride for local_startup in /etc/rc.conf.  /etc/defaults/rc.conf
> has not been messed with
> * /etc rc has not been messed with.  I even stubbed the code from rc to
> see if it would run scripts with the names listed in the directory, and it
> will
> * 1st script is A00_mysql.sh, it looks like this (would the ldconfig
> cause a problem?  I have never seen that done before):
> #!/bin/sh
>
> /sbin/ldconfig -m /usr/local/mysql/lib/mysql/
>
> sleep 2
>
> /usr/local/mysql/bin/safe_mysqld --user=mysql &
>
>
> Thanks in advance for any advice or what to check into next.
>
> Weldon
>

Try adding this to your /etc/rc.conf file:

local_startup="/usr/local/etc/rc.d"


Mike
-- 
Michael K. Smith  NoaNet
206.219.7116 (work)   206.579.8360 (cell)
mksmith at noanet.nethttp://www.noanet.net



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: OT samba and XP

2003-11-04 Thread Rick Duvall
Check that your reverse DNS is set up correctly for both machines.  I had
the same problem earlier today, where my laptop running win98 worked fine
but the XP machine would time out.  I found my reverse DNS was wrong for the
samba server.  So, I fixed it and it works fine now.

Sincerely,

Rick Duvall
- Original Message - 
From: "george" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, November 04, 2003 3:15 PM
Subject: OT samba and XP


I can connect to my samba shares reliably with 98/95/ME/2000 but when i try
and connect
with XP pro the xp pro machine locks up like its waiting for something
and i eventually have to ctr/alt/del and reboot or log off of it.

Below is my config file.



can someone suggest a fix?



running version 2.2.8A
# Samba config file created using SWAT
# from 0.0.0.0 (0.0.0.0)
# Date: 2003/11/04 16:11:39

# Global parameters
[global]
coding system =
client code page = 850
code page directory = /usr/local/etc/codepages
workgroup = WORKGROUP
netbios name =
netbios aliases =
netbios scope =
server string = Samba Server
interfaces =
bind interfaces only = No
security = USER
encrypt passwords = Yes
update encrypted = No
allow trusted domains = Yes
hosts equiv =
min passwd length = 6
map to guest = Never
null passwords = No
obey pam restrictions = No
password server =
smb passwd file = /usr/local/private/smbpasswd
root directory =
pam password change = No
passwd program = /usr/bin/passwd
passwd chat = *\n*ew\spassword* %n\n *ew\spassword* %n\n
*updating\sthe\sdatabase...\npasswd:\sdone\n
passwd chat debug = No
username map =
password level = 0
username level = 0
unix password sync = No
restrict anonymous = No
lanman auth = Yes
use rhosts = No
admin log = No
log level = 0
syslog = 1
syslog only = No
log file = /var/log/log.%m
max log size = 50
timestamp logs = Yes
debug hires timestamp = No
debug pid = No
debug uid = No
protocol = NT1
large readwrite = Yes
max protocol = NT1
min protocol = CORE
read bmpx = No
read raw = Yes
write raw = Yes
acl compatibility =
nt smb support = Yes
nt pipe support = Yes
nt status support = Yes
announce version = 4.9
announce as = NT
max mux = 50
max xmit = 16644
name resolve order = lmhosts host wins bcast
max ttl = 259200
max wins ttl = 518400
min wins ttl = 21600
time server = No
unix extensions = No
change notify timeout = 60
deadtime = 0
getwd cache = Yes
keepalive = 300
lpq cache time = 10
max smbd processes = 0
max disk size = 0
max open files = 1
name cache timeout = 660
read size = 16384
socket options = TCP_NODELAY
stat cache size = 50
use mmap = Yes
total print jobs = 0
load printers = Yes
printcap name = /etc/printcap
disable spoolss = No
enumports command =
addprinter command =
deleteprinter command =
show add printer wizard = Yes
os2 driver map =
strip dot = No
mangling method = hash
character set =
mangled stack = 50
stat cache = Yes
domain admin group =
domain guest group =
machine password timeout = 604800
add user script =
delete user script =
logon script =
logon path = \\%N\%U\profile
logon drive =
logon home = \\%N\%U
domain logons = No
os level = 20
lm announce = Auto
lm interval = 60
preferred master = Auto
local master = Yes
domain master = Auto
browse list = Yes
enhanced browsing = Yes
dns proxy = No
wins proxy = No
wins server =
wins support = Yes
wins hook =
kernel oplocks = Yes
lock spin count = 3
lock spin time = 10
oplock break wait time = 0
add share command =
change share command =
delete share command =
config file =
preload =
lock dir = /var/lock
pid directory = /var/run
default service = data
message command =
dfree command =
valid chars =
remote announce =
remote browse sync =
socket address = 0.0.0.0
homedir map =
time offset = 0
NIS homedir = No
source environment =
panic action =
hide local users = No
winbind uid =
winbind gid =
template homedir = /home/%D/%U
template shell = /bin/false
winbind separator = \
winbind cache time = 15
winbind enum users = Yes
winbind enum groups = Yes
winbind use default domain = No
comment =
path =
alternate permissions = No
username =
guest account = nobody
invalid users =
valid users =
admin users =
read list =
write list =
printer admin =
force user =
force group =
read only = No
create mask = 0744
force create mode = 00
security mask = 0777
force security mode = 00
directory mask = 0755
force directory mode = 00
directory security mask = 0777
force directory security mode = 00
force unknown acl user = 00
inherit permissions = No
inherit acls = No
guest only = No
guest ok = No
only user = No
hosts allow =
hosts deny =
status = Yes
nt acl support = Yes
profile acls = No
block size = 1024
max connections = 0
min print space = 0
strict allocate = No
strict sync = No
sync always = No
write cache size = 0
max print jobs = 1000
printable = No
postscript = No
printing = bsd
print command = lpr -r -P%p %s
lpq command = lpq -P%p
lprm command = lprm -P%p %j
lppause command =
lpresume command =
queuepause command =
queueresume command =
printer name =

Re: Verifying integrity of Backup Tapes

2003-11-01 Thread Rick Duvall
I was doing incrementals, and since my amverify failed on one of my tapes, I
found that doing incrementals in my case is a bad idea if I can fit a full
backup of all my data onto one tape.  Now I am doing a level 0 on every run.
Amverify get's to about the 6th filesystem I am dumping to tape and gives me
an Input/output error.  I know it's not the end of the tape, otherwise
amdump would say so.

FYI:  These are travan 10/20 tapes.  I know, not the best choice.  I am
trying to convince my boss to replace it with a DDS4 drive, as the DDS4
tapes are less expensive.  These are $40 a piece, whereas the DDS4's are $13
a piece and hold twice as much data.

Sincerely,

Rick Duvall
- Original Message - 
From: "Technical Director" <[EMAIL PROTECTED]>
To: "Rick Duvall" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, October 31, 2003 9:03 PM
Subject: Re: Verifying integrity of Backup Tapes


>
> Rick,
>
> I'm not to sure of a best method for checking the tapes, I might tar'ing a
> massive file to the tape and then back to see if it is working.
>
> Unfortunately during the use of your backup schema the tapes have to
> degrade. If it's a DLT400 tape or even a DDS# series I can see the need to
> hang on to them for some time to insure the cost of the media was
> repaid. Might it be best though to question the integrity of using a media
> that may have reached it's usable lifespan?
>
> As well depending on your method of backup, say full, 1/4, 1/2, 1/4, 1/8,
> etc. one tape that has a problem with the data on it will throw the entire
> sequence of backups. And if you have full backups, skipping the
> incremental, you might save yourself the hassle of a wrecked sequence of
> incrementals, yet the entire concept of backup is lost with bad media.
>
> I'm just trying to give you some ideas on how to go from here, not trying
> to critisize you on something you probably are already thinking.
>
> R.
>
> On Fri, 31 Oct 2003, Rick Duvall wrote:
>
> > I have some backup tapes that I have been using each once per week for
about
> > 8 months.  I am getting errors when running amverify on a couple of
them.
> > To be sure that my tapes are still good and not just the system giving
me
> > fits, it would be nice if I could run a program that would write bits to
the
> > tape in question and try to read them back, telling me which blocks on
the
> > tape are bad.  Is there such a tool that does this?  I guess it would be
> > kind of like a scandisk is to a DOS Floppy as what I am talking about is
to
> > a Unix Tape.
> >
> > Sincerely,
> >
> > Rick Duvall
> > Online Highways
> > System Administrator
> > (541) 997-8401 x 111
> >
> > ___
> > [EMAIL PROTECTED] mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to
"[EMAIL PROTECTED]"
> >
>
>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Verifying integrity of Backup Tapes

2003-10-31 Thread Rick Duvall
I have some backup tapes that I have been using each once per week for about
8 months.  I am getting errors when running amverify on a couple of them.
To be sure that my tapes are still good and not just the system giving me
fits, it would be nice if I could run a program that would write bits to the
tape in question and try to read them back, telling me which blocks on the
tape are bad.  Is there such a tool that does this?  I guess it would be
kind of like a scandisk is to a DOS Floppy as what I am talking about is to
a Unix Tape.

Sincerely,

Rick Duvall
Online Highways
System Administrator
(541) 997-8401 x 111

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: disappearing email?

2003-10-29 Thread Rick Duvall
I am running my SMTP server on both ports 25 and 1025.  The idea here is
that we have a number of off site workers on a DSL account in which the ISP
won't allow any port 25 connections from the inside to the outside of their
network unless they are incoming SMTP from outside of their network.  These
offsite workers have to use port 1025 to send email through our mail server
to avoid the port blocking rules that the ISP has implemented.

Sincerely,

Rick Duvall
- Original Message - 
From: "Chris Howells" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, October 29, 2003 10:44 AM
Subject: Re: disappearing email?


> > I seem to have found the answer to my own question. Apparently, when
> > anyone
> > is connected to AOL, AOL overrides any SMTP settings the user has. Below
> > are
> > headers from a client of mine that was sent to me using a pop account on
> > our
> > server, with the SMTP in OE set to our server:
>
> In the UK, The Planet, who area  major virtual ISP for various household
> ISPs do a similar trick, basically any traffic on port 25 automatically
> gets proxied (don't know if that's the exact terminology, but that's the
> effect) through their mail server -- I guess they claim that it helps them
> track spam or whatever.
>
> You could either run your smtp daemon on a different port (nasty) or use
> ssh port forwarding (also nasty).
>
> Cheers
> Chris Howells
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
"[EMAIL PROTECTED]"
>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Amanda or Bacula

2003-10-14 Thread Rick Duvall
So to clarify just so that I understand correctly:

1.  Each filesystem per system to be backed up qualifies as a dumpfile.
2.  Multiple dumpfiles per backup
3.  Multiple tapes per backup, as long as 1 dumpfile isn't larger than the
tape.

One of my systems has a 120 gig drive with about 36gigs (and growing) of
people's images, documents, etc on it (samba server).  My single tape drive
is only 20 gigs.  I am assuming this will be a problem for Amanda unless I
get a bigger tape drive.

Sincerely,

Rick Duvall
- Original Message - 
From: "Mike Hogsett" <[EMAIL PROTECTED]>
To: "Rick Duvall" <[EMAIL PROTECTED]>
Sent: Tuesday, October 14, 2003 10:23 AM
Subject: Re: Amanda or Bacula


>
> > Is this a choice of personal preference, or does one actually work
> > better than the other in my scenario?
>
> I replied earlier to someone else regarding what I do here for backups.
>
> My recommendation is to use amanda.  Mostly due to its maturity.  Amanda
> can use multiple tapes (via a changer or multiple drives), but a single
> dump file can not span two tapes (this is rarely a problem).
>
>  - Michael Hogsett
>
> Below is my response Stephane's question.
>
> > Date:Tue, 14 Oct 2003 09:49:22 PDT
> > To:  "Stephane Raimbault" <[EMAIL PROTECTED]>
> > cc:  [EMAIL PROTECTED]
> > From:Mike Hogsett <[EMAIL PROTECTED]>
> > Subject: Re: Backup Solutions
> >
> > > I am curious as to what people using FreeBSD use for a Backup
Solution.  Are
> > > there any Comercial software available for Tape Backup Solutions that
run wel
> > > l on FreeBSD?
> > >
> > > I'm looking at using a Dell PowerVault 110T LTO tape drive and was
looking fo
> > > r software to utilize to backup the 10 servers and growing in my
server farm.
> >
> > I use amanda (/usr/ports/misc/amanda-*) on a Dual Xeon 2.8 Ghz machine
w/
> > 2Gbytes of RAM running FreeBSD 4.8.  The machine contains a 3ware ATA
RAID
> > card with 6 120Gbyte disks attached and concatinated into a single
volume
> > and is used for temporary holding space for the dump files.  The tape
and
> > tape changer device is a Dell PowerEdge 122T with an LTO tape drive
> > connected via an Adaptec SCSI controller.  I use `mtx'
> > (/usr/ports/misc/mtx) to control the tape changer.  To top it off the
> > machine interfaces to the network using an Intel 1000baseSX ethernet
over
> > fiber network card which is sub-interfaced using VLANs onto all of the
> > subnets in our switch infrastructure (this means backup traffic doesn't
> > hit the router).
> >
> > This machine backs up approximately 200Gbytes per night.  This consists
of
> > 157 partitions accross 64 hosts.  The hosts are a combination of
Solaris,
> > Linux, FreeBSD, DEC (OFS/1), and AIX machines.  I get level zero dumps
of
> > each partition every 4 days and sometimes more frequently.
> >
> > Backups start at 7PM and typically run for about 6 to 8 hours.
> >
> > Hope that helps.
> >
> >  - Michael Hogsett
>
>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Amanda or Bacula

2003-10-14 Thread Rick Duvall
Here is my situation:

I have about 200 gigs of data to back up every night on multiple machines on
the network.  All are either FreeBSD or Linux based.  My backup machine is
FreeBSD.  I have about 30 gigs of dump drive space, and a 20 gig tape drive.
I am pretty much convinced that even if I use compression, I will need to
span across multiple tapes or get a bigger tape drive.  At the very least I
may have to get more dump drive and do incremental backups.  At any rate, I
am having a hard time deciding between Amanda and Bacula.  Amanda has been
around forever and is known to work, but to the best of my knowledge doesn't
span across multiple tapes.  Bacula, on the other hand, does span across
multiple tapes, but it hasn't been out as long.

Is this a choice of personal preference, or does one actually work better
than the other in my scenario?

Sincerely,

Rick Duvall
Online Highways
System Administrator
(541) 997-8401 x 111

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Errors with smbstatus, Samba 3.0.0b3

2003-10-09 Thread Rick Duvall
Also, it's on FreeBSD 4.8. Just in case anybody needed to know.

Sincerely,

Rick Duvall
- Original Message - 
From: "Rick Duvall" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, October 09, 2003 1:45 PM
Subject: Errors with smbstatus, Samba 3.0.0b3


> I don't get this error in Linux, but I do when I run it on FreeBSD.  I
look
> in /usr/local/lib/charset, and there are no .so files that it is refering
> to.  What do I need to do to add them, or at least resolve this issue?
>
> [EMAIL PROTECTED]:~$ smbstatus -b
> Error loading module '/usr/local/lib/charset/US-ASCII.so': Cannot open
> "/usr/local/lib/charset/US-ASCII.so"
> Error loading module '/usr/local/lib/charset/CP850.so': Cannot open
> "/usr/local/lib/charset/CP850.so"
> Conversion from UCS-2LE to CP850 not supported
> Error loading module '/usr/local/lib/charset/US-ASCII.so': Cannot open
> "/usr/local/lib/charset/US-ASCII.so"
> Error loading module '/usr/local/lib/charset/CP850.so': Cannot open
> "/usr/local/lib/charset/CP850.so"
> Conversion from UTF8 to CP850 not supported
> Error loading module '/usr/local/lib/charset/US-ASCII.so': Cannot open
> "/usr/local/lib/charset/US-ASCII.so"
> Error loading module '/usr/local/lib/charset/US-ASCII.so': Cannot open
> "/usr/local/lib/charset/US-ASCII.so"
> Error loading module '/usr/local/lib/charset/US-ASCII.so': Cannot open
> "/usr/local/lib/charset/US-ASCII.so"
> Error loading module '/usr/local/lib/charset/US-ASCII.so': Cannot open
> "/usr/local/lib/charset/US-ASCII.so"
> Error loading module '/usr/local/lib/charset/US-ASCII.so': Cannot open
> "/usr/local/lib/charset/US-ASCII.so"
> Error loading module '/usr/local/lib/charset/CP850.so': Cannot open
> "/usr/local/lib/charset/CP850.so"
> Error loading module '/usr/local/lib/charset/US-ASCII.so': Cannot open
> "/usr/local/lib/charset/US-ASCII.so"
> Conversion from ASCII to CP850 not supported
> Error loading module '/usr/local/lib/charset/US-ASCII.so': Cannot open
> "/usr/local/lib/charset/US-ASCII.so"
> Error loading module '/usr/local/lib/charset/CP850.so': Cannot open
> "/usr/local/lib/charset/CP850.so"
> Conversion from CP850 to UCS-2LE not supported
> Error loading module '/usr/local/lib/charset/CP850.so': Cannot open
> "/usr/local/lib/charset/CP850.so"
> Conversion from CP850 to UTF8 not supported
> Error loading module '/usr/local/lib/charset/US-ASCII.so': Cannot open
> "/usr/local/lib/charset/US-ASCII.so"
> Error loading module '/usr/local/lib/charset/CP850.so': Cannot open
> "/usr/local/lib/charset/CP850.so"
> Error loading module '/usr/local/lib/charset/US-ASCII.so': Cannot open
> "/usr/local/lib/charset/US-ASCII.so"
> Conversion from CP850 to ASCII not supported
> Error loading module '/usr/local/lib/charset/CP850.so': Cannot open
> "/usr/local/lib/charset/CP850.so"
> Conversion from CP850 to UTF8 not supported
> Error loading module '/usr/local/lib/charset/US-ASCII.so': Cannot open
> "/usr/local/lib/charset/US-ASCII.so"
> Error loading module '/usr/local/lib/charset/CP850.so': Cannot open
> "/usr/local/lib/charset/CP850.so"
> Conversion from UTF8 to CP850 not supported
>
> Samba version 3.0.0beta3
> PID Username  Group Machine
> ---
> 73487   nwarming  users ws09 (192.168.2.247)
> 73489   wbennett  users ws07 (192.168.2.245)
> 73286   bwickland users ws01 (192.168.2.253)
> 73135   dzeller   users ws03 (192.168.2.251)
>
>
> Sincerely,
>
> Rick Duvall
> Online Highways
> System Administrator
> (541) 997-8401 x 111
>
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
"[EMAIL PROTECTED]"
>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Errors with smbstatus, Samba 3.0.0b3

2003-10-09 Thread Rick Duvall
I don't get this error in Linux, but I do when I run it on FreeBSD.  I look
in /usr/local/lib/charset, and there are no .so files that it is refering
to.  What do I need to do to add them, or at least resolve this issue?

[EMAIL PROTECTED]:~$ smbstatus -b
Error loading module '/usr/local/lib/charset/US-ASCII.so': Cannot open
"/usr/local/lib/charset/US-ASCII.so"
Error loading module '/usr/local/lib/charset/CP850.so': Cannot open
"/usr/local/lib/charset/CP850.so"
Conversion from UCS-2LE to CP850 not supported
Error loading module '/usr/local/lib/charset/US-ASCII.so': Cannot open
"/usr/local/lib/charset/US-ASCII.so"
Error loading module '/usr/local/lib/charset/CP850.so': Cannot open
"/usr/local/lib/charset/CP850.so"
Conversion from UTF8 to CP850 not supported
Error loading module '/usr/local/lib/charset/US-ASCII.so': Cannot open
"/usr/local/lib/charset/US-ASCII.so"
Error loading module '/usr/local/lib/charset/US-ASCII.so': Cannot open
"/usr/local/lib/charset/US-ASCII.so"
Error loading module '/usr/local/lib/charset/US-ASCII.so': Cannot open
"/usr/local/lib/charset/US-ASCII.so"
Error loading module '/usr/local/lib/charset/US-ASCII.so': Cannot open
"/usr/local/lib/charset/US-ASCII.so"
Error loading module '/usr/local/lib/charset/US-ASCII.so': Cannot open
"/usr/local/lib/charset/US-ASCII.so"
Error loading module '/usr/local/lib/charset/CP850.so': Cannot open
"/usr/local/lib/charset/CP850.so"
Error loading module '/usr/local/lib/charset/US-ASCII.so': Cannot open
"/usr/local/lib/charset/US-ASCII.so"
Conversion from ASCII to CP850 not supported
Error loading module '/usr/local/lib/charset/US-ASCII.so': Cannot open
"/usr/local/lib/charset/US-ASCII.so"
Error loading module '/usr/local/lib/charset/CP850.so': Cannot open
"/usr/local/lib/charset/CP850.so"
Conversion from CP850 to UCS-2LE not supported
Error loading module '/usr/local/lib/charset/CP850.so': Cannot open
"/usr/local/lib/charset/CP850.so"
Conversion from CP850 to UTF8 not supported
Error loading module '/usr/local/lib/charset/US-ASCII.so': Cannot open
"/usr/local/lib/charset/US-ASCII.so"
Error loading module '/usr/local/lib/charset/CP850.so': Cannot open
"/usr/local/lib/charset/CP850.so"
Error loading module '/usr/local/lib/charset/US-ASCII.so': Cannot open
"/usr/local/lib/charset/US-ASCII.so"
Conversion from CP850 to ASCII not supported
Error loading module '/usr/local/lib/charset/CP850.so': Cannot open
"/usr/local/lib/charset/CP850.so"
Conversion from CP850 to UTF8 not supported
Error loading module '/usr/local/lib/charset/US-ASCII.so': Cannot open
"/usr/local/lib/charset/US-ASCII.so"
Error loading module '/usr/local/lib/charset/CP850.so': Cannot open
"/usr/local/lib/charset/CP850.so"
Conversion from UTF8 to CP850 not supported

Samba version 3.0.0beta3
PID Username  Group Machine
---
73487   nwarming  users ws09 (192.168.2.247)
73489   wbennett  users ws07 (192.168.2.245)
73286   bwickland users ws01 (192.168.2.253)
73135   dzeller   users ws03 (192.168.2.251)


Sincerely,

Rick Duvall
Online Highways
System Administrator
(541) 997-8401 x 111

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: SpeedTouch 330 USB ADSL Modem

2003-07-03 Thread Rick Duvall
On your SpeedTouch 330 modem, did you have any problems with the USB port
just shutting off?  I have to reboot to get it back.  I am wondering if I
need to increase a buffer somewhere, or if it is caused by the phone
ringing.
- Original Message - 
From: "Daan Vreeken [PA4DAN]" <[EMAIL PROTECTED]>
To: "Rick Duvall" <[EMAIL PROTECTED]>
Sent: Wednesday, June 25, 2003 2:57 PM
Subject: Re: SpeedTouch 330 USB ADSL Modem


On Wednesday 25 June 2003 23:45, you wrote:
> Is your modem the 330, or does it even matter?
Yes, it was the 330.

grtz,
Daan

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


SpeedTouch 330 USB ADSL Modem

2003-06-25 Thread Rick Duvall
I have a SpeedTouch 330 USB ADSL modem which I am trying to connect to
Qwest's ADSL (PPPoA).  I am running FreeBSD 4.2, and all I can find in the
docs is support for a SpeedTouch USB, not the 330.  Though, on the
SpeedTouch website, it says it supports Linux, which means that somebody has
most likely ported it to FreeBSD.  Anyway, I tried the instructions in the
handbook for the Alcatel Speed Touch USB and it seems that everything is
fine except for the firmware that you download off of the SpeedTouch
website.  I am expecting to download speedmgmt.tar.gz, and they just have a
zip file binary that extracts into 2 binary files that the Makefile doesn't
recognize.

Sincerely,

Rick Duvall
Online Highways
System Administrator
(541) 997-8401 x 111

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"