Project

General

Profile

Download (5.76 KB) Statistics
| Branch: | Tag: | Revision:
1
<?xml version="1.0"?>
2
<pfsense>
3
	<version>15.4</version>
4
	<lastchange/>
5
	<system>
6
		<optimization>normal</optimization>
7
		<hostname>pfSense</hostname>
8
		<domain>localdomain</domain>
9
		<dnsserver/>
10
		<dnsallowoverride/>
11
		<group>
12
			<name>all</name>
13
			<description><![CDATA[All Users]]></description>
14
			<scope>system</scope>
15
			<gid>1998</gid>
16
			<member>0</member>
17
		</group>
18
		<group>
19
			<name>admins</name>
20
			<description><![CDATA[System Administrators]]></description>
21
			<scope>system</scope>
22
			<gid>1999</gid>
23
			<member>0</member>
24
			<priv>page-all</priv>
25
		</group>
26
		<user>
27
			<name>admin</name>
28
			<descr><![CDATA[System Administrator]]></descr>
29
			<scope>system</scope>
30
			<groupname>admins</groupname>
31
			<bcrypt-hash>$2b$10$13u6qwCOwODv34GyCMgdWub6oQF3RX0rG7c3d3X4JvzuEmAXLYDd2</bcrypt-hash>
32
			<uid>0</uid>
33
			<priv>user-shell-access</priv>
34
		</user>
35
		<nextuid>2000</nextuid>
36
		<nextgid>2000</nextgid>
37
		<timeservers>0.pfsense.pool.ntp.org</timeservers>
38
		<webgui>
39
			<protocol>https</protocol>
40
			<loginautocomplete/>
41
		</webgui>
42
		<disablenatreflection>yes</disablenatreflection>
43
		<disablesegmentationoffloading/>
44
		<disablelargereceiveoffloading/>
45
		<ipv6allow/>
46
		<powerd_ac_mode>hadp</powerd_ac_mode>
47
		<powerd_battery_mode>hadp</powerd_battery_mode>
48
		<powerd_normal_mode>hadp</powerd_normal_mode>
49
		<bogons>
50
			<interval>monthly</interval>
51
		</bogons>
52
	</system>
53
	<interfaces>
54
		<wan>
55
			<enable/>
56
			<if>em0</if>
57
			<mtu/>
58
			<ipaddr>dhcp</ipaddr>
59
			<ipaddrv6>dhcp6</ipaddrv6>
60
			<subnet/>
61
			<gateway/>
62
			<blockpriv/>
63
			<blockbogons/>
64
			<dhcphostname/>
65
			<media/>
66
			<mediaopt/>
67
			<dhcp6-duid/>
68
			<dhcp6-ia-pd-len>0</dhcp6-ia-pd-len>
69
		</wan>
70
		<lan>
71
			<enable/>
72
			<if>em1</if>
73
			<ipaddr>192.168.1.1</ipaddr>
74
			<subnet>24</subnet>
75
			<ipaddrv6>track6</ipaddrv6>
76
			<subnetv6>64</subnetv6>
77
			<media/>
78
			<mediaopt/>
79
			<track6-interface>wan</track6-interface>
80
			<track6-prefix-id>0</track6-prefix-id>
81
		</lan>
82
	</interfaces>
83
	<staticroutes/>
84
	<dhcpd>
85
		<lan>
86
			<enable/>
87
			<range>
88
				<from>192.168.1.100</from>
89
				<to>192.168.1.199</to>
90
			</range>
91
		</lan>
92
	</dhcpd>
93
	<dhcpdv6>
94
		<lan>
95
			<enable/>
96
			<range>
97
				<from>::1000</from>
98
				<to>::2000</to>
99
			</range>
100
			<ramode>assist</ramode>
101
			<rapriority>medium</rapriority>
102
		</lan>
103
	</dhcpdv6>
104
	<snmpd>
105
		<syslocation/>
106
		<syscontact/>
107
		<rocommunity>public</rocommunity>
108
	</snmpd>
109
	<diag>
110
		<ipv6nat>
111
			<ipaddr/>
112
		</ipv6nat>
113
	</diag>
114
	<syslog/>
115
	<nat>
116
		<outbound>
117
			<mode>automatic</mode>
118
		</outbound>
119
	</nat>
120
	<filter>
121
		<rule>
122
			<type>pass</type>
123
			<ipprotocol>inet</ipprotocol>
124
			<descr><![CDATA[Default allow LAN to any rule]]></descr>
125
			<interface>lan</interface>
126
			<tracker>0100000101</tracker>
127
			<source>
128
				<network>lan</network>
129
			</source>
130
			<destination>
131
				<any/>
132
			</destination>
133
		</rule>
134
		<rule>
135
			<type>pass</type>
136
			<ipprotocol>inet6</ipprotocol>
137
			<descr><![CDATA[Default allow LAN IPv6 to any rule]]></descr>
138
			<interface>lan</interface>
139
			<tracker>0100000102</tracker>
140
			<source>
141
				<network>lan</network>
142
			</source>
143
			<destination>
144
				<any/>
145
			</destination>
146
		</rule>
147
	</filter>
148
	<shaper/>
149
	<ipsec/>
150
	<aliases/>
151
	<proxyarp/>
152
	<cron>
153
		<item>
154
			<minute>1,31</minute>
155
			<hour>0-5</hour>
156
			<mday>*</mday>
157
			<month>*</month>
158
			<wday>*</wday>
159
			<who>root</who>
160
			<command>/usr/bin/nice -n20 adjkerntz -a</command>
161
		</item>
162
		<item>
163
			<minute>1</minute>
164
			<hour>3</hour>
165
			<mday>1</mday>
166
			<month>*</month>
167
			<wday>*</wday>
168
			<who>root</who>
169
			<command>/usr/bin/nice -n20 /etc/rc.update_bogons.sh</command>
170
		</item>
171
		<item>
172
			<minute>*/60</minute>
173
			<hour>*</hour>
174
			<mday>*</mday>
175
			<month>*</month>
176
			<wday>*</wday>
177
			<who>root</who>
178
			<command>/usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 sshlockout</command>
179
		</item>
180
		<item>
181
			<minute>*/60</minute>
182
			<hour>*</hour>
183
			<mday>*</mday>
184
			<month>*</month>
185
			<wday>*</wday>
186
			<who>root</who>
187
			<command>/usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 webConfiguratorlockout</command>
188
		</item>
189
		<item>
190
			<minute>1</minute>
191
			<hour>1</hour>
192
			<mday>*</mday>
193
			<month>*</month>
194
			<wday>*</wday>
195
			<who>root</who>
196
			<command>/usr/bin/nice -n20 /etc/rc.dyndns.update</command>
197
		</item>
198
		<item>
199
			<minute>*/60</minute>
200
			<hour>*</hour>
201
			<mday>*</mday>
202
			<month>*</month>
203
			<wday>*</wday>
204
			<who>root</who>
205
			<command>/usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 virusprot</command>
206
		</item>
207
		<item>
208
			<minute>30</minute>
209
			<hour>12</hour>
210
			<mday>*</mday>
211
			<month>*</month>
212
			<wday>*</wday>
213
			<who>root</who>
214
			<command>/usr/bin/nice -n20 /etc/rc.update_urltables</command>
215
		</item>
216
	</cron>
217
	<wol/>
218
	<rrd>
219
		<enable/>
220
	</rrd>
221
	<load_balancer>
222
		<monitor_type>
223
			<name>ICMP</name>
224
			<type>icmp</type>
225
			<descr><![CDATA[ICMP]]></descr>
226
			<options/>
227
		</monitor_type>
228
		<monitor_type>
229
			<name>TCP</name>
230
			<type>tcp</type>
231
			<descr><![CDATA[Generic TCP]]></descr>
232
			<options/>
233
		</monitor_type>
234
		<monitor_type>
235
			<name>HTTP</name>
236
			<type>http</type>
237
			<descr><![CDATA[Generic HTTP]]></descr>
238
			<options>
239
				<path>/</path>
240
				<host/>
241
				<code>200</code>
242
			</options>
243
		</monitor_type>
244
		<monitor_type>
245
			<name>HTTPS</name>
246
			<type>https</type>
247
			<descr><![CDATA[Generic HTTPS]]></descr>
248
			<options>
249
				<path>/</path>
250
				<host/>
251
				<code>200</code>
252
			</options>
253
		</monitor_type>
254
		<monitor_type>
255
			<name>SMTP</name>
256
			<type>send</type>
257
			<descr><![CDATA[Generic SMTP]]></descr>
258
			<options>
259
				<send/>
260
				<expect>220 *</expect>
261
			</options>
262
		</monitor_type>
263
	</load_balancer>
264
	<widgets>
265
		<sequence>system_information:col1:show,interfaces:col2:show</sequence>
266
	</widgets>
267
	<openvpn/>
268
	<dnshaper/>
269
	<unbound>
270
		<enable/>
271
		<dnssec/>
272
		<active_interface/>
273
		<outgoing_interface/>
274
		<custom_options/>
275
		<hideidentity/>
276
		<hideversion/>
277
		<dnssecstripped/>
278
	</unbound>
279
</pfsense>
    (1-1/1)