From owner-FreeBSD-users-jp@jp.freebsd.org  Wed Feb  7 12:01:54 1996
Received: by mail.jp.freebsd.org (8.7.3+2.6Wbeta5/8.7.3) id MAA12124
	Wed, 7 Feb 1996 12:01:54 +0900 (JST)
Received: by mail.jp.freebsd.org (8.7.3+2.6Wbeta5/8.7.3) with SMTP id MAA12119
	for <FreeBSD-users-jp@jp.freebsd.org>; Wed, 7 Feb 1996 12:01:52 +0900 (JST)
Received: by hiroshi (4.2/tit-mx1.1); Wed, 7 Feb 96 12:01:34 JST
Message-Id: <9602070301.AA23530@hiroshi>
To: FreeBSD-users-jp@jp.freebsd.org
From: =?ISO-2022-JP?B?GyRCNTUwZkMjTGkbKEI=?= <kamei@pi.titech.ac.jp>
In-Reply-To: Your message of "Wed, 07 Feb 1996 10:35:46 JST."
 <9602070135.AA01083@sunsvp.pedev.ksp.fujixerox.co.jp> 
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-2022-JP
Date: Wed, 07 Feb 1996 12:01:49 +0900
Reply-To: FreeBSD-users-jp@jp.freebsd.org
X-Distribute: distribute [version 2.1 (Alpha) patchlevel=19]
X-Sequence: FreeBSD-users-jp 218
Subject: [FreeBSD-users-jp 218] RPC failure
Errors-To: owner-FreeBSD-users-jp@jp.freebsd.org
Sender: owner-FreeBSD-users-jp@jp.freebsd.org

