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

Re: No buffer space available

2001-10-05 Thread Mike Silbersack
On Sat, 6 Oct 2001 [EMAIL PROTECTED] wrote: > I've run into problem that various prgorams (sendmail, ftpd) get often > "cannot create socket: No buffer space available" error. Box is > serving static html and images about 300 requests/sec, no shortage of > memory nor CPU resources. Kernel is com

No buffer space available

2001-10-05 Thread fbdn
I've run into problem that various prgorams (sendmail, ftpd) get often "cannot create socket: No buffer space available" error. Box is serving static html and images about 300 requests/sec, no shortage of memory nor CPU resources. Kernel is compiled with: maxusers256 options NMBC

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 far

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 2001

ifconfig quirks

2001-10-05 Thread Matthew
I just wanted to point out something strange I ran into on my test network with release 4.4. if I use "ifconfig xl1 inet 10.0.0.007 netmask 255.255.255.0" I get upon looking at the adapter inet 10.0.0.7 netmask 0xff00 broadcast 10.0.0.255 however when I use "ifconfig xl1 inet 10.0.0.034 netm

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, po

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

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 t

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 -- -- -- ---> inner network I installed FreeBSD 4.4-RELEASE and immediately update to 4-stable. Kernel configuration has: options IPFIREWALL #firewall options IPFIREWALL