From f8e9838f4383e514e71a4dd9ecc3bd2b3d843c8c Mon Sep 17 00:00:00 2001 From: mabrown <> Date: Tue, 13 May 2003 14:47:04 +0000 Subject: [PATCH] Corrections by giovanni.quadriglio@tin.it --- LDP/guide/docbook/linux-ip/scripts/proxy-arp.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/LDP/guide/docbook/linux-ip/scripts/proxy-arp.conf b/LDP/guide/docbook/linux-ip/scripts/proxy-arp.conf index 812ef4c7..b7479b9a 100644 --- a/LDP/guide/docbook/linux-ip/scripts/proxy-arp.conf +++ b/LDP/guide/docbook/linux-ip/scripts/proxy-arp.conf @@ -43,7 +43,7 @@ # - followed by a pseudo shellcode description of how to understand # what will happen # -# -- example #1; advertise for 10.10.15.175 on eth1 +# -- example #0; advertise for 10.10.15.175 on eth1 # # eth1 10.10.15.175 # @@ -58,8 +58,8 @@ # # eth0 172.30.48.10 # -# for any arp request on eth1; do -# if requested address is 10.10.15.175; then +# for any arp request on eth0; do +# if requested address is 172.30.48.10; then # answer arp request with our ethernet address from eth1 (so # that the reqeustor sends IP packets to us) # fi