HEX
Server: Apache
System: Linux server2.voipitup.com.au 4.18.0-553.109.1.lve.el8.x86_64 #1 SMP Thu Mar 5 20:23:46 UTC 2026 x86_64
User: posscale (1027)
PHP: 8.2.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/posscale/backup/MT_Backups/workrehab/BACKUP-Work-Rehab_Paddington-2022oct27-232553.backup
����֌bserv����M2M2	d�log-actions0�~~���M2

��	
	����			�		�	!!log	�!!memory~M2

��	
	����			�		�	!!log	�!!disk~M2

��	
	����			�		�	!!log	�!!echo�M2

��	
	����			�		�	!!log	�!!remote	log-rules0////�/M2��
��
�	�	!/M2��
��
�	�	!/M2��
��
�	�	!/M2��
��
�	�	!lcdtouch-slide6H,,$!!&�,M2
�
��	
�	�!Aggregate traffic,M2
�
��	
�	�!Aggregate packets$M2
�
��	
�	�!	Resources!M2
�
��	
�	�!System!M2
�
��	
�	�!Health&M2
�
��	
�	�!Date & timeled_triggers����			M2�		port_lock��������������3�M2��
/dev/ttyS0 �M2		!
/dev/ttyS0				�			!
/dev/ttyS0!!!!!!�M2��
/dev/ttyS0 �M2		!
/dev/ttyS0				�			!
/dev/ttyS0!!!!!!serial0cloud"""M2dst}	�p!serial-login)))M2
�	�		����!vt102wirelessprofile���M2�����
�%						
			,	�		����				 	$		#!"!!!!MikroTik!!
!!!!!!default	�!wireless����M2����������wirelessccl����M2����������
wirelessch����M2����������
wlccfgrule����M2����������wlcacl����M2����������cmanifacecfg&&&M2
��
��	����	�!rps�







	



�
M2
��	
M2
��	
M2
��	
M2
��	
M2
��	
M2
��	
M2
��	
M2
��	
M2
��		
M2
��	

M2
��	lcdtouch-interface�33333333	3
3313M2
��/
�0-	
1	�	.3M2
��/
�0-	
1	�	.3M2
��/
�0-	
1	�	.3M2
��/
�0-	
1	�	.3M2
��/
�0-	
1	�	.3M2
��/
�0-	
1	�	.3M2
��/
�0-	
1	�	.3M2
��/
�0-	
1	�	.3M2
��/
�0-	
1	�		.3M2
��/
�0-	
1	�	
.3M2
��/
�0-	
1	�	.lcdtouch-pages����G[M2������	���GM2��	

��	�����group$454�4M2
�	�	n��	�!!read5M2
�	�	�	�!!write4M2
�	�	��	�!!fullbridgeports��������������	�.	M2�	����M2�
���	
			
		
		�	�			
	�		�!defconfonf�M2�
���	
			
		
		�	�			
	�		�!defconfonf�M2�
���	
			
		
		�	�			
	�		�!defconfonf�M2�
���	
			
		
		�	�			
	�		�!defconfonf�M2�
���	
			
		
		�	�			
	�		�!defconfonf�M2�
���	
			
		
		�	�			
	�		�!defconfonf�M2�
���	
			
		
		�	�			
	�			�!defconfonf�M2�
���	
			
		
		�	�			
	�	
	�!defconfonf�M2�
���	
			
		
		�	�				
	�		�!defconfonf�M2�
���	
			
		
		�		�����		
	�		�!defconfippool222M2���3����			�!
!default-dhcpmactel-settingsM2mproxy-settingsM2user$�����M2�
�		�Q��	�			�!!1!/q�	���m5'<�B��$h�3Pl�D 1H8�c}d��x�ۃќe!	posscales!admin�M2�
�		�e��	�			�!system default user!1!5{{X���^\s�q%�œ�?VZ3>��R`���4� 1b!�Şg[zN7��b!admin�M2�
�		��	�			�!!1!B�I�{H�WNp��EUht�ҍ��1���lF� 1��r����:5e���!	workrehab	scheduler����v~�vM2
�.�I/�>c1�Qm	�	q�kg!admin	�!- :local saveUserDB false

:local saveSysBackup true

:local encryptSysBackup false

:local saveRawExport true



:local FTPServer "backup.posscales.com.au"

:local FTPPort 21

:local FTPUser "MT_Backups@backup.posscales.com.au"

:local FTPPass "!Dgt.974082"

:local FTPdest "/workrehab"



:local ts [/system clock get time]

:set ts ([:pick $ts 0 2].[:pick $ts 3 5].[:pick $ts 6 8])

:local ds [/system clock get date]

:set ds ([:pick $ds 7 11].[:pick $ds 0 3].[:pick $ds 4 6])



:local fname ("BACKUP-".[/system identity get name]."-".$ds."-".$ts)

:local sfname ("/".$fname)

:if ($saveUserDB) do={

  /tool user-manager database save name=($sfname.".umb")

  :log info message="User Manager DB Backup Finished"

}

:if ($saveSysBackup) do={

  :if ($encryptSysBackup = true) do={ /system backup save name=($sfname.".backup") }

  :if ($encryptSysBackup = false) do={ /system backup save dont-encrypt=yes name=($sfname.".backup") }

  :log info message="System Backup Finished"

}

if ($saveRawExport) do={

  /export file=($sfname.".rsc")

  :log info message="Raw configuration script export Finished"

}

:delay 10s

:local backupFileName ""

:local backupDestPath ""

:foreach backupFile in=[/file find] do={

  :set backupFileName ("/".[/file get $backupFile name])

  :set backupDestPath ($FTPdest.$backupFileName)

  :if ([:typeof [:find $backupFileName $sfname]] != "nil") do={

  # :log warning message="/tool fetch address=$FTPServer port=$FTPPort src-path=$backupFileName user=$FTPUser mode=ftp password=$FTPPass dst-path=$backupDestPath upload=yes"



    /tool fetch address=$FTPServer port=$FTPPort src-path=$backupFileName user=$FTPUser mode=ftp password=$FTPPass dst-path=$backupDestPath upload=yes

  }

}

:delay 10s

:foreach backupFile in=[/file find] do={

  :if ([:typeof [:find [/file get $backupFile name] "BACKUP-"]]!="nil") do={

    /file remove $backupFile

  }

}



:log info message="Successfully removed Temporary Backup Files"

:log info message="Automatic Backup Completed Successfully"f!AUTO_FTP_Backup~M2
�.�I/�>c1�:	2�m	�	q�kg!admin	�!- :local saveUserDB false

:local saveSysBackup true

:local encryptSysBackup false

:local saveRawExport true



:local FTPServer "backup.posscales.com.au"

:local FTPPort 21

:local FTPUser "MT_Backups@backup.posscales.com.au"

:local FTPPass "!Dgt.974082"

:local FTPdest "/workrehab"



:local ts [/system clock get time]

:set ts ([:pick $ts 0 2].[:pick $ts 3 5].[:pick $ts 6 8])

:local ds [/system clock get date]

:set ds ([:pick $ds 7 11].[:pick $ds 0 3].[:pick $ds 4 6])



:local fname ("BACKUP-".[/system identity get name]."-".$ds."-".$ts)

:local sfname ("/".$fname)

:if ($saveUserDB) do={

  /tool user-manager database save name=($sfname.".umb")

  :log info message="User Manager DB Backup Finished"

}

:if ($saveSysBackup) do={

  :if ($encryptSysBackup = true) do={ /system backup save name=($sfname.".backup") }

  :if ($encryptSysBackup = false) do={ /system backup save dont-encrypt=yes name=($sfname.".backup") }

  :log info message="System Backup Finished"

}

if ($saveRawExport) do={

  /export file=($sfname.".rsc")

  :log info message="Raw configuration script export Finished"

}

:delay 10s

:local backupFileName ""

:local backupDestPath ""

:foreach backupFile in=[/file find] do={

  :set backupFileName ("/".[/file get $backupFile name])

  :set backupDestPath ($FTPdest.$backupFileName)

  :if ([:typeof [:find $backupFileName $sfname]] != "nil") do={

  # :log warning message="/tool fetch address=$FTPServer port=$FTPPort src-path=$backupFileName user=$FTPUser mode=ftp password=$FTPPass dst-path=$backupDestPath upload=yes"



    /tool fetch address=$FTPServer port=$FTPPort src-path=$backupFileName user=$FTPUser mode=ftp password=$FTPPass dst-path=$backupDestPath upload=yes

  }

}

:delay 10s

:foreach backupFile in=[/file find] do={

  :if ([:typeof [:find [/file get $backupFile name] "BACKUP-"]]!="nil") do={

    /file remove $backupFile

  }

}



:log info message="Successfully removed Temporary Backup Files"

:log info message="Automatic Backup Completed Successfully"f!AUTO_FTP_BackupscriptshhhM2�tkha�	m	q�kg!adminf!
manual Backupe :local saveUserDB false

:local saveSysBackup true

:local encryptSysBackup false

:local saveRawExport true



:local FTPServer "backup.posscales.com.au"

:local FTPPort 21

:local FTPUser "MT_Backups@backup.posscales.com.au"

:local FTPPass "!Dgt.974082"

:local FTPdest "/workrehab"



:local ts [/system clock get time]

:set ts ([:pick $ts 0 2].[:pick $ts 3 5].[:pick $ts 6 8])

:local ds [/system clock get date]

:set ds ([:pick $ds 7 11].[:pick $ds 0 3].[:pick $ds 4 6])



:local fname ("BACKUP-".[/system identity get name]."-".$ds."-".$ts)

:local sfname ("/".$fname)

:if ($saveUserDB) do={

  /tool user-manager database save name=($sfname.".umb")

  :log info message="User Manager DB Backup Finished"

}

:if ($saveSysBackup) do={

  :if ($encryptSysBackup = true) do={ /system backup save name=($sfname.".backup") }

  :if ($encryptSysBackup = false) do={ /system backup save dont-encrypt=yes name=($sfname.".backup") }

  :log info message="System Backup Finished"

}

if ($saveRawExport) do={

  /export file=($sfname.".rsc")

  :log info message="Raw configuration script export Finished"

}

:delay 10s

:local backupFileName ""

:local backupDestPath ""

:foreach backupFile in=[/file find] do={

  :set backupFileName ("/".[/file get $backupFile name])

  :set backupDestPath ($FTPdest.$backupFileName)

  :if ([:typeof [:find $backupFileName $sfname]] != "nil") do={

  # :log warning message="/tool fetch address=$FTPServer port=$FTPPort src-path=$backupFileName user=$FTPUser mode=ftp password=$FTPPass dst-path=$backupDestPath upload=yes"



    /tool fetch address=$FTPServer port=$FTPPort src-path=$backupFileName user=$FTPUser mode=ftp password=$FTPPass dst-path=$backupDestPath upload=yes

  }

}

:delay 10s

:foreach backupFile in=[/file find] do={

  :if ([:typeof [:find [/file get $backupFile name] "BACKUP-"]]!="nil") do={

    /file remove $backupFile

  }

}



:log info message="Successfully removed Temporary Backup Files"

:log info message="Automatic Backup Completed Successfully"	�!snmp-communities```M2�M2	
�
�			!!!public	�!snmpdZZZM2��
��			
	
!!!!publiccerm����		M2	M21�ْC�|�tftp����M2����������	smbshares===M2
��
��		
	�!
default share!/pub!pubsmbusers)))M2
�
��	!!guest	�!radius����M2����������	romonport111M2�
��
��	����	d	�!sermgrH--**	;*-M2�
�	�	"	!api-M2�
�	�			!telnet*M2�
�	�			!ftp*M2�
�	�			!ssh;M2�
�			�		"	!api-ssl*M2�
�	�		P	!wwwsystem0����/����);�/M2	,�Q			!manualM2!MikroTik)M2
!6.47.1!Work-Rehab_Paddington;M2	,��Yc			!Australia/Brisbane	bfd/iface888M2
��
�		�			�	�	�!!
mpls/ifcfg###M2
�
��		�	�!
mpls/filterin����M2����������mpls/filterout����M2����������resolver/config����Nb�NM2
�	�:		�
'	d	!bM2
�
M2	�:		�
'	d	!resolver/static����I]M2������	���IM2�
��Q��X�		�����!
router.lan	�!defconfdhcp/client_options$����2����8�>�2M2
������	!$(HOSTNAME)�!hostname8M2
������	=!0x01$(CLIENT_MAC)�!clientid>M2
���	=!0xff$(CLIENT_DUID)�!
clientid_duid	dhcp/duidM2!1
H�Z���dhcp/client[[[M2���������
�
�	�		�		�!ether1!	�!defconfunicl/moduleM2�
��	�!ftpunicl/client����M2����������ospfconf/gen���M2����
��
�					
			
������������	�����	����				�!!!ospf-out!ospf-in�!default
ospfconf/area666M2
��
��					�!!backbonebgconf/generaljjjM2q
�	s	
���	��	!!�!default	�!ovpn/serverMMMM2�����	�	�����	<�	�	�	���1�y��	ppp/epoch			M2	ppp/profileU����`�UM2��"��������
fgkntuwyz
��2����	5����
	�	������������	����	����#	�$	
%����&	'����(	)	*	�				�!!default4!3!!+,!!!!!6!(`M2��"��������
fgkntuwyz
��2����	5����
	���������	����	����	����#	�$	
%����&	'����(	)	*	�				�!!default-encryption4!3!!+,!!!!!6!(ipsec/identity����M2����������ipsec/user_settingsM2		ipsec/peer_proposal
SSSM2
�	�Q		x		
�����	
		@�!default
ipsec/peer����M2����������
ipsec/modecfg111M2
�	�	
!
!�!request-onlyipsec/sainfoCCCM2
�
�		�	8	�			�!!defaultipsec/policy_groupM2
��	�!defaultipsec/policy�������bvM2���������bM2
�		�	����		�����	�!cert/ca_issued			M2�	cert/ca			M2�	cert/scep_client			M2�	
cert/template			M2�	hotspot/main			M2�	hotspot/srvprof���M2�v���	�	�	h	�	���Q�	�	r��z	�	�	�	�	�!�!hotspot�!�!�!�!�!y!�!defaulthotspot/user���M2
��
�����			�		! 	�!#counters and limits for trial users
!1!!!
default-trialhotspot/profile���M2�X�http://www.mikrotik.com/http://www.routerboard.com/����ef	< ��!	"	#����	x			<�			!!!!!!!!defaulthotspot/wgip����M2����������hotspot/walled-garden����M2����������
wproxy/access$���������������M2�����������M2��������� !"#
��)�����2	3	4	5	c	�	�	�	�		�!#block telnet & spam e-mail relaying�!�!�!�!!�M2��������� !"#
��)�����2	3	4	5	c	�	�	�	�����	�!;allow CONNECT only to SSL ports 443 [https] and 563 [snews]�!�!CONNECT�!�!
wproxy/configM2���M2
											
			XX������	�	�	�	�	�	�	�	�	!	web-proxy	!	webmasterwproxy/cache0�������������������fM2�����������M2��������� !"#
��)�����2	3	4	5	c	�	�	�	�		�!don't cache dynamic http pages�!�!�!:\?�!!�M2��������� !"#
��)�����2	3	4	5	c	�	�	�	�		�!don't cache dynamic http pages�!�!�!:\.php�!!�M2��������� !"#
��)�����2	3	4	5	c	�	�	�	�����	�!don't cache dynamic http pages�!�!�!:\.asp�!
wproxy/direct����M2����������
rip/ripkey����M2����������routing/rule����M2����������routing/filter����M2����������routing/plists����M2����������net/switch-acl-entries����M2����������net/queuetypesx������������������������������n�M2
��	��e�:�	�	2�	���		�	�	�	2�	
�����������	��	�Y	2-	<.	2/	
0	1�!default�M2
��	��e�:�	�	2�	�������	�	�	�	
�	
�����������	��	�Y	2-	<.	2/	
0	1�!
default-small�M2
��	��e�:�	�	2�	���		�	�	�	2�	
�����������	��	�Y	2-	<.	2/	
0	1�!ethernet-default�M2
��	��e�:�	�	2�	���		�	�	�	2�	
�����������	��	�Y	2-	<.	2/	
0	1�!wireless-default�M2
��	��e�:�	�	2�	���		�	�	�	2�	
�����������	��	�Y	2-	<.	2/	
0	1�!synchronous-default�M2
��	��e�:�	�	2�	���		�	�	�	2�	
�����������	��	�Y	2-	<.	2/	
0	1�!hotspot-default�M2
��	��e�:�	�	2�	�������	�	�	�	2�	
�����������	��	�Y	2-	<.	2/	
0	1�!multi-queue-ethernet-default�M2
��	��e�:�	�	2�	�������	�	�	�	2�	
�����������	��	�Y	2-	<.	2/	
0	1�!only-hardware-queue�M2
��	��e�:�	�	2�	�������	�	�	�	2�	
�����������	��	�Y	2-	<.	2/	
0	1�!pcq-download-default�M2
��	��e�:�	�	2�	�������	�	�	�	2�	
�����������	��	�Y	2-	<.	2/	
0	1�!pcq-upload-defaultnet/ipt6-filter����M2����������net/ipt-mangle����M2����������net/ipt6-mangle����M2����������net/ipt6-raw����M2����������net/ipt-raw����M2����������net/ebt-filter����M2����������net/ebt-nat����M2����������net/simplequeues����M2����������net/apnZZZM2
�			
	�			1!!!internet�!defaultnet/rawsssM2\4=>?@A"&)*5�	��փ����	�
�PF�
`�hS	Z0u	[0u			
  	! EDCB('$#net/switch-config$���������M2��F�"#��AC�	�	�	�	s����u����w����y����|	}	�	�	�	�����		�		�	D,E	�	�	�	�	�	�	�!�M2��F�"#��AC�	�	�	�	suwy|	}	�	�	�		�		�		�	D,E	�	�	�	�	�	�	�!switch1ch1�M2��F�"#��AC�	�	�	�	suwy|	}	�	�	�		�		�		�	D,E	�	�	�	�	�	�	�!switch2ch2net/switch-ports�<>>>>>F;;	;
;<C#<M2��			
�����	�		�!sfp1>M2��			
�����	�		�!ether1>M2��			
�����	�		�!ether2>M2��			
�����	�		�!ether3>M2��			
�����	�		�!ether4>M2��			
�����	�		�!ether5FM2��			
�����	�	�!switch1-cpu;M2��			
	�	�		�!ether6;M2��			
	�	�		�!ether7;M2��			
	�	�			�!ether8;M2��			
	�	�	
	�!ether9<M2��			
	�	�		�!ether10CM2��			
	�	�	�!switch2-cpunet/devlist44h4M2��
����!WAN	�!defconf4M2��
����!LAN	�!defconfnet/ipt-nat����eyM2������	���eM2������������(	�	�	�	O'!srcnat	�!defconf: masquerade	net/addrsC<CM2
����	
	�	�������	�!defconf<M2
�=EB�	
	
�	=EB�=EB�����	�!net/devices�����	
7
�M2h�		o"����;	!sfp1!00:00.0 switch0 60!48:8f:5a:ba:81:c5	!48:8f:5a:ba:81:c5)�M2�
���	�	�	�	�					?.	d�e>�				,g��	�	1H�Z����1H�Z���M2h�		o"����;	!ether1!00:00.0 switch0 10!48:8f:5a:ba:81:c6	!48:8f:5a:ba:81:c6)�M2�
���	�	�	�	�					?.	d�e>�				,g��	�	1H�Z����1H�Z���M2h�		o"����;	!ether2!00:00.0 switch0 20!48:8f:5a:ba:81:c7	!48:8f:5a:ba:81:c7)�M2�
���	�	�	�	�					?.	d�e>�				,g��	�	1H�Z����1H�Z���M2h�		o"����;	!ether3!00:00.0 switch0 30!48:8f:5a:ba:81:c8	!48:8f:5a:ba:81:c8)�M2�
���	�	�	�	�					?.	d�e>�				,g��	�	1H�Z����1H�Z���M2h�		o"����;	!ether4!00:00.0 switch0 40!48:8f:5a:ba:81:c9	!48:8f:5a:ba:81:c9)�M2�
���	�	�	�	�					?.	d�e>�				,g��	�	1H�Z����1H�Z���M2h�		o"����;	!ether5!00:00.0 switch0 50!48:8f:5a:ba:81:ca	!48:8f:5a:ba:81:ca)�M2�
���	�	�	�	�					?.	d�e>�				,g��	�	1H�Z����1H�Z���M2h�		o"����;	!ether6!00:00.0 switch1 50!48:8f:5a:ba:81:cb	!48:8f:5a:ba:81:cb)�M2�
���	�	�	�	�					.	d�e>�				,g��	�	1H�Z����1H�Z���M2h�		o"����;	!ether7!00:00.0 switch1 40!48:8f:5a:ba:81:cc	!48:8f:5a:ba:81:cc)�M2�
���	�	�	�	�					.	d�e>�				,g��	�	1H�Z����1H�Z���M2h�			o"����;	!ether8!00:00.0 switch1 30!48:8f:5a:ba:81:cd	!48:8f:5a:ba:81:cd)�M2�
���	�	�	�	�					.	d�e>�				,g��	�	1H�Z����1H�Z���M2h�	
	o"����;	!ether9!00:00.0 switch1 20!48:8f:5a:ba:81:ce	!48:8f:5a:ba:81:ce)�M2�
���	�	�	�	�					.	d�e>�				,g��	�	1H�Z����1H�Z���7M2h�		o"����;	!ether10!00:00.0 switch1 10!48:8f:5a:ba:81:cf	!48:8f:5a:ba:81:cf)�M2�
����	�	�	�	�	�		
				.		d�e>�				,g�	x	�	�	!gpio1H�Z����1H�Z��ϔM2h�	
	o"	;	!vlan100)NM2�
�d��				,�	d�	1�1H�Z���	�!NBN Vlan 100�q	r	s	t	du�ev�cw�0x��	y5{	|	�f1!�1Rg�vM2h�		/�	;	!bridge)�M2op
�
zehijm,		d	g			k	l	n�q	r	s	t	du�ev�cw�0x��	y5{	|	�f1H�Z���!�1H�Z���	�!defconfM2h�		o"����;	!ether2!00:00.0 switch0 20!48:8f:5a:ba:81:c7	!48:8f:5a:ba:81:c7)�M2�
���	�	�	�	�					?.	d�e>�				,g��	�	1H�Z����1H�Z���	�!
POE Switch
net/routes���M2.�M2	=EB��=EB�������
��		#			
�				�!net/devlist-member$**#w*M2�
��			�!defconf*M2�
��			�!defconf#M2�
��		
	�!net/address-listUUUM2�
�=E9J	�����	
�b=E9J�!
Management	�!Jason VoIP It UPnet/ipt-filter�����pUTzhbcT	s
W�
���1M2������	���mM2������(	��	�	'!input	�!-defconf: accept established,related,untrackedkedRM2������(	
�	�	�	'!input	�!defconf: drop invalidlidQM2�����(	�		�	'!input	�!defconf: accept ICMPCMPwM2������(	45�	�	'!input	�!/defconf: accept to local loopback (for CAPsMAN)AN)eM2������(	
�	N�	'!input	�!%defconf: drop all not coming from LANLAN_M2�����(	�	�	�	�	'!forward	�!defconf: accept in ipsec policyicy`M2�����(	�	�	�	�	'!forward	�! defconf: accept out ipsec policyicyQM2������(	(�	�	�		'!forward	�!defconf: fasttrackackpM2������(	��		�	
'!forward	�!.defconf: accept established,related, untrackedkedTM2������(	
�	�	
�	'!forward	�!defconf: drop invalidlid�M2����������(	
�	�	��	N�����'!forward	�!'defconf: drop all from WAN not DSTNATed�M2��b�c�55d���������� ���������������������������������������
��������������������������������*����a���M	2	3	4	5	6	7	8	9	;'=	>	?�Q@	2�	
A	B,C	�	D	E	G	H	I	J	K��	L��N	O	P	Q��T	U	V	W	]	^	_	`	�i	q	r	w	x	y	z	{	|	}����	�	�	�	�	�	�	�		
			
			(	
+	d,����L	N	O	�1$�w��'!input	�!-!!!!X!~!M!Y!Z!"!1P!�)![!!�M2��b�c�55d���������� ���������������������������������������
��������������������������������*����a���M	2	3	4	5	6	7	8	9	;'=	>	?�Q@	2�	A	B,C	�	D	E	G	H	I	J	K��	L��N	O	P	Q��T	U	V	W	]	^	_	`	�i	q	r	w	x	y	z	{	|	}����	�	�	�	�	�	�	�		
			
			(	
+	d,����L	N	O	�1$�w��'!input	�!-!!!!X!~!M!Y!Z!"!1P!�)![!�M2��b�c�c c d���������� ���������������������������������������
��������������������������������*����a���M	2	3	4	5	6	7	8	9	;'=	>	?�Q@	2�	A	B,C	�	
D	E	G	H	I	J	K��	L��N	O	P	Q��T	U	V	W	]	^	_	`	�i	q	r	w	x	y	z	{	|	}����	�	�	�	�	�	�	�					
			(	+	d,����L	NO	�1$�w��'!input	�!-!!!!X!~!M!Y!Z!"!1P!�)![!!dhcp/server/lease<��������
���������
����
 �M2���q�
�}~�		e���f	g��Pc����h	�	o���r�w?x:�Pcy	�x�	�	s!p1�t�tW\l!1:c0:74:ad:74:57:5cv!u!z!y!	�!|!{!1:c0:74:ad:74:57:5cd1�t�tW\1��e�r�M2���q�
�}~�		e��cf	g2�Pc����h	�	o��cr
�w�x�Pcy	��	�	s!p1�IH� Dl!1:a6:49:48:a2:20:44v!u!z!y!	�!|!{!1:a6:49:48:a2:20:44d1�IH� D72d1��e�r�M2���q�
�}~�		e��sf	gP�Pc����h	�	o��sr�w�3x��Pcy	���	�	s!p1VJ���l!1:56:4a:e5:e5:0:c2v!u!z!y!	�!|!{!1:56:4a:e5:e5:0:c2d1VJ����M2���q�
�}~�		e��df	gܮPc����h	�	o��dr�wbCx��Pcy	�>�	�	s!p1�t�r� l!v!u!z!y!	�!|!{!d1�t�r� !	�!|!{!1:1c:91:80:d3:e0:31d1����1d�M2���q�
�}~�		e��sf	g��Pc����h	�	o��sr�wCx6�Pcy	���	�	s!p1VJ���l!1:56:4a:e5:e5:0:c2v!u!z!y!	�!|!{!1:56:4a:e5:e5:0:c2d1VJ��� D10d1��7ddhcp/server/configM2	,	dhcp/server/subnet����y�M2������	���yM2
�
��������			�����	����������	�!defconf!!dhcp/server/server���M2�
�X						�����		����		����	!	!defconfwww/socks/users����M2����������
www/socks/acl����M2����������graphing/store/ifacesgraphing/store/queuesnet/music/vlan-egress-trans����M2�����net/music/vlan-ingress-trans����M2�����net/music/port-isolation����M2�����net/music/port-leakage����M2�����net/music/policy����M2�����