1SHOREWALL6-PROXYNDP(5) [FIXME: manual] SHOREWALL6-PROXYNDP(5)
2
3
4
6 proxyndp - Shorewall6 Proxy NDP file
7
9 /etc/shorewall6/proxyndp
10
12 This file was added in Shoreall 4.4.16 and is used to define Proxy NDP.
13 There is one entry in this file for each IPv6 address to be proxied.
14
15 The columns in the file are as follows.
16
17 ADDRESS - address
18 IPv6 Address.
19
20 INTERFACE - interface (Optional)
21 Local interface where system with the ip address in ADDRESS is
22 connected. Only required when the HAVEROUTE column is left empty or
23 is set to no or No.
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 Shorewall6 adds the route, its persistence depends on
34 the value of thePERSISTENT column contains Yes; otherwise,
35 shorewall6 stop or shorewall clear6 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 shorewall6 stop or
40 a shorewall6 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 shorewall6 stop or shorewall6 clear.
43
45 Example 1:
46 Host with IPv6 2001:470:b:227::44 is connected to interface eth1
47 and we want hosts attached via eth0 to be able to access it using
48 that address.
49
50 #ADDRESS INTERFACE EXTERNAL
51 2001:470:b:227::44 eth1 eth0
52
54 /etc/shorewall6/proxyndp
55
57 shorewall6(8), shorewall6-accounting(5), shorewall6-actions(5),
58 shorewall6-blacklist(5), shorewall6-exclusion(5), shorewall6-hosts(5),
59 shorewall6-interfaces(5), shorewall6-maclist(5), shorewall6-nesting(5),
60 shorewall6-params(5), shorewall6-policy(5), shorewall6-providers(5),
61 shorewall6-route_rules(5), shorewall6-routestopped(5),
62 shorewall6-rules(5), shorewall6.conf(5), shorewall6-secmarks(5),
63 shorewall6-tcclasses(5), shorewall6-tcdevices(5),
64 shorewall6-tcrules(5), shorewall6-tos(5), shorewall6-tunnels(5),
65 shorewall6-zones(5)
66
67
68
69[FIXME: source] 09/16/2011 SHOREWALL6-PROXYNDP(5)