From owner-FreeBSD-users-jp@jp.FreeBSD.org Tue Jan  2 18:14:47 2007
Received: (from daemon@localhost)
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) id l029Elu09191;
	Tue, 2 Jan 2007 18:14:47 +0900 (JST)
	(envelope-from owner-FreeBSD-users-jp@jp.FreeBSD.org)
Received: from smtp19.mail.bbt.yahoo.co.jp (smtp19.mail.bbt.yahoo.co.jp [202.93.83.112])
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) with SMTP/inet id l029Elw09186
	for <FreeBSD-users-jp@jp.FreeBSD.org>; Tue, 2 Jan 2007 18:14:47 +0900 (JST)
	(envelope-from wild_posture2000@yahoo.co.jp)
Message-Id: <200701020914.l029Elw09186@castle.jp.FreeBSD.org>
Received: (qmail 59626 invoked by alias); 2 Jan 2007 09:14:40 -0000
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
  s=yj20050223; d=yahoo.co.jp;
  b=eV956MLlHN+vWWMYEZZLLpx0GmDnuw29L69RG4mv3FUDu4490dTGqXSuqfh9Z2G0qnW8ZK9KWSqQcj9or1nYKxF6DoG5pd9ruMrfhBIiWmmoc5EpA56Ffi6cX5D6H6tz  ;
Received: from unknown (HELO p3) (221.18.94.162 with poptime)
  by smtp19.mail.bbt.yahoo.co.jp with SMTP; 2 Jan 2007 09:14:40 -0000
X-Apparently-From: <wild_posture2000@yahoo.co.jp>
From: posture <wild_posture2000@yahoo.co.jp>
To: FreeBSD-users-jp@jp.FreeBSD.org
X-Mailer: Datula version 1.52.01 for Windows
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-2022-JP
Reply-To: FreeBSD-users-jp@jp.FreeBSD.org
Precedence: list
Date: Tue, 02 Jan 2007 18:14:36 +0900
X-Sequence: FreeBSD-users-jp 90254
Subject: [FreeBSD-users-jp 90254] =?ISO-2022-JP?B?GyRCIzIkRCROGyhC?= NIC
 =?ISO-2022-JP?B?GyRCNFYkTiVrITwlRiVzJTAkSyREJCQkRhsoQg==?= 
Sender: owner-FreeBSD-users-jp@jp.FreeBSD.org
X-Originator: wild_posture2000@yahoo.co.jp
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+060209

$B$O$8$a$^$7$F!"(Bposture$B$H8@$$$^$9!#(B

FreeBSD6.2Beta1$B$r;HMQ$7$F$$$^$9!#(B
$B#2$D$N%M%C%H%o!<%/4V$G%k!<%F%s%0$,=PMh$J$/$F;n9T:x8m$7$F$*$j$^$9!#(B
rc.conf $B$NCf$G7PO)=q$$$F$$$m$$$m$d$C$F$$$^$9$,!"2r7h$G$-$J$$$N$G<ALd$r(B
$BEj$2$F$_$^$7$?!#(B

Windows$B$N%^%7%s$+$i(BBSD$B$N0c$&%M%C%H%o!<%/$N(BNIC(ed0)$B$K%"%/%;%9$r$7$?$$$N(B
$B$G$9$,!";]$/$$$-$^$;$s!&!&!&!#!J(Bfxp0$B$K$O%"%/%;%9$G$-$^$9!K(B
$B$I$&$+!";29M$K$J$k%Z!<%8$d2r7hJ}K!$,$"$j$^$7$?$i!"$h$m$7$/$*4j$$$7$^(B
$B$9!#(B


          YahooBB$B%b%G%`!J(BNAT/DHCP$BM-8z(B 192.168.3.1$B!K(B
              |
 HUB          +-------- WINDOWS(192.168.3.6)$B8GDj(Bip
              |
          =========     fxp0(192.168.3.10)$B8GDj(Bip
          |       |
 FreeBSD  |       |
          =========     ed0(192.168.1.10)$B8GDj(Bip
              |
              |
        $B!J%/%i%$%"%s%H!K(B


rc.conf-----------------------------------------------------

hostname="xxx.xxx.xxx"
network_interfaces="YES"
ifconfig_fxp0="inet 192.168.3.10 netmask 255.255.255.0"
#ifconfig_fxp0="DHCP"
ifconfig_ed0="192.168.1.10 netmask 255.255.255.0"
static_routes = "set0 set1"
route_set0 = "default 192.168.3.1"
route_set1 = "192.168.1/24 192.168.1.10"


----------------------------------------------------------------------------
$ netstat -rn
Routing tables

Internet:
Destination        Gateway            Flags    Refs      Use  Netif Expire
default            192.168.3.1        UGS         0        0   fxp0
127.0.0.1          127.0.0.1          UH          0        0    lo0
192.168.1          link#2             UC          0        0    ed0
192.168.3          link#1             UC          0        0   fxp0
192.168.3.1        00:0f:a3:6f:69:0c  UHLW        2        1   fxp0   1171
192.168.3.6        00:04:76:4d:a5:a8  UHLW        1       52   fxp0   1170

-----------------------------------------------------------------------------
$ ifconfig -a
fxp0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        options=8<VLAN_MTU>
        inet6 fe80::200:e2ff:fe0f:7727%fxp0 prefixlen 64 scopeid 0x1 
        inet 192.168.3.10 netmask 0xffffff00 broadcast 192.168.3.255
        ether 00:00:e2:0f:77:27
        media: Ethernet autoselect (100baseTX <full-duplex>)
        status: active
ed0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        inet6 fe80::290:99ff:fe10:95f5%ed0 prefixlen 64 scopeid 0x2 
        inet 192.168.1.10 netmask 0xffffff00 broadcast 192.168.1.255
        ether 00:90:99:10:95:f5
        media: Ethernet autoselect (10base2/BNC)
plip0: flags=108810<POINTOPOINT,SIMPLEX,MULTICAST,NEEDSGIANT> mtu 1500
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
        inet6 ::1 prefixlen 128 
        inet6 fe80::1%lo0 prefixlen 64 scopeid 0x4 
        inet 127.0.0.1 netmask 0xff000000 

-- 
posture@ mailto:wild_posture2000@yahoo.co.jp

--------------------------------------
Yahoo! JAPAN Search Word Ranking 2006
http://pr.mail.yahoo.co.jp/search/
