Best Web Unimed 2009

Inmotion Web HostingWebHostingPad Web HostingBluehost Web Hosting JustHost Web Hosting Hostmonster Web Hosting Globat Web Hosting Yahoo Web Hosting GoDaddy Web Hosting
InMotion Hosting is one of the best hosts around and is the most popular for businesses.
* Fast email with SPAM blocking
* Different levels of hosting so you can grow
* 90 day money back guarantee (best we know of)
* Very reliable with 99.9% Uptime
* Easy to use control panel and a premium web site builder
* Unlimited disk space and Unlimited monthly traffic ($8.95 plan)
* Very helpful, probably best known for top technical support
BlueHost has been providing hosting solutions to thousands of business and personal web sites since 1996.
* UNLIMITED Hosting Space And File Transfer (NEW!)
* Host UNLIMITED Domains!!!
* 2,500 POP/Imap Email Accounts
* SSH, SSL, FTP, CGI, Ruby (RoR), Perl, PHP, MySQL
* 2000/2002 Front Page Extensions
* Free Domain Forever And Free Site Builder (NEW)
* 24/7 Superb/Responsive Sales/Support
Webhostingpad.com was formed in 2005 with a team of very successful and proven industry veterans, intent on delivering the best value in web hosting.
* Unlimited disk space and bandwidth
* Host Unlimited websites on 1 account!
* Award winning customer service
* 99.9% uptime guarantee
* State of the art Data Center
* 30 day money back guarantee
JustHost are dedicated to providing their customers with the most reliable web hosting service possible at the best possible price.
* FREE Domain For Life & FREE Instant Setup
* Unlimited GB's of Web Space
* Unlimited GB's of Transfer
* Unlimited Domain Hosting
* Unlimited E-Mail Accounts
* Unlimited MySQL Databases
* SSL, FTP, Stats CGI, Ruby (RoR), Perl, PHP, MySQL
HostMonster has been providing hosting solutions to thousands of business and personal web sites since 1996. Hostmonster hosting package helps businesses and individuals get high-powered service at a fraction of the cost.
* UNLIMITED Hosting Space & Traffic
* Host UNLIMITED Domains on 1 Account
* 2,500 POP/Imap Email Accounts
* SSH, SSL, FTP, CGI, Ruby (RoR), Perl, PHP, MySQL
* 2000/2002 Front Page Extensions
* Free Domain Forever And Free Site Builder (NEW)
This Websites contained about :
* color printers
* Repair color laser printers
* Laserjet color printers
* Tips and Trick Printers
* Color Printers Scanners
* Cannon color printers
* Blinking Printers
Professional web hosting solutions by Yahoo! Web Hosting - Trust the technical details of web site hosting to us, so you can focus on your business!
* Unlimited disk space
* Unlimited data transfer
* Unlimited email storage
* 24-hour customer service
* Reliable and secure hosting
* $50 Google AdWords credit
* $100 Yahoo Marketing credit
GoDaddy.com hosting plans are ideal for most individuals and small businesses.
* Host Unlimited Web sites
* 50 MySQL Databases
* Unlimited Email Forwards
* $25 Google� AdWords� Credit
* $50 Microsoft� adCenter Credit
* $50 Facebook� Credit
* FREE! SSL Certificate - $29.99 value!

27th
MAY

Mikrotik Firewall

Posted by admin under MIKROTIK TUTORIAL

To pacify router mikrotik from traffic the virus and excess ping could be used the script firewall mikrotik  along with:

1. make script along with used notepad afterwards copy-paste to console mikrotik

