Tcp connections dropping out after 5 minutes

2005-09-08 Thread Gordon Chalmers
This is getting close to OT but they are OpenBSD firewalls. I am getting connections dropping out after being idle for exactly 5 minutes The servers are 3.2 and 3.5 - (I know time to upgrade) The dropouts occur on ssh as well as a redirected telnet session to an internal server. I am testing with

Re: Pf rule for carp and round-robin

2005-09-08 Thread ed
On Thu, 8 Sep 2005 16:07:27 -0400 "Monah Baki" <[EMAIL PROTECTED]> wrote: > { $web_srvr1, $web_srvr2 } round-robin sticky-address Try rdr on $ext_if proto tcp from any to $carp5 port 80 \ -> { $web_srvr1, $web_srvr2 } round-robin source-hash The above may be incorrect so you should check out t

the joys of spamd

2005-09-08 Thread Kevin
Helo misc@ For those of you that haven't yet tried it, I love OpenBSD's spamd and recommend it with two thumbs up. At the behest of Jason Dixon, I (finally) set up spamd ~ a week ago, and since then, it's *amazing* to see how many miscreants are getting caught up in it. Our spam, previously ~

Re: superviser daemon

2005-09-08 Thread Lars Hansson
On Thu, 8 Sep 2005 20:10:48 -0300 Gustavo Rios <[EMAIL PROTECTED]> wrote: > 0) Very high process overhead, i.e., each pair > requires 2 other process for monitoring, and Considering how small these processes are it's not a real problem on any even remotely modern hardware. > 1) djb license: i be

Re: OpenBSD website Design.

2005-09-08 Thread Nick Holland
Siju George wrote: > Hi, > > One of my friends sent me this new OpenBSD website design he created. > Please have a look at it :-D > > http://mayuresh.freeshell.org/openbsd/ > > Thankyou so much > > Kind Regards > > Siju Changing the basic website look isn't something we are going to do lightl

Re: Slow connection / route unreachable

2005-09-08 Thread Uwe Dippel
On Thu, 08 Sep 2005 11:14:20 -0400, Michel Hubert wrote: > First there is 2 computers on 2 differents networks > > Computer1 (10.10.0.2) --- (10.10.0.5) OpenBSD 3.5 router --- (10.10.0.1) > Novell router (10.0.0.1) --- Computer2 (10.0.0.11) > > 10.10.0.0/24 = ethernet > 10.0.0.0/24 = Token-ring

Re: Solaris DTrace on OpenBSD ?

2005-09-08 Thread Ted Unangst
On Thu, 8 Sep 2005, Uwe Dippel wrote: > Any chance to see it in here; one day ? if somebody does it.. -- And that's why we've come to you.

Re: ifconfig gem0 lladdr

2005-09-08 Thread Ted Unangst
On Thu, 8 Sep 2005, Troex Nevelin wrote: > This is not an ARP problem, because i change MAC before bringing up > network and i tried "arp -da" but i didn't help, as i said NIC begins to work > only in promiscuous mode this is a good sign the driver needs to be fixed. (or the chip just can't be g

Re: superviser daemon

2005-09-08 Thread Damien Miller
On Thu, 8 Sep 2005, Gustavo Rios wrote: Ok, i see! What, then, should i address more? There is no guarantee that 3rd party code will be included in OpenBSD. Frankly, the odds are against importing random software into base unless it is quite wonderful, but getting software in to ports is som

Re: Solaris DTrace on OpenBSD ?

2005-09-08 Thread Jason Dixon
On Sep 8, 2005, at 7:46 PM, Edd Barrett wrote: Any chance to see it in here; one day ? No. (CDDL) how about as a port? I don't mean this to be inflammatory, but that's a stupid question. If someone writes a yet-to-exist port for some yet-to-exist software, and the quality meets the p

Re: superviser daemon

2005-09-08 Thread Gustavo Rios
Ok, i see! What, then, should i address more? Thanks once more. 2005/9/8, Damien Miller <[EMAIL PROTECTED]>: > On Thu, 8 Sep 2005, Gustavo Rios wrote: > > > By using BSD license, would i be able to confidently consider my tools > > to be included wihtin OBSD? > > this is a necessary but by no m

