[PATCH] RFC 1948 sequence numbers, final(?) patch

2001-08-09 Thread Mike Silbersack
After much procrastination, I present the update RFC 1948 sequence number patch. Modifications have been made so that it more closely complies with RFC 1948, but still allows flexibility for sysadmins who want to reseed. Thanks go to Barney and Julian for suggesting these changes. I've done exte

PPPoE server setup + RADIUS

2001-08-09 Thread francisv
Hi all, We're currently experimenting with PPPoE on a FreeBSD 4.3-STABLE system with a Windows 98 client using RASPPPOE. I've found some instructions on the web on how to setup the PPPoE server and so far I've managed to make it run. We are using the RADIUS server of our upstream ISP for authent

Re: forwarding broadcast

2001-08-09 Thread Yu-Shun Wang
Hi, Sorry for not making it clear. I believe RFC 2644 actually suggested that routers MUST default to disabling directed broadcast except explicitly configured to do so. But I guess one can never be too careful. :-) yushun.

Re: forwarding broadcast

2001-08-09 Thread Warner Losh
In message <[EMAIL PROTECTED]> Yu-Shun Wang writes: : I think it's specified in RFC 2644. It might be useful : to site it in the comments of the code. There were several incidents in the early days of the internet when this functionality was in place that caused all kinds of problems.

binding second ip and that second ip rolls over to first.. why? how to fix it?

2001-08-09 Thread alexus
Hello let me cut to the chase and get on the subject... I'm running FreeBSD 4.3-STABLE (used to 4.3-RELEASE) I already had ip 66.92.98.145 su-2.05# host 66.92.98.145 145.98.92.66.IN-ADDR.ARPA domain name pointer oXyeTb.com su-2.05# and I wanted to bind ip 66.92.98.151 su-2.05# host 66.92.98.

RTM_NEWADDR

2001-08-09 Thread Garrett Wollman
< said: > I was wondering about RTM_NEWADDR. I have noticed that no such message > is generated when you add a new address to an interface with ifconfig. This may or may not be a bug. I'm inclined to say that it is a bug; a routing process should probably be informed when a new address is co

Setting Ti0 to half-duplex

2001-08-09 Thread Derek True
Hello, I'm currently trying to set my 3com 3C985-SX gigabit NIC to Half-Duplex. I've recompiled FreeBSD to include the ti driver but have been unsuccessful in setting it to Half-Duplex. I'm currently getting info from a fiber tap which only sends and cannot recieve. When it enters full-duplex

RTM_NEWADDR

2001-08-09 Thread Daniel C. Sobral
I was wondering about RTM_NEWADDR. I have noticed that no such message is generated when you add a new address to an interface with ifconfig. So I have two questions: is that what is expected? And how can I receive events whenever a new address is set on an interface? -- Daniel C. Sobral

Re: DNS and nslookup problem

2001-08-09 Thread Doug Reynolds
On Wed, 8 Aug 2001 21:54:11 -0500 (EST), Hassan Halta wrote: >Here's a problem, say I am using nslookup to look for ibm.net, but when I >do that, I will get ibm.net.cs.earlham.edu instead on ibm.net by itself, >or non existence domain...etc. At the beginning it seems to be a missing >period probl

Re: forwarding broadcast

2001-08-09 Thread Yu-Shun Wang
Hi, I think it's specified in RFC 2644. It might be useful to site it in the comments of the code. Regards, yushun. Yu-Shun Wang <[EMAIL PROTECTED]> Information Sciences I

Re: forwarding broadcast

2001-08-09 Thread Jonathan Chen
On Thu, Aug 09, 2001 at 12:57:47PM -0400, Bill Vermillion wrote: > On Thu, Aug 09, 2001 at 12:30:56PM -0400, Jonathan Chen thus sprach: > > On Thu, Aug 09, 2001 at 12:23:52PM -0400, Bill Vermillion wrote: > > > On Thu, Aug 09, 2001 at 11:36:38AM -0400, Jonathan Chen thus sprach: > > > > > > > On

Re: Netgraph

2001-08-09 Thread Marc Alvidrez
I think these two pages are a good place to start: http://www.daemonnews.org/23/netgraph.html http://www.elischer.org/netgraph/ (They were the first two to come up in Google.) -Marc "Those who do not understand Un

Re: forwarding broadcast

2001-08-09 Thread Bill Fenner
>We had directed-broadcast forwarding before, and it was removed. >Perhaps someone might examine the CVS logs to see when and why. | Revision 1.32 / Dec 20 1995 (5 years, 7 months ago) by wollman | | Demolish DIRECTED_BROADCAST. It was always a bad idea, and nobody uses it. I don't feel as s

Re: Netgraph

2001-08-09 Thread Brooks Davis
On Thu, Aug 09, 2001 at 05:32:54PM +0200, Christophe Prévotaux wrote: > I would like to know , where I can find a explanation > (tutorial) of the use and usage of netgraph ? > > the use : what it is used for , what it can do > the usage: how to use it http://www.daemonnews.org/23/netgraph.h

Re: forwarding broadcast

