ネットワーク


ネットワーク構成について


ネットワークの設定

  • 上記のネットワーク構成に基づいて、以下の様に設定しています。

    【/etc/rc.conf】
    # This file now contains just the overrides from /etc/defaults/rc.conf
    # please make all changes to this file.
    
    # Enable network daemons for user convenience.
    # -- sysinstall generated deltas -- #
    moused_flags="-3"
    ifconfig_ed0="inet 192.168.0.4  netmask 255.255.255.0"
    hostname="taro.home"
    linux_enable="YES"
    sendmail_enable="NO"
    moused_enable="YES"
    keymap="jp.106"
    defaultrouter="192.168.0.1"
    sshd_enable="YES"
    portmap_enable="YES"
    nfs_client_enable="YES"
    inetd_enable="YES"
    usbd_enable="YES"
    

    【/etc/hosts】
    127.0.0.1		localhost localhost.home
    192.168.0.2		hiroshi.home hiroshi
    192.168.0.3		michiko.home michiko
    192.168.0.4		taro.home taro 
    

    【/etc/host.conf】
    order hosts,bind
    

    【/etc/resolv.conf】
    domain	home
    nameserver	192.168.0.1
    

トップへもどる


Copyright (c) 2001 Hiroshi Nakamura. All rights reserved.