Re: Solaris DTrace on OpenBSD ?

2005-09-08 Thread Edd Barrett
> > Any chance to see it in here; one day ? > > No. (CDDL) > how about as a port? regards edd

Re: Guidelines for kern.maxfiles and kern.maxvnodes...

2005-09-08 Thread Damien Miller
On Thu, 8 Sep 2005, Jeff Ross wrote: This morning httpd was failing to deliver files because of a "too many open files" error. I'd previously bumped kern.maxfiles from the default 1772 to 2048 and kern.maxvnodes from its default 1310 to 2048, so this morning I doubled them both to 4096. You p

Re: superviser daemon

2005-09-08 Thread Damien Miller
On Thu, 8 Sep 2005, Gustavo Rios wrote: By using BSD license, would i be able to confidently consider my tools to be included wihtin OBSD? this is a necessary but by no means sufficient quality.

superviser daemon

2005-09-08 Thread Gustavo Rios
Hey folks, i am using obsd for a shell server access. For monitoring daemons, i use DJB daemontools. What i dislike about it, is: 0) Very high process overhead, i.e., each pair requires 2 other process for monitoring, and 1) djb license: i believe the old abd good BSD one. So, i decided to came

Re: Guidelines for kern.maxfiles and kern.maxvnodes...

2005-09-08 Thread Adam
On Thu, 08 Sep 2005 15:05:11 -0600 "Jeff Ross" <[EMAIL PROTECTED]> wrote: > I posted the following message to misc@ last May 31 but got no > replies. The problem has gotten worse, even though I've now raised > > kern.maxfiles=16384 > kern.maxvnodes=16384. Don't forget to make sure your login.con

Re: Guidelines for kern.maxfiles and kern.maxvnodes...

2005-09-08 Thread Darrin Chandler
fd leak in apache? on one of our reverse proxies we have MaxKeepAliveRequests and MaxRequestsPerChild set so as to make it difficult to leak. This made our proxy go from running out of 4000 fds in a day to averaging about 120 fds in use. From what I've seen it's usually MaxRequestsPerChild t

Re: Guidelines for kern.maxfiles and kern.maxvnodes...

2005-09-08 Thread Chris Kuethe
On 9/8/05, Jeff Ross <[EMAIL PROTECTED]> wrote: > I posted the following message to misc@ last May 31 but got no replies. > The problem has gotten worse, even though I've now raised > > kern.maxfiles=16384 > kern.maxvnodes=16384. > > Here is the original message, with a current dmesg and /etc/sys

Guidelines for kern.maxfiles and kern.maxvnodes...

2005-09-08 Thread Jeff Ross
I posted the following message to misc@ last May 31 but got no replies. The problem has gotten worse, even though I've now raised kern.maxfiles=16384 kern.maxvnodes=16384. Here is the original message, with a current dmesg and /etc/sysctl.conf: Hi all, This morning httpd was failing to deliver

max preshared key length in isakmpd?

2005-09-08 Thread Mitja Muženič
Does anyone know what is the max length of the preshared key in Authentication= field? A pointer to a IKE RFC would be also nice, if the key size is defined somewhere. Google told me some Ciscos accept up to 48 characters as PSK, but couldn't find anything more specific. I'm trying to connect to a

Pf rule for carp and round-robin

2005-09-08 Thread Monah Baki
Hi all, I'm having problems implementing round-robin on a carp interface. The rule that I have is rdr on $ext_if proto tcp from any to $carp5 port 80 \ -> { $web_srvr1, $web_srvr2 } round-robin sticky-address Does this look correct?, it works if I remove: { $web_srvr1, $web_srvr2 }

Re: ppp over ssh

2005-09-08 Thread Okan Demirmen
(pardon, this mail may become a dup) On Wed 2005.09.07 at 19:27 -0401, yippy ya yah wrote: > trying to get a ppp tunnel over ssh working as you've received other replies, i've been using the inetd loopback trick for sometime now. yes, as it was noted, ugly. but it was a quick workaround for m

Re: ifconfig gem0 lladdr

