Project

General

Profile

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