Add missing userinput tags.
This commit is contained in:
parent
3d8920b50b
commit
3454a56cdd
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21865
3 changed files with 19 additions and 19 deletions
|
@ -4008,10 +4008,10 @@ gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
|
|||
the same. Next we need to configure the ATM interfaces on
|
||||
each host:</para>
|
||||
|
||||
<screen>hostA&prompt.root; ifconfig hatm0 192.168.173.1 up
|
||||
hostB&prompt.root; ifconfig hatm0 192.168.173.2 up
|
||||
hostC&prompt.root; ifconfig hatm0 192.168.173.3 up
|
||||
hostD&prompt.root; ifconfig hatm0 192.168.173.4 up</screen>
|
||||
<screen>hostA&prompt.root; <userinput>ifconfig hatm0 192.168.173.1 up</userinput>
|
||||
hostB&prompt.root; <userinput>ifconfig hatm0 192.168.173.2 up</userinput>
|
||||
hostC&prompt.root; <userinput>ifconfig hatm0 192.168.173.3 up</userinput>
|
||||
hostD&prompt.root; <userinput>ifconfig hatm0 192.168.173.4 up</userinput></screen>
|
||||
|
||||
<para>assuming that the ATM interface is
|
||||
<devicename>hatm0</devicename> on all hosts. Now the PVCs
|
||||
|
@ -4019,21 +4019,21 @@ hostD&prompt.root; ifconfig hatm0 192.168.173.4 up</screen>
|
|||
they are already configured on the ATM switches, you need to
|
||||
consult the manual for the switch on how to do this).</para>
|
||||
|
||||
<screen>hostA&prompt.root; atmconfig natm add 192.168.173.2 hatm0 0 100 llc/snap ubr
|
||||
hostA&prompt.root; atmconfig natm add 192.168.173.3 hatm0 0 101 llc/snap ubr
|
||||
hostA&prompt.root; atmconfig natm add 192.168.173.4 hatm0 0 102 llc/snap ubr
|
||||
<screen>hostA&prompt.root; <userinput>atmconfig natm add 192.168.173.2 hatm0 0 100 llc/snap ubr</userinput>
|
||||
hostA&prompt.root; <userinput>atmconfig natm add 192.168.173.3 hatm0 0 101 llc/snap ubr</userinput>
|
||||
hostA&prompt.root; <userinput>atmconfig natm add 192.168.173.4 hatm0 0 102 llc/snap ubr</userinput>
|
||||
|
||||
hostB&prompt.root; atmconfig natm add 192.168.173.1 hatm0 0 100 llc/snap ubr
|
||||
hostB&prompt.root; atmconfig natm add 192.168.173.3 hatm0 0 103 llc/snap ubr
|
||||
hostB&prompt.root; atmconfig natm add 192.168.173.4 hatm0 0 104 llc/snap ubr
|
||||
hostB&prompt.root; <userinput>atmconfig natm add 192.168.173.1 hatm0 0 100 llc/snap ubr</userinput>
|
||||
hostB&prompt.root; <userinput>atmconfig natm add 192.168.173.3 hatm0 0 103 llc/snap ubr</userinput>
|
||||
hostB&prompt.root; <userinput>atmconfig natm add 192.168.173.4 hatm0 0 104 llc/snap ubr</userinput>
|
||||
|
||||
hostC&prompt.root; atmconfig natm add 192.168.173.1 hatm0 0 101 llc/snap ubr
|
||||
hostC&prompt.root; atmconfig natm add 192.168.173.2 hatm0 0 103 llc/snap ubr
|
||||
hostC&prompt.root; atmconfig natm add 192.168.173.4 hatm0 0 105 llc/snap ubr
|
||||
hostC&prompt.root; <userinput>atmconfig natm add 192.168.173.1 hatm0 0 101 llc/snap ubr</userinput>
|
||||
hostC&prompt.root; <userinput>atmconfig natm add 192.168.173.2 hatm0 0 103 llc/snap ubr</userinput>
|
||||
hostC&prompt.root; <userinput>atmconfig natm add 192.168.173.4 hatm0 0 105 llc/snap ubr</userinput>
|
||||
|
||||
hostD&prompt.root; atmconfig natm add 192.168.173.1 hatm0 0 102 llc/snap ubr
|
||||
hostD&prompt.root; atmconfig natm add 192.168.173.2 hatm0 0 104 llc/snap ubr
|
||||
hostD&prompt.root; atmconfig natm add 192.168.173.3 hatm0 0 105 llc/snap ubr</screen>
|
||||
hostD&prompt.root; <userinput>atmconfig natm add 192.168.173.1 hatm0 0 102 llc/snap ubr</userinput>
|
||||
hostD&prompt.root; <userinput>atmconfig natm add 192.168.173.2 hatm0 0 104 llc/snap ubr</userinput>
|
||||
hostD&prompt.root; <userinput>atmconfig natm add 192.168.173.3 hatm0 0 105 llc/snap ubr</userinput></screen>
|
||||
|
||||
<para>Of course other traffic contracts than UBR can be used
|
||||
given the ATM adapter supports those. In this case the name
|
||||
|
|
|
@ -4604,8 +4604,8 @@ DocumentRoot /www/someotherdomain.tld
|
|||
your Unix user accounts access from Windows clients, use the
|
||||
following command:</para>
|
||||
|
||||
<screen>&prompt.root; cat /etc/passwd | grep -v "^#" | make_smbpasswd > /usr/local/private/smbpasswd
|
||||
&prompt.root; chmod 600 /usr/local/private/smbpasswd</screen>
|
||||
<screen>&prompt.root; <userinput>cat /etc/passwd | grep -v "^#" | make_smbpasswd > /usr/local/private/smbpasswd</userinput>
|
||||
&prompt.root; <userinput>chmod 600 /usr/local/private/smbpasswd</userinput></screen>
|
||||
|
||||
<para>Please see the <application>Samba</application>
|
||||
documentation for additional information about configuration
|
||||
|
|
|
@ -521,7 +521,7 @@ disk storage, and an introduction to the Vinum Volume Manager.</para>
|
|||
output:</para>
|
||||
|
||||
<programlisting width="97">
|
||||
&prompt.root; vinum -> <command>create config1</command>
|
||||
&prompt.root; vinum -> <userinput>create config1</userinput>
|
||||
Configuration summary
|
||||
Drives: 1 (4 configured)
|
||||
Volumes: 1 (4 configured)
|
||||
|
|
Loading…
Reference in a new issue