Re: IP change trouble

2007-01-23 Thread Paul Irofti
On Mon, Jan 22, 2007 at 09:22:27PM -0500, Nick Holland wrote: Wrap your lines, please... Paul Irofti wrote: I have changed one of my workstation's IP with: $ sudo ifconfig vr0 inet 192.168.1.64 Afterwards some applications (trn, rtorrent, gaim) acknowledged the change and worked

Re: IP change trouble

2007-01-23 Thread Claudio Jeker
On Tue, Jan 23, 2007 at 12:05:56AM +0200, Paul Irofti wrote: I have changed one of my workstation's IP with: $ sudo ifconfig vr0 inet 192.168.1.64 Afterwards some applications (trn, rtorrent, gaim) acknowledged the change and worked on the fly. Others, such as irssi, worked on a random

Re: ipcomp

2007-01-23 Thread Jason McIntyre
On Tue, Jan 23, 2007 at 01:04:51PM +1100, Richard Thornton wrote: Just trying to ascertain if ipcomp(4) is fully integrated with ipsecctl(8), if it is can someone detail the ipsec.conf(5) config to use it, also does it support RFC2394 IP Payload Compression Using DEFLATE? i believe it is

altq hfsc

2007-01-23 Thread Lawrence Horvath
I was looking at the pf.conf(5) page for my altq/hfsc config and had some trouble understanding the exact workings of hfsc queues, the pf.conf man page has limited info on there workings. Also when i was looking at pf(4) it noted altq(9) which didnt seem to exist, is that an old listing in the

Re: altq hfsc

2007-01-23 Thread Jason McIntyre
On Tue, Jan 23, 2007 at 12:04:17AM -0800, Lawrence Horvath wrote: I was looking at the pf.conf(5) page for my altq/hfsc config and had some trouble understanding the exact workings of hfsc queues, the pf.conf man page has limited info on there workings. Also when i was looking at pf(4) it

Re: setting up a memory file system

2007-01-23 Thread Marco S Hyman
My main question is the device it uses. The man page has the device /dev/sd0b. This needs to be set up somewhere. Still, I see that people use swap in its place instead. Swap is the b partition in a generic kernel (and most other kernels, too). Use of swap in fstab just simplifies

Re: setting up a memory file system

2007-01-23 Thread Greg Thomas
On 1/22/07, Peter Matulis [EMAIL PROTECTED] wrote: Le Mardi 23 Janvier 2007 00:04, Greg Thomas a icrit : On 1/22/07, Peter Matulis [EMAIL PROTECTED] wrote: I am having difficulty finding documentation on how to set up a memory file system from beginning to end. I keep reading about /tmp

Re: Using isakmpd to build a bridge

2007-01-23 Thread Brian Candler
On Mon, Jan 22, 2007 at 07:34:13PM -0500, stan wrote: Well, It Works For Me [TM]. Actually, our office network is divided into several subnets, and the Windows fileserver is on another subnet in a remote data centre, several IP hops away, and it all still works. Locating a machine by

Re: setting up a memory file system

