Greetings all,
I'm currently STFWing for info on proper VRRP implementation on
FreeBSD.
My motivations are those mentioned by Terry in a -net thread last
July... Win2000 Advanced Server clustering is rather cool. I'd
like FreeBSD to similarly support multiple MAC addresses (and
emulate via mul
Greetings all,
I've been looking into running KRB5 and NIS. Alas, portmapped
services are somewhat firewall-unfriendly, a la FTP. True,
deny-by-default "keeps the bad guys out", but I can think of
instances where one might want to allow selected access from
specific IP addresses...
It also see
Greetings all,
Sorry for the hefty cross-post... I've been digging through
archives, and it seems that there was talk of this on -current
late October of 2000, including speculation that this was an
SMPng issue.
I'm running a D-Link DFE570TX four-port dc (21143xx, where xx is
TD if memory serves
Greetings all,
Any way to force the source address for an outbound SOCK_STREAM? I
know that one can do it for SOCK_DGRAM... but I've found no way to
do so for, say, a TCP connection.
Example:
+ dc0 has 192.168.0.1/24 as primary IP, 192.168.0.2/24 as alias
+ an outbound connection wishes to "co
> Date: Sat, 30 Jun 2001 00:18:37 -0600
> From: Wes Peters <[EMAIL PROTECTED]>
> Is there a command on FreeBSD to dump the contents of the fastforwarding
Not of which I'm aware, but I don't know.
> route cache? If not, this would be a good "junior kernel hacker" task
> as well.
Looking at arp
Greetings all,
I'm no kernel hacker, and trying to think of useful little projects to
change that. ;-)
AFAIK, FreeBSD lacks support for TCP intercept. Is anyone already working
on this? Would it be of interest to anyone? My initial thoughts are that
it should be implemented in the same neighb
> Date: Mon, 16 Apr 2001 12:10:19 -0700
> From: Kris Kennaway <[EMAIL PROTECTED]>
>
> I can't think of anything off the top of my head, but there was some
> reason why OpenBSD made this change:
>
> - ip_copy->ip_id = htons(ip_randomid());
> + ip_copy->ip_id = ip_randomid();
> +
> Date: Wed, 7 Mar 2001 17:10:09 -0600
> From: Tim <[EMAIL PROTECTED]>
>
> Now that the fxp driver seems to be outdated, what is recommended for
> those us that build servers on a regular basis? It's a shame, the Intel
> cards generally work best under Windoze as well and I hate to start
> buyin
> Read the man pages on socket -- then follow the suggestions
> in "SEE ALSO" and read those man pages. Of course, getting a hold of
> Unix Network Programming 2nd Ed. (vol 1 is enough) will be immensely
> helpful. You may also want to look for some programs on the net that
> use raw sockets