Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Aug 1998 19:57:57 +0200
From:      "DPT" <dpot@colorado.offis.lu>
To:        <freebsd-questions@FreeBSD.ORG>
Subject:   problem with 3Com Etherlink III
Message-ID:  <000b01bdcebf$8fa25da0$82c39ac2@tyr.offis.lu>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.

------=_NextPart_000_0008_01BDCED0.530974D0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable



Hello,

My machine is a Toshiba Satellite 200CDT laptop (dual boot, I have a =
partition for WNT). I cannot make my 3Com Etherlink III 3C589C working =
(it is a combo with BNC and 10baseT).

Everything seems to be OK, but I cannot ping any machine on the =
network...
=20
I have set the "-link0 link1" option for 'ifconfig'  (BNC cable).
It seems to be good, since that way,  the green light of the transceiver =
blinks quickly when the system is up, which is not the case with the =
"link0 -link1" option (no light).

I don't think it is a matter or IRQ even if WNT uses IRQ 5 for the =
Etherlink III.
I have tried to set IRQ to 5 with BSD, but then, the device is no longer =
recognized.
=20
Could you help me ?
=20
You will find hereafter three kinds of informations :
- output of 'ifconfig -au'
    NB: we have a 32 addresses subnetwork.  Our netmask is really =
255.255.255.224
- content of /var/log/messages
- content of /etc/rc.conf
=20
Thanks in advance.

please reply to
tconrad@offis.lu
=20
T.Conrad
OFFIS S.A.
Luxembourg
<FONT face=3D"" size=3D2>Script started on Sun Aug 23 20:27:29 1998

>>>>  tyr# ifconfig -au <<<<

zp0: flags=3D2843<UP,BROADCAST,RUNNING,SIMPLEX,LINK1> mtu 1500
	inet 194.154.195.130 netmask 0xffffffe0 broadcast 194.154.195.159
	ether 00:60:97:47:e1:69=20
lo0: flags=3D8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
	inet 127.0.0.1 netmask 0xff000000=20


>>>> tyr# cat /var/log/messages <<<<

Aug 23 20:23:07 tyr /kernel: Copyright (c) 1992-1998 FreeBSD Inc.
Aug 23 20:23:07 tyr /kernel: Copyright (c) 1982, 1986, 1989, 1991, 1993
Aug 23 20:23:07 tyr /kernel: The Regents of the University of =
California.  All rights reserved.
Aug 23 20:23:07 tyr /kernel:=20
Aug 23 20:23:07 tyr /kernel: FreeBSD 2.2.7-RELEASE #0: Wed Jul 22 =
08:48:29 GMT 1998
Aug 23 20:23:07 tyr /kernel: =
root@builder.cdrom.com:/usr/src/sys/compile/GENERIC
Aug 23 20:23:07 tyr /kernel: CPU: Pentium/P54C (99.95-MHz 586-class CPU)
Aug 23 20:23:07 tyr /kernel: Origin =3D "GenuineIntel"  Id =3D 0x52c  =
Stepping=3D12
Aug 23 20:23:07 tyr /kernel: =
Features=3D0x1bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8>
Aug 23 20:23:07 tyr /kernel: real memory  =3D 42139648 (41152K bytes)
Aug 23 20:23:07 tyr /kernel: avail memory =3D 38707200 (37800K bytes)
Aug 23 20:23:07 tyr /kernel: Probing for devices on the ISA bus:
Aug 23 20:23:07 tyr /kernel: sc0 at 0x60-0x6f irq 1 on motherboard
Aug 23 20:23:07 tyr /kernel: sc0: VGA color <16 virtual consoles, =
flags=3D0x0>
Aug 23 20:23:07 tyr /kernel: sio0 at 0x3f8-0x3ff irq 4 on isa
Aug 23 20:23:08 tyr /kernel: sio0: type 16550A
Aug 23 20:23:08 tyr /kernel: lpt0 at 0x378-0x37f irq 7 on isa
Aug 23 20:23:08 tyr /kernel: lpt0: Interrupt-driven port
Aug 23 20:23:08 tyr /kernel: lp0: TCP/IP capable interface
Aug 23 20:23:08 tyr /kernel: psm0 at 0x60-0x64 irq 12 on motherboard
Aug 23 20:23:08 tyr /kernel: psm0: model Generic PS/2 mouse, device ID 0
Aug 23 20:23:08 tyr /kernel: fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa
Aug 23 20:23:08 tyr /kernel: fd0: 1.44MB 3.5in
Aug 23 20:23:08 tyr /kernel: wdc0 at 0x1f0-0x1f7 irq 14 on isa
Aug 23 20:23:08 tyr /kernel: wdc0: unit 0 (wd0): <TOSHIBA MK2103MAV>
Aug 23 20:23:08 tyr /kernel: wd0: 2067MB (4233600 sectors), 4200 cyls, =
16 heads, 63 S/T, 51
Aug 23 20:23:08 tyr /kernel: 2 B/S
Aug 23 20:23:08 tyr /kernel: zp: found card in slot 0
Aug 23 20:23:08 tyr /kernel: zp0 at 0x300-0x30f irq 10 maddr 0xd8000 on =
isa
Aug 23 20:23:08 tyr /kernel: zp0: aui/bnc/utp address 00:60:97:47:e1:69
Aug 23 20:23:08 tyr /kernel: npx0 flags 0x1 on motherboard
Aug 23 20:23:08 tyr /kernel: npx0: INT 16 interface
Aug 23 20:23:08 tyr /kernel: Intel Pentium F00F detected, installing =
workaround
Aug 23 20:23:29 tyr login: ROOT LOGIN (root) ON ttyv0


