pve-installer/html/ipconf.htm
Thomas Lamprecht 029fde309b restructure html in repo and installed package
placing the common stuff top-level and the per-product stuff one
directory-level down allows to access all used resources (css,
images) from a common base path without hacking to much around.

Per-product files are always preferred.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-05-25 19:49:39 +02:00

56 lines
1.6 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" type="text/css" href="pve-installer.css">
</head>
<body>
<center>
<table border="0" width="800">
<tr><td>&nbsp;</td></tr>
<tr>
<td colspan="4" align="center" width="800">
<b class="htext">Management Network Configuration</b>
</td>
</tr>
<tr>
<td colspan="2" valign="top" width="400"><br><p>
<table>
<tbody>
<tr><td><b>Please verify</b> the displayed network configuration. You
will need a valid network configuration to access the management
interface after installing.<br><br>
After you have finished, press the Next button. You will be shown a
list of the options that you chose during the previous steps.
</td></tr>
</tbody>
</table>
</p></td>
<td colspan="2" valign="top" width="400"><br><p>
<table border="0" width="400">
<tbody><tr>
<td valign="top" width="30"><img src="plus.png"></td>
<td valign="top"><b>IP address (CIDR):</b> Set the main IP address and
netmask for your server in CIDR notation.<br><br>
</td>
</tr>
<tr>
<td valign="top" width="30"><img src="plus.png"></td>
<td valign="top"><b>Gateway:</b> IP address of your gateway or firewall.
<br><br>
</td>
</tr>
<tr>
<td valign="top" width="30"><img src="plus.png"></td>
<td valign="top"><b>DNS Server:</b> IP address of your DNS server.
<br><br>
</td>
</tr>
</tbody></table>
</p>
</td>
</tr>
</table>
</center>
</body></html>