/ ip firewall filter
add chain=forward connection-state=established action=accept comment=”allow
established connections” disabled=no
add chain=forward connection-state=related action=accept comment=”allow
related connections” disabled=no
add chain=virus protocol=udp dst-port=135-139 action=drop comment=”Drop
Messenger Worm” disabled=no
add chain=forward connection-state=invalid action=drop comment=”drop invalid
connections” disabled=no
add chain=virus protocol=tcp dst-port=135-139 action=drop comment=”Drop
Blaster Worm” disabled=no
add chain=virus protocol=tcp dst-port=1433-1434 action=drop comment=”Worm”
disabled=no
add chain=virus protocol=tcp dst-port=445 action=drop comment=”Drop Blaster
Worm” disabled=no
add chain=virus protocol=udp dst-port=445 action=drop comment=”Drop Blaster
Worm” disabled=no
add chain=virus protocol=tcp dst-port=593 action=drop comment=”________”
disabled=no
add chain=virus protocol=tcp dst-port=1024-1030 action=drop comment=”________”
disabled=no
add chain=virus protocol=tcp dst-port=1080 action=drop comment=”Drop MyDoom”
disabled=no
add chain=virus protocol=tcp dst-port=1214 action=drop comment=”________”
disabled=no
add chain=virus protocol=tcp dst-port=1363 action=drop comment=”ndm requester”
disabled=no
add chain=virus protocol=tcp dst-port=1364 action=drop comment=”ndm server”
disabled=no
add chain=virus protocol=tcp dst-port=1368 action=drop comment=”screen cast”
disabled=no
add chain=virus protocol=tcp dst-port=1373 action=drop comment=”hromgrafx”
disabled=no
add chain=virus protocol=tcp dst-port=1377 action=drop comment=”cichlid”
disabled=no
add chain=virus protocol=tcp dst-port=2745 action=drop comment=”Bagle Virus”
disabled=no
add chain=virus protocol=tcp dst-port=2283 action=drop comment=”Drop Dumaru.Y”
disabled=no
add chain=virus protocol=tcp dst-port=2535 action=drop comment=”Drop Beagle”
disabled=no
add chain=virus protocol=tcp dst-port=2745 action=drop comment=”Drop
Beagle.C-K” disabled=no
add chain=virus protocol=tcp dst-port=3127 action=drop comment=”Drop MyDoom”
disabled=no
add chain=virus protocol=tcp dst-port=3410 action=drop comment=”Drop Backdoor
OptixPro” disabled=no
add chain=virus protocol=tcp dst-port=4444 action=drop comment=”Worm”
disabled=no
add chain=virus protocol=udp dst-port=4444 action=drop comment=”Worm”
disabled=no
add chain=virus protocol=tcp dst-port=5554 action=drop comment=”Drop Sasser”
disabled=no
add chain=virus protocol=tcp dst-port=8866 action=drop comment=”Drop Beagle.B”
disabled=no
add chain=virus protocol=tcp dst-port=9898 action=drop comment=”Drop
Dabber.A-B” disabled=no
add chain=virus protocol=tcp dst-port=10000 action=drop comment=”Drop
Dumaru.Y, sebaiknya di didisable karena juga sering digunakan utk vpn atau
webmin” disabled=yes
add chain=virus protocol=tcp dst-port=10080 action=drop comment=”Drop
MyDoom.B” disabled=no
add chain=virus protocol=tcp dst-port=12345 action=drop comment=”Drop NetBus”
disabled=no
add chain=virus protocol=tcp dst-port=17300 action=drop comment=”Drop Kuang2″
disabled=no
add chain=virus protocol=tcp dst-port=27374 action=drop comment=”Drop
SubSeven” disabled=no
add chain=virus protocol=tcp dst-port=65506 action=drop comment=”Drop PhatBot,
Agobot, Gaobot” disabled=no
add chain=forward action=jump jump-target=virus comment=”jump to the virus
chain” disabled=no
add chain=input connection-state=established action=accept comment=”Accept
established connections” disabled=no
add chain=input connection-state=related action=accept comment=”Accept related
connections” disabled=no
add chain=input connection-state=invalid action=drop comment=”Drop invalid
connections” disabled=no
add chain=input protocol=udp action=accept comment=”UDP” disabled=no
add chain=input protocol=icmp limit=50/5s,2 action=accept comment=”Allow
limited pings” disabled=no
add chain=input protocol=icmp action=drop comment=”Drop excess pings”
disabled=no
add chain=input protocol=tcp dst-port=1723 action=accept comment=”pptp-server”
disabled=no
add chain=input action=log log-prefix=”DROP INPUT” comment=”Log everything
else” disabled=no
add chain=input action=drop comment=”Drop everything else” disabled=no

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Y!GG
  • Webnews
  • Digg
  • del.icio.us
  • Google Bookmarks
  • Reddit
  • MySpace
  • Facebook
  • YahooMyWeb
  • Technorati

Reader's Comments

  1. Blok scan winbox From neighbour | Mikrotik ICT Unimed |

    [...] you as the network administrator could prevent it, with configuration firewall in [...]

  2. Demilitarized Zone (dmz) | Mikrotik ICT Unimed |

    [...] Firewall Demilitarizes the zone (DMZ) to Server Linux with IPTables. A Network Engineer, it was hoped [...]

  3. Block Scan Winbox and Neighbour Mikrotik | Mikrotik ICT Unimed |

    [...] from Protected router from the virus with configuration in firewall mikrotik , the network administrator also could protect router from scan winbox and neighbor. this [...]

  4. Block Traceroute and ping from client | Mikrotik ICT Unimed |

    [...] could arrange him in firewall mikrotik, to avoid Traceroute and ping, Along With was the method that most was [...]

  5. Avoided Port Scanner from Hacker | Mikrotik ICT Unimed |

    [...] avoid the Port Scanner action from Hacker, then we could arrange in firewall mikrotik, by means of [...]

  6. block YM from mikrotik | Mikrotik ICT Unimed |

    [...] You can block YM in firewall mikrotik, [...]

  7. Block FRIENDSTER | Mikrotik ICT Unimed |

    [...] You can block YM in firewall mikrotik, [...]

  8. Avoided Spam SMTP From Virus | Mikrotik ICT Unimed |

    [...] We could prevent this matter with firewall Mikrotik [...]

Leave a Reply

Entrepreneur Press Wordpress Theme