I have for sale a 3Com Gigabit Switch.
For details on the switch see the following web page:
http://www.3com.com/products/en_US/detail.jsp?tab=features&pathtype=purchase
&sku=3C17700-US
I also have 2 3Com 3C996-T PCI Server Cards for the Switch to a Cat5E LAN.
For Details on the Cards see the fol
Ruslan Ermilov wrote:
>
> On Mon, Jun 25, 2001 at 06:47:41PM -0400, Deepak Jain wrote:
> > sysctl -A |grep forward
> > net.inet.ip.forwarding: 1
> > net.inet.ip.fastforwarding: 0
> > machdep.forward_irq_enabled: 1
> > machdep.forward_signal_enabled: 1
> > machdep.forward_roundrobin_enabled: 1
> >
* Brooks Davis <[EMAIL PROTECTED]> [010627 21:02] wrote:
> On Wed, Jun 27, 2001 at 08:11:57PM -0700, Julian Elischer wrote:
> > I have a netgraph node written (but not yet released by the company that
> > asked me to write it) that when hooked to the 'orphans' hook of an
> > ethernet node, can fil
On Wed, 27 Jun 2001, Jonathan Lemon wrote:
> I don't object; while the security provided by the new scheme is nice,
> breaking TIME_WAIT assassination is a serious bug in some environments,
> and there should be a way to work around it now.
> --
> Jonathan
Ok, I'll whip together a patch and sen
On Wed, Jun 27, 2001 at 03:00:31PM -0500, Mike Silbersack wrote:
>
> On Wed, 27 Jun 2001, Glenn Johnson wrote:
>
> > Has anyone had a chance to look at this and figure out what the fix
> > might be?
> >
> > Thanks.
> >
> > --
> > Glenn Johnson
>
> It's a feature, not a bug. :)
>
> Since everyo
On Wed, Jun 27, 2001 at 08:11:57PM -0700, Julian Elischer wrote:
> I have a netgraph node written (but not yet released by the company that
> asked me to write it) that when hooked to the 'orphans' hook of an
> ethernet node, can filter out arbitrary Ethertypes and send them to
> arbitrary hooks,
On Wed, 27 Jun 2001, Brooks Davis wrote:
> On Wed, Jun 27, 2001 at 06:55:45PM -0500, Alfred Perlstein wrote:
> > Actually if you use netgraph this is all already done. You can
> > see the netgraph callbacks in bother ether_input and ether_output,
> > just use those and you should be fine. I'm
On Wed, 27 Jun 2001, Stuart Eichert wrote:
> In the past (under FreeBSD 3.0 and 3.3) I implemented a new networking
> protocol, that ran over Ethernet(and nothing else for that matter). I
> put a new ETHERTYPE into ethernet.h(0x0801 for the record). In addition
> I modified the switch stateme
You can hook into an ethernet driver in an extensible manner using
NETGRAPH.
check the netgraph (4) man page and teh netgraph article in daemonnews
from early lst year.
also look at the ng_ether netgraph node
julian
On Wed, 27 Jun 2001, Stuart Eichert wrote:
> In the past (under FreeBSD 3.0
On Thu, Jun 28, 2001 at 04:13:30AM +0900, Hajimu UMEMOTO wrote:
> Just my thought. Isn't it sufficent without `#', like `ifconfig gif
> create'?
Yup, I got caught up thinking there needed to be a character there and
that's not the case. I've updated the patch to use this syntax which
should avo
On Wed, Jun 27, 2001 at 06:55:45PM -0500, Alfred Perlstein wrote:
> Actually if you use netgraph this is all already done. You can
> see the netgraph callbacks in bother ether_input and ether_output,
> just use those and you should be fine. I'm not terribly familiar
> with netgraph, however i've
I hope you don't mind the -net carbon copy, but I wanted this
preserved in the archives for others doing a search on the subject.
* Stuart Eichert <[EMAIL PROTECTED]> [010627 18:41] wrote:
> On Wed, Jun 27, 2001 at 02:30:42PM -0500, Alfred Perlstein wrote:
>
> > Why not provide a patch that allo
On Wed, Jun 27, 2001 at 02:30:42PM -0500, Alfred Perlstein wrote:
> Why not provide a patch that allows one to add callbacks to the list?
>
> for ether_output under the default case you would walk the list
> looking for your type, since for the most part packets will be in
> AF_INET and when no
On Wed, 27 Jun 2001, Glenn Johnson wrote:
> On Wed, Jun 27, 2001 at 03:00:31PM -0500, Mike Silbersack wrote:
>
> > It's a feature, not a bug. :)
> >
> > Since everyone's on vacation and we can't switch generation schemes
> > right now, I've e-mailed kris and asked if he objects to me adding a
>
On Wed, Jun 27, 2001 at 03:00:31PM -0500, Mike Silbersack wrote:
> On Wed, 27 Jun 2001, Glenn Johnson wrote:
>
> > Has anyone had a chance to look at this and figure out what the fix
> > might be?
> >
> > Thanks.
>
> It's a feature, not a bug. :)
>
> Since everyone's on vacation and we can't swi
Eric Parker said:
> No, I just wasn't aware that you had to up the interface, I
> thought rc did that prior to running the config for it. As soon as I
> added the up command to the start up file, it worked as planned. Thanks!
Good!
I've found the WLAN stuff _very_ addicting. Have it at
> Eric Parker said:
> > I tried that, no dice. It appears that the problem is that the
> > interface card isn't initalized yet to accept the ancontrol commands.
>
> Hmmm... I put an ifconfig an0 up in the first line and that let
> things go just fine. I call the script out of pccard.conf.
>
>
If you are starting out with a new DHCP service, I'd really suggest
looking at V3. It's now in release-candidate phase and is quite stable
and very close. V3 has vastly improved capabilities and functionality
that i significantly better than V2.
I you have a V2 server that is doing the job for yo
> i'm so sorry, but this list is the my last chance... :O) can freebsd
> be a dhcp server??? in the handbook i found that the only option is
> dhcp-client. i wanna set it for dhcp server. please help me... i
> don't believe that freebsd don't make that!! thanks
Try this: /usr/ports/
In message <[EMAIL PROTECTED]> Brooks Davis writes:
: On Wed, Jun 27, 2001 at 11:12:00AM +0300, Ruslan Ermilov wrote:
: > Please don't use hard sentence breaks.
:
: I'm, not sure what you mean by this. Do you mean, don't use ". " or
: what? I've moved to split sentences by lines.
He means to
On Wed, 27 Jun 2001, Glenn Johnson wrote:
> Has anyone had a chance to look at this and figure out what the fix
> might be?
>
> Thanks.
>
> --
> Glenn Johnson
It's a feature, not a bug. :)
Since everyone's on vacation and we can't switch generation schemes right
now, I've e-mailed kris and ask
On Mon, Jun 11, 2001 at 02:37:10PM -0500, Jonathan Lemon wrote:
> >Could someone take a look at PR misc/27880?
>
> This was broken by the initial sequence number patch to TCP.
>
> When the server closes the socket, it puts the entry into the
> TIME_WAIT state. When a new SYN is received from the
Brooks Davis said:
> > Hmmm... I put an ifconfig an0 up in the first line and that let
> > things go just fine. I call the script out of pccard.conf.
>
> That's supposed to be fixed. Are you running -STABLE or -RELEASE?
I'm running 4.1.1-RELEASE. I started messing with 4.3-RELEASE, but
I messe
On Wed, Jun 27, 2001 at 02:15:28PM -0500, Greg Putrich wrote:
> Eric Parker said:
> > I tried that, no dice. It appears that the problem is that the
> > interface card isn't initalized yet to accept the ancontrol commands.
>
> Hmmm... I put an ifconfig an0 up in the first line and that let
Thanks for the review.
On Wed, Jun 27, 2001 at 11:12:00AM +0300, Ruslan Ermilov wrote:
> Please don't use hard sentence breaks.
I'm, not sure what you mean by this. Do you mean, don't use ". " or
what? I've moved to split sentences by lines.
> Especially with the long getopt() list, it might
Sure can. I've been using it for years as such.
See /usr/ports/net/isc-dhcp2 (as far as I know 3 is still beta).
Marcelo Leal said:
> i'm so sorry, but this list is the my last chance... :O)
> can freebsd be a dhcp server???
> in the handbook i found that the only option is dhcp-client. i wanna
* Stuart Eichert <[EMAIL PROTECTED]> [010627 13:12] wrote:
> In the past (under FreeBSD 3.0 and 3.3) I implemented a new networking
> protocol, that ran over Ethernet(and nothing else for that matter). I
> put a new ETHERTYPE into ethernet.h(0x0801 for the record). In addition
> I modified the s
Eric Parker said:
> I tried that, no dice. It appears that the problem is that the
> interface card isn't initalized yet to accept the ancontrol commands.
Hmmm... I put an ifconfig an0 up in the first line and that let
things go just fine. I call the script out of pccard.conf.
Not sure w
> On Wed, 27 Jun 2001 11:38:03 -0700
> Brooks Davis <[EMAIL PROTECTED]> said:
brooks> On Thu, Jun 28, 2001 at 03:25:11AM +0900, Jun-ichiro itojun Hagino wrote:
> >newgif=3D`ifconfig gif# create`
> >ifconfig $newgif 10.0.0.1 10.0.0.2
>
> you may need to have backslash before #... :-
> Eric Parker said:
> > about boot up. I was under the impression that if I create a file called
> > /etc/start_if.an0 that it will be executed during boot up. I have the
> > following in that file:
> >
> > This works if I run it by hand, sets up the card just as it should
> > be, but how do
> > /usr/sbin/ancontrol -i an0 -s 2
> .
> .
> .
>
> > The second issue is the biggest one. For some reason I have high
> > latency when pinging my gateway. With the wireless card, I get ping
> > replies between 200 and 400 ms while I get around 10 ms with a regular
> > ethe
On Thu, Jun 28, 2001 at 03:25:11AM +0900, Jun-ichiro itojun Hagino wrote:
> >newgif=3D`ifconfig gif# create`
> >ifconfig $newgif 10.0.0.1 10.0.0.2
>
> you may need to have backslash before #... :-)
Not in /bin/sh anyway (I just tested it). I think the `` part protects
the #. There might
>It is printed to stdout. Since status is not printed on creation, it is
>the only thing on stdout so it is easy to hand in a script:
i see. thanks.
>newgif=3D`ifconfig gif# create`
>ifconfig $newgif 10.0.0.1 10.0.0.2
you may need to have backslash before #... :-)
itojun
To
On Thu, Jun 28, 2001 at 03:10:51AM +0900, Jun-ichiro itojun Hagino wrote:
> >The cloning API isn't quite that of NetBSD because the NetBSD API only
> >supported the creation of staticaly numbered interfaces which can lead
> >to races and starvation in theory. This patch instead allows interfaces
>The cloning API isn't quite that of NetBSD because the NetBSD API only
>supported the creation of staticaly numbered interfaces which can lead
>to races and starvation in theory. This patch instead allows interfaces
>to implement wildcard interface creation via "ifconfig gif# create".
n
In the past (under FreeBSD 3.0 and 3.3) I implemented a new networking
protocol, that ran over Ethernet(and nothing else for that matter). I
put a new ETHERTYPE into ethernet.h(0x0801 for the record). In addition
I modified the switch statements in if_ethersubr.c:ether_output and
if_ethersubr.c
> On Tue, 26 Jun 2001 14:43:15 -0700
> Brooks Davis <[EMAIL PROTECTED]> said:
brooks> Hajimu UMEMOTO found a bug related to deletion of gif IPv6 tunnels in
brooks> certain situations. We're fairly certain it's in the IPv6 routing code
brooks> rather then in gif. Since even with this bug
> /usr/sbin/ancontrol -i an0 -s 2
.
.
.
> The second issue is the biggest one. For some reason I have high
> latency when pinging my gateway. With the wireless card, I get ping
> replies between 200 and 400 ms while I get around 10 ms with a regular
> ethernet car
On Mon, Jun 25, 2001 at 05:23:18PM -0500, Jonathan Lemon wrote:
> On Tue, Jun 26, 2001 at 07:56:24AM +1000, Peter Jeremy wrote:
> > On 2001-Jun-25 14:25:42 -0500, Jonathan Lemon <[EMAIL PROTECTED]> wrote:
> > >On Mon, Jun 25, 2001 at 11:02:55PM +0400, Yar Tikhiy wrote:
> > >>
> > >> While more an
Eric Parker said:
> about boot up. I was under the impression that if I create a file called
> /etc/start_if.an0 that it will be executed during boot up. I have the
> following in that file:
>
> This works if I run it by hand, sets up the card just as it should
> be, but how do I get it t
I did eventually get the Cisco Aironet 340 card working in FreeBSD
4.3, but I am having a couple of problems. First, I am missing something
about boot up. I was under the impression that if I create a file called
/etc/start_if.an0 that it will be executed during boot up. I have the
foll
On Tue, Jun 26, 2001 at 02:43:15PM -0700, Brooks Davis wrote:
> Please review the attached patch. It does the following:
>
> - implementes network interface cloning via ifconfig
> - adds cloning support to gif
> - removes gif dependencies from stf
> - makes gif and stf modular
>
> Notes:
>
> T
42 matches
Mail list logo