This file is indexed.

/etc/arno-iptables-firewall/plugins/multiroute.conf is in arno-iptables-firewall 2.0.1.e-1.

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
# ------------------------------------------------------------------------------
#             -= Arno's iptables firewall - Multirouting plugin =-
# ------------------------------------------------------------------------------

# To actually enable this plugin make ENABLED=1:
# ------------------------------------------------------------------------------
ENABLED=0

# RP_FILTER settings (Only set this to 0, if you know what you're doing)
# ------------------------------------------------------------------------------
RP_FILTER_DISABLE=1

# Settings for the first interface:
# ------------------------------------------------------------------------------
MULTIROUTE_EXT_IF1=eth0
MULTIROUTE_EXT_ROUTER1=1.2.3.5
MULTIROUTE_EXT_IP1=5.6.7.9
MULTIROUTE_EXT_WEIGHT1=1

# Settings for the second interface:
# ------------------------------------------------------------------------------
MULTIROUTE_EXT_IF2=eth1
MULTIROUTE_EXT_ROUTER2=1.2.3.4
MULTIROUTE_EXT_IP2=5.6.7.8
MULTIROUTE_EXT_WEIGHT2=1

# Optional settings if you also use an internal interface (for your LAN/gateway)
# ------------------------------------------------------------------------------
MULTIROUTE_INT_IP=192.168.0.1
MULTIROUTE_INT_NET=192.168.0.0/24