2001-08-09 Thread Garrett Wollman
< said: > So, your patch just adds the mentioned option -- which I'm fine with, > as long as the default is 0 as the RFC requires... We had directed-broadcast forwarding before, and it was removed. Perhaps someone might examine the CVS logs to see when and why. -GAWollman To Unsubscribe: send

Re: forwarding broadcast

2001-08-09 Thread Bill Vermillion
On Thu, Aug 09, 2001 at 12:30:56PM -0400, Jonathan Chen thus sprach: > On Thu, Aug 09, 2001 at 12:23:52PM -0400, Bill Vermillion wrote: > > On Thu, Aug 09, 2001 at 11:36:38AM -0400, Jonathan Chen thus sprach: > > > > > On FreeBSD -CURRENT and -STABLE, packets to broadcast addresses > > > are n

Re: forwarding broadcast

2001-08-09 Thread Bill Fenner
>On FreeBSD -CURRENT and -STABLE, packets to broadcast addresses are not >forwarded. "smurf" attacks love using broadcast forwarders. RFC 2644 says: > A router MAY have an option to enable receiving network-prefix- > directed broadcasts on an interface and MAY have an option to >

BPF and broadcasts (was Re: forwarding broadcast)

2001-08-09 Thread Bill Fenner
>One more thing, -CURRENT will stuff two copies of any broadcast into bpf, >it seems. This is because if_simloop() is broken. I proposed to un-break it a while ago and never got any feedback. http://www.FreeBSD.org/cgi/getmsg.cgi?fetch=198310+201485+/usr/local/www/db/text/2001/freebsd-net/200

Re: BIND 8.2.4, dynamic DNS feature is broken

2001-08-09 Thread Makoto MATSUSHITA
matusita> Attached below is an output of gdb. There is a gap between #2 and matusita> #3... how do I check what functions are called between free_rrecp() matusita> and ns_panic() ? Oops, gdb output is corrupted, let me try again... -- - Makoto `MAR' MATSUSHITA GNU gdb 4.18 Copyright 1998 Free

Re: BIND 8.2.4, dynamic DNS feature is broken

2001-08-09 Thread Makoto MATSUSHITA
asmodai> Patch is in CURRENT. I've already found your patch applied to src/contrib/bind/lib/dst/support.c. It's now revision 1.1.1.4, right? :-) asmodai> So if you could test it? :) I tested with this your patch, and applied to 4-stable. I've rebuild libbind, then named/nsupdate. Good news: ns

Re: forwarding broadcast

2001-08-09 Thread Jonathan Chen
On Thu, Aug 09, 2001 at 12:23:52PM -0400, Bill Vermillion wrote: > On Thu, Aug 09, 2001 at 11:36:38AM -0400, Jonathan Chen thus sprach: > > > On FreeBSD -CURRENT and -STABLE, packets to broadcast addresses > > are not forwarded. For instance, if I have a FreeBSD router with > > interfaces 19

Re: forwarding broadcast

2001-08-09 Thread Jonathan Chen
On Thu, Aug 09, 2001 at 09:20:55AM -0700, Matthew Jacob wrote: > > I haven't consulted the RFCs either, but, ahem, I thought this was a major > point of netmasks and routers and why multicast was invented- to keep > broadcasts from clogging the world. It would be nice if all applications support

forwarding broadcast

2001-08-09 Thread Garrett Wollman
< said: > I just want to ask around in case I turned out to be doing > something incredibly evil. Directed Broadcast is generally discouraged, and a BCP was published not too long ago officially deprecating it (updating the router requirements to require such a function to default to `off'). M

Re: forwarding broadcast

2001-08-09 Thread Bill Vermillion
On Thu, Aug 09, 2001 at 11:36:38AM -0400, Jonathan Chen thus sprach: > On FreeBSD -CURRENT and -STABLE, packets to broadcast addresses > are not forwarded. For instance, if I have a FreeBSD router with > interfaces 192.168.1.1 and 192.168.2.1, and I send packets from > 192.168.1.2 to 192.

Re: forwarding broadcast

2001-08-09 Thread Matthew Jacob
I haven't consulted the RFCs either, but, ahem, I thought this was a major point of netmasks and routers and why multicast was invented- to keep broadcasts from clogging the world. -matt To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Re: forwarding broadcast

2001-08-09 Thread Luigi Rizzo
> On FreeBSD -CURRENT and -STABLE, packets to broadcast addresses are not > forwarded. For instance, if I have a FreeBSD router with interfaces I think it is correct NOT to forward local or subnet broadcasts -- it would be evil to let let an external node flood a subnet with broadcast traffic.

forwarding broadcast

2001-08-09 Thread Jonathan Chen
On FreeBSD -CURRENT and -STABLE, packets to broadcast addresses are not forwarded. For instance, if I have a FreeBSD router with interfaces 192.168.1.1 and 192.168.2.1, and I send packets from 192.168.1.2 to 192.168.2.255, the packets are dropped to the floor. IMO, this is wrong... but I hav

Netgraph

2001-08-09 Thread Christophe Prévotaux
I would like to know , where I can find a explanation (tutorial) of the use and usage of netgraph ? the use : what it is used for , what it can do the usage: how to use it :) any help will be greatly appreciated :) -- === Christop