1shorewall-proxyarp(5) 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
21 Local interface where system with the ip address in ADDRESS is
22 connected.
23
24 EXTERNAL — interface
25 External Interface to be used to access this system from the In‐
26 ternet.
27
28 HAVEROUTE — [-|Yes|No]
29 If there is already a route from the firewall to the host whose
30 address is given, enter Yes or yes in this column. Otherwise,
31 enter no or No or leave the column empty and Shorewall will add
32 the route for you. If Shorewall adds the route,the route will be
33 persistent if the PERSISTENT column contains Yes; otherwise,
34 shorewall stop or shorewall clear will delete the route.
35
36 PERSISTENT — [-|Yes|No]
37 If HAVEROUTE is No or no, then the value of this column deter‐
38 mines if the route added by Shorewall persists after a shorewall
39 stop or a shorewall clear. If this column contains Yes or yes
40 then the route persists; If the column is empty or contains No
41 or no then the route is deleted by shorewall stop or shorewall
42 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), shorewall-
60 blacklist(5), shorewall-hosts(5), shorewall-interfaces(5), shorewall-
61 ipsec(5), shorewall-maclist(5), shorewall-masq(5), shorewall-nat(5),
62 shorewall-netmap(5), shorewall-params(5), shorewall-policy(5), shore‐
63 wall-providers(5), shorewall-route_routes(5), shorewall-
64 routestopped(5), shorewall-rules(5), shorewall.conf(5), shorewall-tc‐
65 classes(5), shorewall-tcdevices(5), shorewall-tcrules(5), shorewall-
66 tos(5), shorewall-tunnels(5), shorewall-zones(5)
67
68
69
70 19 May 2008 shorewall-proxyarp(5)