2007-01-23 Thread Henning Brauer
* Marco S Hyman [EMAIL PROTECTED] [2007-01-23 09:57]: My main question is the device it uses. The man page has the device /dev/sd0b. This needs to be set up somewhere. Still, I see that people use swap in its place instead. Swap is the b partition in a generic kernel (and most

Re: Firewall, high interrupt load, is this a driver problem (dc) ?

2007-01-23 Thread Ronnie Garcia
Hey Henning, Henning Brauer a icrit : * Ronnie Garcia [EMAIL PROTECTED] [2007-01-22 21:10]: I'm graphing a lot of kernel/pf variables with cacti, and i'm clearly seeing the box maxing at 15k interrupts/s. that is not necessarily a problem. I'm raising 15k interrupts/s when the box is

Re: IBM ServeRAID

2007-01-23 Thread Joachim Schipper
On Mon, Jan 22, 2007 at 08:36:34PM -0600, Damian Wiest wrote: On Mon, Jan 22, 2007 at 08:57:58PM -0500, Nick Holland wrote: Peter Matulis wrote: Hi. I would like to install OpenBSD 4.0 on an IBM eServer (xSeries 220) that contains a ServeRAID SCSI controller. I see that in OpenBSD

Re: Do you virtualize w/OpenBSD as host?

2007-01-23 Thread Joachim Schipper
On Mon, Jan 22, 2007 at 10:53:18PM -0600, bofh wrote: On 1/22/07, Joachim Schipper [EMAIL PROTECTED] wrote: Finally, while OpenBSD does not run many virtualization environments, it does run *in* most virtualization environments. At least VMWare should work, and Xen is being developed [1].

Re: OpenBSD on software raid

2007-01-23 Thread Thomas Alexander Frederiksen
doc Hyde skrev: cut Can anyone help me please? Thank you. Google can... http://www.eclectica.ca/howto/openbsd-software-raid-howto.php These are the steps you are most likely to have missed: # raidctl -a /dev/sd0d raid0 # raidctl -vF component0 raid0 # raidctl -vP raid0 Reboot after the last

Re: Using isakmpd to build a bridge

2007-01-23 Thread Joachim Schipper
On Tue, Jan 23, 2007 at 08:54:51AM +, Brian Candler wrote: On Mon, Jan 22, 2007 at 07:34:13PM -0500, stan wrote: Well, It Works For Me [TM]. Actually, our office network is divided into several subnets, and the Windows fileserver is on another subnet in a remote data centre,

Re: IBM ServeRAID

2007-01-23 Thread Stuart Henderson
On 2007/01/23 11:14, Joachim Schipper wrote: [1] Don't update in the middle of a hackathon, and don't be too quick to update after major filesystem changes - which will be soon. You could always wait a couple of days between downloading and installing if you want to increase the chance of

Re: SVN question

2007-01-23 Thread Joachim Schipper
On Tue, Jan 23, 2007 at 01:48:18AM -0500, Jean-Daniel Beaubien wrote: Hi everyone, Firstly, I know my question is a bit off-topic for this list...but I don't exactly trust the subversion mailing list to give me an objective view if subversion is safe or not. Basically I'd like to know

High Load - t/s

2007-01-23 Thread Jonas Thambert
I have a OpenBSD 3.9 server with courier imapd-ssl running. The load on the server is heavy from transactions on the disk where I store the emails. I'm using a Adaptec 2010S SCSI RAID card. I have tried and tweaked the courier imap server the best I can without any luck. From iostat. tty

Re: High Load - t/s

2007-01-23 Thread Lars Hansson
Jonas Thambert wrote: 12:35PM up 46 days, 6:15, 1 user, load averages: 7.11, 5.46, 3.09 Any ideas? What's the actual problem? high load average in itself is not necessarily a problem. --- Lars Hansson

Re: Do you virtualize w/OpenBSD as host?

2007-01-23 Thread Anil Madhavapeddy
On 23 Jan 2007, at 05:22, Jason George wrote: On 1/22/07, Joachim Schipper [EMAIL PROTECTED] wrote: Finally, while OpenBSD does not run many virtualization environments, it does run *in* most virtualization environments. At least VMWare should work, and Xen is being developed [1].

Re: Framebuffer in OpenBSD

2007-01-23 Thread Alexander Yurchenko
On Tue, Jan 23, 2007 at 12:07:50PM +0100, Markus Ritzer wrote: Hello! I would like to port OpenBSD to the MS Xbox (old one). The Kernel already boots until main() in kern/init_main.c . (I can control this with the front LED of the Xbox). The next thing I would like to do is to write a

Re: Framebuffer in OpenBSD

2007-01-23 Thread Miod Vallat
I would like to port OpenBSD to the MS Xbox (old one). The Kernel already boots until main() in kern/init_main.c . (I can control this with the front LED of the Xbox). The next thing I would like to do is to write a kind of framebuffer driver so that I can get output on the TV. I have the

Re: High Load - t/s

2007-01-23 Thread Jonas Thambert
What's the actual problem? high load average in itself is not necessarily a problem. --- Lars Hansson The problem is the t/s on the sd1 device where I have the email-storage. Have less than 10 accounts and clients on a Xeon 3.0 Ghz server with 1 Gb RAM. I have tried to see why I have so

Re: Firewall, high interrupt load, is this a driver problem (dc) ?

2007-01-23 Thread Ronnie Garcia
Here is usefull details from Henning (thanks!) Message original Sujet: Re: Firewall, high interrupt load, is this a driver problem (dc) ? Date: Tue, 23 Jan 2007 11:42:22 +0100 De: Henning Brauer [EMAIL PROTECTED] Pour: Ronnie Garcia [EMAIL PROTECTED] Rifirences: [EMAIL

Backing up /var/db/spamdb

2007-01-23 Thread Daniel Barowy
Hi everyone, I realize that there's probably not much value in keeping backups of /var/db/spamdb, since entries have a relatively short lifetime, but it would be nice to be able to drop an existing spamdb onto another machine; or to keep last night's backup in case a spamd/firewall fails

Re: Idea for additionnal funding

2007-01-23 Thread Lawrence Horvath
I could be wrong, but the original question said nothing about non-profit the way i read the first question as simply as, why cant OpenBSD(a for-profit entity) do advertising, via a search page for google(a for-profit entity, as far as i know), and get paid for it. Nothing non-profit required,

NIDS + web interface

2007-01-23 Thread Jacob Yocom-Piatt
have had a few occurrences of the windows machine getting trojaned lately and need to setup NIDS to watch for such nastiness. in the past i setup snort + ACID and found the process to be quite tedious since i spent an inordinate amount of time setting it up. based on posts made on misc@ and

Re: Backing up /var/db/spamdb

2007-01-23 Thread Jacob Yocom-Piatt
Daniel Barowy wrote: Hi everyone, I realize that there's probably not much value in keeping backups of /var/db/spamdb, since entries have a relatively short lifetime, but it would be nice to be able to drop an existing spamdb onto another machine; or to keep last night's backup in case a

Re: IBM ServeRAID

2007-01-23 Thread Joachim Schipper
On Tue, Jan 23, 2007 at 10:48:20AM +, Stuart Henderson wrote: On 2007/01/23 11:14, Joachim Schipper wrote: [1] Don't update in the middle of a hackathon, and don't be too quick to update after major filesystem changes - which will be soon. You could always wait a couple of days between

Re: IP change trouble

2007-01-23 Thread Paul Irofti
On Tue, Jan 23, 2007 at 10:02:38AM -0500, Eric Furman wrote: On Tue, 23 Jan 2007 00:05:56 +0200, Paul Irofti [EMAIL PROTECTED] said: I have changed one of my workstation's IP with: $ sudo ifconfig vr0 inet 192.168.1.64 OK, I'll ask a dumb question and I apologize if this seems too

Re: Do you virtualize w/OpenBSD as host?

2007-01-23 Thread bofh
On 1/23/07, Anil Madhavapeddy [EMAIL PROTECTED] wrote: Anil and Christoph, stuck in a tree... Anil and Christoph, both very busy :-) Heh. Not forgotten, but it'll be a month at least before I can get to it again. If anyone feels brave and wants to fix the lockup bug that is stopping it from

Re: Idea for additionnal funding

2007-01-23 Thread Jason George
You're missing the point. OpenBSD is not a non-for-profit organization. OpenBSD is not a for-profit organization. OpenBSD, for all intents and purposes, is Theo de Raadt. This has implications. Period. There is work being done to put into place appropriate legal entities. This is

altq with hfsc

2007-01-23 Thread Lawrence Horvath
Im trying to implement hfsc altq on a firewall i have running, i currently have the linkshare option working properly with only the bandwidth assigned to the queue not a full service curve. I would like to implement upperlimit however i don't quite understand how the delay works, i understand how

[OT] Old books to good home

2007-01-23 Thread Jason Dixon
We were cleaning out our old library and I came across some particularly esoteric volumes. I thought they might be of interest to some developers. Please reply off-list if you'd like any of these. VAX Vector Processing Handbook, Second Edition (Digital, 1990) PowerPC Microprocessor Family:

Re: Backing up /var/db/spamdb

2007-01-23 Thread Dan Barowy
Jacob Yocom-Piatt wrote: daniel, i have learned the hard way that you should be making incremental backups of all of your machines every night. a decent backup solution should take care of this. my advice is try it! testing is simple enough: scp /var/db/spamdb to another machine, run

multiple external links not working ..

2007-01-23 Thread S t i n g r a y
Well thanks to everyone who help me coming close to using multiple external links for internet. but its still not working, my scenario is that i have 2 ISP's connection now the main internet connection is the powerful one which i only want to use for specific protocols which i have defined

apache security

2007-01-23 Thread Almir Karic
what i would like to achieve is that on a shared host if bad guys (tm) break into one site they can't get to other sites. is this possible? i've been looking at su-exec but it is for cgi scripts only :/, what other options there are? AFAIK chroot is not the correct answer to my question as it

Re: Backing up /var/db/spamdb

2007-01-23 Thread Otto Moerbeek
On Tue, 23 Jan 2007, Dan Barowy wrote: Jacob Yocom-Piatt wrote: daniel, i have learned the hard way that you should be making incremental backups of all of your machines every night. a decent backup solution should take care of this. my advice is try it! testing is simple

authpf shell at startup

2007-01-23 Thread Daniel Barowy
Hi everyone, I apologize, as this may be more of a MacOS question than an OpenBSD one... We are using authpf for authenticating remote users. Works great, and I haven't had any trouble at all writing frontends for Windows clients-- I just use AutoIt to hide all of the details of opening

Re: authpf shell at startup

2007-01-23 Thread Daniel Barowy
Daniel Barowy wrote: The Rogue Fugu wrote: You can make it run a shell script using this procedure: 1) Create a directory called MyApp.app 2) Create a directory within MyApp.app called Contents 3) Create a directory within Contents called MacOS 4) Place your shell script within the MacOS

