Re: Polling code at http://info.iet.unipi.it/~luigi/polling/

2001-12-11 Thread Luigi Rizzo
On Tue, Dec 11, 2001 at 10:07:03PM -0500, Mike Tancsa wrote: > > Hi, it looks like it patches OK, but when compiling, Whoops... missing one chunk for net/if.h, I have updated the web page and the patchfile, or you can just apply the following: cheers luigi Index: if.h =

Re: Polling code at http://info.iet.unipi.it/~luigi/polling/

2001-12-11 Thread Mike Tancsa
Hi, it looks like it patches OK, but when compiling, ruby3# make cc -c -x assembler-with-cpp -DLOCORE -O -pipe -march=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I

RE: 1 IP - 1 Firewall - 2 Webservers

2001-12-11 Thread Kelly Yancey
On Wed, 12 Dec 2001, Tom Peck wrote: > YES! That's exactly the problem! Your memory is obviously far superior to > most :-). > That's a scary proposition indeed! :) > > Of course, if you have the source to your web server (i.e. apache) then you > >could teach it to populate REMOTE_HOST w

RE: 1 IP - 1 Firewall - 2 Webservers

2001-12-11 Thread Kelly Yancey
A quick search of google revealed that there is an apache module for this specific purpose: http://web.systhug.com/mod_extract_forwarded/. So, if you are using apache, this appears to do everything you need on the web-server side. You might want to also look at the squid FAQ: http://www

RE: 1 IP - 1 Firewall - 2 Webservers

2001-12-11 Thread Tom Peck
Hi Kelly! At 18:18 11/12/2001 -0800, you wrote: > I have to apologize, I deleted the original post, but as I recall you have >the actual forwarding working dandy. The only concern, which everyone has >failed to address, is that you want the NAT'ed web servers to know the >originating IP address

RE: 1 IP - 1 Firewall - 2 Webservers

2001-12-11 Thread Darcy Buskermolen
You can configure your cache server to send an X-header with the originateing IP, and then use that.. At 06:18 PM 12/11/01 -0800, Kelly Yancey wrote: >On Wed, 12 Dec 2001, Tom Peck wrote: > >> Hi Julian >> >> Yes, we currently have Squid serving this purpose - but as I stated in my >> first em

RE: 1 IP - 1 Firewall - 2 Webservers

2001-12-11 Thread Kelly Yancey
On Wed, 12 Dec 2001, Tom Peck wrote: > Hi Julian > > Yes, we currently have Squid serving this purpose - but as I stated in my > first email, ALL incoming Client IP's and Addresses are always that of the > GATEWAY_BOX - so for website security and logs, this isn't the best > option.. I have

Re: Should I merge KAME's NATPT?

2001-12-11 Thread SUMIKAWA Munechika
Nick, > I asked a couple days ago on -net and heard nothing back, but I really > don't want to step on anyone's toes. > > I have successfully merged NATPT from KAME's latest snapshot. It was so > easy I am a bit surprised no one has done it already. It just drops > right in with a slight merg

Polling code at http://info.iet.unipi.it/~luigi/polling/

2001-12-11 Thread Luigi Rizzo
[Bcc to committers and -stable as relevant there, but please keep the discussion on -net if any] I have put up a web page with the latest version of the device polling patches, both for -stable and -current, at http://info.iet.unipi.it/~luigi/polling/ so new versions will be available t

RE: 1 IP - 1 Firewall - 2 Webservers

2001-12-11 Thread Tom Peck
Hi Julian Yes, we currently have Squid serving this purpose - but as I stated in my first email, ALL incoming Client IP's and Addresses are always that of the GATEWAY_BOX - so for website security and logs, this isn't the best option.. I have yet to try Apache, but I have heard it acts in the

Re: 1 IP - 1 Firewall - 2 Webservers

