| 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. |
| | 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. |