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
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
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
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
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
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
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
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
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
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
10 matches
Mail list logo