All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ron Brinker service@emcis.com
To: lartc@vger.kernel.org
Subject: [LARTC] HOWTO v.0.1.0 error
Date: Tue, 17 Oct 2000 14:48:50 +0000	[thread overview]
Message-ID: <marc-lartc-98373938216796@msgid-missing> (raw)

<PRE>I noticed an error in the HOWTO (which I saw by reading this list has 
affected at least one other person).

In the GRE section of the ADV Routing HOWTO the commands are listed as:

ip tunnel add netb mode gre remote 172.19.20.21 local 172.16.17.18 ttl 255
ip addr add 10.0.1.1 dev netb
ip route add 10.0.2.0/24 dev netb

when they should be:

ip tunnel add netb mode gre remote 172.19.20.21 local 172.16.17.18 ttl 255
ip link set netb up
ip addr add 10.0.1.1 dev netb
ip route add 10.0.2.0/24 dev netb

(and obviously the same applies to the neta section)

I was fortunate enough to figure this out on my own, but some people may 
not be so lucky. Hopefully the maintainers of the HOWTO will add this 
correction to the next release of the HOWTO if they get a spare second in 
between the millions of other things that they surely have going on.

Regardless, I would still like to thank the maintainers of the HOWTO for a 
fine document. It was, and still is, incredibly helpful to those of us who 
love linux, but don't have a clue about programming... :)

Thanks,

Ron Brinker
EMC Computers
<A HREF="mailto:service@emcis.com">service@emcis.com</A>



</PRE>

             reply	other threads:[~2000-10-17 14:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-10-17 14:48 Ron [this message]
2000-10-17 16:39 ` [LARTC] HOWTO v.0.1.0 error bert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=marc-lartc-98373938216796@msgid-missing \
    --to=lartc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.