Network Services

Hotspot Mikrotik 777

Technology has been used Bootstrap Compatible Mobile.

Design Hotspot-12 beautiful Server Mikrotik

Design Hot Spot Mikrotik Free

Hotspot login server free

Hotspot login server free.

Merge 2 lines in server Pfsense?

Merge 2 lines in server Pfsense server free.

setup squid cahce in Ubuntu

How to setup squid cahce in Ubuntu ?

Thursday, March 8, 2012

خلى الميكروتك يبعتلك باك اب للسيستم وباك اب قاعدة بيانات اليوزر منجر على الاميل

بسم الله الرحمن الرحيم 
هنشرح النهارده ازى نخلى الميكروتيك يعمل باك اب لنفسه ولليوزر منجر ويرفعهم فى رساله ويبعتهملك كمان على الميل وبكده مش هتبقى خايف من ان الكونفجريشن يضيع او فقد اليوزرات فى اليوزر منجر 
بسم الله نبداء 
اولان هنضيف الاسكربت ده 
/system script
add name=backup policy=ftp,reboot,read,write,policy,test,winbox,password,sniff,sensitive source=":log info \"backup beginning now\"\r\
\n:global backupfile ([/system identity get name] . \"-\" . [/system clock get time])\r\
\n/system backup save name=\$backupfile\r\
\n:log info \"backup pausing for 60s\"\r\
\n:delay 60s\r\
\n:log info \"backup being emailed\"\r\
\n/tool e-mail send to=\"knzey_man@yahoo.com\" subject=(\" Backup Winbox _ \" . [/system clock get date] . \" - \" . [/system clock get time]) file=\$backupfile\r\
\n:log info \"backup pausing for 60s\"\r\
\n:delay 60s\r\
\n/file remove \$backupfile\r\
\n:log info \"Fileremoved\"\r\
\n:log info \"backup finished\""
add name=backup-USER policy=ftp,reboot,read,write,policy,test,winbox,password,sniff,sensitive source=":log info \"backup beginning now\"\r\
\n:global backupfile ([/system identity get name] . \"-\" . [/system clock get time])\r\
\n/tool user-manager database save name=\$backupfile\r\
\n:log info \"backup pausing for 60s\"\r\
\n:delay 60s\r\
\n:log info \"backup being emailed\"\r\
\n/tool e-mail send to=\"knzey_man@yahoo.com\" subject=(\" Backup Winbox _ \" . [/system clock get date] . \" - \" . [/system clock get time]) file=\$backupfile\r\
\n:log info \"backup pausing for 60s\"\r\
\n:delay 60s\r\
\n/file remove \$backupfile\r\
\n:log info \"Fileremoved\"\r\
\n:log info \"backup finished\""







طبعا احنا شيفين ان فى اميل مكتوب باللون الاحمر وده الاميل الى هنغيره لاميل صاحب السيرفر
نيجى بقى للاسكربت الى هيشغل 2 اسكربت الى فاتو بوقت احنا بنحدده


/system scheduler
add comment="" disabled=no interval=12h name=sched_backup on-event=backup policy=ftp,reboot,read,write,policy,test,winbox,password,sniff,sensitive start-date=jan/01/1970 \
start-time=07:30:00
add comment="" disabled=no interval=22h name=backup-USER on-event=backup-USER policy=ftp,reboot,read,write,policy,test,winbox,password,sniff,sensitive start-date=jan/01/1970 \
start-time=07:30:00


ناقص بس حاجه صغيره قد كده    .
وده الميل الى هيتبعت منه الرساله

/tool e-mail
set from=WinBox@kenzey.com password="" server=212.103.160.58:25 username=""





وبكدا  انتهينا من الشرح والتطبيق 



مع تحيات 


http://mikrotik-network.blogspot.com/ 

24 hours 7 days 




DHCP busy وكنفليكت ايبى وحلها بسكربت واحد بس

بسم الله الرحمن الرحيم 
من اكثر المشاكل تعقيدا وتدميرا للشبكات ولكان يصمد ميكروتك بكل صرامه ويقل نعم اقدر على حلها 
مشكلة
dhcp busy 
ip conflict

وده اسكربت لحل المشكله 
script


/system scheduler
add comment="" disabled=no interval=5m name=Busy-Dhcp on-event=Busy-Dhcp \
    policy=read,write,policy,test,sniff start-date=jan/01/1970 start-time=\
    00:00:00



/system script
add name=Busy-Dhcp policy=\
    ftp,reboot,read,write,policy,test,winbox,password,sniff,sensitive source="\
    :log info (\"dhcp detect release\")\r\
    \n:for e from=0 to=40 do={\r\
    \n/ip dhcp-client release (\$e)\r\
    \n}"