Re: amavisd-new under OpenBSD 4.0

2007-01-23 Thread Bob Eby
Thanks for the input everyone, I've been considering my alternatives and I guess I'll just buck up and learn to use ports. (And a few other things...) I looked over dspam, and while they have a really impressive web-site and their goals seem very laudable, and even in-line with the system I'd

Re: apache security

2007-01-23 Thread Darren Spruell
On 1/23/07, Almir Karic [EMAIL PROTECTED] wrote: what i would like to achieve is that on a shared host if bad guys (tm) break into one site they can't get to other sites. break in has more than one meaning, and you might have different answers for different scenarios. is this possible? i've

Re: multiple external links not working ..

2007-01-23 Thread Soner Tari
Hi, I'm using two external interfaces myself, and I believe I had the same problem you describe in your message. I bet when you do: netstat -rnf inet | grep default you will see that your (ext_if2 ext_gw2) comes on top. Thus, my theory is that the kernel is preferring your second external

Re: apache security

2007-01-23 Thread Lawrence Horvath
I had an idea but not sure if its possible, section off and chroot each site into a folder of its own, not sure if thats possible to chroot each site to a diff dir or not, i think apache only allows you to chroot the process Maybe use permissions, diff user on each site, chmod to disallow

Re: apache security

2007-01-23 Thread Almir Karic
Maybe use permissions, diff user on each site, chmod to disallow writing from other users? that would solve the problem, but i have no idea how to achive it, and google doesn't seem to like me :/. any hints? -- almir

