Rewrote Q 10.15 to reflect reality.

Added Dayna to list in Q 10.16.  I'll add Adaptec once I'm sure it works.
Added note about setting firewall_type='open' in Q 10.18.

Submitted by: Doug White <dwhite@gdi.uoregon.edu>
This commit is contained in:
Jordan K. Hubbard 1998-05-19 01:46:45 +00:00
parent a744b4c437
commit d50e504f51
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=2822

View file

@ -1,4 +1,4 @@
<!-- $Id: network.sgml,v 1.8 1998-03-05 22:21:57 brian Exp $ -->
<!-- $Id: network.sgml,v 1.9 1998-05-19 01:46:45 jkh Exp $ -->
<!-- The FreeBSD Documentation Project -->
<sect>
@ -841,33 +841,17 @@ default 10.0.0.2 UGSc 0 0 tun0
will need to load the <tt/ip_mroute_mod/ loadable kernel module
and run <tt/mrouted/.
<p>For more information:
<p>MBONE tools are available in their own ports category, mbone. If
you are looking for the conference tools vic and vat, look here!
<verb>
Product Description Where
--------------- ----------------------- ---------------------------------------
faq.txt Mbone FAQ ftp.isi.edu:/mbone/faq.txt
imm/immserv IMage Multicast ftp.hawaii.edu:/paccom/imm.src.tar.Z
for jpg/gif images.
nv Network Video. ftp.parc.xerox.com:
/pub/net-reseach/exp/nv3.3alpha.tar.Z
vat LBL Visual Audio Tool. ftp.ee.lbl.gov:
/conferencing/vat/i386-vat.tar.Z
wb LBL White Board. ftp.ee.lbl.gov:
/conferencing/wb/i386-wb.tar.Z
mmcc MultiMedia Conference ftp.isi.edu:
Control program /confctrl/mmcc/mmcc-intel.tar.Z
rtpqual Tools for testing the ftp.psc.edu:/pub/net_tools/rtpqual.c
quality of RTP packets.
vat_nv_record Recording tools for vat ftp.sics.se:archive/vat_nv_record.tar.Z
and nv.
</verb>
<p>For more information, see the
<url url="http://www.mbone.com/" name="Mbone Information Web">.
<sect1>
<heading>Which network cards are based on the DEC PCI chipset?</heading>
<p>Here is a list compiled by <url url="mailto:gfoster@driver.nsta.org"
name="Glen Foster">:
name="Glen Foster">, with some more modern additions:
<verb>
Vendor Model
@ -877,6 +861,7 @@ vat_nv_record Recording tools for vat ftp.sics.se:archive/vat_nv_record.tar.Z
Cogent EM960PCI
Compex ENET32-PCI
D-Link DE-530
Dayna DP1203, DP2100
DEC DE435
Danpex EN-9400P3
JCIS Condor JC1260
@ -944,6 +929,8 @@ vat_nv_record Recording tools for vat ftp.sics.se:archive/vat_nv_record.tar.Z
ipfw add 65534 allow all from any to any
</verb>
<p>You can also set "firewall_type='open'" in <tt>/etc/rc.conf</tt>.
<p>For further information on configuring a FreeBSD firewall,
see the <url url="../handbook/firewalls.html" name="Handbook section">.