PPP & ip duplication

2005-06-14 Thread Boris Kovalenko
Hello! I'm useing FreeBSD 5.4 as PPPoE server. Configuration is very simple: rc.conf pppoed_enable="YES" pppoed_interface="fxp0" pppoed_provider="pppoe" ppp.conf pppoe: enable pap disable chap allow mode direct set mru 1492

Re: Netgraph question

2005-06-14 Thread Julian Elischer
Petri Helenius wrote: Aziz Kezzou wrote: Hi all, I worked a bit with netgraph nodes and I find them very amazing and powerfull... Since my netgraph experience is still quite limited ( they are out of the scope of my project actually) I would like to know if the following claim is true, I nee

Nat on last snapshot 6.0-Current

2005-06-14 Thread Ricardo A. Reis
Hi All, I`ve a strange problem on my desktop firewall, i test last netbsd-current and freebsd-current, last not nat with pf or ppp -nat or ipnat ;-( this ipnat.rules work in netbsd.. map tun0 192.168.0.0/24 -> 0/32 portmap tcp/udp 44000:4 mssclamp 1440 map tun0 192.168.0.0/24 -> 0

Re: FreeBSD Memory Management questions ?

2005-06-14 Thread Scott Long
John-Mark Gurney wrote: Aziz Kezzou wrote this message on Tue, Jun 14, 2005 at 04:21 -0400: I have two questions concerning FreeBSD Memory management : 1 - Right now to access the memory address space of a user process from kernel mode, I only have to set, on x86 systems, the register CR3 to

Re: FreeBSD Memory Management questions ?

2005-06-14 Thread John-Mark Gurney
Aziz Kezzou wrote this message on Tue, Jun 14, 2005 at 04:21 -0400: > I have two questions concerning FreeBSD Memory management : > > 1 - Right now to access the memory address space of a user process > from kernel mode, I only have to set, on x86 systems, the register CR3 > to the right value. H

Re: Advice needed on running idiotic test for client

2005-06-14 Thread Mike Silbersack
On Tue, 14 Jun 2005, PSI, Mike Smith wrote: Idiot test requested by client - Same as above but see how fast 10,000 can be sent (will never come close to happening in the real world). Problem: Because among other things I am using let's say minimal and ancient computer power, I hit a DOS stat

Re: Netgraph question

2005-06-14 Thread Petri Helenius
Aziz Kezzou wrote: Hi all, I worked a bit with netgraph nodes and I find them very amazing and powerfull... Since my netgraph experience is still quite limited ( they are out of the scope of my project actually) I would like to know if the following claim is true, I need to be sure because it is

Netgraph question

2005-06-14 Thread Aziz Kezzou
Hi all, I worked a bit with netgraph nodes and I find them very amazing and powerfull... Since my netgraph experience is still quite limited ( they are out of the scope of my project actually) I would like to know if the following claim is true, I need to be sure because it is for my master thesis

Re: Advice needed on running idiotic test for client

2005-06-14 Thread p.r. faasse
On Tuesday 14 June 2005 15:09, PSI, Mike Smith wrote: > Hey all, > > Need some probably fundamental help with an admitted idiotic "test" from a > client. Is there any way to close a TCP connection such that all resources > are immediately freed? > > Is there any way to close a TCP connection an

Advice needed on running idiotic test for client

2005-06-14 Thread PSI, Mike Smith
Hey all, Need some probably fundamental help with an admitted idiotic "test" from a client. Is there any way to close a TCP connection such that all resources are immediately freed? Standard operation: Sys B Listen -> Sys A connect -> Sys B Accept -> Sys A Send -> Sys B Receive -> Sys A Close

Re: Carp Suppression

2005-06-14 Thread Yar Tikhiy
On Mon, Jun 13, 2005 at 12:00:36PM -0400, Josh Kayse wrote: > Definitely a typo on my part. It should be > ifp->if_link_state = LINK_STATE_UP > > The reason we are using CARP on a PLIP interface is to allow us to > have redundant connections between 2 transparent bridging firewalls. > Instead of

FreeBSD Memory Management questions ?

2005-06-14 Thread Aziz Kezzou
Hi all, I have two questions concerning FreeBSD Memory management : 1 - Right now to access the memory address space of a user process from kernel mode, I only have to set, on x86 systems, the register CR3 to the right value. How can I do that on other architectures ? is there an architecture-ind