وبكدا  انتهينا من الشرح والتطبيق 



مع تحيات 


http://mikrotik-network.blogspot.com/ 

24 hours 7 days 

اصدار صوت عند فصل النت عن السيرفر

بسم الله الرحمن الرحيم 
بسم الله نبداء 
اولان نتوجه الى 
system
وبعدها 
script
هتظهر لنا قائمة 
script list
نعمل منها 
Add
من علامة 
+
سيظهر لنا مربع حوارى 
باسم 
new script
نتوجه الى حقل 
new 
ونكتب بداخله 
net_cet
وفى حقل 
source
نضيف الكود التالى 
:for c from=1 to=100 step=1 \ do={ \ :set i 15 :set x 1900 :do {\ :beep length=900ms frequency=$x; :delay 25ms :set i ($i - 1); :set x ($x +35) } \ while (($i <16) && ($i >0)) :beep length=0 frequency=0 }
نضغط
OK

وبكده احنا عملنه اسكربت لما النت يقطع يطلع السيرفر صفارة
طيب لما يرجع النت هيفضل يصفر برضه
لا طبعا بعد ما نضيف الاسكربت ده


نتوجه الى 
system
وبعدها 
script
هتظهر لنا قائمة 
script list
نعمل منها 
Add
من علامة 
+
سيظهر لنا مربع حوارى 
باسم 
new script
نتوجه الى حقل 
new 
ونكتب بداخله 
net_back
وفى حقل 
source


نضيف الكود التالى 

/sys script job remove [find \ script="net_cut"]




نضغط
OK






ندخل على
tools
نضغط على
netwatch
يظهر لنا مربع حوارى
باسم
net watch host
نضيف فى خانة
Host =0.0.0.0      الايبى الخاص بالروتر
نتوجه التبويب
up
ونقم بكتابة
net_back
وفى تبويب
DOWN
نقم بكتابة
net_cut













وبكدا  انتهينا من الشرح والتطبيق 



مع تحيات 


http://mikrotik-network.blogspot.com/ 

24 hours 7 days 

اضافة العميل فى الادريس ليست وغلق النت بسبب تشغيل النت قط

بسم الله الرحمن الرحيم 
درسنا اليوم يتحدث عن مشكله تواجه الكثير والحمد لله ان الميكروتك قادر على حلها 
النت قط 
الفكره هنا ان نستعلم عن البورت 137 الذى يستخدمه النت قط فى جمع المعلومات عن الشبكه 
 فاذا تم استخدام هذا البورت اكثر من وقت معين نحدده نحن فى الاسكريبت يتم اضافة العميل فى الادريس ليست وغلق النت عليه ولا يتم اتصاله من الانترنت الى بعد رفعه من الادريس ليست 
(blocked)

"script"


/ip firewall filter
add action=reject chain=forward comment="Reject if in the 24-hour-list" disabled=no reject-with=icmp-network-unreachable src-address-list=24-hour-list

add action=jump chain=forward comment="Check if dest is an open customer" disabled=no dst-address-list=open-customers jump-target=open-customers
add action=jump chain=forward comment="Check Known Bad Hosts" disabled=no jump-target=bad-hosts
add action=reject chain=forward comment="Reject if in the 24-hour-list" disabled=no reject-with=icmp-network-unreachable src-address-list=24-hour-list

add action=return chain=bad-host-detection comment="Take no action on bogons" disabled=no src-address-list=bogons
add action=add-src-to-address-list address-list=30-seond-list address-list-timeout=30s chain=bad-host-detection comment="Add to the 30 second list" disabled=no

add action=add-src-to-address-list address-list=24-hour-list address-list-timeout="1d 00:00:00" chain=bad-host-detection comment="If seen 20 time in 30 seconds add to the one day block list" disabled=no nth=50 src-address-list=30-seond-list
add action=return chain=bad-host-detection comment="" disabled=no


add action=jump chain=forward comment="jump to the bad-host-detection chain" disabled=no jump-target=bad-host-detection src-address-list=!our-networks

add action=jump chain=forward comment="jump to the bad-host-detection chain" disabled=no jump-target=bad-host-detection src-address-list=!our-networks
add action=log chain=forward comment="log and reject the rest" disabled=no log-prefix=""
add action=reject chain=forward comment="" disabled=no reject-with=icmp-network-unreachable


وبكدا  انتهينا من الشرح والتطبيق 



مع تحيات 


http://mikrotik-network.blogspot.com/ 

24 hours 7 days