>>>> tyr# cat /etc/rc.conf <<<<

#!/bin/sh
#

# This is rc.conf - a file full of useful variables that you can set=20
# to change the default startup behavior of your system.
#
# All arguments must be in double or single quotes.
#
#	$Id: rc.conf,v 1.1.2.45 1998/06/27 21:23:17 steve Exp $

##############################################################
### Important initial Boot-time options  #####################
##############################################################

swapfile=3D"NO"		# Set to name of swapfile if aux swapfile desired.
apm_enable=3D"NO"		# Set to YES if you want APM enabled.
pccard_enable=3D"NO"	# Set to YES if you want to configure PCCARD =
devices.
pccard_mem=3D"DEFAULT"	# If pccard_enable=3DYES, this is card memory =
address.
pccard_ifconfig=3D"NO"	# Specialized pccard ethernet configuration (or =
NO).
local_startup=3D"/usr/local/etc/rc.d /usr/X11R6/etc/rc.d"	# startup =
script dirs.


##############################################################
###  Network configuration sub-section  ######################
##############################################################

### Basic network options: ###
hostname=3D"tyr.offis.lu"	# Set this!
nisdomainname=3D"NO"		# Set to NIS domain if using NIS (or NO).
firewall_enable=3D"NO"		# Set to YES to enable firewall functionality
firewall_type=3D"UNKNOWN"		# Firewall type (see /etc/rc.firewall)
firewall_quiet=3D"NO"		# Set to YES to suppress rule display
tcp_extensions=3D"YES"		# Allow RFC1323 & RFC1644 extensions (or NO).
network_interfaces=3D"zp0 lo0"	# List of network interfaces (lo0 is =
loopback).
ifconfig_zp0=3D"inet 194.154.195.130 -link0 link1 netmask =
255.255.255.224"
ifconfig_lo0=3D"inet 127.0.0.1"	# default loopback device configuration.
#ifconfig_lo0_alias0=3D"inet 127.0.0.254 netmask 0xffffffff" # Sample =
alias entry.

### Network daemon (miscellaneous) & NFS options: ###
syslogd_enable=3D"YES"		# Run syslog daemon (or NO).
syslogd_flags=3D""		# Flags to syslogd (if enabled).
inetd_enable=3D"YES"		# Run the network daemon dispatcher (or NO).
inetd_flags=3D""			# Optional flags to inetd.
named_enable=3D"NO"		# Run named, the DNS server (or NO).
named_program=3D"/usr/sbin/named"	# named program, in case we want bind8 =
instead.
named_flags=3D"-b /etc/namedb/named.boot" # Flags to named (if enabled).
kerberos_server_enable=3D"NO"	# Run a kerberos master server (or NO).
kadmind_server_enable=3D"NO"	# Run kadmind (or NO) -- do not run on
				# a slave kerberos server
