1SHOREWALL6-PROXYNDP(5) Configuration Files SHOREWALL6-PROXYNDP(5)
2
3
4
6 proxyndp - Shorewall6 Proxy NDP file
7
9 /etc/shorewall6/proxyndp
10
12 This file was added in Shorewall 4.4.16 and is used to define Proxy
13 NDP. There is one entry in this file for each IPv6 address to be
14 proxied.
15
16 The columns in the file are as follows.
17
18 ADDRESS - address
19 IPv6 Address.
20
21 INTERFACE - interface (Optional)
22 Local interface where system with the ip address in ADDRESS is
23 connected. Only required when the HAVEROUTE column is left empty or
24 is set to no or No.
25
26 EXTERNAL - interface
27 External Interface to be used to access this system from the
28 Internet.
29
30 HAVEROUTE - [-|Yes|No]
31 If there is already a route from the firewall to the host whose
32 address is given, enter Yes or yes in this column. Otherwise, enter
33 no or No or leave the column empty and Shorewall will add the route
34 for you. If Shorewall6 adds the route, its persistence depends on
35 the value of thePERSISTENT column contains Yes; otherwise,
36 shorewall6 stop or shorewall clear6 will delete the route.
37
38 PERSISTENT - [-|Yes|No]
39 If HAVEROUTE is No or no, then the value of this column determines
40 if the route added by Shorewall persists after a shorewall6 stop or
41 a shorewall6 clear. If this column contains Yes or yes then the
42 route persists; If the column is empty or contains No or no then
43 the route is deleted by shorewall6 stop or shorewall6 clear.
44
46 Example 1:
47 Host with IPv6 2001:470:b:227::44 is connected to interface eth1
48 and we want hosts attached via eth0 to be able to access it using
49 that address.
50
51 #ADDRESS INTERFACE EXTERNAL
52 2001:470:b:227::44 eth1 eth0
53
55 /etc/shorewall6/proxyndp
56
58 https://shorewall.org/configuration_file_basics.htm#Pairs[1]
59
60 shorewall6(8), shorewall6-accounting(5), shorewall6-actions(5),
61 shorewall6-blacklist(5), shorewall6-exclusion(5), shorewall6-hosts(5),
62 shorewall6-interfaces(5), shorewall6-maclist(5), shorewall6-nesting(5),
63 shorewall6-netmap(5),shorewall6-params(5), shorewall6-policy(5),
64 shorewall6-providers(5), shorewall6-rtrules(5),
65 shorewall6-routestopped(5), shorewall6-rules(5), shorewall6.conf(5),
66 shorewall6-secmarks(5), shorewall6-tcclasses(5),
67 shorewall6-tcdevices(5), shorewall6-mangle(5), shorewall6-tos(5),
68 shorewall6-tunnels(5), shorewall6-zones(5)
69
71 1. https://shorewall.org/configuration_file_basics.htm#Pairs
72 https://shorewall.org/configuration_file_basics.htm#Pairs
73
74
75
76Configuration Files 07/29/2020 SHOREWALL6-PROXYNDP(5)