how to filter out igmp spam on a ppp -nat dialup?

2001-06-10 Thread Gregory D. Moncreaff
this traffic is holding my ppp connection open for hours at a time, is there any way to filter this out I tried adding `set filter in 0 deny igmp` to my ppp.conf config but then I couldn't do external DNS. BTW, the xxx.xxx.xxx portion of the address keeps changing from day to day... 45:54 209

pppd dialin server using mgetty and pppd

2001-06-10 Thread FreeBSD
Hello all, I am trying to setup a dialin server for my Windows 2000 machine in FreeBSD, using pppd 2.3.5 and mgetty-1.1.25.02.01 compiled fresh from a recently cvsup'd ports tree. The FreeBSD machine has a USR Courier modem and the Win2k machine has an external Sportster 56k. I can get mgetty t

Re: how to filter out igmp spam on a ppp -nat dialup?

2001-06-10 Thread Brian Somers
> this traffic is holding my ppp connection open > for hours at a time, is there any way to filter > this out > > I tried adding `set filter in 0 deny igmp` > to my ppp.conf config but then I couldn't do external > DNS. Try set filter alive 0 deny igmp set filter alive 1 permit 0 0 Maybe

Re: how to filter out igmp spam on a ppp -nat dialup?

2001-06-10 Thread Louis A. Mamakos
> > this traffic is holding my ppp connection open > > for hours at a time, is there any way to filter > > this out > > > > I tried adding `set filter in 0 deny igmp` > > to my ppp.conf config but then I couldn't do external > > DNS. > > Try > > set filter alive 0 deny igmp > set filter a

Re: New TCP sequence number generation algorithm; review needed

2001-06-10 Thread Barney Wolff
1. It is a misnomer to refer to "shared secret" in RFC 1948. The secret is not shared with any entity. 2. Implying that because DES can be brute-forced that MD5 can be brute-forced is just silly. Yes, in another 100 years, if Moore's Law continues to hold, which is unlikely. Suggestion - writ

Re: New TCP sequence number generation algorithm; review needed

2001-06-10 Thread Mike Silbersack
On Sun, 10 Jun 2001, Barney Wolff wrote: > 1. It is a misnomer to refer to "shared secret" in RFC 1948. The > secret is not shared with any entity. Point taken, I should have worded that differently. I'm not sure what the correct term is, in this case. > 2. Implying that because DES can be

Re: Display of prefixes in aperticular ifnet structure.

2001-06-10 Thread raviprasad20
Hi, What i did to print the prefixes on a perticular ifnet structure are as follows. I entered the prefixes a) fec0:11:0:0 in the configuration file for the interface wb0. I wrote a printf in the ip6_input function. the printf is as follows printf(" %x \t", ifp->if_prefixhead.tqe_next->prefix.s6_

Re: Display of prefixes in aperticular ifnet structure.

2001-06-10 Thread JINMEI Tatuya / 神明達哉
> On Mon, 11 Jun 2001 00:49:01 -0400, > [EMAIL PROTECTED] said: > What i did to print the prefixes on a perticular ifnet structure are as follows. > I entered the prefixes a) fec0:11:0:0 in the configuration file for the interface >wb0. > I wrote a printf in the ip6_input function. the