$B550f!wEl9)Bg!"@:8&$G$9!#(B

  $B$3$NEY$d$C$H(B 2.0.5R $B$+$i(B 2.1.0R $B$KF~$lBX$($?$s$G$9$,!"(Bboot $B;~$K!"(B

add net default : gateway 131.112.200.1
clnttcp_create: RPC: Port mapper failure - RPC: Timed out
add net 224.0.0.0 : gateway koji.pi.titech.ac.jp
clnttcp_create: RPC: Port mapper failure - RPC: Timed out
clnttcp_create: RPC: Port mapper failure - RPC: Timed out

$B$H=P$F!"$=$N4V(B(time out $B$9$k$^$G$N4V(B)$BHs>o$K;~4V$,$+$+$j$^$9(B($B%H!<%?%k(B 
3$B!A(B4$BJ,(B)$B!#(B2.0.5R $B$N;~$bF1$8$h$&$J%a%C%;!<%8$,=P$F$?$s$G$9$,(B(Port
mapper failure $B$@$C$?$,!"(BTimed out $B$G$O$J$+$C$?!#>\$7$/$O<:G0(B)$B!"$=$N(B
$B;~$O$?$$$7$F;~4V$b$+$+$i$:DL$j2a$.$F$$$?$N$G!"5$$K$7$F$$$^$;$s$G$7$?!#(B
2.1.0R $B$K$7$F$+$iHs>o$K;~4V$,$+$+$k$h$&$K$J$C$F$7$^$C$?$N$G!":$$C$F(B
$B$^$9!#(B

  $B2?$,860x$G$7$g$&!)(B

  $B%^%7%s$O(B DECpc LPx466d2(486DX2 66MHz, VL-bus+ISA, 16MB RAM),
NE2000 $B8_49(B Ether card(ISA) $B$G!"(B/etc/sysconfig $B$O0J2<$N$h$&$J46$8$G(B
$B$9!#(B


  $BEl5~9)6HBg3X(B  $B@:L)9)3X8&5f=j(B($BD9DEED(B R2)  $B@P86!&FA8w8&5f<<(B
      $B550fC#Li(B(kamei@pi.titech.ac.jp, SGS00611@niftyserve.or.jp)
      http://vcsel-www.pi.titech.ac.jp/~kamei/
      Tel 045-924-5084          $B5o<<(B :  R2 804

######################### Start Of Netconfig Section #######################

# Set to the name of your host - this is pretty important!
hostname="koji.pi.titech.ac.jp"

# Set to the NIS domainname of your host, or NO if none
defaultdomainname="pilab"

#
# Some broken implementations can't handle the RFC 1323 and RFC 1644
# TCP options.  If TCP connections randomly hang, try disabling this,
# and bug the vendor of the losing equipment.
#
tcp_extensions=YES

#
# Set to the list of network devices on this host.  You must have an
# ifconfig_${network_interface} line for each interface listed here.
# for example:
#
#	network_interfaces="ed0 sl0 lo0"
#	ifconfig_ed0="inet 10.0.0.1 netmask 0xffffff00"
#	ifconfig_sl0="inet 10.0.1.0 netmask 0xffffff00"
#
network_interfaces="ed1 lo0"
ifconfig_ed1="inet 131.112.200.19  netmask 0xffffffc0"
ifconfig_lo0="inet localhost"

#
# Set to the list of route add lines for this host.  You must have a
# route_${static_routes} line for each static route listed here.
#
static_routes="multicast loopback"
route_multicast="224.0.0.0 -netmask 0xf0000000 -interface ${hostname}"
route_loopback="${hostname} localhost"

# Set to the host you'd like set as your default router, or NO for none.
defaultrouter="131.112.200.1"

# These are the flags you'd like to start the routing daemon with
routedflags="-q"

# timed flags, or NO if you don't want to start the time daemon
timedflags=NO

# xntpd flags, or NO if you don't want to start the xntpd daemon
xntpdflags=""

# this is inoperative unless xntpd is enabled; NO to disable
tickadjflags="-Aq"

# Set to the site you'd like to syncronize your clock from (gatekeeper.dec.com,
# for example) or NO for no such site.
ntpdate="pisun.pi.titech.ac.jp"

# Set to YES if you want to run rwhod
rwhod=NO

# Default sendmail flags.  -bd is pretty mandatory, -q<n>m sets the queue scan
# time in minutes.  If set to NO, don't start sendmail at all.
sendmail_flags="-bd -q30m"

# Set to appropriate flags if you want to use AMD
amdflags="NO"

# Set to YES if this machine will be an NFS client
nfs_client=YES

# Set to YES if this machine will be an NFS server
nfs_server=NO

# Set to appropriate flags if you want to start NIS for a client
nis_clientflags=""

# Set to host to ypset to if you need to do that
nis_ypsetflags="NO"

# Set to appropriate flags if you want to start NIS for a server
nis_serverflags="NO"

# Set to appropriate flags for yppasswdd, if you wish to run it.
# Typical flags might be "-m /var/yp/master.passwd -s -f"
yppasswddflags="NO"

# Set to appropriate flags for named, if you have a full-time
# connection to the Internet.
# For most hosts, flags should be "-b /etc/namedb/named.boot"
namedflags="NO"

# Set to YES if you run PC-NFSD (see /usr/ports/net/pcnfsd) for
# sharing filesystems with DOS/Windows PCs.
pcnfsd=NO

# Set to YES if you have the Apache WEB server (see /usr/ports/net/apache)
# installed and want to run it at system startup time (this is better than
# running it from inetd if you're running a dedicated WWW server).
apache_httpd=NO

# Set to YES if you want to run the X-10 power controller daemon
xtend=NO

# Set to the name of the device for kernel crashdumps, or `off' to
# disable any statically configured dumpdev, or NO for no change.
# The device should normally be one of the swap devices specified
# in /etc/fstab.
dumpdev=NO

# Set to YES if you want kernel crashdumps to be saved for debugging
savecore=NO

# Set to YES if you want to run Kerberos authentication
kerberos_server=NO

# If you want this host to be a gateway, set to YES.
gateway=NO

# Set to YES if you want to run gated
gated=NO

# Set to YES if you wish to check quotas.  NOTE:  For now this probably
# doesn't work and should be left disabled.
check_quotas=NO

# Set to YES to turn on accounting.  NOTE: For now this probably
# doesn't work and should be left disabled.
accounting=YES

######################### End Of Netconfig Section #######################
