summaryrefslogtreecommitdiffstats
path: root/help-install/es/main::opt::network.html
diff options
context:
space:
mode:
Diffstat (limited to 'help-install/es/main::opt::network.html')
-rw-r--r--help-install/es/main::opt::network.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/help-install/es/main::opt::network.html b/help-install/es/main::opt::network.html
new file mode 100644
index 0000000..37ae126
--- /dev/null
+++ b/help-install/es/main::opt::network.html
@@ -0,0 +1,13 @@
+<a name="o_hostip"/>
+<a name="o_netmask"/>
+<a name="o_gateway"/>
+
+<h3>
+<a name="network">Opciones del instalador: opciones de red</a>
+</h3>
+
+<p>Es posible configurar la interfaz de red ahora. YaST2 detectará el hardware posteriormente. El conjunto de opciones mínimo para configurar la tarjeta de red incluye la IP del host y la máscara de red. Por ejemplo: <ul><li>hostip=192.168.0.10 netmask=255.255.255.0</li></ul></p>
+
+<p>en más corto: <ul><li>hostip=192.168.0.10/24</li></ul></p>
+
+<p>Si se indica un <a href="#o_install">instalación basada en red</a> pero no se especifican estas dos opciones, el instalador intentará configurar la interfaz de red con <em>DHCP</em>. Si se necesita una pasarela (gateway) por defecto, establezca la opción <em>pasarela</em>. Por ejemplo: <ul><li>gateway=192.168.0.8</li></ul></p>