2001-12-11 Thread Lars Eggert
Tom Peck wrote: > How would this work? The two web servers aren't accessible straight > from the Internet - traffic goes via the gateway box. I bet he forgot to mention that the gateway is also a NAT box. Since squid does app-level relaying, HTTP isn't affected. Lars -- Lars Eggert <[EMAIL

RE: 1 IP - 1 Firewall - 2 Webservers

2001-12-11 Thread Julian Elischer
Actually I misunderstood your original requirement that the load be split by domain. all you want to do is run apache or squid as a proxy on the forst machine with the proxy fetching the work from the two back-end machines. On Wed, 12 Dec 2001, Tom Peck wrote: > Hi John > > How would this wo

RE: 1 IP - 1 Firewall - 2 Webservers

2001-12-11 Thread Tom Peck
Hi John How would this work? The two web servers aren't accessible straight from the Internet - traffic goes via the gateway box. Or do you mean why have two web servers? Why not put both domains on the one server and then port forward? That would be nice, but the two different servers are

Re[2]: Help! Server unexpectedly stops respond...

2001-12-11 Thread Smirnov Konstantin
Hello Josh, Tuesday, December 11, 2001, 2:13:58 PM, you wrote: JP> This could be a lot of things, but without more info, it's hard to JP> make any judgements at all. I will ask on question, though: What is JP> MAXUSERS set to in your kernel? Of course, I've should mention it in previous letter

Re: Problems with mpd-netgraph and Stable

2001-12-11 Thread Julian Elischer
can you compile a debug kernel? (config -g MYKERNEL) and set dumps on (check rc.conf for the dumpon options) then we can get a propper backtrace.. (do you have the modules compiled in or are you loading them?) (prefer compiled in) On Tue, 11 Dec 2001, Mark A Gebert wrote: > I'm trying to do pp

Re: SCTP

2001-12-11 Thread Romain Berrendonner
Le 2001-12-11 19:07 UTC+0100, Romain Berrendonner a ecrit: > Hi all, > > Does anybody know a SCTP (RFC ) implementation in FreeBSD ? > Off course, I meant 8) RFC 2960 Stream Control Transmission Protocol. R. Stewart, Q. Xie, K. Morneault, C. Sharp, H. Schwarzbauer, T. Taylor, I. R

Re: Problems with mpd-netgraph and Stable

2001-12-11 Thread Lars Eggert
Mark A Gebert wrote: > I'm trying to do pptp with mpd-netgraph and a stable kernel build from a day > ago. Everytime I run it on my IBM T-20 laptop (with fxp interface), it > negotiates the link and as it's ready to be used the laptop crashes: I've seen mpd crashes with Cisco VPN servers that

SCTP

2001-12-11 Thread Romain Berrendonner
Hi all, Does anybody know a SCTP (RFC ) implementation in FreeBSD ? -- Romain Berrendonner [EMAIL PROTECTED] PGP Key fingerprint: 9416 A340 5934 388F FC44 34C2 AD80 555E 9CBE D8CB To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebs

Problems with mpd-netgraph and Stable

2001-12-11 Thread Mark A Gebert
I'm trying to do pptp with mpd-netgraph and a stable kernel build from a day ago. Everytime I run it on my IBM T-20 laptop (with fxp interface), it negotiates the link and as it's ready to be used the laptop crashes: Dec 10 14:03:34 tigger /kernel: rupt mask = net tty bio cam Dec

Intel PRO/Wireless 5000 Lan PCI

2001-12-11 Thread Vladimir Terziev
Hi all, I've searched the documentation, but couldn't find the answer of the following question. Does FreeBSD supports Intel PRO/Wireless 5000 Lan PCI adapter? regards, Vladimir To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-n

Re: do we really need NETISR_foo == AF_foo ?

2001-12-11 Thread John Polstra
In article <[EMAIL PROTECTED]>, Luigi Rizzo <[EMAIL PROTECTED]> wrote: > However, I was wonder if it is really necessary that NETISR_foo has > the same value as AF_foo, or it is possible to shift up values and > fill holes to free the last bit ? I've never been able to find any reason at all why

Re: Help! Server unexpectedly stops respond...

2001-12-11 Thread Josh Paetzel
On Tue, Dec 11, 2001 at 06:51:44PM +0300, Smirnov Konstantin wrote: > Hi guys! > > We have a high-load webserver on FreeBSD 4.1.1 (~40 Apache connections at > time with keep-alive switched off). > Day after day we bump into following: server unexpectedly stops all > data transfers. It responds on

Adding new networking protocol (ax.25)

2001-12-11 Thread Aleksander Rozman - Andy
Hi People ! I was planing some time now, to try to add ax25 (packet radio) protocols, so we could use packet radio with FreeBSD. Now I was wondering if any of you has seen any special documentation that could help me with that. I was told that TCP/IP Illustrated Volume 2, was great book for

RE: 1 IP - 1 Firewall - 2 Webservers

2001-12-11 Thread Edstrom Johan
Why just not use Apache virtual hosts? Or is it the cacheing you wish to do smarter? To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Help! Server unexpectedly stops respond...

2001-12-11 Thread Smirnov Konstantin
Hi guys! We have a high-load webserver on FreeBSD 4.1.1 (~40 Apache connections at time with keep-alive switched off). Day after day we bump into following: server unexpectedly stops all data transfers. It responds on PING, and can open new sockets, but can't send or receive anything. 'top' repor