1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Configuring Networks</title>
</head>
<body style="background-color: rgb(255, 255, 255); direction: ltr;">
<center>
<table style="margin-left: auto; margin-right: auto; width: 100%; text-align: center;" border="0" cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td style="width: 33%; text-align: center;"><a href="ConfiguringTerminals.htm"><img src="back.gif" alt="Configuring Terminals" align="top" border="0"></a> <a href="ConfiguringTerminals.htm">Configuring Terminals</a></td>
<td style="width: 34%; text-align: center;"> <a href="Configure.htm"><img src="up.gif" alt="Configuring 4Pane" align="top" border="0"></a> <a href="Configure.htm">Configuring 4Pane</a></td>
<td style="width: 33%; text-align: center;"> <a align="middle" href="ConfiguringMisc.htm">Configuring Misc</a> <a href="ConfiguringMisc.htm"><img src="forward.gif" alt="Configuring Misc" align="top" border="0"></a></td>
</tr>
</tbody>
</table>
</center>
<hr>
<h2><u>Configuring Networks</u></h2>
<p>
This is where you might rarely need to configure how 4Pane interacts with NFS or Samba. <b>Note that NFS and/or Samba must be already installed,
configured and running on your computer: 4Pane doesn't do this itself.</b><br><br>
The first section of the dialog deals with NFS. The known current or previously available servers are listed; if for some reason you wish to
delete one of these, select it and click the Delete button. Underneath is a box for adding a new server. Below this is the filepath for the
helper application "showmount". This will normally already be correctly entered, but if your system puts it in a strange place, enter it here.<br><br>
The Samba section only has one item: the directory where Samba binaries such as smbclient are to be found. This will normally be /usr/bin; if it
isn't, enter the correct path here.<br><br>
How to mount a network partition is discussed in <a href="Mount.htm">The Mount menu</a>.
</p>
</body>
</html>
|