From 68e6aad725e0aef876b93faeaf73286d9f2c2a27 Mon Sep 17 00:00:00 2001 From: Jason Leschnik Date: Mon, 24 Oct 2016 21:35:13 +1100 Subject: [PATCH] fix minor typos in Firewall-Piercing.sgml --- LDP/howto/docbook/Firewall-Piercing.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LDP/howto/docbook/Firewall-Piercing.sgml b/LDP/howto/docbook/Firewall-Piercing.sgml index f76a486b..632671fe 100644 --- a/LDP/howto/docbook/Firewall-Piercing.sgml +++ b/LDP/howto/docbook/Firewall-Piercing.sgml @@ -856,7 +856,7 @@ route add -host 11.22.33.44 gw 12.34.56.1 You must also keep the route to the client's local network, necessary for linux kernel 2.0 and earlier, -but but unnecessary for linux kernel 2.2 and later +but unnecessary for linux kernel 2.2 and later (that implicitly adds it during the ifconfig): route add -net 12.34.56.0 netmask 255.255.255.0 dev eth0