This file is indexed.

/usr/share/boxer/wheezy/nodes/gateway.yml is in boxer-data 10.6.3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# SOHO LAN gateway w/ masquerading firewall and few other services
classes:
  - Console.setup
  - Console.filemanager
  - Admin.etc.functions
  - Admin
  - Admin.auto
  - Admin.apt.tools.bugs.noproxy
  - Service.ssh
  - Service.dhcp.isc.server.authoritative
  - Service.dhcp.client
  - Service.dns.caching
  - Service.firewall.shorewall.two-interfaces
  - Service.log
  - Service.mail.mta.avoid
  - Service.time.openntpd.force
  - Hardware.harden
  - Hardware.net.interfaces.reset
  - Hardware.net.interfaces.functions
  - Framework.pkg.apt.autoremove-suggests
  - Framework.pkg.apt.avoid-removals
  - Framework.pkg.apt.aptitude.advance-on-action
  - Framework.pkg.apt.aptitude.list-suite
  - Framework.pkg.apt.source.reset
parameters:
  doc:
    gateway:
      tweak:
        - (re)set static IP numbers for 2 network interfaces (WAN+LAN)
  tweak:
    - _iface_create eth0 dhcp
    - >
      _iface_create eth1 static \
       address=192.168.1.1 netmask=255.255.255.0 \
       dns-nameservers=192.168.1.1 \
       dns-search=example.org