Changes between Version 20 and Version 21 of test


Ignore:
Timestamp:
11/01/09 11:55:01 (14 years ago)
Author:
Rick van der Zwet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • test

    v20 v21  
    2525
    2626
     27
     28= Using nc(1) =
     29
     30Try this example if the remote host is not running neither ftp(1) or sshd(8) service:
     31
     32* At first, open a TCP listener on host serving the image and make it send the image to client:
     33  myhost# nc -l 2222 < _.disk.image
     34  Note: Make sure that the used port is not blocked to receive incoming connections from NanoBSD host by firewall.
     35
     36* Connect to the host serving new image and execute updatep1 script:
     37  # nc myhost 2222 | sh updatep1
     38