~ubuntu-branches/ubuntu/precise/shorewall6/precise

« back to all changes in this revision

Viewing changes to configfiles/proxyndp.annotated

  • Committer: Bazaar Package Importer
  • Author(s): Roberto C. Sanchez
  • Date: 2011-06-07 20:42:53 UTC
  • mfrom: (1.3.21 upstream)
  • Revision ID: james.westby@ubuntu.com-20110607204253-shuyx4o2yvc7v9my
Tags: 4.4.20.1-1
* New Upstream Version
* New debconf translation, Brazilian Portugese, thanks to Eder L. Marques
  (Closes: #629115)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Shorewall version 4 - Proxyndp File
 
3
#
 
4
# For information about entries in this file, type "man shorewall6-proxyndp"
 
5
#
 
6
# See http://shorewall.net/ProxyARP.htm for additional information.
 
7
#
 
8
##################################################################################
 
9
#           
 
10
#    This file was added in Shoreall 4.4.16 and is used to define
 
11
#    Proxy NDP. There is one entry in this file for each IPv6
 
12
#    address to be proxied.
 
13
#           
 
14
#    The columns in the file are as follows.
 
15
#           
 
16
#    ADDRESS - address
 
17
#           IPv6 Address.
 
18
#           
 
19
#    INTERFACE - interface (Optional)
 
20
#           Local interface where system with the ip address in
 
21
#           ADDRESS is connected. Only required when the HAVEROUTE
 
22
#           column is left empty or is set to no or No.
 
23
#           
 
24
#    EXTERNAL - interface
 
25
#           External Interface to be used to access this system from
 
26
#           the Internet.
 
27
#           
 
28
#    HAVEROUTE - [-|Yes|No]
 
29
#           If there is already a route from the firewall to the
 
30
#           host whose address is given, enter Yes or yes in this
 
31
#           column. Otherwise, enter no or No or leave the column
 
32
#           empty and Shorewall will add the route for you. If
 
33
#           Shorewall6 adds the route, its persistence depends on
 
34
#           the value of thePERSISTENT column contains Yes;
 
35
#           otherwise, shorewall6 stop or shorewall clear6 will
 
36
#           delete the route.
 
37
#           
 
38
#    PERSISTENT - [-|Yes|No]
 
39
#           If HAVEROUTE is No or no, then the value of this column
 
40
#           determines if the route added by Shorewall persists
 
41
#           after a shorewall6 stop or a shorewall6 clear. If this
 
42
#           column contains Yes or yes then the route persists; If
 
43
#           the column is empty or contains No or no then the route
 
44
#           is deleted by shorewall6 stop or shorewall6 clear.
 
45
#           
 
46
#           Example
 
47
#           
 
48
#    Example 1:
 
49
#           Host with IPv6 2001:470:b:227::44 is connected to
 
50
#           interface eth1 and we want hosts attached via eth0 to be
 
51
#           able to access it using that address.
 
52
#           
 
53
#        #ADDRESS             INTERFACE       EXTERNAL
 
54
#        2001:470:b:227::44   eth1            eth0
 
55
#           
 
56
##################################################################################
 
57
#ADDRESS                INTERFACE       EXTERNAL        HAVEROUTE       PERSISTENT