{"id":4528,"date":"2022-12-20T18:08:57","date_gmt":"2022-12-20T21:08:57","guid":{"rendered":"http:\/\/lode.uno\/linux-man\/index.php\/2022\/12\/20\/shorewallproxyarp-man5\/"},"modified":"2022-12-20T18:08:57","modified_gmt":"2022-12-20T21:08:57","slug":"shorewallproxyarp-man5","status":"publish","type":"post","link":"https:\/\/lode.uno\/linux-man\/2022\/12\/20\/shorewallproxyarp-man5\/","title":{"rendered":"SHOREWALL&minus;PROXYARP (man5)"},"content":{"rendered":"<h1 align=\"center\">SHOREWALL\u2212PROXYARP<\/h1>\n<p> <a href=\"#NAME\">NAME<\/a><br \/> <a href=\"#SYNOPSIS\">SYNOPSIS<\/a><br \/> <a href=\"#DESCRIPTION\">DESCRIPTION<\/a><br \/> <a href=\"#EXAMPLE\">EXAMPLE<\/a><br \/> <a href=\"#FILES\">FILES<\/a><br \/> <a href=\"#SEE ALSO\">SEE ALSO<\/a><br \/> <a href=\"#NOTES\">NOTES<\/a> <\/p>\n<hr>\n<h2>NAME <a name=\"NAME\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">proxyarp \u2212 Shorewall Proxy ARP file<\/p>\n<h2>SYNOPSIS <a name=\"SYNOPSIS\"><\/a> <\/h2>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"35%\">\n<p style=\"margin-top: 1em\"><b>\/etc\/shorewall\/proxyarp<\/b><\/p>\n<\/td>\n<td width=\"54%\"> <\/td>\n<\/tr>\n<\/table>\n<h2>DESCRIPTION <a name=\"DESCRIPTION\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">IPv4 only.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">This file is used to define Proxy ARP. There is one entry in this file for each IP address to be proxied.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">The columns in the file are as follows.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>ADDRESS<\/b> \u2212 <i>address<\/i><\/p>\n<p style=\"margin-left:17%;\">IP Address.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>INTERFACE<\/b> \u2212 <i>interface<\/i> (Optional as of Shorewall 4.4.16)<\/p>\n<p style=\"margin-left:17%;\">Local interface where system with the ip address in ADDRESS is connected. This column is only required when HAVEROUTE is set to <b>No<\/b> (<b>no<\/b>) or is left empty.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>EXTERNAL<\/b> \u2212 <i>interface<\/i><\/p>\n<p style=\"margin-left:17%;\">External Interface to be used to access this system from the Internet.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>HAVEROUTE<\/b> \u2212 [<b>\u2212<\/b>|<b>Yes<\/b>|<b>No<\/b>]<\/p>\n<p style=\"margin-left:17%;\">If there is already a route from the firewall to the host whose address is given, enter <b>Yes<\/b> or <b>yes<\/b> in this column. Otherwise, enter <b>no<\/b> or <b>No<\/b> or leave the column empty and Shorewall will add the route for you. If Shorewall adds the route, its persistence depends on the value of the<b>PERSISTENT<\/b> column contains <b>Yes<\/b>; otherwise, <b>shorewall stop<\/b> or <b>shorewall clear<\/b> will delete the route.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>PERSISTENT<\/b> \u2212 [<b>\u2212<\/b>|<b>Yes<\/b>|<b>No<\/b>]<\/p>\n<p style=\"margin-left:17%;\">If HAVEROUTE is <b>No<\/b> or <b>no<\/b>, then the value of this column determines if the route added by Shorewall persists after a <b>shorewall stop<\/b> or a <b>shorewall clear<\/b>. If this column contains <b>Yes<\/b> or <b>yes<\/b> then the route persists; If the column is empty or contains <b>No<\/b> or <b>no<\/b> then the route is deleted by <b>shorewall stop<\/b> or <b>shorewall clear<\/b>.<\/p>\n<h2>EXAMPLE <a name=\"EXAMPLE\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">Example 1:<\/p>\n<p style=\"margin-left:17%;\">Host with IP 155.186.235.6 is connected to interface eth1 and we want hosts attached via eth0 to be able to access it using that address.<\/p>\n<p style=\"margin-left:23%; margin-top: 1em\">#ADDRESS INTERFACE EXTERNAL <br \/> 155.186.235.6 eth1 eth0<\/p>\n<h2>FILES <a name=\"FILES\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">\/etc\/shorewall\/proxyarp<\/p>\n<h2>SEE ALSO <a name=\"SEE ALSO\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\"><b><font color=\"#0000FF\">https:\/\/shorewall.org\/ProxyARP.htm<\/font><\/b> <small><font color=\"#000000\">[1]<\/font><\/small><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b><font color=\"#0000FF\">https:\/\/shorewall.org\/configuration_file_basics.htm#Pairs<\/font><\/b> <small><font color=\"#000000\">[2]<\/font><\/small><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><font color=\"#000000\">shorewall(8)<\/font><\/p>\n<h2>NOTES <a name=\"NOTES\"><\/a> <\/h2>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"12%\"><\/td>\n<td width=\"3%\">\n<p style=\"margin-top: 1em\"><font color=\"#000000\">1.<\/font><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"52%\">\n<p style=\"margin-top: 1em\"><font color=\"#000000\">https:\/\/shorewall.org\/ProxyARP.htm<\/font><\/p>\n<\/td>\n<td width=\"31%\"> <\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:17%;\"><font color=\"#000000\">https:\/\/shorewall.org\/ProxyARP.htm<\/font><\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"12%\"><\/td>\n<td width=\"3%\">\n<p style=\"margin-top: 1em\"><font color=\"#000000\">2.<\/font><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"83%\">\n<p style=\"margin-top: 1em\"><font color=\"#000000\">https:\/\/shorewall.org\/configuration_file_basics.htm#Pairs<\/font><\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:17%;\"><font color=\"#000000\">https:\/\/shorewall.org\/configuration_file_basics.htm#Pairs<\/font><\/p>\n<hr>\n","protected":false},"excerpt":{"rendered":"<p>  proxyarp \u2212 Shorewall Proxy ARP file <\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[959],"tags":[961,1291,1491],"class_list":["post-4528","post","type-post","status-publish","format-standard","hentry","category-5-formatos-de-ficheros","tag-961","tag-man5","tag-shorewall-proxyarp"],"gutentor_comment":0,"_links":{"self":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts\/4528","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/comments?post=4528"}],"version-history":[{"count":0,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts\/4528\/revisions"}],"wp:attachment":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/media?parent=4528"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/categories?post=4528"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/tags?post=4528"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}