>  2000/05/20 (土) 19:10:20      [mirai]
> > VineLinux1.1だよ
> > じゃイーサカードは認識されてるってことは後は何が原因かな
> /etc/hosts 
> /etc/host.conf
> /resolv.conf
> あたりを再チェク
> functionあたりもチェク

/etc/hostsは
# local host
127.0.0.1	     localhost
# my computers
192.168.1.1	ann	# Linux
192.168.1.2	john	# windows98
# end of title
でWindows側も同じのを一応入れておいた(ヘルプにそう書いてあったもんで)
/etc/host.conf は
order hosts.bind
multi on
/resolv.conf は
search ann
nameserver 192.168.1.1
となってる

参考:2000/05/20(土)19時05分47秒