Re: apache security

2007-01-23 Thread Jacob Yocom-Piatt
Almir Karic wrote: what i would like to achieve is that on a shared host if bad guys (tm) break into one site they can't get to other sites. is this possible? i've been looking at su-exec but it is for cgi scripts only :/, what other options there are? AFAIK chroot is not the correct answer to

Re: uvm_fault

2007-01-23 Thread test
I have a similar problem. I would suspect it's my hdd or possible RAM, because this only happens when I am trying to recompile the kernel, or install something from the ports tree. It panics with this error. Jan 23 14:54:08 router /bsd: uvm_fault(0xd0767d20, 0x0, 0, 1) - e Jan 23 14:54:08

Re: apache security

2007-01-23 Thread Joachim Schipper
On Tue, Jan 23, 2007 at 05:44:38PM +0100, Almir Karic wrote: what i would like to achieve is that on a shared host if bad guys (tm) break into one site they can't get to other sites. is this possible? i've been looking at su-exec but it is for cgi scripts only :/, what other options there

VPN

2007-01-23 Thread stupidmail4me
I've checked and I've checked and I've checked. Please help! I have an OpenBSD 4.0 firewall on a public network, let's say 1.2.3.4. It serves as a firewall/NAT box for an internal network, 192.168.1.0/24. There's a server located behind that box, say, 192.168.1.100. I need to create a VPN to

