Strange errors from BIND on FreeBSD 4.x system

2006-07-05 Thread Brett Glass
I'm working with a client's FreeBSD system (4.9 with patches) which is having trouble resolving certain domains but not others. When I try to execute the same queries using "dig", I see the error message res_nsend: Protocol not supported Via various search engines, I've seen hints that the pro

Re: SCTP

2006-07-05 Thread George V. Neville-Neil
At Mon, 03 Jul 2006 07:32:01 -0400, randall wrote: > > Bascially there are two socket models that > can be used by SCTP.. > > sd = socket(AF_INETX, SOCK_STREAM, IPPROTO_SCTP); > > or > > sd = socket(AF_INETX, SOCK_SEQPACKET, IPPROTO_SCTP); > > The first one will then look JUST like TCP... aka

Re: bpf seeing non-local traffic on lo0

2006-07-05 Thread Vlad GALU
On 7/5/06, Vlad GALU <[EMAIL PROTECTED]> wrote: I was debugging a dspam->clamav connection and I saw two packets which didn't belong to the loopback interface. The destination IP was assigned to one of the physical interfaces, and the source IP was somewhere on the internet. I've no idea how

bpf seeing non-local traffic on lo0

2006-07-05 Thread Vlad GALU
I was debugging a dspam->clamav connection and I saw two packets which didn't belong to the loopback interface. The destination IP was assigned to one of the physical interfaces, and the source IP was somewhere on the internet. I've no idea how to reproduce it. -- If it's there, and you can s

Re: SCTP

2006-07-05 Thread Randall Stewart
Bascially there are two socket models that can be used by SCTP.. sd = socket(AF_INETX, SOCK_STREAM, IPPROTO_SCTP); or sd = socket(AF_INETX, SOCK_SEQPACKET, IPPROTO_SCTP); The first one will then look JUST like TCP... aka you can take ANY TCP app you have and it will work... only thing you migh

Problem with routes when configuring IPv6 addresses

2006-07-05 Thread Jan Mikael Melen
Hello, I have a problem with routes in 6.1 when configuring IPv6 address using both autoconfigured addresses at the same time with statically configured addresses from different prefixes. If the host is not accepting router advertisements everything seems to work fine: # sysctl -a | grep rtad

if_rl VLAN support in RELENG_4

2006-07-05 Thread Dmitry Pryanishnikov
Hello! In RELENG_4, RealTek 8129/8139 driver rl(4) doesn't claim VLAN support (when I assign vlandev rl0, my vlan device initially gets mtu 1496). In modern (e.g. RELENG_6) systems if_rl claims native VLAN support. I've tried setting 'ifconfig vlan0 mtu 1500' for rl-based vlan device, and resu