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
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
> 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
> > 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
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
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
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_
> 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