Re: IPFW Improvements. (comments?)

1999-10-19 Thread Julian Elischer
On Mon, 18 Oct 1999, Jerry Bell wrote: I have a few proposed additions to IPFW that I'd like to get feedback on. The changes are mostly from my experience with other (commercial) firewalls. Change source and destination identifier in the rule processing from one IP address (or range of

natd question

1999-10-19 Thread Zuidam, Hans
Hi, I want to set up a test network which (partly) mirrors our production side network. To match reality as close as possible we keep the IP addresses in the test network the same as in the production network. In order not to run around with tapes between the two networks, I would like to

Re: IETF gettogether

1999-10-19 Thread Graham Wheeler
On Mon, 18 Oct 1999, Robert Watson wrote: Can't help you with the PnP stuff, but I will be at the Washington, DC IETF meeting in November :-). Would be great to do a FreeBSD-oriented get-together... That said, people are rapidly claiming the evenings for a variety of get-togethers, so claim

Size of arp database.

1999-10-19 Thread Wiktor
Hello, Is there any way to enlarge the arp database. I've got a feeling that it is limited to only 10 enteries... For me it's a bit to less. Wiktor Niesiobedzki To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Size of arp database.

1999-10-19 Thread Dan Nelson
In the last episode (Oct 19), Wiktor said: Is there any way to enlarge the arp database. I've got a feeling that it is limited to only 10 enteries... For me it's a bit to less. $ arp -a | wc -l 256 Maybe you only have 10 machines on your network? -- Dan Nelson [EMAIL

Re: natd question

1999-10-19 Thread Doug White
On Tue, 19 Oct 1999, Zuidam, Hans wrote: I want to set up a test network which (partly) mirrors our production side network. To match reality as close as possible we keep the IP addresses in the test network the same as in the production network. In order not to run around with tapes

RE: Search a symbol in the source tree

1999-10-19 Thread Teddy
Thank you for your mail. -Original Message- ·ol : Darryl Okahata [EMAIL PROTECTED] Œ–¼ : Re: Search a symbol in the source tree But, what various and interesting methods to search symbols there are ! Do people actually read what's posted here? A few days ago, I posted

Re: natd question

1999-10-19 Thread Nick Rogness
On Tue, 19 Oct 1999, Zuidam, Hans wrote: I want to set up a test network which (partly) mirrors our production side network. To match reality as close as possible we keep the IP addresses in the test network the same as in the production network. In order not to run around with tapes

Re: Size of arp database.

1999-10-19 Thread Wiktor
On Tue, 19 Oct 1999, Dan Nelson wrote: In the last episode (Oct 19), Wiktor said: Is there any way to enlarge the arp database. I've got a feeling that it is limited to only 10 enteries... For me it's a bit to less. $ arp -a | wc -l 256 Maybe you only have 10 machines on your

Re: Size of arp database.

1999-10-19 Thread Wiktor
On Tue, 19 Oct 1999, Dan Nelson wrote: In the last episode (Oct 19), Wiktor said: Is there any way to enlarge the arp database. I've got a feeling that it is limited to only 10 enteries... For me it's a bit to less. $ arp -a | wc -l 256 Maybe you only have 10 machines on your

RE: natd question

1999-10-19 Thread Zuidam, Hans
Hi, My original question was how to connect two identical (that is: two networks using the same IP addresses) together. Both Doug White and Nick Rogness remarked something which I overlooked: arp. My initial idea was to have a daemon "in between" which would swap IP addresses. But of course

RE: natd question

1999-10-19 Thread Zuidam, Hans
-Original Message- From: Brian Beattie [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 19 October, 1999 19:27 How about: (~~) (~~) () +---+ +---+ () + +

Re: natd question

1999-10-19 Thread Jamie Bowden
On Tue, 19 Oct 1999, Brian Beattie wrote: :On Tue, 19 Oct 1999, Nick Rogness wrote: : : On Tue, 19 Oct 1999, Zuidam, Hans wrote: : : I want to set up a test network which (partly) mirrors our production : side network. To match reality as close as possible we keep the IP : addresses in the

Re: Search a symbol in the source tree

1999-10-19 Thread $B8EC+(B $BE/O:(B
Probably, my mail did not reach freebsd-hackers mailing list because of absense of inreply-to headers. So, I will resend. Message-ID: 000801bf1a44$bb587ca0$[EMAIL PROTECTED] From: "Teddy" tfuruya To: "Darryl Okahata" [EMAIL PROTECTED]

Re: Search a symbol in the source tree

1999-10-19 Thread $B8EC+(B $BE/O:(B
Probably, my mail did not reach freebsd-hackers mailing list because of absense of inreply-to headers. So, I will resend. Message-ID: 001301bf192c$18daa160$[EMAIL PROTECTED] From: "Teddy" tfuruya To: "Greg Lehey" [EMAIL PROTECTED],

Re: Search a symbol in the source tree

1999-10-19 Thread $B8EC+(B $BE/O:(B
Probably, my mail did not reach freebsd-hackers mailing list because of absense of inreply-to headers. So, I will resend. Return-Path: POPmail Delivery-Agent: @(#)$Id: local.c,v 1.54 1998/10/30 06:30:53 akira1 Exp $ on canberra

Re: Size of arp database.

1999-10-19 Thread Ruslan Ermilov
On Tue, Oct 19, 1999 at 07:06:43PM +0200, Wiktor wrote: [...] What i tested is: root@wotan:~# arp -S pc7 00:00:E8:73:FF:FD pub delete: can't locate pc7 root@wotan:~# arp -a router (195.117.4.97) at 0:a0:c5:21:14:8 wotan.2slo.waw.pl (195.117.4.98) at 0:10:4b:36:6a:fd permanent pc2

(no subject)

1999-10-19 Thread Sam Samalin
auth 29f5f6ed subscribe freebsd-hackers [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Class C hack instead of ifconfig aliases

1999-10-19 Thread Sam Samalin
Is there anyway to bind a class C to an interface without a lot of aliases? whats the downside of aliases? I have a 2.2.8 hack that does the C, but I'd like to avoid having to port it to 3.3. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the

Re: KLDs

1999-10-19 Thread Mike Smith
On Mon, 18 Oct 1999, Mike Smith wrote: Is it possible to compile a kernel with no filesystems supported and have the boot loader load FFS? I have built an FFS module but I have not yet had time to test it. Frankly, I am kind of afraid to for fear of trashing my system. As

Re: natd question

1999-10-19 Thread Mike Nowlin
() +---+ +---+ () + + | | | |+ + ( 130.144.120/22 ) -- |FreeBSD| |FreeBSD| --( 130.144.120/22 ) +(real)+ | | | |+(test)+

Software release for embedded systems design.

1999-10-19 Thread Embedded Systems
We are pleased to offer to you a new software product, which will be of significant help in the area of logical circuit design. We have developed "ELMAS" which provides a full-featured set of development tools including a complete set of logic gates and microprocessors. To find out more

Re: Class C hack instead of ifconfig aliases

1999-10-19 Thread Mike Nowlin
Is there anyway to bind a class C to an interface without a lot of aliases? whats the downside of aliases? I have a 2.2.8 hack that does the C, but I'd like to avoid having to port it to 3.3. What do you mean by "bind a class C"? Make an interface so it will respond to incoming requests