Re: CARP+pf+pfsync redundant firewalls running active/active doable?

2006-02-19 Thread Jason Stubbs
Joseph C. Bender wrote: Jason Stubbs wrote: Hi, I'm looking to set up redundant firewalls in pretty much the same way as is detailed in the PF FAQ. For discussion purposes, I've reproduced the basic network layout below. From your description and questions below, it looks like you're no

Re: PF problem? Connection reset, but only from behind NAT.

2006-02-19 Thread Reid Nichol
> No set options in pf.conf, i had "scrub in", then changed to "scrub > in on > $ext_if", then commented out at all. > Quite simple NAT, couple rules redirecting incoming traffic, "pass > out keep > state". Or should I paste the whole thing? > > 3.9 GENERIC#597 i386, snapshot from 5th/6th Feb, o

Re: PF problem? Connection reset, but only from behind NAT.

2006-02-19 Thread viq
Kind soul hinted at the presence of /var/run/dmesg.boot, so as not to waste that advice, here it is ;) OpenBSD 3.9-beta (GENERIC) #597: Sun Feb 5 21:14:35 MST 2006 [EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC cpu0: AMD Athlon(tm) Processor ("AuthenticAMD" 686-class, 1KB L2 cache)

PF problem? Connection reset, but only from behind NAT.

2006-02-19 Thread viq
Ok, this is crazy. I read about that new OpenBSD LiveCD so I wanted to try it. (http://g.paderni.free.fr/olivebsd/) I click on the page and... Nothing happens. Neither in Opera nor Firefox (that's my desktop, linux). So, just to verify, I open it via lynx from my OpenBSD router, and it opens...

Re: viasio hw.sensors problem

2006-02-19 Thread Constantine A. Murenin
On 15/02/06, Sable Keech <[EMAIL PROTECTED]> wrote: > TEMP1 is not shown when calling sysctl hw.sensors. > If I combine the command with 'openssl speed' > it shows the temperature. > Bad hardware? (new board, didn't run openbsd on it before, > so i dont know if it ever worked.) > viasio0 at isa0

spamd-setup doesn't return

2006-02-19 Thread knitti
Hi, on a server which run fine for a long time spamd-setup doesn't return anymore (at least for a couple of days until I kill it). Does have anyone an idea how to troubleshoot this? spamd-setup seems to update the tables and then simply wait forever. spamd.conf hasn't been altered since spamhaus h

Re: "Correct" directory for group files

2006-02-19 Thread Matthew Weigel
William Kranec wrote: Hi, I have a photo collection which I would like multiple users to be able to access, and I would like to do this by storing the files in a central > location on my disk and linking /home/$USER/photos to that directory. Where is the most appropriate place in the filesys

HP ML110

2006-02-19 Thread Steve
Hi All, Can anyone comment on the compatibility of the HP ML110 server with 3.8 release. Thanks. Find a local business fast with Yahoo! Local Search

Re: "Correct" directory for group files

2006-02-19 Thread mike
On Sun, 19 Feb 2006 16:19:01 -0500 William Kranec <[EMAIL PROTECTED]> wrote: > Hi, > > I have a photo collection which I would like multiple users to be > able to access, and I would like to do this by storing the files in a central location on my disk and linking /home/$USER/photos to that direc

Re: "Correct" directory for group files

2006-02-19 Thread Matthias Kilian
On Sun, Feb 19, 2006 at 11:03:44PM +0100, scorch wrote: > if you put them on /var & run out of space [...] quota(1) and referenced documentation may help.

Re: "Correct" directory for group files

2006-02-19 Thread scorch
Where is the most appropriate place in the filesystem for this directory? I've considered both /home/photos and /var/photos, but I'm not quite if one is better than the other, or if it just doesn't make a difference. if you put them on /var & run out of space due to people stuffing pr0n or

Re: "Correct" directory for group files

2006-02-19 Thread A Rossi
It probably doesn't make a difference, except if your /var partition (or /home for that matter) won't hold the photos directory as well as the regular data that is held there. But I do remember that in OpenBSD you can save your /home directory when upgrading , so there's something to keep in mi

"Correct" directory for group files

2006-02-19 Thread William Kranec
Hi, I have a photo collection which I would like multiple users to be able to access, and I would like to do this by storing the files in a central location on my disk and linking /home/$USER/photos to that directory. Where is the most appropriate place in the filesystem for this directory? I'

Re: thttpd with php

2006-02-19 Thread Christian Weisgerber
Stuart Henderson <[EMAIL PROTECTED]> wrote: > CGI is possibly the easiest way, bearing in mind you won't handle a high > PHP load with thttpd anyway (it serializes PHP requests even with the > module version). Other options - [...] lighttpd with fastcgi php? -- Christian "naddy" Weisgerber

Re: thttpd with php

2006-02-19 Thread Clint M. Sand
Sorry, I did not read like an idiot. Maybe this is more helpful. http://halplant.com:88/server/thttpd_FAQ.html#PHP On Sun, Feb 19, 2006 at 09:40:33AM -0500, Clint M. Sand wrote: > On Sun, Feb 19, 2006 at 03:31:47PM +0200, Kiraly Zoltan wrote: > > Anyone use thttpd webserver with PHP in OpenBS

Re: Redundant Failover Firewalls

2006-02-19 Thread Henning Brauer
* John Brooks <[EMAIL PROTECTED]> [2006-02-19 02:43]: > I am needing to build two identical failover firewalls > with openbsd, pf, pfsync, and carp. So far simple enough, > with so many articles and examples available. All of these > are using NAT. > > However, I am needing to use public IP's ou

Re: OpenBGPD dropping sessions.

2006-02-19 Thread tony sarendal
On 17/02/06, Henning Brauer <[EMAIL PROTECTED]> wrote: > > * Pete Bristow <[EMAIL PROTECTED]> [2006-02-17 13:16]: > > Feb 17 12:16:05 a bgpd[28123]: neighbor 217.112.a.b (BD01): state change > > Established -> Idle, reason: Connection closed > > > > Was all I got. > > and ther eis your reason, the

Re: nologin shell allows me to connect to FTP server

2006-02-19 Thread Otto Moerbeek
On Sun, 19 Feb 2006, MK wrote: > Hello to everybody > > I meant that nologin shell disallows access for user account on all services. > But I'm still able to connect to FTP server and POPA3D even that userID has > assigned nologin shell. Is it correct behaviour? If so, where is difference > betwe

Re: thttpd with php

2006-02-19 Thread Stuart Henderson
On 2006/02/19 15:31, Kiraly Zoltan wrote: > Anyone use thttpd webserver with PHP in OpenBSD? > > I don't know exactly what need to do to run this webserver with PHP in > OpenBSD. Exist a documentation which explain ? CGI is possibly the easiest way, bearing in mind you won't handle a high PHP loa

nologin shell allows me to connect to FTP server

2006-02-19 Thread MK
Hello to everybody I meant that nologin shell disallows access for user account on all services. But I'm still able to connect to FTP server and POPA3D even that userID has assigned nologin shell. Is it correct behaviour? If so, where is difference between nologin shell and false shell. Than

openbsd 3.8 on a nokia ip110 and the reboot problems (it hangs after a soft reboot)

2006-02-19 Thread [EMAIL PROTECTED]
hi all, i have a nokia ip110 (with 64mb ram), an it work BUT it hase some quirks. my doing for the install: boot the nokia ip with the org OS (ipso) and save the dmesg! (for the mac adresses of the NIC, the mac sore in the eprom of the intel nic on the IP is not the as nomal, no problem if whe sa

Re: thttpd with php

2006-02-19 Thread Clint M. Sand
On Sun, Feb 19, 2006 at 03:31:47PM +0200, Kiraly Zoltan wrote: > Anyone use thttpd webserver with PHP in OpenBSD? > > I don't know exactly what need to do to run this webserver with PHP in > OpenBSD. Exist a documentation which explain ? > > Thanks ! $ cd /usr/ports/ $ make search key=thttpd Por

thttpd with php

2006-02-19 Thread Kiraly Zoltan
Anyone use thttpd webserver with PHP in OpenBSD? I don't know exactly what need to do to run this webserver with PHP in OpenBSD. Exist a documentation which explain ? Thanks !