2005-09-08 Thread Troex Nevelin
On 8 SEN 2005, at 21:10, ober wrote: try running arp -da This is not an ARP problem, because i change MAC before bringing up network and i tried "arp -da" but i didn't help, as i said NIC begins to work only in promiscuous mode -- born to create future Troex Nevelin ([EMAIL

Re: ppp over ssh

2005-09-08 Thread Per-Olov Sjöholm
On Thursday 08 September 2005 01.28, yippy ya yah wrote: > trying to get a ppp tunnel over ssh working > > server/gateway > --- > ip.inet.net.forwarding=1 > > /etc/ppp/ppp.conf > vpn: > allow mode direct > set ifaddr 10.1.1.1 10.1.1.2 255.255.255.255 > > /etc/sudoers: > pppus

Re: ifconfig gem0 lladdr

2005-09-08 Thread ober
try running arp -da -Ober On Thu, 8 Sep 2005, Troex Nevelin wrote: I change MAC on current/macppc with "ifconfig gem0 lladdr MAC" and networking stop working, i run tcpdump to see what happens and networking works again while tcpdump is running, if i run "tcpdump -p" network won't work. Look

Re: ifconfig gem0 lladdr (dmesg)

2005-09-08 Thread Troex Nevelin
[ using 323864 bytes of bsd ELF symbol table ] console out [ATY,Bee_A]console in [keyboard] ADB found using parent ATY,BeeParent:: memaddr 9800 size 800, : consaddr 9c008000, : ioaddr 9002, size 2: memtag 8000, iotag 8000: width 1024 linebytes 1024 height 768 depth 8 Copyright (

ifconfig gem0 lladdr

2005-09-08 Thread Troex Nevelin
I change MAC on current/macppc with "ifconfig gem0 lladdr MAC" and networking stop working, i run tcpdump to see what happens and networking works again while tcpdump is running, if i run "tcpdump -p" network won't work. Looks like after MAC change NIC works only in promiscuous mode. Without MAC c

Re: isakmpd/x509 - 'default-phase-1-id' required? (user-fqdn)

2005-09-08 Thread jared r r spiegel
On Thu, Sep 08, 2005 at 07:25:52AM -0600, jared r r spiegel wrote: mis-format on the two configs, please split them thus: > -[peer a] > [general] > #default-phase-1-id=id1hklocal > > [phase 2] > connections=cx > > [id1p54c] > id-type=us

Re: scp Remote -> Remote fails

2005-09-08 Thread Andreas Käser
Roy Morris wrote: I know this is not 'exactly' openbsd directly related but I'll give it a go anyway. I am trying to copy remote 2 remote, basically to change the name of a file. It appears that the first half of the command works fine but the second half get an authentication failure. I am not s

Re: Solaris DTrace on OpenBSD ?

2005-09-08 Thread Jason Dixon
On Sep 8, 2005, at 11:22 AM, Uwe Dippel wrote: Just read :DTrace comes to FreeBSD. (http://bsd.slashdot.org/article.pl? sid=05/09/08/1217229&tid=102&tid=7&tid=218) Is *coming to* and *comes to* are two different things. Devon just started on this, there's no idea how long or if it will eve

Re: Migration to PF - some questions

2005-09-08 Thread Nico Meijer
Hi Stephan, > Well, if I suggested to port netfilter to OpenBSD I would most > probably be killed in seconds. ;) If you're lucky. ;-) You might want to check http://openbsd.unixtech.be/books.html and more specifically get a hold of Jacek's book. HTH... Nico

Slow connection / route unreachable

2005-09-08 Thread Michel Hubert
Hi, Im running 3.5 (will install 3.7 soon) and I got slow transfer on a computer since the last time I rebooted my router. First there is 2 computers on 2 differents networks Computer1 (10.10.0.2) --- (10.10.0.5) OpenBSD 3.5 router --- (10.10.0.1) Novell router (10.0.0.1) --- Computer2 (10.0

Re: Migration to PF - some questions

2005-09-08 Thread Gaby vanhegan
On 8 Sep 2005, at 16:13, Erik Wikstrvm wrote: >> # Put this macro at the top >> if_dmz="xl2" >> # Later on in the ruleset, deny everything but smtp to the DMZ >> block in on $if_dmz keep state >> pass in on $if_dmz from any to 1.2.3.4 port smtp keep state > > Wouldn't that block traffic from the

Re: scp Remote -> Remote fails

2005-09-08 Thread Mike Hernandez
On 9/8/05, Roy Morris <[EMAIL PROTECTED]> wrote: > I know this is not 'exactly' openbsd directly related but > I'll give it a go anyway. I am trying to copy remote 2 > remote, basically to change the name of a file. If you are working with remote files only, and you know they exist, why not just

Re: Migration to PF - some questions

2005-09-08 Thread Daniel Hamlin
Stephan A. Rickauer wrote: Gaby vanhegan wrote: > $if_in="xl0" $if_out="xl1" pass in on $if_in keep state pass out on $if_out keep state Ok, let's stick to that example. Imagine a firewall having three interfaces connecting Internet, LAN and DMZ. When I would like to allow SMTP traffic t

Re: scp Remote -> Remote fails [Solved]

2005-09-08 Thread Roy Morris
i think the idea is that src-host has to have pubkey auth to the dst-host and make sure src knows dst's hostkey too! cu what I did was use sftp with the -b option. As you mention as long as the public key auth is in place, it all works as expected. Thanks Rm

Solaris DTrace on OpenBSD ?

2005-09-08 Thread Uwe Dippel
Just read :DTrace comes to FreeBSD. (http://bsd.slashdot.org/article.pl?sid=05/09/08/1217229&tid=102&tid=7&tid=218) Any chance to see it in here; one day ? Would be cool ... wouldn't it ? Or do we see licence problems ? Just asking, Uwe

Re: Migration to PF - some questions

2005-09-08 Thread Erik Wikström
On 2005-09-08 16:51, Gaby vanhegan wrote: On 8 Sep 2005, at 15:32, Stephan A. Rickauer wrote: Gaby vanhegan wrote: $if_in="xl0" $if_out="xl1" pass in on $if_in keep state pass out on $if_out keep state Ok, let's stick to that example. Imagine a firewall having three interfaces connecting In

Re: Ethereal 0.10.12

2005-09-08 Thread ober
The patch for tethereal(1) is at http://www.linbsd.org/setuid_tethereal.patch This only works for capture mode. It takes an extra -u option for the user. So create user _ethereal then run tethereal -Nn -tad -u _ethereal -w foo or decode the output. Either way this should remove the issue of ro

Re: scp Remote -> Remote fails

2005-09-08 Thread Michael Shalayeff
Making, drinking tea and reading an opus magnum from Roy Morris: [Charset ISO-8859-1 unsupported, filtering to ASCII...] > I know this is not 'exactly' openbsd directly related but > I'll give it a go anyway. I am trying to copy remote 2 > remote, basically to change the name of a file. It appears

Re: Ethereal 0.10.12

2005-09-08 Thread Gregory Steuck
> "Bruno" == Bruno Rohee <[EMAIL PROTECTED]> writes: Bruno> Capturing traffic by some other mean then analysing it with Bruno> Ethereal under an unprivileged account might be safe, Bruno> actually capturing an analysing traffic with Ethereal is Bruno> definitely not, given its

Re: Migration to PF - some questions

2005-09-08 Thread Spruell, Darren-Perot
From: Stephan A. Rickauer [mailto:[EMAIL PROTECTED] > Gaby vanhegan wrote: > > $if_in="xl0" > > $if_out="xl1" > > pass in on $if_in keep state > > pass out on $if_out keep state > > Ok, let's stick to that example. Imagine a firewall having three > interfaces connecting Internet, LAN and DMZ. W

Re: Migration to PF - some questions

2005-09-08 Thread Stuart Henderson
--On 08 September 2005 16:32 +0200, Stephan A. Rickauer wrote: $if_in="xl0" $if_out="xl1" pass in on $if_in keep state pass out on $if_out keep state Ok, let's stick to that example. Imagine a firewall having three interfaces connecting Internet, LAN and DMZ. When I would like to allow SMTP tr

Re: Migration to PF - some questions

2005-09-08 Thread Gaby vanhegan
On 8 Sep 2005, at 15:32, Stephan A. Rickauer wrote: Gaby vanhegan wrote: $if_in="xl0" $if_out="xl1" pass in on $if_in keep state pass out on $if_out keep state Ok, let's stick to that example. Imagine a firewall having three interfaces connecting Internet, LAN and DMZ. When I would like to

Re: Migration to PF - some questions

2005-09-08 Thread Stephan A. Rickauer
Gaby vanhegan wrote: I came across the problem from the other direction. I found that I needed to learn netfilter for use on a FreeBSD box. I grappled with it for a couple of hours before finding out that it was quicker and easier to build pf into the kernel and use that under FreeBSD. 2

Re: Migration to PF - some questions

2005-09-08 Thread Michał Ful
9/8/2005, "Stephan A. Rickauer" <[EMAIL PROTECTED]> napisa3(a): >Micha3 Ful wrote: >> I had similar problem few months ago. In my case I used fwbuilder to >> check how my netfilter rules looks in pf syntax. It was very helpful. > >Good that you mention that. I also use fwbuilder to manage my rule

Re: Migration to PF - some questions

2005-09-08 Thread Gaby vanhegan
On 8 Sep 2005, at 15:18, Stephan A. Rickauer wrote: >> I had similar problem few months ago. In my case I used fwbuilder to >> check how my netfilter rules looks in pf syntax. It was very helpful. > > Good that you mention that. I also use fwbuilder to manage my rule > sets with netfilter. I tho

Re: Migration to PF - some questions

2005-09-08 Thread Stephan A. Rickauer
Gaby vanhegan wrote: > $if_in="xl0" $if_out="xl1" pass in on $if_in keep state pass out on $if_out keep state Ok, let's stick to that example. Imagine a firewall having three interfaces connecting Internet, LAN and DMZ. When I would like to allow SMTP traffic to my mail server in the DMZ, fr

Re: Migration to PF - some questions

2005-09-08 Thread Stephan A. Rickauer
Micha3 Ful wrote: I had similar problem few months ago. In my case I used fwbuilder to check how my netfilter rules looks in pf syntax. It was very helpful. Good that you mention that. I also use fwbuilder to manage my rule sets with netfilter. I thought I could simply 'compile' a pf rule set

scp Remote -> Remote fails

2005-09-08 Thread Roy Morris
I know this is not 'exactly' openbsd directly related but I'll give it a go anyway. I am trying to copy remote 2 remote, basically to change the name of a file. It appears that the first half of the command works fine but the second half get an authentication failure. I am not sure if this was by

Re: Migration to PF - some questions

2005-09-08 Thread Gaby vanhegan
On 8 Sep 2005, at 14:55, Stephan A. Rickauer wrote: > Ok, I'll make it more concrete. If a machine has traffic going over > two interfaces (router) a netfilter rule would look like this: > > iptables -A FORWARD -i in-iface -o out-iface ... > > It looks like with pf one achieves that with: > >

Re: Migration to PF - some questions

2005-09-08 Thread Stuart Henderson
--On 08 September 2005 15:55 +0200, Stephan A. Rickauer wrote: Ok, I'll make it more concrete. If a machine has traffic going over two interfaces (router) a netfilter rule would look like this: iptables -A FORWARD -i in-iface -o out-iface ... It looks like with pf one achieves that with:

Re: Migration to PF - some questions

2005-09-08 Thread Michał Ful
9/8/2005, "Stephan A. Rickauer" <[EMAIL PROTECTED]> napisa3(a): >Thanks to the kind help on this list, my test firewall successfully runs >OpenBSD 3.7 and is basically configured. I now need to think about >migrating my existing netfilter rule set to pf and would like to ask >also some general que

Re: Migration to PF - some questions

2005-09-08 Thread Stephan A. Rickauer
Ok, I'll make it more concrete. If a machine has traffic going over two interfaces (router) a netfilter rule would look like this: iptables -A FORWARD -i in-iface -o out-iface ... It looks like with pf one achieves that with: pass in on in-iface ... pass out on out-iface ... Is that bas

Re: firewall products

2005-09-08 Thread Stuart Henderson
--On 08 September 2005 14:53 +0200, Florian wrote: ok, squid, but what about POP and SMTP ? What are you looking for in POP or SMTP proxies? pop-gw from fwtk might suit your POP requirement, but PF rdr might be equally suitable (especially combined with authpf to give strong authentication,

Re: Migration to PF - some questions

2005-09-08 Thread Guido Tschakert
Hello On 8 Sep 2005, at 13:55, Stephan A. Rickauer wrote: Thanks to the kind help on this list, my test firewall successfully runs OpenBSD 3.7 and is basically configured. I now need to think about migrating my existing netfilter rule set to pf and would like to ask also some general que

Re: Migration to PF - some questions

2005-09-08 Thread Stuart Henderson
--On 08 September 2005 14:55 +0200, Stephan A. Rickauer wrote: If I understand correctly, pf has no 'forward' chain like netfiler (which is probably by design). I'm guessing at what netfilter 'forward chain' means here since (presumably like many people here) I don't have much need to admin

Re: firewall products

2005-09-08 Thread Guido Tschakert
Florian wrote: ok, squid, but what about POP and SMTP ? Hmm, Proxy for smtp? What about sendmail, postfix, qmail, etc? Almost every MTA should work as a smtp proxy (i.e. is a smtp proxy) Proxy for pop? Never used one of them but have you looked at balance-2.33.tgz nylon-1.2.tgz proxy-suite

isakmpd/x509 - 'default-phase-1-id' required? (user-fqdn)

2005-09-08 Thread jared r r spiegel
i've been trying to write an isakmpd.conf for two peers to establish IPsec after using x509 certs for Phase 1. each peer has a copy of the CA cert in /etc/isakmpd/ca, has their own public cert in /etc/isakmpd/certs, and their private key in /etc/isakmpd/private. i used the procedure doc

Re: firewall products

2005-09-08 Thread Florian
Thank you everyone

Re: Ethereal 0.10.12 [X-Post, Sorry!]

2005-09-08 Thread Sebastian .Rother
Sebastian .Rother schrieb: Jakob Schlyter schrieb: On Thu, 8 Sep 2005, Matt Jibson wrote: I believe that Ethereal has improved greatly since when it was removed from ports. surely, but has security improved? does it have privsep? until that has changed, ethereal will not come back. sor

Re: Migration to PF - some questions

2005-09-08 Thread Andre Lucas
Hi, You can use rdr pass rules so you only have 1 rule setting I Don't know if you can use logging on that rule Kind regards -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gaby vanhegan Sent: donderdag 8 september 2005 15:05 To: misc@openbsd.org Subjec

Re: Ethereal 0.10.12

2005-09-08 Thread Bruno Rohee
On Thu, Sep 08, 2005 at 03:10:41PM +0200, Sebastian .Rother wrote: > > > >surely, but has security improved? does it have privsep? until that > >has changed, ethereal will not come back. sorry. > > > >jakob > > > Then drop all ports! > Has Gnome Priv-Sep? hydra? nmap? KDE? xpdf? XMMS? mplaye

Re: firewall products

2005-09-08 Thread Bill
We use Postfix to handle incoming and outgoing mail routing (with some cbl's). POP we just use dovecot on our mail server... we don't do anything to proxy it... On Thu, 8 Sep 2005 14:53:57 +0200 "Florian" <[EMAIL PROTECTED]> wrote: > ok, squid, but what about POP and SMTP ? > -- Bill Chm

Re: Ethereal 0.10.12

2005-09-08 Thread Sebastian .Rother
Jakob Schlyter schrieb: On Thu, 8 Sep 2005, Matt Jibson wrote: I believe that Ethereal has improved greatly since when it was removed from ports. surely, but has security improved? does it have privsep? until that has changed, ethereal will not come back. sorry. jakob Then drop a

Re: Migration to PF - some questions

2005-09-08 Thread Gaby vanhegan
On 8 Sep 2005, at 13:55, Stephan A. Rickauer wrote: > Thanks to the kind help on this list, my test firewall successfully > runs OpenBSD 3.7 and is basically configured. I now need to think > about migrating my existing netfilter rule set to pf and would like > to ask also some general quest

Re: firewall products

2005-09-08 Thread Reyk Floeter
On Thu, Sep 08, 2005 at 02:53:57PM +0200, Florian wrote: > ok, squid, but what about POP and SMTP ? spamd(8) is something like a SMTP proxy reyk -- /* .vantronix|secure systems - (research & development) * reyk floeter - friendly known free software engineer * [EMAIL PROTECTED] - http://team.

Re: OpenBSD website Design.

2005-09-08 Thread jabbott
I like the new design better. Looks better in Lynx too. --ja --

Migration to PF - some questions

2005-09-08 Thread Stephan A. Rickauer
Thanks to the kind help on this list, my test firewall successfully runs OpenBSD 3.7 and is basically configured. I now need to think about migrating my existing netfilter rule set to pf and would like to ask also some general questions to understand the concept(s) suffiently. If I understand

firewall products

2005-09-08 Thread Florian
ok, squid, but what about POP and SMTP ?

Re: OpenBSD website Design.

2005-09-08 Thread Siju George
On 9/8/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Quoting Siju George <[EMAIL PROTECTED]>: > > > Hi, > > > > One of my friends sent me this new OpenBSD website design he created. > > Please have a look at it :-D > > > > http://mayuresh.freeshell.org/openbsd/ > > > > Thankyou so much > > >

procmail DROPPRIVS and relaydb

2005-09-08 Thread Simon Morgan
I'm using a spam blocking setup utilizing procmail, relaydb, spamd-setup and pf. The problem is that if I specify DROPPRIVS in my /etc/procmailrc: DROPPRIVS=yes :0fw | /usr/local/bin/spamc :0c * ^X-Spam-Status: Yes | /usr/local/bin/relaydb -b :0: * ^X-Spam-Status: Yes in-x-spam :0c | /usr/loca

Re: ppp over ssh

2005-09-08 Thread Markus Friedl
recompiling sshd with includes.h:#define USE_PIPES 1 removed would also help. i think it's better to fix ppp(8)

Re: firewall products

2005-09-08 Thread Nils.Reuvers
squid -Original Message- From: Florian [mailto:[EMAIL PROTECTED] Sent: donderdag 8 september 2005 11:49 To: misc@openbsd.org Subject: firewall products good morning i'll have to build a complete firewall solution with OpenBSD. wich products do you prefer for sedcurity proxy integration

firewall products

2005-09-08 Thread Florian
good morning i'll have to build a complete firewall solution with OpenBSD. wich products do you prefer for sedcurity proxy integration for HTTP, FTP, POP, SMTP and GENERIC ? Thanks for answers florian

Re: OpenBSD website Design.

2005-09-08 Thread jimmy
Quoting Siju George <[EMAIL PROTECTED]>: > Hi, > > One of my friends sent me this new OpenBSD website design he created. > Please have a look at it :-D > > http://mayuresh.freeshell.org/openbsd/ > > Thankyou so much > > Kind Regards > > Siju > > It's clean and far more viewable in (e)links. I wo

Re: OpenBSD website Design.

2005-09-08 Thread chefren
On 09/08/05 06:29, Bruno S. Delbono wrote: Siju George wrote: Hi, One of my friends sent me this new OpenBSD website design he created. Please have a look at it :-D http://mayuresh.freeshell.org/openbsd/ Fresh and neat. I like it. Very well structured. A linear setup so people can read w

El mensaje enviado a Apc.lac espera la aprobacion del moderador

2005-09-08 Thread apc . lac-bounces
El mensaje que ha enviado a la lista 'Apc.lac' y que versa sobre: (sin asunto) Ha sido retenido en espera de que el moderador de la lista lo revise y lo apruebe. Ha sido retenido por: Mensaje dirigido a una lista privada procedente de una direccisn que no pertenece a la lista O se mand

Re: ppp over ssh

2005-09-08 Thread Alexandre Ratchov
On Wed, Sep 07, 2005 at 07:27:24PM -0401, yippy ya yah wrote: > trying to get a ppp tunnel over ssh working > > server/gateway > --- > ip.inet.net.forwarding=1 > > /etc/ppp/ppp.conf > vpn: > allow mode direct > set ifaddr 10.1.1.1 10.1.1.2 255.255.255.255 > > /etc/sudoers: