]> git.proxmox.com Git - pve-installer.git/blob - html-common/ipconf.htm
minor instruction change in html
[pve-installer.git] / html-common / ipconf.htm
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <link rel="stylesheet" type="text/css" href="pve-installer.css">
5 </head>
6 <body>
7 <center>
8 <table border="0" width="800">
9 <tr><td>&nbsp;</td></tr>
10 <tr>
11 <td colspan="4" align="center" width="800">
12 <b class="htext">Management Network Configuration</b>
13 </td>
14 </tr>
15 <tr>
16 <td colspan="2" valign="top" width="400"><br><p>
17 <table>
18 <tbody><tr><td><b>Please verify</b>
19 the displayed network configuration. You will need a valid network
20 configuration to access the management interface after installation.
21 <br><br>
22 Afterwards press the <b>Install</b> button to start the installation. The
23 installer will then partition your hard disk and start copying packages.
24 </td></tr>
25 </tbody></table>
26 </p></td>
27
28 <td colspan="2" valign="top" width="400"><br><p>
29 <table border="0" width="400">
30 <tbody><tr>
31 <td valign="top" width="30"><img src="plus.png"></td>
32 <td valign="top"><b>IP address:</b>
33 Set the IP address for your server.
34 <br><br>
35 </td>
36 </tr>
37 <tr>
38 <td valign="top" width="30"><img src="plus.png"></td>
39 <td valign="top"><b>Netmask:</b>
40 Set the netmask of your network.
41 <br><br>
42 </td>
43 </tr>
44 <tr>
45 <td valign="top" width="30"><img src="plus.png"></td>
46 <td valign="top"><b>Gateway:</b>
47 IP address of your gateway or firewall.
48 <br><br>
49 </td>
50 </tr>
51 <tr>
52 <td valign="top" width="30"><img src="plus.png"></td>
53 <td valign="top"><b>DNS Server:</b>
54 IP address of your DNS server.
55 <br><br>
56 </td>
57 </tr>
58 </tbody></table>
59 </p>
60 </td>
61 </tr>
62 </tbody></table>
63 </center>
64 </body></html>