| 40 |   | frisbeed lives in /usr/sbin. Note the d for daemon.  | 
          
          
            | 41 |   | -p 5050 is the port number for the service (I just picked one at random) | 
          
          
            | 42 |   | -m 10.0.250.221 is the address of the client. This could be some kind of multi cast address, but to keep things simple I figued I'd just do one machine for now.  | 
          
          
            | 43 |   | /tmp/orbit-pc2 is my image file, freshly copied. | 
          
          
            | 44 |   |  | 
          
          
            | 45 |   | step 6 frisbee -p 5050 -m 10.0.101.10 -i 10.0.250.221 /dev/hda | 
          
          
            | 46 |   | frisbee should live in /bin somewhere on the winlab.img that we booted into.  | 
          
          
            | 47 |   | -p 5050 is the randomly choosen port number  | 
          
          
            | 48 |   | -m 10.0.101.10 is mogwai's ip (my service host) | 
          
          
            | 49 |   | -i 10.0.250.221 is the interface I'm trying to use to get my image from. No idea why I need this, but if I don't put it there, it complains about not being able to resolve the host name. ("gethostbyname: Unknown host") | 
          
          
            | 50 |   | /dev/hda is where I'm going to dump my image. (Hope you don't have anything there you need, it's going to be gone in a miniute). | 
          
          
            |   | 47 | step 6 | 
          
          
            |   | 48 | {{ | 
          
          
            |   | 49 | frisbee -p 5050 -m 10.0.101.10 -i 10.0.250.221 /dev/hda | 
          
          
            |   | 50 | }} | 
          
          
            |   | 51 | ''   frisbee should live in /bin somewhere on the winlab.img that we booted into. ''[[BR]] | 
          
          
            |   | 52 | ''   -p 5050 is the randomly choosen port number ''[[BR]] | 
          
          
            |   | 53 | ''   -m 10.0.101.10 is mogwai's ip (my service host)''[[BR]] | 
          
          
            |   | 54 | ''   -i 10.0.250.221 is the interface I'm trying to use to get my image from. No idea why I need this, but if I don't put it there, it complains about not being able to resolve the host name. ("gethostbyname: Unknown host")''[[BR]] | 
          
          
            |   | 55 | ''   /dev/hda is where I'm going to dump my image. (Hope you don't have anything there you need, it's going to be gone in a miniute).''[[BR]] |