Re: VPN

2007-01-23 Thread test
I am in the same scenario to be honest, just haven't really started digging that deep. If someone can provide this information we'd be GREATLY appreciative! From: [EMAIL PROTECTED] on behalf of stupidmail4me Sent: Tue 1/23/2007 3:06 PM To: misc@openbsd.org

Re: VPN

2007-01-23 Thread Nick Guenther
On 1/23/07, stupidmail4me [EMAIL PROTECTED] wrote: I've checked and I've checked and I've checked. Please help! I have an OpenBSD 4.0 firewall on a public network, let's say 1.2.3.4. It serves as a firewall/NAT box for an internal network, 192.168.1.0/24. There's a server located behind that

Re: VPN

2007-01-23 Thread Jacob Yocom-Piatt
test wrote: I am in the same scenario to be honest, just haven't really started digging that deep. If someone can provide this information we'd be GREATLY appreciative! this has been beaten to death, please search the archives. I've checked and I've checked and I've checked. Please help!

Re: VPN

2007-01-23 Thread Chris Lawder
Hi, I used the following documentation to figure this type of vpn out the first time. It was my starting point. http://www.cs.umd.edu/~mvanopst/xp2obsd.pdf It talks about using Certificate Authentication but much of the doc can be skipped if you want to use shared key auth instead. The

Re: VPN

2007-01-23 Thread Jason Dixon
On Jan 23, 2007, at 4:52 PM, Jean-Daniel Beaubien wrote: I tried setting up a VPN between WinXP and a litle Linksys VPN router and the WinXP VPN capabilities were really horrible (the config tools too). So I found this program called SSH Sentinel which worked right away for me. But I repeat,

Re: VPN

2007-01-23 Thread test
Think the other way around. I'd like to be able to configure my OpenBSD firewall to also act as a VPN Gateway, so I can connect to that from XP Pro remotely using the external IP, so I can access resources inside my network. I used to use a Server 2003 box sitting inside the network, but have

Re: authpf shell at startup

2007-01-23 Thread Mark Zimmerman
On Tue, Jan 23, 2007 at 01:48:36PM -0500, Daniel Barowy wrote: Daniel Barowy wrote: The Rogue Fugu wrote: You can make it run a shell script using this procedure: 1) Create a directory called MyApp.app 2) Create a directory within MyApp.app called Contents 3) Create a directory within

Re: VPN

