View | Details | Raw Unified | Return to bug 44047
Collapse All | Expand All

(-)en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml.new (-2 / +2 lines)
Lines 6108-6117 Link Here
6108
6108
6109
      <para>Here is a typical example on setting up a &man.gif.4; tunnel:</para>
6109
      <para>Here is a typical example on setting up a &man.gif.4; tunnel:</para>
6110
6110
6111
      <screen>&prompt.root; <userinput>ifconfig create gif0</userinput></screen>
6111
      <screen>&prompt.root; <userinput>ifconfig gif0 create</userinput></screen>
6112
      <screen>&prompt.root; <userinput>ifconfig gif0</userinput></screen>
6112
      <screen>&prompt.root; <userinput>ifconfig gif0</userinput></screen>
6113
      <screen>gif0: flags=8010&lt;POINTOPOINT,MULTICAST&gt; mtu 1280</screen>
6113
      <screen>gif0: flags=8010&lt;POINTOPOINT,MULTICAST&gt; mtu 1280</screen>
6114
      <screen>&prompt.root; <userinput>ifconfig tunnel MY_IPv4_ADDR  HIS_IPv4_ADDR</userinput></screen>
6114
      <screen>&prompt.root; <userinput>ifconfig gif0 tunnel MY_IPv4_ADDR  HIS_IPv4_ADDR</userinput></screen>
6115
      <screen>&prompt.root; <userinput>ifconfig gif0 inet6 alias MY_ASSIGNED_IPv6_TUNNEL_ENDPOINT_ADDR</userinput></screen>
6115
      <screen>&prompt.root; <userinput>ifconfig gif0 inet6 alias MY_ASSIGNED_IPv6_TUNNEL_ENDPOINT_ADDR</userinput></screen>
6116
6116
6117
      <para>Replace the capitalized words by the information you received from the
6117
      <para>Replace the capitalized words by the information you received from the

Return to bug 44047