mpd netgraph bridge

2001-06-06 Thread Peter Blok
Hi folks, I have a PPTP connection to my ADSL provider, using mpd-netgraph. It is available on ng0. I'd like to bridge this with netgraph to a separate ethernet interface sf3. Is this possible? I have looked at examples, but they don't work because ng0 is not of type ether. Peter To Unsubscrib

Re: bdg_forward drop MULTICAST PKT

2001-06-06 Thread Luigi Rizzo
> Now with the reboot into 4.3-RELEASE (RELENG4_3) 2001-06-05, I see this > message on console and in logs: > > Jun 6 21:20:21 xx bdg_forward drop MULTICAST PKT ok, i think one can just remove the message with relatively little harm. The thing is, such multicast packets might be useful fo

Re: using ipfw's ``pipe'' to limit icmp traffic

2001-06-06 Thread Thierry Herbelot
[EMAIL PROTECTED] wrote: > > Trying to protect our network from ICMP-based attacks, I added the > following rules to the firewall: > > pipe 1 config bw 64Kbit/s > add pipe 1 log icmp from any to any in via OIF > add allow icmp from any to any > > (OIF is

bdg_forward drop MULTICAST PKT

2001-06-06 Thread Christopher Schulte
I upgraded a 4.2-RELEASE machine to RELENG_4_3 tonight. This box has 2 nics, uses ipfw and bridging to act as a firewall. I've been using this configuration with 4.2-RELEASE for ~200 days with superb results! Now with the reboot into 4.3-RELEASE (RELENG4_3) 2001-06-05, I see this message on

using ipfw's ``pipe'' to limit icmp traffic

2001-06-06 Thread mi
Trying to protect our network from ICMP-based attacks, I added the following rules to the firewall: pipe 1 config bw 64Kbit/s add pipe 1 log icmp from any to any in via OIF add allow icmp from any to any (OIF is the Outside InterFace) The assumption is, t

Re: Display of prefixes in aperticular ifnet structure.

2001-06-06 Thread JINMEI Tatuya / 神明達哉
> On Wed, 06 Jun 2001 08:43:51 -0400, > [EMAIL PROTECTED] said: > As per your advice i left the prefix command & gave prefixes in the configuration >file /etc/defaults/rc.conf itself. Still my print is the one that that i have >mentioned. Please show us the exact version of your syste

Re: source address

2001-06-06 Thread JINMEI Tatuya / 神明達哉
> On Wed, 06 Jun 2001 08:38:32 -0400, > [EMAIL PROTECTED] said: > My question is with reference to this section.( It is possibe that the user may have >specified un matchin source & destination addresses. eg link local source address for >a global unicast destination address.) Yes, th

Re: Display of prefixes in aperticular ifnet structure.

2001-06-06 Thread raviprasad20
Hi, As per your advice i left the prefix command & gave prefixes in the configuration file /etc/defaults/rc.conf itself. Still my print is the one that that i have mentioned. Kindly reply. regards ravi prasad JINMEI Tatuya / <[EMAIL PROTECTED]> wrote: > > > On Sat, 02 Jun 2001 09:27:30 -04

Re: source address

2001-06-06 Thread raviprasad20
Hi, As you mentioned the source address selection section 1.6 in kame implementation. In this section in the last but one paragraph the following is mentioned. " there are some cases where we dodnot use the above rule. one example is connected TCP session, & we use the address kept in the TCP pr

Cached socket routes problem

2001-06-06 Thread Ruslan Ermilov
- Forwarded message from Ruslan Ermilov <[EMAIL PROTECTED]> - Date: Wed, 6 Jun 2001 15:32:05 +0300 From: Ruslan Ermilov <[EMAIL PROTECTED]> To: Andre Albsmeier <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Subject: Re: kern/27890: FreeBSD not always seems to take the best route User-Agent: Mu

Re: leaking route structures, please review

2001-06-06 Thread Ruslan Ermilov
On Tue, Jun 05, 2001 at 04:18:24PM -0400, Garrett Wollman wrote: > < said: > > > Hmm, and what happens if the PCB is the only holder of this route? > > The refcnt will be 1 in this case, and the code drops the reference > > by setting inp->inp_route.ro_rt = 0. How this route can be reused > > (a

DHCP configured interface aliases?

2001-06-06 Thread Peter Pentchev
Hi, Is there a way to configure interface aliases using DHCP? I'm using RELENG_4, and dhclient(8) works fine; however, it only configures one IP address :) Is there a way, using the net/isc-dhcp3 port, and the stock FreeBSD dhclient(8), to configure (more than one) alias in addition to the fixe