kerberos_stash=3D""		# Is the kerberos master key stashed?
rwhod_enable=3D"NO"		# Run the rwho daemon (or NO).
amd_enable=3D"NO"			# Run amd service with $amd_flags (or NO).
amd_flags=3D"-a /net -c 1800 -k i386 -d my.domain -l syslog /host =
/etc/amd.map"
nfs_client_enable=3D"YES"		# This host is an NFS client (or NO).
nfs_client_flags=3D"-n 4"		# Flags to nfsiod (if enabled).
nfs_server_enable=3D"YES"		# This host is an NFS server (or NO).
nfs_server_flags=3D"-u -t 4"	# Flags to nfsd (if enabled).
mountd_flags=3D"-r"		# Flags to mountd (if NFS server enabled).
nfs_reserved_port_only=3D"NO"	# Provide NFS only on secure port (or NO).
rpc_lockd_enable=3D"NO"		# Run NFS rpc.lockd (*broken!*) if nfs_server.
rpc_statd_enable=3D"YES"		# Run NFS rpc.statd if nfs_server (or NO).
portmap_enable=3D"YES"		# Run the portmapper service (or NO).
portmap_flags=3D""		# Flags to portmap (if enabled).
rarpd_enable=3D"NO"		# Run rarpd (or NO).
rarpd_flags=3D""			# Flags to rarpd.
xtend_enable=3D"NO"		# Run the X-10 power controller daemon.
xtend_flags=3D""			# Flags to xtend (if enabled).

### Network Time Services options: ###
timed_enable=3D"NO"		# Run the time daemon (or NO).
timed_flags=3D""			# Flags to timed (if enabled).
ntpdate_enable=3D"NO"		# Run the ntpdate to sync time (or NO).
ntpdate_program=3D"ntpdate"	# path to ntpdate, if you want a different =
one.
ntpdate_flags=3D""		# Flags to ntpdate (if enabled).
xntpd_enable=3D"NO"		# Run xntpd Network Time Protocol (or NO).
xntpd_program=3D"xntpd"		# path to xntpd, if you want a different one.
xntpd_flags=3D"-p /var/run/xntpd.pid"			# Flags to xntpd (if enabled).
tickadj_enable=3D"NO"		# Run tickadj (or NO).
tickadj_flags=3D"-Aq"		# Flags to tickadj (if enabled).

# Network Information Services (NIS) options: ###
nis_client_enable=3D"NO"		# We're an NIS client (or NO).
nis_client_flags=3D""		# Flags to ypbind (if enabled).
nis_ypset_enable=3D"NO"		# Run ypset at boot time (or NO).
nis_ypset_flags=3D""		# Flags to ypset (if enabled).
nis_server_enable=3D"NO"		# We're an NIS server (or NO).
nis_server_flags=3D""		# Flags to ypserv (if enabled).
nis_ypxfrd_enable=3D"NO"		# Run rpc.ypxfrd at boot time (or NO).
nis_ypxfrd_flags=3D""		# Flags to rpc.ypxfrd (if enabled).
nis_yppasswdd_enable=3D"NO"	# Run rpc.yppasswdd at boot time (or NO).
nis_yppasswdd_flags=3D""		# Flags to rpc.yppasswdd (if enabled).

### Network routing options: ###
defaultrouter=3D"194.154.195.129"		# Set to default gateway (or NO).
static_routes=3D""		# Set to static route list (or leave empty).
gateway_enable=3D"NO"		# Set to YES if this host will be a gateway.
router_enable=3D"NO"		# Set to YES to enable a routing daemon.
router=3D"routed"			# Name of routing daemon to use if enabled.
router_flags=3D"-q"		# Flags for routing daemon.
mrouted_enable=3D"NO"		# Do multicast routing (see /etc/mrouted.conf).
mrouted_flags=3D""		# Flags for multicast routing daemon.
ipxgateway_enable=3D"NO"		# Set to YES to enable IPX routing.
ipxrouted_enable=3D"NO"		# Set to YES to run the IPX routing daemon.
ipxrouted_flags=3D""		# Flags for IPX routing daemon.
arpproxy_all=3D""			# replaces obsolete kernel option ARP_PROXYALL.
forward_sourceroute=3D"NO"	# do source routing (only if gateway_enable =
is set to "YES")
accept_sourceroute=3D"NO"		# accept source routed packets to us
natd_enable=3D"NO"                # Enable natd if firewall_enable.
natd_interface=3D"fxp0"           # Public interface to use with natd if =
natd_enable.
natd_flags=3D""                   # Additional flags for natd.


