# Proxy ARP configuration file # -- This is the proxy-arp configuration file. The proxy-arp.sh reads this # configuration file and creates the required arp table entries. # # Copyright (c)2002 SecurePipe, Inc. - http://www.securepipe.com/ # # This program is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the # Free Software Foundation; either version 2 of the License, or (at your # option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License # for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software Foundation, # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # # -- file was created during 1998 # 2002-08-15; Martin A. Brown # - format unchanged # - added comments # # -- field descriptions: # field 1 this field contains the ethernet interface on which # to advertise reachability of an IP. # field 2 this field contains the IP address for which to advertise # # -- notes # - white space, lines beginning with a comment and blank lines are ignored # # -- examples # - each example is commented with an English description of the # resulting configuration # - followed by a pseudo shellcode description of how to understand # what will happen # # -- example #1; advertise for 10.10.15.175 on eth1 # eth1 10.10.15.175 # # for any arp request on eth1; do # if requested address is 10.10.15.175; then # answer arp request with our ethernet address from eth1 (so # that the reqeustor sends IP packets to us) # fi # done # # -- example #2; advertise for 172.30.48.10 on eth0 # eth0 172.30.48.10 # # for any arp request on eth1; do # if requested address is 10.10.15.175; then # answer arp request with our ethernet address from eth1 (so # that the reqeustor sends IP packets to us) # fi # done # # -- add your own configuration here #eth0 206.72.89.154 #eth0 206.72.89.155 #eth0 206.72.89.156 #eth0 206.72.89.157 #eth0 66.209.101.194 #eth0 66.209.101.195 #eth0 66.209.101.196 #eth0 66.209.101.197 eth1 206.72.89.154 eth1 206.72.89.155 eth1 206.72.89.156 eth1 206.72.89.157 eth2 66.209.101.194 eth2 66.209.101.195 #eth2 66.209.101.196 #eth2 66.209.101.197 # -- end /etc/proxy-arp.conf