2007-01-23 Thread Matthew Powell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 stupidmail4me wrote: I've checked and I've checked and I've checked. Please help! I have an OpenBSD 4.0 firewall on a public network, let's say 1.2.3.4. It serves as a firewall/NAT box for an internal network, 192.168.1.0/24. There's a

Re: VPN

2007-01-23 Thread Vijay Sankar
On 4:12 pm 01/23/07 test [EMAIL PROTECTED] wrote: Think the other way around. I'd like to be able to configure my OpenBSD firewall to also act as a VPN Gateway, so I can connect to that from XP Pro remotely using the external IP, so I can access resources inside my network. I used to use a

sendmail: forcing relaying

2007-01-23 Thread Jacob Yocom-Piatt
i need to force a remote host with sendmail to relay all outbound SMTP through a local postfix, instead of delivering it itself. the config is as follows: host w/ postfix ---VPN--- host w/ sendmail a.k.a. posthost a.k.a. sendhost when email is sent to mydomain.com, a domain

Re: sendmail: forcing relaying

2007-01-23 Thread Jacob Yocom-Piatt
Jacob Yocom-Piatt wrote: i need to force a remote host with sendmail to relay all outbound SMTP through a local postfix, instead of delivering it itself. the config is as follows: host w/ postfix ---VPN--- host w/ sendmail a.k.a. posthost a.k.a. sendhost when email is sent

Re: authpf shell at startup

2007-01-23 Thread Greg Thomas
On 1/23/07, Mark Zimmerman [EMAIL PROTECTED] wrote: On Tue, Jan 23, 2007 at 01:48:36PM -0500, Daniel Barowy wrote: Daniel Barowy wrote: The Rogue Fugu wrote: You can make it run a shell script using this procedure: 1) Create a directory called MyApp.app 2) Create a directory within

Re: Low power barebone: MSI Axis 700 Lite with fanless VIA C7 1GHz

2007-01-23 Thread Bill Meigs
Constantine A. Murenin wrote: Hi, Anyone tried subj? http://www.newegg.com/Product/Product.asp?Item=N82E16856167012 http://www.msicomputer.com/product/p_spec.asp?model=Axis_700_Lite It looks pretty-pretty nice, and goes for a very reasonable price -- about 202,32 USD delivered for a complete

Re: authpf shell at startup

2007-01-23 Thread Joel Goguen
It also allows the app to be started on login. A shell script on its own won't start up when added to startup items, best case it opens the default text editor. Greg Thomas wrote: On 1/23/07, Mark Zimmerman [EMAIL PROTECTED] wrote: On Tue, Jan 23, 2007 at 01:48:36PM -0500, Daniel Barowy

Re: apache security

2007-01-23 Thread Nick Holland
Almir Karic wrote: what i would like to achieve is that on a shared host if bad guys (tm) break into one site they can't get to other sites. if get to=look at, this is probably pointless. Unless it is a authentication-protected site, the information is usually spread around by various browser

Re: apache security

2007-01-23 Thread Mark Bucciarelli
On Tue, Jan 23, 2007 at 05:44:38PM +0100, Almir Karic wrote: is this possible? i've been looking at su-exec but it is for cgi scripts only :/, what other options there are? If you can run the app(s) with FastCGI (most PHP stuff I have tried does), another option is to use suexec wrapper for

PlayStation 3

2007-01-23 Thread Abraham Rolick
I do apologize in advance if this is not appropriate discussion for this list, but I've been having problems with my PS3 sitting behind my OpenBSD 4.0 machine with pf using nat. Until I do some more reverse engineering (in a sense) on how this retarded PS3 actually works on a network, I won't

set obsd 3.9 as dns server

2007-01-23 Thread sonjaya
Dear all i have obsd 3.9 , i want setup as dns name for my ip public and mydomain , i try follow step in openbsdsupport.org , but until now always get error lame server and etc , so where i get good tutorial about setup obsd as name server for my public ip and my domain . -sonjaya-

