All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] HOWTO v.0.1.0 error
@ 2000-10-17 14:48 Ron
  2000-10-17 16:39 ` bert
  0 siblings, 1 reply; 2+ messages in thread
From: Ron @ 2000-10-17 14:48 UTC (permalink / raw)
  To: lartc

<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>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-10-17 16:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-10-17 14:48 [LARTC] HOWTO v.0.1.0 error Ron
2000-10-17 16:39 ` bert

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.