Project

General

Profile

Download (5.66 KB) Statistics
| Branch: | Tag: | Revision:
1
<?xml version="1.0"?>
2
<pfsense>
3
	<version>18.0</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
		<maximumtableentries>400000</maximumtableentries>
47
		<powerd_ac_mode>hadp</powerd_ac_mode>
48
		<powerd_battery_mode>hadp</powerd_battery_mode>
49
		<powerd_normal_mode>hadp</powerd_normal_mode>
50
		<bogons>
51
			<interval>monthly</interval>
52
		</bogons>
53
	</system>
54
	<interfaces>
55
		<wan>
56
			<enable/>
57
			<if>em0</if>
58
			<mtu/>
59
			<ipaddr>dhcp</ipaddr>
60
			<ipaddrv6>dhcp6</ipaddrv6>
61
			<subnet/>
62
			<gateway/>
63
			<blockpriv/>
64
			<blockbogons/>
65
			<dhcphostname/>
66
			<media/>
67
			<mediaopt/>
68
			<dhcp6-duid/>
69
			<dhcp6-ia-pd-len>0</dhcp6-ia-pd-len>
70
		</wan>
71
		<lan>
72
			<enable/>
73
			<if>em1</if>
74
			<ipaddr>192.168.1.1</ipaddr>
75
			<subnet>24</subnet>
76
			<ipaddrv6>track6</ipaddrv6>
77
			<subnetv6>64</subnetv6>
78
			<media/>
79
			<mediaopt/>
80
			<track6-interface>wan</track6-interface>
81
			<track6-prefix-id>0</track6-prefix-id>
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
	<dhcpdv6>
95
		<lan>
96
			<enable/>
97
			<range>
98
				<from>::1000</from>
99
				<to>::2000</to>
100
			</range>
101
			<ramode>assist</ramode>
102
			<rapriority>medium</rapriority>
103
		</lan>
104
	</dhcpdv6>
105
	<snmpd>
106
		<syslocation/>
107
		<syscontact/>
108
		<rocommunity>public</rocommunity>
109
	</snmpd>
110
	<diag>
111
		<ipv6nat>
112
			<ipaddr/>
113
		</ipv6nat>
114
	</diag>
115
	<syslog>
116
		<filterdescriptions>1</filterdescriptions>
117
	</syslog>
118
	<nat>
119
		<outbound>
120
			<mode>automatic</mode>
121
		</outbound>
122
	</nat>
123
	<filter>
124
		<rule>
125
			<type>pass</type>
126
			<ipprotocol>inet</ipprotocol>
127
			<descr><![CDATA[Default allow LAN to any rule]]></descr>
128
			<interface>lan</interface>
129
			<tracker>0100000101</tracker>
130
			<source>
131
				<network>lan</network>
132
			</source>
133
			<destination>
134
				<any/>
135
			</destination>
136
		</rule>
137
		<rule>
138
			<type>pass</type>
139
			<ipprotocol>inet6</ipprotocol>
140
			<descr><![CDATA[Default allow LAN IPv6 to any rule]]></descr>
141
			<interface>lan</interface>
142
			<tracker>0100000102</tracker>
143
			<source>
144
				<network>lan</network>
145
			</source>
146
			<destination>
147
				<any/>
148
			</destination>
149
		</rule>
150
	</filter>
151
	<shaper/>
152
	<ipsec/>
153
	<aliases/>
154
	<proxyarp/>
155
	<cron>
156
		<item>
157
			<minute>1,31</minute>
158
			<hour>0-5</hour>
159
			<mday>*</mday>
160
			<month>*</month>
161
			<wday>*</wday>
162
			<who>root</who>
163
			<command>/usr/bin/nice -n20 adjkerntz -a</command>
164
		</item>
165
		<item>
166
			<minute>1</minute>
167
			<hour>3</hour>
168
			<mday>1</mday>
169
			<month>*</month>
170
			<wday>*</wday>
171
			<who>root</who>
172
			<command>/usr/bin/nice -n20 /etc/rc.update_bogons.sh</command>
173
		</item>
174
		<item>
175
			<minute>1</minute>
176
			<hour>1</hour>
177
			<mday>*</mday>
178
			<month>*</month>
179
			<wday>*</wday>
180
			<who>root</who>
181
			<command>/usr/bin/nice -n20 /etc/rc.dyndns.update</command>
182
		</item>
183
		<item>
184
			<minute>*/60</minute>
185
			<hour>*</hour>
186
			<mday>*</mday>
187
			<month>*</month>
188
			<wday>*</wday>
189
			<who>root</who>
190
			<command>/usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 virusprot</command>
191
		</item>
192
		<item>
193
			<minute>30</minute>
194
			<hour>12</hour>
195
			<mday>*</mday>
196
			<month>*</month>
197
			<wday>*</wday>
198
			<who>root</who>
199
			<command>/usr/bin/nice -n20 /etc/rc.update_urltables</command>
200
		</item>
201
		<item>
202
			<minute>1</minute>
203
			<hour>0</hour>
204
			<mday>*</mday>
205
			<month>*</month>
206
			<wday>*</wday>
207
			<who>root</who>
208
			<command>/usr/bin/nice -n20 /etc/rc.update_pkg_metadata</command>
209
		</item>
210
	</cron>
211
	<wol/>
212
	<rrd>
213
		<enable/>
214
	</rrd>
215
	<load_balancer>
216
		<monitor_type>
217
			<name>ICMP</name>
218
			<type>icmp</type>
219
			<descr><![CDATA[ICMP]]></descr>
220
			<options/>
221
		</monitor_type>
222
		<monitor_type>
223
			<name>TCP</name>
224
			<type>tcp</type>
225
			<descr><![CDATA[Generic TCP]]></descr>
226
			<options/>
227
		</monitor_type>
228
		<monitor_type>
229
			<name>HTTP</name>
230
			<type>http</type>
231
			<descr><![CDATA[Generic HTTP]]></descr>
232
			<options>
233
				<path>/</path>
234
				<host/>
235
				<code>200</code>
236
			</options>
237
		</monitor_type>
238
		<monitor_type>
239
			<name>HTTPS</name>
240
			<type>https</type>
241
			<descr><![CDATA[Generic HTTPS]]></descr>
242
			<options>
243
				<path>/</path>
244
				<host/>
245
				<code>200</code>
246
			</options>
247
		</monitor_type>
248
		<monitor_type>
249
			<name>SMTP</name>
250
			<type>send</type>
251
			<descr><![CDATA[Generic SMTP]]></descr>
252
			<options>
253
				<send/>
254
				<expect>220 *</expect>
255
			</options>
256
		</monitor_type>
257
	</load_balancer>
258
	<widgets>
259
		<sequence>system_information:col1:show,netgate_services_and_support:col2:show,interfaces:col2:show</sequence>
260
		<period>10</period>
261
	</widgets>
262
	<openvpn/>
263
	<dnshaper/>
264
	<unbound>
265
		<enable/>
266
		<dnssec/>
267
		<active_interface/>
268
		<outgoing_interface/>
269
		<custom_options/>
270
		<hideidentity/>
271
		<hideversion/>
272
		<dnssecstripped/>
273
	</unbound>
274
</pfsense>
    (1-1/1)