NetBSD2 | NetBSD | 1.6 | amd | autoconf | apache | bind | booting | boot/install/disk | boot-cd | build.sh | (daily) | Canna | CF+sendmail | cvs | dhcpd | dvi2ps | emacs-20 | ftpmirror | fvwm2 | gcc | gettext | ghostscript | inn | IPv6 | jitterbug | Install(OHP) | kernel | (old) | majordomo | make build | MHonArc | MRTG | namazu | ndtpd | PHP + PostgreSQL | netatalk | netboot | NFS | NIS | ntp | opie | Open Firmware | perl | procmail | sendmail | sharutils | smtpfeed | tcsh | TeX | time make | ucspi-tcp | w3 | wget | Wnn | wu-ftpd | X11 | Site Map |
全文検索

sparc | sun-3x | others

NetBSD/macppc netboot

Diskless NetBSD HOW-TO 序説 (macppc 固有な部分)
http://www.netbsd.org/ja/Documentation/network/netboot/intro.macppc.html
Yosemite で FreeUN*X
http://netpassport-wc.netpassport.or.jp/~wmgoto/yosemite/
次のようにして MAC アドレスを調べておく
0 > dev enet
0 > .properties
[...]
    local-mac-address CCCCCCCC CCCC
[...]
DHCP サーバ (dhcpd) か bootp サーバに設定をする。

bootp サーバを用意する

参考: http://netpassport-wc.netpassport.or.jp/~wmgoto/yosemite/NetBSD.html#NetBSD_bootp

/etc/inetd.conf

#tftp           dgram   udp     wait    root    /usr/libexec/tftpd      tftpd -l -s /tftpboot
#tftp           dgram   udp6    wait    root    /usr/libexec/tftpd      tftpd -l -s /tftpboot
#comsat         dgram   udp     wait    root    /usr/libexec/comsat     comsat
#comsat         dgram   udp6    wait    root    /usr/libexec/comsat     comsat
#ntalk          dgram   udp     wait    nobody:tty      /usr/libexec/ntalkd     ntalkd
#bootps         dgram   udp     wait    root    /usr/sbin/bootpd        bootpd
changes to below ↓
tftp           dgram   udp     wait    root    /usr/libexec/tftpd      tftpd -l -s /tftpboot
tftp           dgram   udp6    wait    root    /usr/libexec/tftpd      tftpd -l -s /tftpboot
#comsat         dgram   udp     wait    root    /usr/libexec/comsat     comsat
#comsat         dgram   udp6    wait    root    /usr/libexec/comsat     comsat
#ntalk          dgram   udp     wait    nobody:tty      /usr/libexec/ntalkd     ntalkd
bootps         dgram   udp     wait    root    /usr/sbin/bootpd        bootpd

/etc/services

bootps          67/tcp          # BOOTP server
bootps          67/udp
bootpc          68/tcp          # BOOTP client
bootpc          68/udp
tftp            69/udp          # Trivial File Transfer Protocol

/etc/bootptab

.allhost:\
          :hd=/:\
          :ds=218.44.xx.yyy:\
          :sm=255.255.255.0:\
          :gw=192.168.1.1: \
          :ht=ethernet:\
          :bf=ofwboot.xcf:
pbg4:\       
          :tc=.allhost:\
          :ha=00039aaaaaaa:\
          :ip=192.168.1.24:\
          :rp=/tftpboot 
ds name server IP address
sm subnetmask
gw gateway (rooter)
ht hardware type
bf boot file
ha hardware address ( dev enet; .properties)
ip client IP address
rp root path

/tftpboot 以下

/etc/exports

Last Update

19:52:54 03/12/08
claudebot
Apache/2.0.65 (Unix) mod_ssl/2.0.65 OpenSSL/1.0.1g DAV/2 PHP/5.4.26
Count.cgi
(since 2002/05/29)