1SHOREWALL-PROXYARP(5) [FIXME: manual] SHOREWALL-PROXYARP(5)
2
3
4
6 proxyarp - Shorewall Proxy ARP file
7
9 /etc/shorewall/proxyarp
10
12 This file is used to define Proxy ARP. There is one entry in this file
13 for each IP address to be proxied.
14
15 The columns in the file are as follows.
16
17 ADDRESS - address
18 IP Address.
19
20 INTERFACE - interface (Optional as of Shorewall 4.4.16)
21 Local interface where system with the ip address in ADDRESS is
22 connected. This column is only required when HAVEROUTE is set to No
23 (no) or is left empty.
24
25 EXTERNAL - interface
26 External Interface to be used to access this system from the
27 Internet.
28
29 HAVEROUTE - [-|Yes|No]
30 If there is already a route from the firewall to the host whose
31 address is given, enter Yes or yes in this column. Otherwise, enter
32 no or No or leave the column empty and Shorewall will add the route
33 for you. If Shorewall adds the route, its persistence depends on
34 the value of thePERSISTENT column contains Yes; otherwise,
35 shorewall stop or shorewall clear will delete the route.
36
37 PERSISTENT - [-|Yes|No]
38 If HAVEROUTE is No or no, then the value of this column determines
39 if the route added by Shorewall persists after a shorewall stop or
40 a shorewall clear. If this column contains Yes or yes then the
41 route persists; If the column is empty or contains No or no then
42 the route is deleted by shorewall stop or shorewall clear.
43
45 Example 1:
46 Host with IP 155.186.235.6 is connected to interface eth1 and we
47 want hosts attached via eth0 to be able to access it using that
48 address.
49
50 #ADDRESS INTERFACE EXTERNAL
51 155.186.235.6 eth1 eth0
52
54 /etc/shorewall/proxyarp
55
57 http://shorewall.net/ProxyARP.htm
58
59 shorewall(8), shorewall-accounting(5), shorewall-actions(5),
60 shorewall-blacklist(5), shorewall-hosts(5), shorewall_interfaces(5),
61 shorewall-ipsets(5), shorewall-maclist(5), shorewall-masq(5),
62 shorewall-nat(5), shorewall-netmap(5), shorewall-params(5),
63 shorewall-policy(5), shorewall-providers(5), shorewall-route_rules(5),
64 shorewall-routestopped(5), shorewall-rules(5), shorewall.conf(5),
65 shorewall-secmarks(5), shorewall-tcclasses(5), shorewall-tcdevices(5),
66 shorewall-tcrules(5), shorewall-tos(5), shorewall-tunnels(5),
67 shorewall-zones(5)
68
69
70
71[FIXME: source] 09/16/2011 SHOREWALL-PROXYARP(5)