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