1SHOREWALL6-MACLIST(5) [FIXME: manual] SHOREWALL6-MACLIST(5)
2
3
4
6 maclist - shorewall6 MAC Verification file
7
9 /etc/shorewall6/maclist
10
12 This file is used to define the MAC addresses and optionally their
13 associated IPv6 addresses to be allowed to use the specified interface.
14 The feature is enabled by using the maclist option in the
15 shorewall6-interfaces[1](5) or shorewall6-hosts[2](5) configuration
16 file.
17
18 The columns in the file are as follows.
19
20 DISPOSITION - {ACCEPT|DROP|REJECT}[:log-level]
21 ACCEPT or DROP (if MACLIST_TABLE=filter in shorewall6.conf[3](5),
22 then REJECT is also allowed). If specified, the log-level causes
23 packets matching the rule to be logged at that level.
24
25 INTERFACE - interface
26 Network interface to a host.
27
28 MAC - address
29 MAC address of the host -- you do not need to use the shorewall6
30 format for MAC addresses here. If IP ADDRESSESES is supplied then
31 MAC can be supplied as a dash (-)
32
33 IP ADDRESSES (Optional) - [address[,address]...]
34 If specified, both the MAC and IP address must match. This column
35 can contain a comma-separated list of host and/or subnet addresses.
36 If your kernel and ip6tables have iprange match support then IP
37 address ranges are also allowed. Similarly, if your kernel and
38 ip6tables include ipset support than set names (prefixed by "+")
39 are also allowed.
40
42 /etc/shorewall6/maclist
43
45 http://shorewall.net/MAC_Validation.html
46
47 shorewall6(8), shorewall6-accounting(5), shorewall6-actions(5),
48 shorewall6-blacklist(5), shorewall6-hosts(5), shorewall6-interfaces(5),
49 shorewall6-params(5), shorewall6-policy(5), shorewall6-providers(5),
50 shorewall6-route_rules(5), shorewall6-routestopped(5),
51 shorewall6-rules(5), shorewall6.conf(5), shorewall6-secmarks(5),
52 shorewall6-tcclasses(5), shorewall6-tcdevices(5),
53 shorewall6-tcrules(5), shorewall6-tos(5), shorewall6-tunnels(5),
54 shorewall6-zones(5)
55
57 1. shorewall6-interfaces
58 http://www.shorewall.net/manpages6/shorewall6-interfaces.html
59
60 2. shorewall6-hosts
61 http://www.shorewall.net/manpages6/shorewall6-hosts.html
62
63 3. shorewall6.conf
64 http://www.shorewall.net/manpages6/shorewall6.conf.html
65
66
67
68[FIXME: source] 09/16/2011 SHOREWALL6-MACLIST(5)