Correct ifconfig syntax.
PR: docs/44047 Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
This commit is contained in:
parent
a959681c20
commit
47dd481064
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=14631
1 changed files with 2 additions and 2 deletions
|
@ -6135,10 +6135,10 @@ round-trip min/avg/max/stddev = 2.530/2.643/2.774/0.103 ms</screen>
|
|||
|
||||
<para>Here is a typical example on setting up a &man.gif.4; tunnel:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>ifconfig create gif0</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>ifconfig gif0 create</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>ifconfig gif0</userinput></screen>
|
||||
<screen>gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280</screen>
|
||||
<screen>&prompt.root; <userinput>ifconfig tunnel MY_IPv4_ADDR HIS_IPv4_ADDR</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>ifconfig gif0 tunnel MY_IPv4_ADDR HIS_IPv4_ADDR</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>ifconfig gif0 inet6 alias MY_ASSIGNED_IPv6_TUNNEL_ENDPOINT_ADDR</userinput></screen>
|
||||
|
||||
<para>Replace the capitalized words by the information you received from the
|
||||
|
|
Loading…
Reference in a new issue