##############################################################
###  System console options  #################################
##############################################################

keymap=3D"swissgerman.iso"		# keymap in /usr/share/syscons/keymaps/* (or =
NO).
keyrate=3D"NO"		# keyboard rate to: slow, normal, fast (or NO).
keybell=3D"NO"		# bell to duration.pitch or normal or visual (or NO).
keychange=3D"NO"		# function keys default values (or NO).
cursor=3D"NO"		# cursor type {normal|blink|destructive} (or NO).
scrnmap=3D"NO"		# screen map in /usr/share/syscons/scrnmaps/* (or NO).
font8x16=3D"NO"		# font 8x16 from /usr/share/syscons/fonts/* (or NO).
font8x14=3D"NO"		# font 8x14 from /usr/share/syscons/fonts/* (or NO).
font8x8=3D"NO"		# font 8x8 from /usr/share/syscons/fonts/* (or NO).
blanktime=3D"300"		# blank time (in seconds) or "NO" to turn it off.
saver=3D"daemon"		# screen saver: blank/daemon/green/snake/star/NO.
moused_enable=3D"NO"	# Run the mouse daemon.
moused_type=3D"NO"	# See man page for rc.conf(5) for available settings.
moused_port=3D"/dev/cuaa0" # Set to your mouse port.
moused_flags=3D""		# Any additional flags to moused.


##############################################################
###  Miscellaneous administrative options  ###################
##############################################################

cron_enable=3D"YES"	# Run the periodic job daemon.
lpd_enable=3D"NO"		# Run the line printer daemon.
lpd_flags=3D""		# Flags to lpd (if enabled).
sendmail_enable=3D"YES"	# Run the sendmail daemon (or NO).
sendmail_flags=3D"-bd -q30m" # -bd is pretty mandatory.
dumpdev=3D"NO"		# Device name to crashdump to (if enabled).
check_quotas=3D"NO"	# Check quotas (or NO).
accounting_enable=3D"NO"	# Turn on process accounting (or NO).
ibcs2_enable=3D"NO"	# Ibcs2 (SCO) emulation loaded at startup (or NO).
linux_enable=3D"NO"	# Linux emulation loaded at startup (or NO).
rand_irqs=3D"NO"		# Stir the entropy pool (like "5 11" or NO).
clear_tmp_enable=3D"NO"	# Clear /tmp at startup.
ldconfig_paths=3D"/usr/lib/compat /usr/X11R6/lib /usr/local/lib" # =
shared library search paths

##############################################################
### Allow local configuration override at the very end here ##
##############################################################
if [ -f /etc/rc.conf.local ]; then
	. /etc/rc.conf.local
fi

Script done on Sun Aug 23 20:28:40 1998</FONT>


------=_NextPart_000_0008_01BDCED0.530974D0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
<HTML>
<HEAD>

<META content=3Dtext/html;charset=3Diso-8859-1 =
http-equiv=3DContent-Type><!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 =
HTML//EN">
<META content=3D'"MSHTML 4.72.2106.6"' name=3DGENERATOR>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2><BR></DIV></FONT>
<DIV><FONT color=3D#000000 size=3D2>Hello,</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT color=3D#000000 size=3D2><FONT color=3D#000000 size=3D2>My =
machine is a=20
Toshiba Satellite 200CDT laptop (dual boot, I have a partition for WNT). =

