Re: [CFR] whois(1) out-of-bound access patch

2001-10-05 Thread Peter Pentchev
On Thu, Oct 04, 2001 at 01:02:56PM -0400, Garrett Wollman wrote: On Thu, 4 Oct 2001 12:19:33 -0400, Mike Barcroft [EMAIL PROTECTED] said: - printf(%s\n, buf); + printf(%.*s\n, (int)len, buf); This is a *much* better patch. ..yet it needs more work: strstr() and

bridge + transparent proxy with 4-stable

2001-10-05 Thread CHOI Junho
Hi, Recently I've installed new bridge+ipfw at office. It is configured as: outer network -- router -- bridge -- main hub --- inner network I installed FreeBSD 4.4-RELEASE and immediately update to 4-stable. Kernel configuration has: options IPFIREWALL #firewall

Re: kernel welded?? (VERY off-topic)

2001-10-05 Thread [EMAIL PROTECTED]
firstly, my apologises for the misaddressed question to this list. The matter is already settled thanks to some list-friends which pointed me that the kernel_security_level (rc.conf) was the culprit. Under level 2 the kernel is set to 'unchangeable' - and no chflags are accepted either. Many

Re: bridge + transparent proxy with 4-stable

2001-10-05 Thread Hroi Sigurdsson
CHOI Junho wrote: After running squid, I've added this rule at top of rules(output of ipfw -a list). 208.2.3.200(not real IP) is our firewall. 00500 0 0 allow tcp from 208.2.3.200 to any via fxp0 00550 173 11165 fwd 127.0.0.1,3128 tcp from 208.2.3.128/25 to any 80

FreeBSD divert, redir, what?? :-\

2001-10-05 Thread [EMAIL PROTECTED]
maybe just my pain, but I am perusing everywhere (http://groups.google.com), also faq's, tutorials and so on, but I am not able to get a single reply (maybe I am too newbie even for the man pages - I cannot apply it to my question): I need to mount a server in a (sort of) dmz, serving http,

Re: ifconfig quirks

2001-10-05 Thread Thiago Damas
When you use numbers with a zero (0) as the first caracter, the C language think that is in octal. 007 in octal = 7 in decimal 034 in octal = 24 in decimal ... ... Then, use the ifconfig without the zero (0) in the first caracter On Fri, 5 Oct

multihomed, multirouted and balanced FreeBSD??

2001-10-05 Thread [EMAIL PROTECTED]
A friend of mine wants to exchange their's multi-homed linux box for a new FBSD one. The defy: 4 nic - 3 pointing to ADSL linkz (fixed ip), last one pointing to internal lan. Questions: Is it possible to have so many nic in a single FreeBSD box? How to enable 3 different routes there?? As

Re: multihomed, multirouted and balanced FreeBSD??

2001-10-05 Thread Mike Tancsa
On Fri, 5 Oct 2001 20:01:57 + (UTC), in sentex.lists.freebsd.net you wrote: A friend of mine wants to exchange their's multi-homed linux box for a new FBSD one. The defy: 4 nic - 3 pointing to ADSL linkz (fixed ip), last one pointing to internal lan. Questions: Is it possible to have so