* [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
* [LARTC] HOWTO v.0.1.0 error
2000-10-17 14:48 [LARTC] HOWTO v.0.1.0 error Ron
@ 2000-10-17 16:39 ` bert
0 siblings, 0 replies; 2+ messages in thread
From: bert @ 2000-10-17 16:39 UTC (permalink / raw)
To: lartc
<PRE>On Tue, Oct 17, 2000 at 10:48:50AM -0400, Ron Brinker wrote:
><i> ip link set netb up
</I>><i> ip addr add 10.0.1.1 dev netb
</I>><i> ip route add 10.0.2.0/24 dev netb
</I>><i>
</I>><i> (and obviously the same applies to the neta section)
</I>><i>
</I>><i> I was fortunate enough to figure this out on my own, but some people may
</I>><i> not be so lucky. Hopefully the maintainers of the HOWTO will add this
</I>
Done. Fixed on <A HREF="http://ds9a.nl/2.4Routing,">http://ds9a.nl/2.4Routing,</A> I'll submit an update to the LDP
later this week. Thanks.
><i> Regardless, I would still like to thank the maintainers of the HOWTO for a
</I>><i> fine document. It was, and still is, incredibly helpful to those of us who
</I>><i> love linux, but don't have a clue about programming... :)
</I>
Glad you like it :-)
--
PowerDNS Versatile DNS Services
Trilab The Technology People
'SYN! .. SYN|ACK! .. ACK!' - the mating call of the internet
</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.