</FONT></FONT><FONT color=3D#000000 size=3D2>I cannot make my 3Com =
Etherlink III=20
3C589C working (it i</FONT><FONT color=3D#000000 size=3D2>s a combo with =
BNC and=20
10baseT).</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT color=3D#000000 size=3D2>Everything seems to be OK, but I =
cannot ping any=20
machine on the network...</FONT></DIV>
<DIV><FONT color=3D#000000 size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT color=3D#000000 size=3D2>I have set the &quot;-link0 =
link1&quot; option=20
for 'ifconfig'&nbsp; (BNC cable).</FONT></DIV>
<DIV><FONT color=3D#000000 size=3D2></FONT><FONT size=3D2>It seems to be =
good, since=20
that way,&nbsp;</FONT><FONT color=3D#000000 size=3D2> the green light of =
the=20
transceiver blinks quickly when the system is up, which is not the case =
with the=20
&quot;link0 -link1&quot; option (no light).</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT color=3D#000000 size=3D2>I don't think it is a matter or IRQ =
even if WNT=20
uses IRQ 5 for the Etherlink III.</FONT></DIV>
<DIV><FONT color=3D#000000 size=3D2></FONT><FONT size=3D2>I have tried =
to set IRQ to 5=20
with BSD, but then, the device is no longer recognized.</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT color=3D#000000 size=3D2>Could you help me ?</FONT></DIV>
<DIV><FONT color=3D#000000 size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>You will find hereafter three kinds of informations=20
:</FONT></DIV>
<DIV><FONT size=3D2>- output of 'ifconfig -au'</FONT></DIV>
<DIV><FONT size=3D2>&nbsp;&nbsp;&nbsp; NB: we have a 32 addresses=20
subnetwork.&nbsp; Our netmask is really 255.255.255.224</FONT></DIV>
<DIV><FONT size=3D2>- content of /var/log/messages</FONT></DIV>
<DIV><FONT size=3D2>- content of /etc/rc.conf</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>Thanks in advance.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=3D2>please reply to</FONT></DIV>
<DIV><FONT size=3D2><A=20
href=3D"mailto:tconrad@offis.lu">tconrad@offis.lu</A></FONT></DIV>
<DIV><FONT face=3D"" size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT color=3D#000000 size=3D2>T.Conrad</FONT></DIV>
<DIV><FONT color=3D#000000 size=3D2></FONT><FONT size=3D2>OFFIS =
S.A.</FONT></DIV>
<DIV><FONT size=3D2>Luxembourg</FONT></DIV>
<DIV><FONT size=3D2><XMP><FONT face=3D"" size=3D2>Script started on Sun =
Aug 23 20:27:29 1998

>>>>  tyr# ifconfig -au <<<<

zp0: flags=3D2843<UP,BROADCAST,RUNNING,SIMPLEX,LINK1> mtu 1500
	inet 194.154.195.130 netmask 0xffffffe0 broadcast 194.154.195.159
	ether 00:60:97:47:e1:69=20
lo0: flags=3D8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
	inet 127.0.0.1 netmask 0xff000000=20


>>>> tyr# cat /var/log/messages <<<<

