Changes between Version 17 and Version 18 of PXEboot

Show
Ignore:
Timestamp:
11/15/07 22:11:48 (3 years ago)
Author:
mvn (IP: 192.168.1.6)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PXEboot

    v17 v18  
    1 == Goal == 
     1= Goal = 
    22 
    33Installing [wiki:TinyBSD TinyBSD] ([http://freebsd.org FreeBSD]) on embedded machines with onboard flashcards. 
     
    55I am using FreeBSD 7.0 as host.  
    66 
    7 = How to read = 
     7== How to read == 
    88 
    99text  
     
    2222}}} 
    2323 
    24 = Disclaimer = 
    25  
    26 read License 
    27  
    28 = Precautions = 
     24== Disclaimer == 
     25 
     26Please read '''License''' at the end of this document. 
     27 
     28== Precautions == 
    2929 
    3030'''DON'T''' do this on a network where there are other people working. Running dhpcd might confuse other users and upset adminstrators. Tftp is not safe by design. I am not putting any effort to make this setup secure. If would would like to so I suggest to use an extra ethernetcard for this network. Use a ipnat(4) or pf(4) to protect the pxeboot network.  
    3131 
    3232 
    33 = Installation = 
     33== Installation == 
    3434 
    3535In the howto [wiki:TinyBSD TinyBSD] is described how to install and update 7.0 
     
    3838 
    3939 
    40 = Packages = 
     40== Packages == 
    4141 
    4242I need some additional packages: 
     
    4848}}} 
    4949 
    50 = Configs = 
     50== Configs == 
    5151 
    5252 
     
    114114 
    115115 
    116 = Creating a file tree = 
     116== Extracting the file tree == 
    117117 
    118118Since this is written in the scope of TinyBSD I use this image. See [wiki:TinyBSD TinyBSD] for: 
    119119 * building an image 
    120  * mount it  
    121  * create a backup ~/image_tree.tgz 
     120 * mounting it  
     121 * create a backup in ~/image_tree.tgz 
    122122 
    123123{{{ 
     
    215215}}} 
    216216 
    217 = Debugging = 
    218  
    219 1. Does not get an ipnumber: 
     217== Debugging == 
     218 
     219 
     2200. usage of tcpdump(1) that provides critacal information in most stages of debugging. 
     221 
     222{{{ 
     223sudo tcpdump -i rl0 -vvvv 
     224}}} 
     225 
     2261. The board gets no ipnumber: 
    220227 * network (interfaces cables) check led's on interfaces 
    221228 * ifconfig for 10.1.1.1/24 
    222229 * ps ax | grep dhcpd  
    223230 
    224 usage of tcpdump(1) 
    225  
    226 {{{ 
    227 sudo tcpdump -i rl0 -vvvv 
    228 }}} 
     231 
    229232 
    2302332. no bootloader