分类:
2008-04-12 09:40:11
Create /etc/xinetd.d/bootp file and configure as follows.
/etc/xinetd.d/bootp |
service bootps { disable = no socket_type = dgram protocol = udp wait = yes user = root server = /usr/sbin/bootpd } |
•2 Creating bootptab file
Create /etc/bootptab file and configure as follows.
/etc/bootptab |
test:\ ht=1:\ ha=0x123456789A00:\ ip=192.168.1.50:\ sm=255.255.255.0 |
Note – the ip address class C and the board ip address class C must be same.
(ex Host PC IP: 192.168.10.100, Board IP : 192.168.10.xxx)