Aug 23 20:23:07 tyr /kernel: Copyright (c) 1992-1998 FreeBSD Inc.
Aug 23 20:23:07 tyr /kernel: Copyright (c) 1982, 1986, 1989, 1991, 1993
Aug 23 20:23:07 tyr /kernel: The Regents of the University of =
California.  All rights reserved.
Aug 23 20:23:07 tyr /kernel:=20
Aug 23 20:23:07 tyr /kernel: FreeBSD 2.2.7-RELEASE #0: Wed Jul 22 =
08:48:29 GMT 1998
Aug 23 20:23:07 tyr /kernel: =
root@builder.cdrom.com:/usr/src/sys/compile/GENERIC
Aug 23 20:23:07 tyr /kernel: CPU: Pentium/P54C (99.95-MHz 586-class CPU)
Aug 23 20:23:07 tyr /kernel: Origin =3D "GenuineIntel"  Id =3D 0x52c  =
Stepping=3D12
Aug 23 20:23:07 tyr /kernel: =
Features=3D0x1bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8>
Aug 23 20:23:07 tyr /kernel: real memory  =3D 42139648 (41152K bytes)
Aug 23 20:23:07 tyr /kernel: avail memory =3D 38707200 (37800K bytes)
Aug 23 20:23:07 tyr /kernel: Probing for devices on the ISA bus:
Aug 23 20:23:07 tyr /kernel: sc0 at 0x60-0x6f irq 1 on motherboard
Aug 23 20:23:07 tyr /kernel: sc0: VGA color <16 virtual consoles, =
flags=3D0x0>
Aug 23 20:23:07 tyr /kernel: sio0 at 0x3f8-0x3ff irq 4 on isa
Aug 23 20:23:08 tyr /kernel: sio0: type 16550A
Aug 23 20:23:08 tyr /kernel: lpt0 at 0x378-0x37f irq 7 on isa
Aug 23 20:23:08 tyr /kernel: lpt0: Interrupt-driven port
Aug 23 20:23:08 tyr /kernel: lp0: TCP/IP capable interface
Aug 23 20:23:08 tyr /kernel: psm0 at 0x60-0x64 irq 12 on motherboard
Aug 23 20:23:08 tyr /kernel: psm0: model Generic PS/2 mouse, device ID 0
Aug 23 20:23:08 tyr /kernel: fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa
Aug 23 20:23:08 tyr /kernel: fd0: 1.44MB 3.5in
Aug 23 20:23:08 tyr /kernel: wdc0 at 0x1f0-0x1f7 irq 14 on isa
Aug 23 20:23:08 tyr /kernel: wdc0: unit 0 (wd0): <TOSHIBA MK2103MAV>
Aug 23 20:23:08 tyr /kernel: wd0: 2067MB (4233600 sectors), 4200 cyls, =
16 heads, 63 S/T, 51
Aug 23 20:23:08 tyr /kernel: 2 B/S
Aug 23 20:23:08 tyr /kernel: zp: found card in slot 0
Aug 23 20:23:08 tyr /kernel: zp0 at 0x300-0x30f irq 10 maddr 0xd8000 on =
isa
Aug 23 20:23:08 tyr /kernel: zp0: aui/bnc/utp address 00:60:97:47:e1:69
Aug 23 20:23:08 tyr /kernel: npx0 flags 0x1 on motherboard
Aug 23 20:23:08 tyr /kernel: npx0: INT 16 interface
Aug 23 20:23:08 tyr /kernel: Intel Pentium F00F detected, installing =
workaround
Aug 23 20:23:29 tyr login: ROOT LOGIN (root) ON ttyv0


>>>> tyr# cat /etc/rc.conf <<<<

#!/bin/sh
#

# This is rc.conf - a file full of useful variables that you can set=20
# to change the default startup behavior of your system.
#
# All arguments must be in double or single quotes.
#
#	$Id: rc.conf,v 1.1.2.45 1998/06/27 21:23:17 steve Exp $

##############################################################
### Important initial Boot-time options  #####################
##############################################################

swapfile=3D"NO"		# Set to name of swapfile if aux swapfile desired.
apm_enable=3D"NO"		# Set to YES if you want APM enabled.
pccard_enable=3D"NO"	# Set to YES if you want to configure PCCARD =
devices.
pccard_mem=3D"DEFAULT"	# If pccard_enable=3DYES, this is card memory =
address.
pccard_ifconfig=3D"NO"	# Specialized pccard ethernet configuration (or =
NO).
local_startup=3D"/usr/local/etc/rc.d /usr/X11R6/etc/rc.d"	# startup =
script dirs.


##############################################################
###  Network configuration sub-section  ######################
##############################################################

### Basic network options: ###
hostname=3D"tyr.offis.lu"	# Set this!
nisdomainname=3D"NO"		# Set to NIS domain if using NIS (or NO).
firewall_enable=3D"NO"		# Set to YES to enable firewall functionality
firewall_type=3D"UNKNOWN"		# Firewall type (see /etc/rc.firewall)
firewall_quiet=3D"NO"		# Set to YES to suppress rule display
tcp_extensions=3D"YES"		# Allow RFC1323 & RFC1644 extensions (or NO).
network_interfaces=3D"zp0 lo0"	# List of network interfaces (lo0 is =
loopback).
ifconfig_zp0=3D"inet 194.154.195.130 -link0 link1 netmask =
255.255.255.224"
ifconfig_lo0=3D"inet 127.0.0.1"	# default loopback device configuration.
#ifconfig_lo0_alias0=3D"inet 127.0.0.254 netmask 0xffffffff" # Sample =
alias entry.

### Network daemon (miscellaneous) & NFS options: ###
syslogd_enable=3D"YES"		# Run syslog daemon (or NO).
syslogd_flags=3D""		# Flags to syslogd (if enabled).
inetd_enable=3D"YES"		# Run the network daemon dispatcher (or NO).
inetd_flags=3D""			# Optional flags to inetd.
named_enable=3D"NO"		# Run named, the DNS server (or NO).
named_program=3D"/usr/sbin/named"	# named program, in case we want bind8 =
instead.
named_flags=3D"-b /etc/namedb/named.boot" # Flags to named (if enabled).
kerberos_server_enable=3D"NO"	# Run a kerberos master server (or NO).
kadmind_server_enable=3D"NO"	# Run kadmind (or NO) -- do not run on
				# a slave kerberos server
kerberos_stash=3D""		# Is the kerberos master key stashed?
rwhod_enable=3D"NO"		# Run the rwho daemon (or NO).
amd_enable=3D"NO"			# Run amd service with $amd_flags (or NO).
amd_flags=3D"-a /net -c 1800 -k i386 -d my.domain -l syslog /host =
/etc/amd.map"
nfs_client_enable=3D"YES"		# This host is an NFS client (or NO).
nfs_client_flags=3D"-n 4"		# Flags to nfsiod (if enabled).
nfs_server_enable=3D"YES"		# This host is an NFS server (or NO).
nfs_server_flags=3D"-u -t 4"	# Flags to nfsd (if enabled).
mountd_flags=3D"-r"		# Flags to mountd (if NFS server enabled).
nfs_reserved_port_only=3D"NO"	# Provide NFS only on secure port (or NO).
rpc_lockd_enable=3D"NO"		# Run NFS rpc.lockd (*broken!*) if nfs_server.
rpc_statd_enable=3D"YES"		# Run NFS rpc.statd if nfs_server (or NO).
portmap_enable=3D"YES"		# Run the portmapper service (or NO).
portmap_flags=3D""		# Flags to portmap (if enabled).
rarpd_enable=3D"NO"		# Run rarpd (or NO).
rarpd_flags=3D""			# Flags to rarpd.
xtend_enable=3D"NO"		# Run the X-10 power controller daemon.
xtend_flags=3D""			# Flags to xtend (if enabled).

### Network Time Services options: ###
timed_enable=3D"NO"		# Run the time daemon (or NO).
timed_flags=3D""			# Flags to timed (if enabled).
ntpdate_enable=3D"NO"		# Run the ntpdate to sync time (or NO).
ntpdate_program=3D"ntpdate"	# path to ntpdate, if you want a different =
one.
ntpdate_flags=3D""		# Flags to ntpdate (if enabled).
xntpd_enable=3D"NO"		# Run xntpd Network Time Protocol (or NO).
xntpd_program=3D"xntpd"		# path to xntpd, if you want a different one.
xntpd_flags=3D"-p /var/run/xntpd.pid"			# Flags to xntpd (if enabled).
tickadj_enable=3D"NO"		# Run tickadj (or NO).
tickadj_flags=3D"-Aq"		# Flags to tickadj (if enabled).

# Network Information Services (NIS) options: ###
nis_client_enable=3D"NO"		# We're an NIS client (or NO).
nis_client_flags=3D""		# Flags to ypbind (if enabled).
nis_ypset_enable=3D"NO"		# Run ypset at boot time (or NO).
nis_ypset_flags=3D""		# Flags to ypset (if enabled).
nis_server_enable=3D"NO"		# We're an NIS server (or NO).
nis_server_flags=3D""		# Flags to ypserv (if enabled).
nis_ypxfrd_enable=3D"NO"		# Run rpc.ypxfrd at boot time (or NO).
nis_ypxfrd_flags=3D""		# Flags to rpc.ypxfrd (if enabled).
nis_yppasswdd_enable=3D"NO"	# Run rpc.yppasswdd at boot time (or NO).
nis_yppasswdd_flags=3D""		# Flags to rpc.yppasswdd (if enabled).

