初期インストールからの変更

/etc/network/interfaces (固定 IP)

#auto eth0
#iface eth0 inet dhcp

auto eth0
iface eth0 inet static
        address 192.168.1.48
        netmask 255.255.255.0
        broadcast 192.168.1.255
        gateway 192.168.1.1
        dns-nameservers 192.168.1.1 192.168.1.23

/etc/fstab (NFS)

#/dev/hda1       /       ext2    defaults,noatime,rw     0       0
proc            /proc   proc    defaults                0       0
tmpfs                   /tmp    tmpfs   nosuid,nodev                    0               0
#tmpfs           /rw     tmpfs   defaults,size=32M        0       0
192.168.1.23:/raid_vol/home/munakata/hifiaudio /mnt/public  nfs rw,noatime          0      0 

/etc/hosts (DNS)

127.0.0.1       localhost
::1             localhost ip6-localhost ip6-loopback
fe00::0         ip6-localnet
ff00::0         ip6-mcastprefix
ff02::1         ip6-allnodes
ff02::2         ip6-allrouters

127.0.0.1 localhost voyage
127.0.1.1 voyage

192.168.1.48 voyage-mubox.hmuna.com

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS