Project

General

Profile

Download (5.59 KB) Statistics
| Branch: | Tag: | Revision:
1
<?xml version="1.0"?>
2
<pfsense>
3
	<version>14.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
	<snmpd>
94
		<syslocation/>
95
		<syscontact/>
96
		<rocommunity>public</rocommunity>
97
	</snmpd>
98
	<diag>
99
		<ipv6nat>
100
			<ipaddr/>
101
		</ipv6nat>
102
	</diag>
103
	<bridge/>
104
	<syslog/>
105
	<nat>
106
		<outbound>
107
			<mode>automatic</mode>
108
		</outbound>
109
	</nat>
110
	<filter>
111
		<rule>
112
			<type>pass</type>
113
			<ipprotocol>inet</ipprotocol>
114
			<descr><![CDATA[Default allow LAN to any rule]]></descr>
115
			<interface>lan</interface>
116
			<tracker>0100000101</tracker>
117
			<source>
118
				<network>lan</network>
119
			</source>
120
			<destination>
121
				<any/>
122
			</destination>
123
		</rule>
124
		<rule>
125
			<type>pass</type>
126
			<ipprotocol>inet6</ipprotocol>
127
			<descr><![CDATA[Default allow LAN IPv6 to any rule]]></descr>
128
			<interface>lan</interface>
129
			<tracker>0100000102</tracker>
130
			<source>
131
				<network>lan</network>
132
			</source>
133
			<destination>
134
				<any/>
135
			</destination>
136
		</rule>
137
	</filter>
138
	<shaper/>
139
	<ipsec/>
140
	<aliases/>
141
	<proxyarp/>
142
	<cron>
143
		<item>
144
			<minute>1,31</minute>
145
			<hour>0-5</hour>
146
			<mday>*</mday>
147
			<month>*</month>
148
			<wday>*</wday>
149
			<who>root</who>
150
			<command>/usr/bin/nice -n20 adjkerntz -a</command>
151
		</item>
152
		<item>
153
			<minute>1</minute>
154
			<hour>3</hour>
155
			<mday>1</mday>
156
			<month>*</month>
157
			<wday>*</wday>
158
			<who>root</who>
159
			<command>/usr/bin/nice -n20 /etc/rc.update_bogons.sh</command>
160
		</item>
161
		<item>
162
			<minute>*/60</minute>
163
			<hour>*</hour>
164
			<mday>*</mday>
165
			<month>*</month>
166
			<wday>*</wday>
167
			<who>root</who>
168
			<command>/usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 sshlockout</command>
169
		</item>
170
		<item>
171
			<minute>*/60</minute>
172
			<hour>*</hour>
173
			<mday>*</mday>
174
			<month>*</month>
175
			<wday>*</wday>
176
			<who>root</who>
177
			<command>/usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 webConfiguratorlockout</command>
178
		</item>
179
		<item>
180
			<minute>1</minute>
181
			<hour>1</hour>
182
			<mday>*</mday>
183
			<month>*</month>
184
			<wday>*</wday>
185
			<who>root</who>
186
			<command>/usr/bin/nice -n20 /etc/rc.dyndns.update</command>
187
		</item>
188
		<item>
189
			<minute>*/60</minute>
190
			<hour>*</hour>
191
			<mday>*</mday>
192
			<month>*</month>
193
			<wday>*</wday>
194
			<who>root</who>
195
			<command>/usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 virusprot</command>
196
		</item>
197
		<item>
198
			<minute>30</minute>
199
			<hour>12</hour>
200
			<mday>*</mday>
201
			<month>*</month>
202
			<wday>*</wday>
203
			<who>root</who>
204
			<command>/usr/bin/nice -n20 /etc/rc.update_urltables</command>
205
		</item>
206
	</cron>
207
	<wol/>
208
	<rrd>
209
		<enable/>
210
	</rrd>
211
	<load_balancer>
212
		<monitor_type>
213
			<name>ICMP</name>
214
			<type>icmp</type>
215
			<descr><![CDATA[ICMP]]></descr>
216
			<options/>
217
		</monitor_type>
218
		<monitor_type>
219
			<name>TCP</name>
220
			<type>tcp</type>
221
			<descr><![CDATA[Generic TCP]]></descr>
222
			<options/>
223
		</monitor_type>
224
		<monitor_type>
225
			<name>HTTP</name>
226
			<type>http</type>
227
			<descr><![CDATA[Generic HTTP]]></descr>
228
			<options>
229
				<path>/</path>
230
				<host/>
231
				<code>200</code>
232
			</options>
233
		</monitor_type>
234
		<monitor_type>
235
			<name>HTTPS</name>
236
			<type>https</type>
237
			<descr><![CDATA[Generic HTTPS]]></descr>
238
			<options>
239
				<path>/</path>
240
				<host/>
241
				<code>200</code>
242
			</options>
243
		</monitor_type>
244
		<monitor_type>
245
			<name>SMTP</name>
246
			<type>send</type>
247
			<descr><![CDATA[Generic SMTP]]></descr>
248
			<options>
249
				<send/>
250
				<expect>220 *</expect>
251
			</options>
252
		</monitor_type>
253
	</load_balancer>
254
	<widgets>
255
		<sequence>system_information:col1:show,interfaces:col2:show</sequence>
256
	</widgets>
257
	<openvpn/>
258
	<dnshaper/>
259
	<unbound>
260
		<enable/>
261
		<dnssec/>
262
		<active_interface/>
263
		<outgoing_interface/>
264
		<custom_options/>
265
		<hideidentity/>
266
		<hideversion/>
267
		<dnssecstripped/>
268
	</unbound>
269
</pfsense>
    (1-1/1)