Re: PlayStation 3

2007-01-23 Thread Jeroen Massar
Abraham Rolick wrote: I do apologize in advance if this is not appropriate discussion for this list, but I've been having problems with my PS3 sitting behind my OpenBSD 4.0 machine with pf using nat. Until I do some more reverse engineering (in a sense) on how this retarded PS3 actually

Re: PlayStation 3

2007-01-23 Thread jared r r spiegel
On Tue, Jan 23, 2007 at 05:06:20PM -0800, Abraham Rolick wrote: Rather, my question is, have any of you successfully configured pf to allow your PS3 to join hosted games more than 0.1 percent of the time? If you feel this is unfit for discussion on misc@, feel free to just email me directly.

Re: set obsd 3.9 as dns server

2007-01-23 Thread Darren Spruell
On 1/23/07, sonjaya [EMAIL PROTECTED] wrote: Dear all i have obsd 3.9 , i want setup as dns name for my ip public and mydomain , i try follow step in openbsdsupport.org , but until now always get error lame server and etc , so where i get good tutorial about setup obsd as name server for my

Re: PlayStation 3

2007-01-23 Thread Damien Miller
On Wed, 24 Jan 2007, Jeroen Massar wrote: The key in getting it to work is UPNP, thus something like: http://upnp.sourceforge.net/ http://linux-igd.sourceforge.net/ a more OpenBSDish implementation seems to be http://miniupnp.free.fr/ NB. I have never used it, or any for of uPNP (nor would

atactl smartstatus to email other than cron user

2007-01-23 Thread Paul Pruett
Using cron and atactl to email smartstatus errors to an email address other than cron user: - I was playing with the suggesion in the man page for atactl and smart status. After using rc.local to make sure smart is enabled, something like echo -n 'wd0: '

Re: atactl smartstatus to email other than cron user

2007-01-23 Thread Han Boetes
Here's an example that will help you solve your problem: ((echo true; echo false 2) /dev/null ) 21 | less # Han

Re: atactl smartstatus to email other than cron user

2007-01-23 Thread Damien Miller
On Wed, 24 Jan 2007, Paul Pruett wrote: Using cron and atactl to email smartstatus errors to an email address other than cron user: ... I use the following script to help with cron stuff, it can do what you want. -d --- #!/bin/sh # Helper for cron(8) to send mail

Re: OpenBSD on software raid

2007-01-23 Thread David Newman
On 1/23/07 1:13 AM, Thomas Alexander Frederiksen wrote: doc Hyde skrev: cut Can anyone help me please? Thank you. Google can... http://www.eclectica.ca/howto/openbsd-software-raid-howto.php These are the steps you are most likely to have missed: # raidctl -a /dev/sd0d raid0 # raidctl

Re: amavisd-new under OpenBSD 4.0

2007-01-23 Thread Randal L. Schwartz
Bob == Bob Eby [EMAIL PROTECTED] writes: Bob Instead, I'm going to follow Mr. Roberts' advice and try out a base Bob system with spamd and greylisting. In the mean time, while such a Bob system is keeping my few users afloat, I'll see if I can come up with Bob something more tailored to our

2 gateway in OBSD 4.0

2007-01-23 Thread sonjaya
Dear All Any posible way to using 2 gateway in n out without using routed protcol such as bgp/osf Because i have two connection to Internet basic diagram |-gw01---| internet | obsd 4.0 |---Lan |---gw02--| - 2 Ip public - 1 server obsd 4.0 with

Re: 2 gateway in OBSD 4.0

2007-01-23 Thread Greg Thomas
On 1/23/07, sonjaya [EMAIL PROTECTED] wrote: Dear All Any posible way to using 2 gateway in n out without using routed protcol such as bgp/osf Because i have two connection to Internet basic diagram |-gw01---| internet | obsd 4.0 |---Lan