### Network routing options: ###
defaultrouter=3D"194.154.195.129"		# Set to default gateway (or NO).
static_routes=3D""		# Set to static route list (or leave empty).
gateway_enable=3D"NO"		# Set to YES if this host will be a gateway.
router_enable=3D"NO"		# Set to YES to enable a routing daemon.
router=3D"routed"			# Name of routing daemon to use if enabled.
router_flags=3D"-q"		# Flags for routing daemon.
mrouted_enable=3D"NO"		# Do multicast routing (see /etc/mrouted.conf).
mrouted_flags=3D""		# Flags for multicast routing daemon.
ipxgateway_enable=3D"NO"		# Set to YES to enable IPX routing.
ipxrouted_enable=3D"NO"		# Set to YES to run the IPX routing daemon.
ipxrouted_flags=3D""		# Flags for IPX routing daemon.
arpproxy_all=3D""			# replaces obsolete kernel option ARP_PROXYALL.
forward_sourceroute=3D"NO"	# do source routing (only if gateway_enable =
is set to "YES")
accept_sourceroute=3D"NO"		# accept source routed packets to us
natd_enable=3D"NO"                # Enable natd if firewall_enable.
natd_interface=3D"fxp0"           # Public interface to use with natd if =
natd_enable.
natd_flags=3D""                   # Additional flags for natd.


##############################################################
###  System console options  #################################
##############################################################

keymap=3D"swissgerman.iso"		# keymap in /usr/share/syscons/keymaps/* (or =
NO).
keyrate=3D"NO"		# keyboard rate to: slow, normal, fast (or NO).
keybell=3D"NO"		# bell to duration.pitch or normal or visual (or NO).
keychange=3D"NO"		# function keys default values (or NO).
cursor=3D"NO"		# cursor type {normal|blink|destructive} (or NO).
scrnmap=3D"NO"		# screen map in /usr/share/syscons/scrnmaps/* (or NO).
font8x16=3D"NO"		# font 8x16 from /usr/share/syscons/fonts/* (or NO).
font8x14=3D"NO"		# font 8x14 from /usr/share/syscons/fonts/* (or NO).
font8x8=3D"NO"		# font 8x8 from /usr/share/syscons/fonts/* (or NO).
blanktime=3D"300"		# blank time (in seconds) or "NO" to turn it off.
saver=3D"daemon"		# screen saver: blank/daemon/green/snake/star/NO.
moused_enable=3D"NO"	# Run the mouse daemon.
moused_type=3D"NO"	# See man page for rc.conf(5) for available settings.
moused_port=3D"/dev/cuaa0" # Set to your mouse port.
moused_flags=3D""		# Any additional flags to moused.


##############################################################
###  Miscellaneous administrative options  ###################
##############################################################

cron_enable=3D"YES"	# Run the periodic job daemon.
lpd_enable=3D"NO"		# Run the line printer daemon.
lpd_flags=3D""		# Flags to lpd (if enabled).
sendmail_enable=3D"YES"	# Run the sendmail daemon (or NO).
sendmail_flags=3D"-bd -q30m" # -bd is pretty mandatory.
dumpdev=3D"NO"		# Device name to crashdump to (if enabled).
check_quotas=3D"NO"	# Check quotas (or NO).
accounting_enable=3D"NO"	# Turn on process accounting (or NO).
ibcs2_enable=3D"NO"	# Ibcs2 (SCO) emulation loaded at startup (or NO).
linux_enable=3D"NO"	# Linux emulation loaded at startup (or NO).
rand_irqs=3D"NO"		# Stir the entropy pool (like "5 11" or NO).
clear_tmp_enable=3D"NO"	# Clear /tmp at startup.
ldconfig_paths=3D"/usr/lib/compat /usr/X11R6/lib /usr/local/lib" # =
shared library search paths

##############################################################
### Allow local configuration override at the very end here ##
##############################################################
if [ -f /etc/rc.conf.local ]; then
	. /etc/rc.conf.local
fi

Script done on Sun Aug 23 20:28:40 =
1998</FONT></XMP></FONT></DIV></BODY></HTML>

------=_NextPart_000_0008_01BDCED0.530974D0--


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000b01bdcebf$8fa25da0$82c39ac2>