File: client-all.conf

package info (click to toggle)
firehol 3.1.7%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,768 kB
  • sloc: sh: 20,852; makefile: 827; perl: 554; sed: 12
file content (22 lines) | stat: -rw-r--r-- 642 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#
# This configuration file will allow all requests originating from the
# local machine to be send through all network interfaces.
#
# No requests are allowed to come from the network. The host will
# will not respond to anything, including pings. It will be able to
# originate any requests, including pings to other hosts.
#

version 6

# Behave well with IPv6
ipv6 interface any ipv6interop proto icmpv6
        policy return
        client ipv6neigh accept
        server ipv6neigh accept
        client ipv6mld accept
        client ipv6router accept

# Accept all client traffic on any interface
interface any world
	client all accept