From owner-FreeBSD-users-jp@jp.freebsd.org  Sat Apr 20 15:08:15 1996
Received: by mail.jp.freebsd.org (8.7.3+2.6Wbeta5/8.7.3) id PAA08783
	Sat, 20 Apr 1996 15:08:15 +0900 (JST)
Received: by mail.jp.freebsd.org (8.7.3+2.6Wbeta5/8.7.3) with ESMTP id PAA08778
	for <freebsd-users-jp@jp.freebsd.org>; Sat, 20 Apr 1996 15:08:07 +0900 (JST)
From: oonisi@is.titech.ac.jp
Received: from naga.is.titech.ac.jp (naga.is.titech.ac.jp [131.112.57.202]) by pixy.is.titech.ac.jp (8.7.3/3.4W4-hub-960324) with ESMTP id PAA26871; Sat, 20 Apr 1996 15:03:32 +0900 (JST)
Received: (from oonisi@localhost) by naga.is.titech.ac.jp (8.7.1/3.4W4-relay-960324) id PAA26740; Sat, 20 Apr 1996 15:07:46 +0900 (JST)
Message-Id: <199604200607.PAA26740@naga.is.titech.ac.jp>
To: FreeBSD-users-jp@jp.freebsd.org
cc: oonisi@is.titech.ac.jp
Date: Sat, 20 Apr 1996 15:07:46 +0900
Reply-To: FreeBSD-users-jp@jp.freebsd.org
X-Distribute: distribute [version 2.1 (Alpha) patchlevel=19]
X-Sequence: FreeBSD-users-jp 1192
Subject: [FreeBSD-users-jp 1192] Re(2) clnttcp-create failre
Errors-To: owner-FreeBSD-users-jp@jp.freebsd.org
Sender: owner-FreeBSD-users-jp@jp.freebsd.org

--------

In Subject: [FreeBSD-users-jp 1166] Re: Re clnttcp-create failure 
$B!d(B $BEDCf!wC^GHBg$G$9!#(B
$B!d(B /etc/host.conf $B$N(B nis $B$r$O$:$9$H;_$^$k$N$G$O!#(B
$B!d(B $B$H$$$&JV;v$rD:$-$^$7$?!#(B
$B!d(B nis $B$r;H$*$&$H$$$&$N$K30$7$A$c$C$F$$$$$s$G$7$g$&$+(B?

NIS $B$r;H$C$F%[%9%HL>!"%5!<%S%9$J$I$N%G!<%?$r6&M-$9$k;~$K$O(B /etc/host.conf $B$G(B
nis $B$r%;%C%H$9$kI,MW$,$"$j$^$9$,!"%Q%9%o!<%I!"%0%k!<%W$N>pJs$J$I$@$1$G$7$?$i!"(B
$BI,MW$J$$$H;W$$$^$9(B($B>\$7$/$O(B man yp)$B!#(B

$B<+J,$N4D6-$G$O%[%9%HL>$O(B $B%M!<%`%5!<%P$+$i0z$1$F!"B>$KFCJL$J%G!<%?$r6&M-$7$F$$(B
$B$kLu$G$O$J$$$N$G!"(B/etc/host.conf $BFb$N(B nis $B$r$O$:$7$F;H$C$F$$$^$9!#(B

$B5/F0;~$K(B clnttcp-create failure $B$r=P$7$F$$$k$N$O!"%k!<%F%#%s%0%F!<%V%k$r@_Dj(B
$B$7$F$$$k(B /etc/netstart $BFb$N<!$NItJ,$@$H$*$b$$$^$9!#(Broute$B%3%^%s%I$,%[%9%HL>$r(B
$B$+$i%"%I%l%9$r0z$/2aDx$G(B NIS $B$r;H$*$&$H$7$F<:GT$7$F$$$k$N$G$7$g$&!#2?8N$=$&$J(B
$B$k$N$+$OD4$Y$F$$$^$;$s!#(B

----- in /etc/netstart from here-----
...
if [ -n "$defaultrouter" -a "x$defaultrouter" != "xNO" ] ; then
	static_routes="default ${static_routes}"
	route_default="default ${defaultrouter}"
fi

# Set up any static routes.  This should be done before router discovery.
for i in ${static_routes}; do
	eval route_args=\$route_${i}
	route add ${route_args}
done
...
----- /etc/netstart untill here -----

$B<XB-$G$9$,!"4XO"$9$kItJ,$O(B /etc/sysconfig $B$G@_Dj$5$l$F$$$^$9!#(B

----- /etc/sysconfig from here -----
...
#
# 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"
...
----- /etc/sysconfig untill here -----

PS.
$B4V0c$C$F$$$k=j!"$=$NB>$N2r7hJ}K!$,$"$l$P65$($F2<$5$$(B > $B3'MM(B

----- oonisi@is.titech.ac.jp -----
