How to copy sample images to your hard drivesThis How To gives an alternative to installation of the OS on a hard drive using the DVD image. Instead, you can copy the drive images from here, then update the IP address of the proxy. Here are the steps: Download ImagesDownload the sample images from here:
We have split the kiosk image into two parts to keep the size within bounds. To copy the kiosk image to your hard drive after downloading its two parts, run the following command: cat kiosk.img.gz.aa kiosk.img.gz.ab > kiosk.img.gz Copying images to your Hard DrivesNow you have the sample compressed images locally. To copy a sample image, let's say kiosk.img.gz, to your hard drive, attach that hard drive to your computer. Login as root and run the following command to identify the name of the hard drive: fdisk -l NOTE: Be careful!! If you identify another hard drive as the one attached, the following procedure may erase that hard drive and you will not have any way to restore your data. Suppose /dev/sdc is the name of the attached hard drive, run the following commands as root: gunzip -c kiosk.img.gz | dd of=/dev/sdc Please wait; it may take 10-15 minutes for this command to complete. Do not interrupt it! After the command finishes you can detach the hard drive and install it in your Sokris/Via Box. Changing IP address and networkYou will need to alter the IP address of proxy which is 129.97.34.193 on proxy and gateway images, and if you want gateway's local network. Proxy/var/ocmp/ocmp.txt Replace all occurrences of "129.97.34.193" with your proxy IP address. NOTE: you must replace 129.97.34.193 with something else if not your testbed may conflict with ours, and will not work. /etc/network/interfaces: Replace all occurrences of the following block with your own proxy network settings: address 129.97.34.193 netmask 255.255.255.0 gateway 129.97.34.1 broadcast 129.97.34.255 gateway/var/ocmp/ocmp.txt: replace all occurrences of "129.97.34.193" with your proxy IP.
address 192.168.1.111 netmask 255.255.255.0 gateway 192.168.1.13 broadcast 192.168.1.255 |
![]() |
