/[clonezilla-sysresccd]/trunk/www/working/backup-smb.html
ViewVC logotype

Diff of /trunk/www/working/backup-smb.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 181 by sng, Tue Apr 12 13:45:43 2011 UTC revision 182 by sng, Sun Jul 3 18:05:43 2011 UTC
# Line 141  This is the name of the <b>Windows share Line 141  This is the name of the <b>Windows share
141    
142    
143    
144    <!-- Setting static IP -->
145    <H3><a name="static-ip"></a>Setting static IP</H3>
146    
147    <p><b>Clonezilla Live</b> assumes that your network interface is to be configured through dhcp (auto IP assignment). This is easy to see in <b>/etc/network/interfaces</b></p>
148    
149    <p class="newcode">auto lo<br>
150    iface lo inet loopback<br>
151    <br>
152    auto eth0<br>
153    iface eth0 inet dhcp</p>
154    
155    <p>In case you have to assign the IP by hand, you have to edit this file and add the relevant info. Assuming that the IP to be used would be 10.0.0.5, file <b>/etc/network/interfaces</b> would become:</p>
156    
157    <p class="newcode">auto lo<br>
158    iface lo inet loopback<br>
159    <br>
160    auto eth0<br>
161    iface eth0 inet static<br>
162    &nbsp;&nbsp;&nbsp;&nbsp;address 10.0.0.5<br>
163    &nbsp;&nbsp;&nbsp;&nbsp;netmask 255.255.255.0<br>
164    &nbsp;&nbsp;&nbsp;&nbsp;network 10.0.0.0<br>
165    &nbsp;&nbsp;&nbsp;&nbsp;broadcast 10.0.0.255<br>
166    &nbsp;&nbsp;&nbsp;&nbsp;gateway 10.0.0.1</p>
167    
168    <p>Then, all that's left is to restart the network services, by execuitng the command:</p>
169    
170    <p class="newcode">/etc/init.d/networking restart</p>
171    
172    
173  <!-- Buckup -->  <!-- Buckup -->
174  <H2><a name="backup-smb"></a>Getting the backup <span class="hideprint">[<a href="#backup-smb-top" title="go to top of the page">^</a>]</span></H2>  <H2><a name="backup-smb"></a>Getting the backup <span class="hideprint">[<a href="#backup-smb-top" title="go to top of the page">^</a>]</span></H2>
175  <p>If you're fine with US keymap and English language (available languages are English, Spanish, French, Italian, Japanese and Chinese [both simplified and traditional]) or don't mind editing the boot parameters, just select <b>Clonezilla Live</b> at the starting screen and press ENTER. When the system comes up, it will load the program that will preform the backup.  <p>If you're fine with US keymap and English language (available languages are English, Spanish, French, Italian, Japanese and Chinese [both simplified and traditional]) or don't mind editing the boot parameters, just select <b>Clonezilla Live</b> at the starting screen and press ENTER. When the system comes up, it will load the program that will preform the backup.

Legend:
Removed from v.181  
changed lines
  Added in v.182

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26