- more updates for mfsbsd 2.1
Reported by: Dave Lawrence <tale@dd.org>
This commit is contained in:
parent
b1fb2bc3b0
commit
c550655318
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46102
1 changed files with 8 additions and 12 deletions
|
@ -181,28 +181,24 @@
|
|||
|
||||
<para>Another important thing to set is the <systemitem
|
||||
class="username">root</systemitem> password. This can be
|
||||
done by editing <filename>conf/rootpw.conf</filename>. Please
|
||||
keep in mind that the file will contain your password in the
|
||||
plain text, thus we do not recommend to use real password
|
||||
here. Nevertheless, this is just a temporary one-time
|
||||
password which can be later changed in a live system.</para>
|
||||
done by editing <filename>conf/loader.conf</filename>. Please
|
||||
see the included comments.</para>
|
||||
|
||||
<sect3>
|
||||
<title>The <filename>conf/interfaces.conf</filename>
|
||||
method</title>
|
||||
|
||||
<para>When the installed network interface card is unknown, we
|
||||
can use the auto-detection features of
|
||||
<para>When the installed network interface card is unknown, it
|
||||
is possible to use the auto-detection features of
|
||||
<application>mfsBSD</application>. The startup scripts of
|
||||
<application>mfsBSD</application> can detect the correct
|
||||
driver to use, based on the MAC address of the interface, if
|
||||
we set the following options in
|
||||
<filename>conf/interfaces.conf</filename>:</para>
|
||||
|
||||
<programlisting>initconf_interfaces="ext1"
|
||||
initconf_mac_ext1="00:00:00:00:00:00"
|
||||
initconf_ip_ext1="192.168.0.2"
|
||||
initconf_netmask_ext1="255.255.255.0"</programlisting>
|
||||
<programlisting>mac_interfaces="ext1"
|
||||
ifconfig_ext1_mac="00:00:00:00:00:00"
|
||||
ifconfig_ext1="inet 192.168.0.2/24"</programlisting>
|
||||
|
||||
<para>Do not forget to add the
|
||||
<literal>defaultrouter</literal> information to
|
||||
|
@ -226,7 +222,7 @@ initconf_netmask_ext1="255.255.255.0"</programlisting>
|
|||
<filename>conf/rc.conf</filename>:</para>
|
||||
|
||||
<programlisting>defaultrouter="192.168.0.1"
|
||||
ifconfig_re0="inet 192.168.0.2 netmask 255.255.255.0"</programlisting>
|
||||
ifconfig_re0="inet 192.168.0.2/24"</programlisting>
|
||||
</sect3>
|
||||
</sect2>
|
||||
|
||||
|
|
Loading…
Reference in a new issue