# apr/23/2007 07:42:54 by RouterOS 2.9.6 # software id = 9GGG-CTN # / interface ethernet set Internet name="Internet" mtu=1500 mac-address=00:15:58:A7:40:26 \ arp=enabled disable-running-check=yes auto-negotiation=yes full-duplex=yes \ cable-settings=default speed=100Mbps comment="" disabled=no set Local name="Local" mtu=1500 mac-address=00:D0:B7:7D:2A:1D arp=enabled \ disable-running-check=yes auto-negotiation=yes full-duplex=yes \ cable-settings=default speed=100Mbps comment="" disabled=no / interface bridge port set Internet bridge=none priority=128 path-cost=10 set Local bridge=none priority=128 path-cost=10 / interface l2tp-server server set enabled=no max-mtu=1460 max-mru=1460 \ authentication=pap,chap,mschap1,mschap2 default-profile=default-encryption / interface pptp-server server set enabled=no max-mtu=1460 max-mru=1460 authentication=mschap1,mschap2 \ keepalive-timeout=30 default-profile=default-encryption / interface pppoe-client add name="adsl" max-mtu=1480 max-mru=1480 interface=Internet \ user="1111111111111@xxxxxxx.net" password="xxxxxxxx" \ profile=default-encryption service-name="" ac-name="" \ add-default-route=yes dial-on-demand=no use-peer-dns=no \ allow=pap,chap,mschap1,mschap2 disabled=yes / ip pool add name="vega_pool" ranges=192.168.0.1-192.168.0.29 / ip accounting set enabled=no account-local-traffic=no threshold=256 / ip accounting web-access set accessible-via-web=no address=0.0.0.0/0 / ip service set telnet port=23 address=0.0.0.0/0 disabled=yes set ftp port=21 address=0.0.0.0/0 disabled=yes set www port=80 address=0.0.0.0/0 disabled=no set ssh port=22 address=0.0.0.0/0 disabled=no set www-ssl port=443 address=0.0.0.0/0 certificate=none disabled=yes / ip socks set enabled=no port=1080 connection-idle-timeout=2m max-connections=200 / ip arp / ip upnp set enabled=no allow-disable-external-interface=yes show-dummy-rule=yes / ip traffic-flow set enabled=no interfaces=all cache-entries=4k active-flow-timeout=30m \ inactive-flow-timeout=15s / ip dns set primary-dns=203.134.193.74 secondary-dns=202.134.0.155 \ allow-remote-requests=yes cache-size=10240KiB cache-max-ttl=1w / ip address add address=192.168.1.2/24 network=192.168.1.0 broadcast=192.168.1.255 \ interface=Internet comment="" disabled=no add address=192.168.0.30/27 network=192.168.0.0 broadcast=192.168.0.31 \ interface=Local comment="" disabled=no / ip proxy set enabled=no port=8080 parent-proxy=0.0.0.0:1 maximal-client-connecions=1000 \ maximal-server-connectons=1000 / ip proxy access add dst-port=23-25 action=deny comment="block telnet & spam e-mail relaying" \ disabled=no / ip neighbor discovery set Internet discover=yes set Local discover=yes set Speedy discover=no / ip route add dst-address=0.0.0.0/0 gateway=192.168.1.1 scope=255 target-scope=10 \ comment="" disabled=no / ip firewall mangle add chain=prerouting protocol=tcp dst-port=80 action=mark-connection \ new-connection-mark=http_conn passthrough=yes comment="" disabled=no add chain=prerouting connection-mark=http_conn action=mark-packet \ new-packet-mark=http passthrough=no comment="" disabled=no add chain=prerouting protocol=tcp dst-port=6000-7000 action=mark-connection \ new-connection-mark=irc_conn passthrough=yes comment="" disabled=no add chain=prerouting connection-mark=irc_conn action=mark-packet \ new-packet-mark=irc passthrough=no comment="" disabled=no add chain=prerouting protocol=tcp dst-port=5050-5061 action=mark-connection \ new-connection-mark=ym_conn passthrough=yes comment="" disabled=no add chain=prerouting connection-mark=ym_conn action=mark-packet \ new-packet-mark=ym passthrough=no comment="" disabled=no add chain=prerouting protocol=udp dst-port=27015 action=mark-connection \ new-connection-mark=cs_conn passthrough=yes comment="" disabled=no add chain=prerouting connection-mark=cs_conn action=mark-packet \ new-packet-mark=cs passthrough=no comment="" disabled=no add chain=prerouting protocol=tcp dst-port=8291 action=mark-connection \ new-connection-mark=mt_conn passthrough=yes comment="" disabled=no add chain=prerouting connection-mark=mt_conn action=mark-packet \ new-packet-mark=mt passthrough=no comment="" disabled=no add chain=prerouting protocol=tcp dst-port=443 action=mark-connection \ new-connection-mark=http_conn passthrough=yes comment="" disabled=no add chain=prerouting in-interface=Local src-address=192.168.0.0/27 \ action=mark-packet new-packet-mark=Naik passthrough=no comment="Up \ Traffic" disabled=no add chain=forward src-address=192.168.0.0/27 action=mark-connection \ new-connection-mark=Koneksi passthrough=yes comment="Conn-Mark" \ disabled=no add chain=forward in-interface=Internet connection-mark=Koneksi \ action=mark-packet new-packet-mark=Turun passthrough=no \ comment="Down-Direct Connection" disabled=no add chain=output dst-address=192.168.0.0/27 action=mark-packet \ new-packet-mark=Turun passthrough=no comment="Down-Via Proxy" disabled=no / ip firewall nat add chain=srcnat out-interface=Internet src-address=192.168.0.0/27 \ action=masquerade comment="" disabled=no add chain=dstnat protocol=tcp dst-port=80 action=redirect to-ports=8080 \ comment="" disabled=no add chain=dstnat protocol=tcp dst-port=3128 action=redirect to-ports=8080 \ comment="" disabled=no add chain=dstnat protocol=tcp dst-port=8000 action=redirect to-ports=8080 \ comment="" disabled=no add chain=dstnat src-address=10.0.0.0/16 dst-address=0.0.0.0/0 protocol=tcp \ dst-port=80 action=redirect to-ports=3126 comment="Proxy" disabled=yes / ip firewall connection tracking set enabled=yes tcp-syn-sent-timeout=2m tcp-syn-received-timeout=1m \ tcp-established-timeout=5d tcp-fin-wait-timeout=2m \ tcp-close-wait-timeout=1m tcp-last-ack-timeout=30s \ tcp-time-wait-timeout=2m tcp-close-timeout=10s udp-timeout=30s \ udp-stream-timeout=3m icmp-timeout=30s generic-timeout=10m / ip firewall filter add chain=input connection-state=invalid action=drop comment="Drop Invalid \ connections" disabled=no add chain=input src-address=!192.168.0.0/27 protocol=tcp src-port=1024-65535 \ dst-port=8080 action=drop comment="Block to Proxy" disabled=no add chain=input protocol=udp dst-port=12667 action=drop comment="Trinoo" \ disabled=no add chain=input protocol=udp dst-port=27665 action=drop comment="Trinoo" \ disabled=no add chain=input protocol=udp dst-port=31335 action=drop comment="Trinoo" \ disabled=no add chain=input protocol=udp dst-port=27444 action=drop comment="Trinoo" \ disabled=no add chain=input protocol=udp dst-port=34555 action=drop comment="Trinoo" \ disabled=no add chain=input protocol=udp dst-port=35555 action=drop comment="Trinoo" \ disabled=no add chain=input protocol=tcp dst-port=27444 action=drop comment="Trinoo" \ disabled=no add chain=input protocol=tcp dst-port=27665 action=drop comment="Trinoo" \ disabled=no add chain=input protocol=tcp dst-port=31335 action=drop comment="Trinoo" \ disabled=no add chain=input protocol=tcp dst-port=31846 action=drop comment="Trinoo" \ disabled=no add chain=input protocol=tcp dst-port=34555 action=drop comment="Trinoo" \ disabled=no add chain=input protocol=tcp dst-port=35555 action=drop comment="Trinoo" \ disabled=no add chain=input connection-state=established action=accept comment="Allow \ Established connections" disabled=no add chain=input protocol=udp action=accept comment="Allow UDP" disabled=no add chain=input protocol=icmp action=accept comment="Allow ICMP" disabled=no add chain=input src-address=192.168.0.0/27 action=accept comment="Allow access \ to router from known network" disabled=no add chain=input action=drop comment="Drop anything else" disabled=no add chain=forward protocol=tcp connection-state=invalid action=drop \ comment="drop invalid connections" disabled=no add chain=forward connection-state=established action=accept comment="allow \ already established connections" disabled=no add chain=forward connection-state=related action=accept comment="allow \ related connections" disabled=no add chain=forward src-address=0.0.0.0/8 action=drop comment="" disabled=no add chain=forward dst-address=0.0.0.0/8 action=drop comment="" disabled=no add chain=forward src-address=127.0.0.0/8 action=drop comment="" disabled=no add chain=forward dst-address=127.0.0.0/8 action=drop comment="" disabled=no add chain=forward src-address=224.0.0.0/3 action=drop comment="" disabled=no add chain=forward dst-address=224.0.0.0/3 action=drop comment="" disabled=no add chain=forward protocol=tcp action=jump jump-target=tcp comment="" \ disabled=no add chain=forward protocol=udp action=jump jump-target=udp comment="" \ disabled=no add chain=forward protocol=icmp action=jump jump-target=icmp comment="" \ disabled=no add chain=tcp protocol=tcp dst-port=69 action=drop comment="deny TFTP" \ disabled=no add chain=tcp protocol=tcp dst-port=111 action=drop comment="deny RPC \ portmapper" disabled=no add chain=tcp protocol=tcp dst-port=135 action=drop comment="deny RPC \ portmapper" disabled=no add chain=tcp protocol=tcp dst-port=137-139 action=drop comment="deny NBT" \ disabled=no add chain=tcp protocol=tcp dst-port=445 action=drop comment="deny cifs" \ disabled=no add chain=tcp protocol=tcp dst-port=2049 action=drop comment="deny NFS" \ disabled=no add chain=tcp protocol=tcp dst-port=12345-12346 action=drop comment="deny \ NetBus" disabled=no add chain=tcp protocol=tcp dst-port=20034 action=drop comment="deny NetBus" \ disabled=no add chain=tcp protocol=tcp dst-port=3133 action=drop comment="deny \ BackOriffice" disabled=no add chain=tcp protocol=tcp dst-port=67-68 action=drop comment="deny DHCP" \ disabled=no add chain=udp protocol=udp dst-port=69 action=drop comment="deny TFTP" \ disabled=no add chain=udp protocol=udp dst-port=111 action=drop comment="deny PRC \ portmapper" disabled=no add chain=udp protocol=udp dst-port=135 action=drop comment="deny PRC \ portmapper" disabled=no add chain=udp protocol=udp dst-port=137-139 action=drop comment="deny NBT" \ disabled=no add chain=udp protocol=udp dst-port=2049 action=drop comment="deny NFS" \ disabled=no add chain=udp protocol=udp dst-port=3133 action=drop comment="deny \ BackOriffice" disabled=no add chain=input protocol=tcp psd=21,3s,3,1 action=add-src-to-address-list \ address-list="port scanners" address-list-timeout=2w comment="Port \ scanners to list " disabled=no add chain=input protocol=tcp tcp-flags=fin,!syn,!rst,!psh,!ack,!urg \ action=add-src-to-address-list address-list="port scanners" \ address-list-timeout=2w comment="NMAP FIN Stealth scan" disabled=no add chain=input protocol=tcp tcp-flags=fin,syn action=add-src-to-address-list \ address-list="port scanners" address-list-timeout=2w comment="SYN/FIN \ scan" disabled=no add chain=input protocol=tcp tcp-flags=syn,rst action=add-src-to-address-list \ address-list="port scanners" address-list-timeout=2w comment="SYN/RST \ scan" disabled=no add chain=input protocol=tcp tcp-flags=fin,psh,urg,!syn,!rst,!ack \ action=add-src-to-address-list address-list="port scanners" \ address-list-timeout=2w comment="FIN/PSH/URG scan" disabled=no add chain=input protocol=tcp tcp-flags=fin,syn,rst,psh,ack,urg \ action=add-src-to-address-list address-list="port scanners" \ address-list-timeout=2w comment="ALL/ALL scan" disabled=no add chain=input protocol=tcp tcp-flags=!fin,!syn,!rst,!psh,!ack,!urg \ action=add-src-to-address-list address-list="port scanners" \ address-list-timeout=2w comment="NMAP NULL scan" disabled=no add chain=input src-address-list="port scanners" action=drop comment="dropping \ port scanners" disabled=no add chain=icmp protocol=icmp icmp-options=0:0 action=accept comment="drop \ invalid connections" disabled=no add chain=icmp protocol=icmp icmp-options=3:0 action=accept comment="allow \ established connections" disabled=no add chain=icmp protocol=icmp icmp-options=3:1 action=accept comment="allow \ already established connections" disabled=no add chain=icmp protocol=icmp icmp-options=4:0 action=accept comment="allow \ source quench" disabled=no add chain=icmp protocol=icmp icmp-options=8:0 action=accept comment="allow \ echo request" disabled=no add chain=icmp protocol=icmp icmp-options=11:0 action=accept comment="allow \ time exceed" disabled=no add chain=icmp protocol=icmp icmp-options=12:0 action=accept comment="allow \ parameter bad" disabled=no add chain=icmp action=drop comment="deny all other types" disabled=no add chain=tcp protocol=tcp dst-port=25 action=reject \ reject-with=icmp-network-unreachable comment="Smtp" disabled=no add chain=tcp protocol=udp dst-port=25 action=reject \ reject-with=icmp-network-unreachable comment="Smtp" disabled=no add chain=tcp protocol=tcp dst-port=110 action=reject \ reject-with=icmp-network-unreachable comment="Smtp" disabled=no add chain=tcp protocol=udp dst-port=110 action=reject \ reject-with=icmp-network-unreachable comment="Smtp" disabled=no add chain=tcp protocol=udp dst-port=110 action=reject \ reject-with=icmp-network-unreachable comment="Smtp" disabled=no / ip firewall service-port set ftp ports=21 disabled=no set tftp ports=69 disabled=yes set irc ports=6667 disabled=no set h323 disabled=yes set quake3 disabled=yes set mms disabled=yes set gre disabled=yes set pptp disabled=yes / ip dhcp-server add name="vega_dhcp" interface=Local lease-time=3d address-pool=vega_pool \ bootp-support=static disabled=yes / ip dhcp-server config set store-leases-disk=5m / ip dhcp-server network add address=192.168.0.0/27 gateway=192.168.0.30 \ dns-server=192.168.0.30,203.130.193.74,202.134.0.155,0.0.0.0 comment="" / ip ipsec proposal add name="default" auth-algorithms=sha1 enc-algorithms=3des lifetime=30m \ lifebytes=0 pfs-group=modp1024 disabled=no / ip web-proxy set enabled=yes src-address=0.0.0.0 port=8080 hostname="proxy.vega.war.net.id" \ transparent-proxy=yes parent-proxy=0.0.0.0:0 \ cache-administrator="support@somethink.org" max-object-size=4096KiB \ cache-drive=system max-cache-size=unlimited max-ram-cache-size=unlimited / ip web-proxy access add url="ds.eyeblaster.com" action=deny comment="" disabled=no add url="duolaimi.net" action=deny comment="" disabled=no add url="dutch-sex.com" action=deny comment="" disabled=no add url="dvdbank.org" action=deny comment="" disabled=no add url="eager-sex.com" action=deny comment="" disabled=no add url="eases.net" action=deny comment="" disabled=no add url="easyantispy.com" action=deny comment="" disabled=no add url="easycategories.com" action=deny comment="" disabled=no add url="easy-search.net" action=deny comment="" disabled=no add url="ecosrioplatenses.org" action=deny comment="" disabled=no add url="ecstasyporn.net" action=deny comment="" disabled=no add url="ehg-bestbuy.hitbox.com" action=deny comment="" disabled=no add url="ehg-dig.hitbox.com" action=deny comment="" disabled=no add url="ehg-espn.hitbox.com" action=deny comment="" disabled=no add url="ehg-intel.hitbox.com" action=deny comment="" disabled=no add url="ehg-macromedia.hitbox.com" action=deny comment="" disabled=no add url="eikokoike.com" action=deny comment="" disabled=no add url="e-localad.com" action=deny comment="" disabled=no add url="engage.speedera.net" action=deny comment="" disabled=no add url="e-plus.cc" action=deny comment="" disabled=no add url="epornsex.com" action=deny comment="" disabled=no add url="ergosites.com" action=deny comment="" disabled=no add url="erie.smartage.com" action=deny comment="" disabled=no add url="ergosites.com" action=deny comment="" disabled=no add url="erie.smartage.com" action=deny comment="" disabled=no add url="etad.telegraph.co.uk" action=deny comment="" disabled=no add url="eur.yimg.com" action=deny comment="" disabled=no add url="euuu.com" action=deny comment="" disabled=no add url="evidence-detector.biz" action=deny comment="" disabled=no add url="evilspidercomics.com" action=deny comment="" disabled=no add url="ewebsearch.net" action=deny comment="" disabled=no add url="e-websitesolutions.com" action=deny comment="" disabled=no add url="excellentsckin.com" action=deny comment="" disabled=no add url="exit.megago.com" action=deny comment="" disabled=no add url="extremeseek.net" action=deny comment="" disabled=no add url="ez-searching.com" action=deny comment="" disabled=no add url="f*ckdenniss.com" action=deny comment="" disabled=no add url="f*cknicepics.com" action=deny comment="" disabled=no add url="faithstevens.com" action=deny comment="" disabled=no add url="fantasiewelten.com" action=deny comment="" disabled=no add url="farmsteadbandb.com" action=deny comment="" disabled=no add url="fartpost.com" action=deny comment="" disabled=no add url="fastmetasearch.com" action=deny comment="" disabled=no add url="fastwebfinder.com" action=deny comment="" disabled=no add url="faxporn.com" action=deny comment="" disabled=no add url="featured-results.com" action=deny comment="" disabled=no add url="fickenisgeil.de" action=deny comment="" disabled=no add url="fickenisgeil.de" action=deny comment="" disabled=no add url="finance-loans.com" action=deny comment="" disabled=no add url="find4u.net" action=deny comment="" disabled=no add url="find-itnow.com" action=deny comment="" disabled=no add url="findit-now.com" action=deny comment="" disabled=no add url="findloss.com" action=deny comment="" disabled=no add url="findthesite.com" action=deny comment="" disabled=no add url="findthewebsiteyouneed.com" action=deny comment="" disabled=no add url="find-uk-health.co.uk" action=deny comment="" disabled=no add url="findwhatevernow.com" action=deny comment="" disabled=no add url="fionasteel.com" action=deny comment="" disabled=no add url="firstbookmark.net" action=deny comment="" disabled=no add url="fitness-free.com" action=deny comment="" disabled=no add url="fl01.ct2.comclick.com" action=deny comment="" disabled=no add url="focusin.ads.targetnet.com" action=deny comment="" disabled=no add url="foodvacations.net" action=deny comment="" disabled=no add url="forex.jps.ru" action=deny comment="" disabled=no add url="forexcredit.com" action=deny comment="" disabled=no add url="forexcredit.ru" action=deny comment="" disabled=no add url="formingfusions.com" action=deny comment="" disabled=no add url="forsythfire.net" action=deny comment="" disabled=no add url="forthline.com" action=deny comment="" disabled=no add url="fp.valueclick.com" action=deny comment="" disabled=no add url="free4porno.net" action=deny comment="" disabled=no add url="free64all.com" action=deny comment="" disabled=no add url="freebookmark.net" action=deny comment="" disabled=no add url="freebookmarks.net" action=deny comment="" disabled=no add url="freecategories.com" action=deny comment="" disabled=no add url="free-chipes.com" action=deny comment="" disabled=no add url="freecj.com" action=deny comment="" disabled=no add url="freecoolhost.com" action=deny comment="" disabled=no add url="free-f*cking-video.com" action=deny comment="" disabled=no add url="free-hit.com" action=deny comment="" disabled=no add url="freehqmovies.com" action=deny comment="" disabled=no add url="free-pics-and-movies.com" action=deny comment="" disabled=no add url="freerbhost.com" action=deny comment="" disabled=no add url="freescratchandwin.com" action=deny comment="" disabled=no add url="free-sex-movie-clips.net" action=deny comment="" disabled=no add url="freeshemalepics.net" action=deny comment="" disabled=no add url="freeyaho.com" action=deny comment="" disabled=no add url="freshseek.com" action=deny comment="" disabled=no add url="freshteensite.com" action=deny comment="" disabled=no add url="ftp.nacorp.com" action=deny comment="" disabled=no add url="funny-girls.com" action=deny comment="" disabled=no add url="gabrielscott.com" action=deny comment="" disabled=no add url="gadgeteer.pdamart.com" action=deny comment="" disabled=no add url="galpostgirls.com" action=deny comment="" disabled=no add url="gals-for-free.com" action=deny comment="" disabled=no add url="gambling-online4you.com" action=deny comment="" disabled=no add url="gameterror.net" action=deny comment="" disabled=no add url="ganges.imagine-inc.com" action=deny comment="" disabled=no add url="garden.ngadcenter.net" action=deny comment="" disabled=no add url="gay50.com" action=deny comment="" disabled=no add url="generalsmeltingofcanada.com" action=deny comment="" disabled=no add url="geoads.osdn.com" action=deny comment="" disabled=no add url="germany.rub.to" action=deny comment="" disabled=no add url="geteens.com" action=deny comment="" disabled=no add url="getpicshere.com" action=deny comment="" disabled=no add url="gimmezamore.com" action=deny comment="" disabled=no add url="gimnasiaer.com" action=deny comment="" disabled=no add url="girls4rent.net" action=deny comment="" disabled=no add url="girls-porn-life.com" action=deny comment="" disabled=no add url="glbdf.org" action=deny comment="" disabled=no add url="global.msads.net" action=deny comment="" disabled=no add url="global-finder.com" action=deny comment="" disabled=no add url="globaltrack.com" action=deny comment="" disabled=no add url="globaltrak.net" action=deny comment="" disabled=no add url="globalwebsearch.com" action=deny comment="" disabled=no add url="globe-finder.cc" action=deny comment="" disabled=no add url="globe-finder.com" action=deny comment="" disabled=no add url="globesearch.com" action=deny comment="" disabled=no add url="gm.preferences.com" action=deny comment="" disabled=no add url="gocybersearch.com" action=deny comment="" disabled=no add url="golftennis.net" action=deny comment="" disabled=no add url="good-mortgages.net" action=deny comment="" disabled=no add url="good-mortgages-calculator.com" action=deny comment="" disabled=no add url="goodsexs.com" action=deny comment="" disabled=no add url="google123.web1000.com" action=deny comment="" disabled=no add url="googlebar.jps.ru" action=deny comment="" disabled=no add url="googlf.com" action=deny comment="" disabled=no add url="gp.dejanews.com" action=deny comment="" disabled=no add url="gradforum.org" action=deny comment="" disabled=no add url="gratis-porn-movie.com" action=deny comment="" disabled=no add url="gratis-pornopics.com" action=deny comment="" disabled=no add url="greg-search.com" action=deny comment="" disabled=no add url="gtawarehouse.com" action=deny comment="" disabled=no add url="gueb.com" action=deny comment="" disabled=no add url="guzzycats.com" action=deny comment="" disabled=no add url="gzphoenix.com" action=deny comment="" disabled=no add url="H24413.tfil.com" action=deny comment="" disabled=no add url="hallnetaccolade.com" action=deny comment="" disabled=no add url="hand-book.com" action=deny comment="" disabled=no add url="happyanal.com" action=deny comment="" disabled=no add url="hardbodytgp.com" action=deny comment="" disabled=no add url="hardcoreover.com" action=deny comment="" disabled=no add url="hard-gals.com" action=deny comment="" disabled=no add url="hardloved.com" action=deny comment="" disabled=no add url="hardwareseek.net" action=deny comment="" disabled=no add url="harukaigawa.com" action=deny comment="" disabled=no add url="hccsolanonapa.org" action=deny comment="" disabled=no add url="health-protein.com" action=deny comment="" disabled=no add url="hentai4u.net" action=deny comment="" disabled=no add url="here4search.com" action=deny comment="" disabled=no add url="heyrichy.com" action=deny comment="" disabled=no add url="hg1.hitbox.com" action=deny comment="" disabled=no add url="hi.studioaperto.net" action=deny comment="" disabled=no add url="hiddenguides.com" action=deny comment="" disabled=no add url="hi-search.com" action=deny comment="" disabled=no add url="hitlistlyrics.com" action=deny comment="" disabled=no add url="holidayautostr.com" action=deny comment="" disabled=no add url="holland.hyperbanner.net" action=deny comment="" disabled=no add url="homemortage.ws" action=deny comment="" disabled=no add url="hostssp.com" action=deny comment="" disabled=no add url="hotbar.com" action=deny comment="" disabled=no add url="hotbookmark.com" action=deny comment="" disabled=no add url="hot-cartoon-sex.anime.american-teens.net" action=deny comment="" \ disabled=no add url="hotels-list.net" action=deny comment="" disabled=no add url="hotelxxxcams.com" action=deny comment="" disabled=no add url="hotfreebies.com" action=deny comment="" disabled=no add url="hotlolitas.underagehost.com" action=deny comment="" disabled=no add url="hotpopup.com" action=deny comment="" disabled=no add url="hotsearchbox.com" action=deny comment="" disabled=no add url="hotsex-series.com" action=deny comment="" disabled=no add url="hotstartpage.com" action=deny comment="" disabled=no add url="hqsex.biz" action=deny comment="" disabled=no add url="hugeporn4u.net" action=deny comment="" disabled=no add url="hunacsa.com" action=deny comment="" disabled=no add url="hupacasath.com" action=deny comment="" disabled=no add url="hurricane.adlink.de" action=deny comment="" disabled=no add url="hzsx.com" action=deny comment="" disabled=no add url="i.timeinc.net" action=deny comment="" disabled=no add url="icansearch.net" action=deny comment="" disabled=no add url="icover.realmedia.com" action=deny comment="" disabled=no add url="idgsearch.com" action=deny comment="" disabled=no add url="ie.marketdart.com" action=deny comment="" disabled=no add url="ieee-images.adbureau.net" action=deny comment="" disabled=no add url="ie-search.com" action=deny comment="" disabled=no add url="i-lookup.com" action=deny comment="" disabled=no add url="im.800.com" action=deny comment="" disabled=no add url="image.click2net.com" action=deny comment="" disabled=no add url="image.eimg.com" action=deny comment="" disabled=no add url="image.imgfarm.com" action=deny comment="" disabled=no add url="images.ads.fairfax.com.au" action=deny comment="" disabled=no add url="images.bizrate.com" action=deny comment="" disabled=no add url="images.cybereps.com" action=deny comment="" disabled=no add url="images.fastclick.net" action=deny comment="" disabled=no add url="images.newsx.cc" action=deny comment="" disabled=no add url="images.scripps.com" action=deny comment="" disabled=no add url="images.trafficmp.com" action=deny comment="" disabled=no add url="images.webads.nl" action=deny comment="" disabled=no add url="images2.nytimes.com" action=deny comment="" disabled=no add url="imageserv.adtech.de" action=deny comment="" disabled=no add url="img.cmpnet.com" action=deny comment="" disabled=no add url="incest-host.com" action=deny comment="" disabled=no add url="incestporngate.com" action=deny comment="" disabled=no add url="infodigger.net" action=deny comment="" disabled=no add url="infoglobus.com" action=deny comment="" disabled=no add url="information.gopher.com" action=deny comment="" disabled=no add url="infospace.com/blsrch.dp.toolbar" action=deny comment="" disabled=no add url="inherhole.com" action=deny comment="" disabled=no add url="insertthiscock.com" action=deny comment="" disabled=no add url="insuranceall.net" action=deny comment="" disabled=no add url="insurance-flood.net" action=deny comment="" disabled=no add url="internetsearch.ru" action=deny comment="" disabled=no add url="ionichost.com" action=deny comment="" disabled=no add url="ionomist.com" action=deny comment="" disabled=no add url="ipsex.net" action=deny comment="" disabled=no add url="ironcarteam.com" action=deny comment="" disabled=no add url="is-best.com" action=deny comment="" disabled=no add url="istarthere.com" action=deny comment="" disabled=no add url="itsanal.com" action=deny comment="" disabled=no add url="itseasy.us" action=deny comment="" disabled=no add url="iv.doubleclick.net" action=deny comment="" disabled=no add url="iweb-commerce.com" action=deny comment="" disabled=no add url="iwebland.com" action=deny comment="" disabled=no add url="iwon.com" action=deny comment="" disabled=no add url="java.yahoo.com" action=deny comment="" disabled=no add url="jeannineoldfield.com" action=deny comment="" disabled=no add url="jethomepage.com" action=deny comment="" disabled=no add url="jetseeker.com" action=deny comment="" disabled=no add url="jmhgallery.org" action=deny comment="" disabled=no add url="joannelatham.com" action=deny comment="" disabled=no add url="jobkeys.ngadcenter.net" action=deny comment="" disabled=no add url="js1.hitbox.com" action=deny comment="" disabled=no add url="judin.ru" action=deny comment="" disabled=no add url="junkysex.com" action=deny comment="" disabled=no add url="k5ads.osdn.com" action=deny comment="" disabled=no add url="kabex.com" action=deny comment="" disabled=no add url="kansas.valueclick.com" action=deny comment="" disabled=no add url="kaplanindex.com" action=deny comment="" disabled=no add url="karleyt.narod.ru" action=deny comment="" disabled=no add url="kathisomers.com" action=deny comment="" disabled=no add url="kazaa-lite.ws" action=deny comment="" disabled=no add url="keithgreenpro.com" action=deny comment="" disabled=no add url="kenmccaul.com" action=deny comment="" disabled=no add url="killerpornstars.com" action=deny comment="" disabled=no add url="kilosex.com" action=deny comment="" disabled=no add url="kimhines.com" action=deny comment="" disabled=no add url="kinoru.com" action=deny comment="" disabled=no add url="kliksearch.com" action=deny comment="" disabled=no add url="kr-adimage.lycos.co.kr" action=deny comment="" disabled=no add url="krankin.com" action=deny comment="" disabled=no add url="krd.realcities.com" action=deny comment="" disabled=no add url="ksdspups.org" action=deny comment="" disabled=no add url="landrape.com" action=deny comment="" disabled=no add url="lauraroebuck.com" action=deny comment="" disabled=no add url="leader.linkexchange.com" action=deny comment="" disabled=no add url="leannalovelace.com" action=deny comment="" disabled=no add url="lesobank.ru" action=deny comment="" disabled=no add url="libertyonlinehosting.com" action=deny comment="" disabled=no add url="lingerie-mania.com" action=deny comment="" disabled=no add url="linksummary.com" action=deny comment="" disabled=no add url="liquidad.narrowcastmedia.com" action=deny comment="" disabled=no add url="lisamatthew.com" action=deny comment="" disabled=no add url="live.sex-explorer.com" action=deny comment="" disabled=no add url="livegambling.com" action=deny comment="" disabled=no add url="liveholio.com" action=deny comment="" disabled=no add url="livenewspaper.com" action=deny comment="" disabled=no add url="ln.doubleclick.net" action=deny comment="" disabled=no add url="loading-lolita.com" action=deny comment="" disabled=no add url="lolita4all1.xrensmagpost.com" action=deny comment="" disabled=no add url="lollitop.com" action=deny comment="" disabled=no add url="louiseleeds.com" action=deny comment="" disabled=no add url="loveadot.com" action=deny comment="" disabled=no add url="love-host.com" action=deny comment="" disabled=no add url="lovelas.com" action=deny comment="" disabled=no add url="lovelysearch.com" action=deny comment="" disabled=no add url="love-pix.com" action=deny comment="" disabled=no add url="low-taxes.com" action=deny comment="" disabled=no add url="luckysearch.net" action=deny comment="" disabled=no add url="lunitaweb.net" action=deny comment="" disabled=no add url="lustful-porno.com" action=deny comment="" disabled=no add url="m.doubleclick.net" action=deny comment="" disabled=no add url="m.tribalfusion.com" action=deny comment="" disabled=no add url="m2.doubleclick.net" action=deny comment="" disabled=no add url="macaddictads.snv.futurenet.com" action=deny comment="" disabled=no add url="mackinnonsbrook.org" action=deny comment="" disabled=no add url="madfinder.com" action=deny comment="" disabled=no add url="madisonmoons.com" action=deny comment="" disabled=no add url="madisonoilco.com" action=deny comment="" disabled=no add url="madonalive.com" action=deny comment="" disabled=no add url="mafiapics.com" action=deny comment="" disabled=no add url="mainstreamdollars.com" action=deny comment="" disabled=no add url="majuozawa.com" action=deny comment="" disabled=no add url="makin-do.com" action=deny comment="" disabled=no add url="male4free.com" action=deny comment="" disabled=no add url="map-quest.org" action=deny comment="" disabled=no add url="marilynchamber.com" action=deny comment="" disabled=no add url="marketing.nyi.net" action=deny comment="" disabled=no add url="martfinder.com" action=deny comment="" disabled=no add url="massearch.com" action=deny comment="" disabled=no add url="masterbar.com" action=deny comment="" disabled=no add url="matetrava.com" action=deny comment="" disabled=no add url="mature50.com" action=deny comment="" disabled=no add url="matureporngate.com" action=deny comment="" disabled=no add url="maxdzines.com" action=deny comment="" disabled=no add url="maximumpcads.imaginemedia.com" action=deny comment="" disabled=no add url="mayancasino.com" action=deny comment="" disabled=no add url="mcgeeforlabor.com" action=deny comment="" disabled=no add url="mds.centrport.net" action=deny comment="" disabled=no add url="mdstunisie.org" action=deny comment="" disabled=no add url="media.fastclick.net" action=deny comment="" disabled=no add url="media.popuptraffic.com" action=deny comment="" disabled=no add url="media.preferences.com" action=deny comment="" disabled=no add url="media13.fastclick.net" action=deny comment="" disabled=no add url="media15.fastclick.net" action=deny comment="" disabled=no add url="media17.fastclick.net" action=deny comment="" disabled=no add url="media19.fastclick.net" action=deny comment="" disabled=no add url="mediamgr.ugo.com" action=deny comment="" disabled=no add url="medicare-insurance.net" action=deny comment="" disabled=no add url="medicare-supplemental.com" action=deny comment="" disabled=no add url="mega-dating-tips.com" action=deny comment="" disabled=no add url="megaseek.net" action=deny comment="" disabled=no add url="megumikanzaki.com" action=deny comment="" disabled=no add url="mercury.rmuk.co.uk" action=deny comment="" disabled=no add url="meshalynn.com" action=deny comment="" disabled=no add url="meta-adult.com" action=deny comment="" disabled=no add url="meta-casino.com" action=deny comment="" disabled=no add url="metafora.ru" action=deny comment="" disabled=no add url="meta-mobile.com" action=deny comment="" disabled=no add url="metapoisk.ru" action=deny comment="" disabled=no add url="meta-porn.com" action=deny comment="" disabled=no add url="michiyonakajima.com" action=deny comment="" disabled=no add url="miconsultamedica.com" action=deny comment="" disabled=no add url="mikasakamoto.com" action=deny comment="" disabled=no add url="mikoni.com" action=deny comment="" disabled=no add url="militarygods.porn4porn.net" action=deny comment="" disabled=no add url="millennialpeople.org" action=deny comment="" disabled=no add url="miosearch.com" action=deny comment="" disabled=no add url="mipham.org" action=deny comment="" disabled=no add url="missingcommand.com" action=deny comment="" disabled=no add url="mixsearch.com" action=deny comment="" disabled=no add url="mjxads.internet.com" action=deny comment="" disabled=no add url="mojofarm.mediaplex.com" action=deny comment="" disabled=no add url="mojofarm.sjc.mediaplex.com" action=deny comment="" disabled=no add url="mommykiss.com" action=deny comment="" disabled=no add url="moneyhunters.com" action=deny comment="" disabled=no add url="montgomeryhospitalanesthesia.com" action=deny comment="" disabled=no add url="morflot.com" action=deny comment="" disabled=no add url="mortgage-debt.net" action=deny comment="" disabled=no add url="mortismaximus.com" action=deny comment="" disabled=no add url="moscowwhores.com" action=deny comment="" disabled=no add url="moviecategories.com" action=deny comment="" disabled=no add url="mp3-pix.com" action=deny comment="" disabled=no add url="mrtg.jps.ru" action=deny comment="" disabled=no add url="msn-info.net" action=deny comment="" disabled=no add url="mt37.mtree.com" action=deny comment="" disabled=no add url="multipussy.com" action=deny comment="" disabled=no add url="mundopolar.com" action=deny comment="" disabled=no add url="munky.com" action=deny comment="" disabled=no add url="mustv.com" action=deny comment="" disabled=no add url="myexexex.com" action=deny comment="" disabled=no add url="my-finder.com" action=deny comment="" disabled=no add url="mywebsearch.net" action=deny comment="" disabled=no add url="nativehardcore.com" action=deny comment="" disabled=no add url="naturalspy.com" action=deny comment="" disabled=no add url="nbasportsbook.net" action=deny comment="" disabled=no add url="nbc.adbureau.net" action=deny comment="" disabled=no add url="needf*cknow.com" action=deny comment="" disabled=no add url="neighborhood.standard.net" action=deny comment="" disabled=no add url="nellyslyrics.com" action=deny comment="" disabled=no add url="nepgyan.com" action=deny comment="" disabled=no add url="nesrecords.com" action=deny comment="" disabled=no add url="netcomm.spinbox.net" action=deny comment="" disabled=no add url="netshastra.net" action=deny comment="" disabled=no add url="netshelter.adtrix.com" action=deny comment="" disabled=no add url="nettime.ru" action=deny comment="" disabled=no add url="nettracker.jps.ru" action=deny comment="" disabled=no add url="netyellowpages.info" action=deny comment="" disabled=no add url="newads.cmpnet.com" action=deny comment="" disabled=no add url="newcategories.com" action=deny comment="" disabled=no add url="newcracks.com" action=deny comment="" disabled=no add url="newcracks.net" action=deny comment="" disabled=no add url="new-incest.com" action=deny comment="" disabled=no add url="newlife-lajolla.com" action=deny comment="" disabled=no add url="new-search.net" action=deny comment="" disabled=no add url="newsexgate.com" action=deny comment="" disabled=no add url="newtonknows.com" action=deny comment="" disabled=no add url="newtonsracks.com" action=deny comment="" disabled=no add url="newtopsites.com" action=deny comment="" disabled=no add url="newxpics.com" action=deny comment="" disabled=no add url="ng3.ads.warnerbros.com" action=deny comment="" disabled=no add url="ngads.smartage.com" action=deny comment="" disabled=no add url="nhlsportsbook.net" action=deny comment="" disabled=no add url="niagaracapital.com" action=deny comment="" disabled=no add url="niche-tv.com" action=deny comment="" disabled=no add url="nmrba.com" action=deny comment="" disabled=no add url="noblindlinks.com" action=deny comment="" disabled=no add url="nocalories.net" action=deny comment="" disabled=no add url="nocensor.com" action=deny comment="" disabled=no add url="nrsite.com" action=deny comment="" disabled=no add url="nsads.hotwired.com" action=deny comment="" disabled=no add url="nsbabes.com" action=deny comment="" disabled=no add url="ntbanner.digitalriver.com" action=deny comment="" disabled=no add url="nuclearwitness.org" action=deny comment="" disabled=no add url="nursemania.com" action=deny comment="" disabled=no add url="nvntour.com" action=deny comment="" disabled=no add url="nvphall.org" action=deny comment="" disabled=no add url="oas.dispatch.com" action=deny comment="" disabled=no add url="oas.lee.net" action=deny comment="" disabled=no add url="oas.mmd.ch" action=deny comment="" disabled=no add url="oas.uniontrib.com" action=deny comment="" disabled=no add url="oas.villagevoice.com" action=deny comment="" disabled=no add url="oasads.whitepages.com" action=deny comment="" disabled=no add url="oborot.com" action=deny comment="" disabled=no add url="ocalalivestockmarket.com" action=deny comment="" disabled=no add url="ocsff.com" action=deny comment="" disabled=no add url="oeatlanta.com" action=deny comment="" disabled=no add url="ogilvy.ngadcenter.net" action=deny comment="" disabled=no add url="oharrowsearch.com" action=deny comment="" disabled=no add url="okmmm.com" action=deny comment="" disabled=no add url="ok-search.com" action=deny comment="" disabled=no add url="okulta.com" action=deny comment="" disabled=no add url="omegabrains.net" action=deny comment="" disabled=no add url="omega-search.com" action=deny comment="" disabled=no add url="online-casino-1.net" action=deny comment="" disabled=no add url="online-casino-bonus.info" action=deny comment="" disabled=no add url="online-casinos-x.com" action=deny comment="" disabled=no add url="onlineclick.net" action=deny comment="" disabled=no add url="onlineserverz.com" action=deny comment="" disabled=no add url="onlinetradings.net" action=deny comment="" disabled=no add url="online-winning.net" action=deny comment="" disabled=no add url="onlycunt.com" action=deny comment="" disabled=no add url="onlyinsured.com" action=deny comment="" disabled=no add url="onlysex.ws" action=deny comment="" disabled=no add url="only-virgins.com" action=deny comment="" disabled=no add url="operanabuco.com" action=deny comment="" disabled=no add url="opsex.com" action=deny comment="" disabled=no add url="orbitexplorer.com" action=deny comment="" disabled=no add url="oregoncharters.org" action=deny comment="" disabled=no add url="ormandcompany.com" action=deny comment="" disabled=no add url="otrlives.com" action=deny comment="" disabled=no add url="out.true-counter.com" action=deny comment="" disabled=no add url="oz.valueclick.com" action=deny comment="" disabled=no add url="ozawamadoka.com" action=deny comment="" disabled=no add url="paigesummer.com" action=deny comment="" disabled=no add url="pamelacollections.com" action=deny comment="" disabled=no add url="panamcup.com" action=deny comment="" disabled=no add url="pantygirls4u.com" action=deny comment="" disabled=no add url="pantyhoserealm.com" action=deny comment="" disabled=no add url="pantyplace.com" action=deny comment="" disabled=no add url="partner23.firehunt.com" action=deny comment="" disabled=no add url="passthison.com" action=deny comment="" disabled=no add url="pastubes.com" action=deny comment="" disabled=no add url="paulapage.com" action=deny comment="" disabled=no add url="paulhoover.com" action=deny comment="" disabled=no add url="payfortraffic.net" action=deny comment="" disabled=no add url="pedo.ws" action=deny comment="" disabled=no add url="people.1gb.ru" action=deny comment="" disabled=no add url="pervertbot.com" action=deny comment="" disabled=no add url="ph-ad05.focalink.com" action=deny comment="" disabled=no add url="ph-ad06.focalink.com" action=deny comment="" disabled=no add url="ph-ad07.focalink.com" action=deny comment="" disabled=no add url="ph-ad16.focalink.com" action=deny comment="" disabled=no add url="ph-ad17.focalink.com" action=deny comment="" disabled=no add url="ph-ad18.focalink.com" action=deny comment="" disabled=no add url="ph-ad19.focalink.com" action=deny comment="" disabled=no add url="ph-ad21.focalink.com" action=deny comment="" disabled=no add url="pharmacy2003.com" action=deny comment="" disabled=no add url="pharma-diet-pills.com" action=deny comment="" disabled=no add url="pharmalocator.com" action=deny comment="" disabled=no add url="phendimetrazine-tenuate-adipex.com" action=deny comment="" \ disabled=no add url="phoenix-adrunner.mycomputer.com" action=deny comment="" disabled=no add url="phpads2.cnpapers.com" action=deny comment="" disabled=no add url="picsdir.com" action=deny comment="" disabled=no add url="picsforbucks.com" action=deny comment="" disabled=no add url="picsofseductiveladies.com" action=deny comment="" disabled=no add url="pics-videos.com" action=deny comment="" disabled=no add url="pills-birth-control.com" action=deny comment="" disabled=no add url="pillsmall.com" action=deny comment="" disabled=no add url="pilotronix.com" action=deny comment="" disabled=no add url="pixpox.com" action=deny comment="" disabled=no add url="planemusic.com" action=deny comment="" disabled=no add url="pluto1.iserver.net" action=deny comment="" disabled=no add url="poiska.net" action=deny comment="" disabled=no add url="poker-casino-free.com" action=deny comment="" disabled=no add url="poker-games-free.net" action=deny comment="" disabled=no add url="polradiologia.com" action=deny comment="" disabled=no add url="pooi.net" action=deny comment="" disabled=no add url="porncamz.com" action=deny comment="" disabled=no add url="pornfree.info" action=deny comment="" disabled=no add url="pornnightdreams.com" action=deny comment="" disabled=no add url="pornokopec.com" action=deny comment="" disabled=no add url="porn-teacher.com" action=deny comment="" disabled=no add url="porntetris.com" action=deny comment="" disabled=no add url="porntwist.com" action=deny comment="" disabled=no add url="powerwebsearch.com" action=deny comment="" disabled=no add url="prblitz.com" action=deny comment="" disabled=no add url="pretypics.com" action=deny comment="" disabled=no add url="pribalt.com" action=deny comment="" disabled=no add url="primetime.ad.asap-asp.net" action=deny comment="" disabled=no add url="privacy-support.biz" action=deny comment="" disabled=no add url="privateporn.net" action=deny comment="" disabled=no add url="prolivation.com" action=deny comment="" disabled=no add url="prostactive.com" action=deny comment="" disabled=no add url="prostol.com" action=deny comment="" disabled=no add url="protect-yourself.biz" action=deny comment="" disabled=no add url="prsainlandempire.org" action=deny comment="" disabled=no add url="pub-g.ifrance.com" action=deny comment="" disabled=no add url="pubs.mgn.net" action=deny comment="" disabled=no add url="put-your-link-here.com" action=deny comment="" disabled=no add url="pyrocorp.com" action=deny comment="" disabled=no add url="q.pni.com" action=deny comment="" disabled=no add url="quicklaunch.com" action=deny comment="" disabled=no add url="quick-search.ws" action=deny comment="" disabled=no add url="quiksearchgenealogy.com" action=deny comment="" disabled=no add url="r.babenet.com" action=deny comment="" disabled=no add url="rad.msn.com" action=deny comment="" disabled=no add url="radfrall.org" action=deny comment="" disabled=no add url="ramgo.com" action=deny comment="" disabled=no add url="ranafrog.ne" action=deny comment="" disabled=no add url="rapegate.com" action=deny comment="" disabled=no add url="rawtocash.net" action=deny comment="" disabled=no add url="rd1.hitbox.com" action=deny comment="" disabled=no add url="realads.realmedia.com" action=deny comment="" disabled=no add url="realmedia-a800.d4p.net" action=deny comment="" disabled=no add url="realphx.com" action=deny comment="" disabled=no add url="redbudbmx.com" action=deny comment="" disabled=no add url="redherring.ngadcenter.net" action=deny comment="" disabled=no add url="redirect.click2net.com" action=deny comment="" disabled=no add url="refinance-help.com" action=deny comment="" disabled=no add url="regfreeze.com" action=deny comment="" disabled=no add url="regio.adlink.de" action=deny comment="" disabled=no add url="removeearthkeepers.org" action=deny comment="" disabled=no add url="reply.mediatris.net" action=deny comment="" disabled=no add url="responsemedia-ad.flycast.com" action=deny comment="" disabled=no add url="retaildirect.realmedia.com" action=deny comment="" disabled=no add url="revolto3.da.ru" action=deny comment="" disabled=no add url="rightfinder.net" action=deny comment="" disabled=no add url="rmads.msn.com" action=deny comment="" disabled=no add url="rmedia.boston.com" action=deny comment="" disabled=no add url="robbsproshop.com" action=deny comment="" disabled=no add url="robertferencz.com" action=deny comment="" disabled=no add url="rocketsearch.com" action=deny comment="" disabled=no add url="rotocasters.com" action=deny comment="" disabled=no add url="royalsearch.net" action=deny comment="" disabled=no add url="runsearch.com" action=deny comment="" disabled=no add url="russiansponsor.com" action=deny comment="" disabled=no add url="russogay.com" action=deny comment="" disabled=no add url="ruworld.com" action=deny comment="" disabled=no add url="s0b.bluestreak.com" action=deny comment="" disabled=no add url="s2.exocrew.com" action=deny comment="" disabled=no add url="s2.focalink.com" action=deny comment="" disabled=no add url="sacitylife.com" action=deny comment="" disabled=no add url="samplegals.com" action=deny comment="" disabled=no add url="satisf*cktion.net" action=deny comment="" disabled=no add url="sbssurvivor.com" action=deny comment="" disabled=no add url="sc.clicksupply.com" action=deny comment="" disabled=no add url="scand.adlink.de" action=deny comment="" disabled=no add url="scarypix.com" action=deny comment="" disabled=no add url="sccdnet.com" action=deny comment="" disabled=no add url="schoolforest.com" action=deny comment="" disabled=no add url="screensaver.it" action=deny comment="" disabled=no add url="search.ieplugin.com" action=deny comment="" disabled=no add url="search.imiserver.com" action=deny comment="" disabled=no add url="search.netzany.co" action=deny comment="" disabled=no add url="search.psn.cn" action=deny comment="" disabled=no add url="search.rub.to" action=deny comment="" disabled=no add url="search.shopnav.com" action=deny comment="" disabled=no add url="search.xrenoder.com" action=deny comment="" disabled=no add url="search-1.net" action=deny comment="" disabled=no add url="search-2003.com" action=deny comment="" disabled=no add url="search-about.net" action=deny comment="" disabled=no add url="searchaccurate.com" action=deny comment="" disabled=no add url="searchadultweb.com" action=deny comment="" disabled=no add url="searchalot.com" action=deny comment="" disabled=no add url="searchandbrowse.com" action=deny comment="" disabled=no add url="searchandclick.com" action=deny comment="" disabled=no add url="searchbutler.com" action=deny comment="" disabled=no add url="searchbutler.org" action=deny comment="" disabled=no add url="searchbuttler.com" action=deny comment="" disabled=no add url="searchby.net" action=deny comment="" disabled=no add url="searchcentrix.com" action=deny comment="" disabled=no add url="searchcomplete.com" action=deny comment="" disabled=no add url="searchdesire.com" action=deny comment="" disabled=no add url="searchdot.com" action=deny comment="" disabled=no add url="searchdot.net" action=deny comment="" disabled=no add url="searchenhancement.com" action=deny comment="" disabled=no add url="search-exe.com" action=deny comment="" disabled=no add url="searchexpander.com" action=deny comment="" disabled=no add url="search-explorer.net" action=deny comment="" disabled=no add url="searchfastnet.com" action=deny comment="" disabled=no add url="searchforge.com" action=deny comment="" disabled=no add url="searchgateway.net" action=deny comment="" disabled=no add url="search-hawk.com" action=deny comment="" disabled=no add url="searching-the-net.com" action=deny comment="" disabled=no add url="search-log.com" action=deny comment="" disabled=no add url="searchmadesafe.net" action=deny comment="" disabled=no add url="search-meta.com" action=deny comment="" disabled=no add url="searchmeta.md" action=deny comment="" disabled=no add url="searchmeta.net" action=deny comment="" disabled=no add url="searchmeta.ru" action=deny comment="" disabled=no add url="searchmeta.webhost.ru" action=deny comment="" disabled=no add url="searchmeup.com" action=deny comment="" disabled=no add url="searchnow.ws" action=deny comment="" disabled=no add url="searchonfly.com" action=deny comment="" disabled=no add url="searchresult.net" action=deny comment="" disabled=no add url="search-safe.com" action=deny comment="" disabled=no add url="searchsquire.com" action=deny comment="" disabled=no add url="searchv.com" action=deny comment="" disabled=no add url="searchxl.com" action=deny comment="" disabled=no add url="searchxp.com" action=deny comment="" disabled=no add url="sebot.com" action=deny comment="" disabled=no add url="secondpower.com" action=deny comment="" disabled=no add url="secret-crush.com" action=deny comment="" disabled=no add url="secure.webconnect.net" action=deny comment="" disabled=no add url="securenp.org" action=deny comment="" disabled=no add url="security-warning.biz" action=deny comment="" disabled=no add url="seehardcore.com" action=deny comment="" disabled=no add url="seekseek.com" action=deny comment="" disabled=no add url="seekwell.net" action=deny comment="" disabled=no add url="selfbookmark.com" action=deny comment="" disabled=no add url="selfbookmark.info" action=deny comment="" disabled=no add url="selfbookmark.net" action=deny comment="" disabled=no add url="selltraffic.biz" action=deny comment="" disabled=no add url="servads.aip.org" action=deny comment="" disabled=no add url="serve.thisbanner.com" action=deny comment="" disabled=no add url="servedby.advertising.com" action=deny comment="" disabled=no add url="server-au.imrworldwide.com" action=deny comment="" disabled=no add url="service.bfast.com" action=deny comment="" disabled=no add url="sex.free4porno.net" action=deny comment="" disabled=no add url="sexarena.com" action=deny comment="" disabled=no add url="sexarena.org" action=deny comment="" disabled=no add url="sex-coach.com" action=deny comment="" disabled=no add url="sex-festival.com" action=deny comment="" disabled=no add url="sexgalleries4all.com" action=deny comment="" disabled=no add url="sexmoviesnet.com" action=deny comment="" disabled=no add url="sexocean.play-lolita.com" action=deny comment="" disabled=no add url="sexolymp.com" action=deny comment="" disabled=no add url="sexpatriot.net" action=deny comment="" disabled=no add url="sexunique.net" action=deny comment="" disabled=no add url="sex-video-galleries.com" action=deny comment="" disabled=no add url="sexy18.cc" action=deny comment="" disabled=no add url="sexycat.adult-host.org" action=deny comment="" disabled=no add url="sfads.osdn.com" action=deny comment="" disabled=no add url="sfbayfolkboats.com" action=deny comment="" disabled=no add url="sg.yimg.com" action=deny comment="" disabled=no add url="sgirls.net" action=deny comment="" disabled=no add url="sh4sure-images.adbureau.net" action=deny comment="" disabled=no add url="sharempeg.com" action=deny comment="" disabled=no add url="shop.kazaa.com" action=deny comment="" disabled=no add url="shopcards.net" action=deny comment="" disabled=no add url="shopknights.com" action=deny comment="" disabled=no add url="sic02.com" action=deny comment="" disabled=no add url="sinpussy.com" action=deny comment="" disabled=no add url="sintrader.com" action=deny comment="" disabled=no add url="site1.ru" action=deny comment="" disabled=no add url="sites-in-web.com" action=deny comment="" disabled=no add url="sitevictoria.com" action=deny comment="" disabled=no add url="sixroads.com" action=deny comment="" disabled=no add url="skakalka.ru" action=deny comment="" disabled=no add url="skeech.com" action=deny comment="" disabled=no add url="slawsearch.com" action=deny comment="" disabled=no add url="slotch.com" action=deny comment="" disabled=no add url="smartsumo.com" action=deny comment="" disabled=no add url="smutarchive.net" action=deny comment="" disabled=no add url="smutserver.com" action=deny comment="" disabled=no add url="solongas.com" action=deny comment="" disabled=no add url="sonomaevents.com" action=deny comment="" disabled=no add url="spd.atdmt.com" action=deny comment="" disabled=no add url="speed.pointroll.com" action=deny comment="" disabled=no add url="spermatrix.com" action=deny comment="" disabled=no add url="spidersearch.com" action=deny comment="" disabled=no add url="spin.spinbox.net" action=deny comment="" disabled=no add url="spinbox.maccentral.com" action=deny comment="" disabled=no add url="spinbox.techtracker.com" action=deny comment="" disabled=no add url="sportbooks-free4you.com" action=deny comment="" disabled=no add url="spros.com" action=deny comment="" disabled=no add url="spyass.com" action=deny comment="" disabled=no add url="spybotremover.net" action=deny comment="" disabled=no add url="spyorgy.net" action=deny comment="" disabled=no add url="sqwire.com" action=deny comment="" disabled=no add url="srng.net" action=deny comment="" disabled=no add url="ss.mtree.com" action=deny comment="" disabled=no add url="staceyowens.com" action=deny comment="" disabled=no add url="stacistaxx.com" action=deny comment="" disabled=no add url="stacystaxx.com" action=deny comment="" disabled=no add url="startium.com" action=deny comment="" disabled=no add url="start-seite.com" action=deny comment="" disabled=no add url="start-space.com" action=deny comment="" disabled=no add url="startsurfing.com" action=deny comment="" disabled=no add url="static.admaximize.com" action=deny comment="" disabled=no add url="stats.adultrevenueservice.com" action=deny comment="" disabled=no add url="stats.superstats.com" action=deny comment="" disabled=no add url="steamycock.com" action=deny comment="" disabled=no add url="sterva.com" action=deny comment="" disabled=no add url="stevecashdollar.com" action=deny comment="" disabled=no add url="stop-tracking.biz" action=deny comment="" disabled=no add url="stopvotefraud.com" action=deny comment="" disabled=no add url="stopxxxpics.com" action=deny comment="" disabled=no add url="strekoza.com" action=deny comment="" disabled=no add url="stuffstore.com" action=deny comment="" disabled=no add url="styleclickink.com" action=deny comment="" disabled=no add url="suissa-ad.flycast.com" action=deny comment="" disabled=no add url="summercollins.com" action=deny comment="" disabled=no add url="summitcross.com" action=deny comment="" disabled=no add url="supersexmachine.com" action=deny comment="" disabled=no add url="super-spider.com" action=deny comment="" disabled=no add url="superwebsearch.com" action=deny comment="" disabled=no add url="super-websearch.com" action=deny comment="" disabled=no add url="superwp.by.ru" action=deny comment="" disabled=no add url="supret.com" action=deny comment="" disabled=no add url="sureseeker.com" action=deny comment="" disabled=no add url="surferbar.com" action=deny comment="" disabled=no add url="suzannebrecht.com" action=deny comment="" disabled=no add url="sview.avenuea.com" action=deny comment="" disabled=no add url="sweeteenz.com" action=deny comment="" disabled=no add url="t.rack.cc" action=deny comment="" disabled=no add url="tacil.org" action=deny comment="" disabled=no add url="tangounion.com" action=deny comment="" disabled=no add url="tastethemusic.com" action=deny comment="" disabled=no add url="tax-refund4you.com" action=deny comment="" disabled=no add url="tech-jobs.ws" action=deny comment="" disabled=no add url="technology-related.com" action=deny comment="" disabled=no add url="techreview-images.adbureau.net" action=deny comment="" disabled=no add url="teen-biz.com" action=deny comment="" disabled=no add url="teenhost.net" action=deny comment="" disabled=no add url="teen-pic-post.com" action=deny comment="" disabled=no add url="teenpornosex.com" action=deny comment="" disabled=no add url="teens4free.net" action=deny comment="" disabled=no add url="teensact.com" action=deny comment="" disabled=no add url="teensgate.com" action=deny comment="" disabled=no add url="teensguru.com" action=deny comment="" disabled=no add url="teenswamp.com" action=deny comment="" disabled=no add url="terafinder.com" action=deny comment="" disabled=no add url="testosterone-birth-control.com" action=deny comment="" disabled=no add url="the-exit.com" action=deny comment="" disabled=no add url="thefakejournal.com" action=deny comment="" disabled=no add url="the-huns-yellow-pages.com" action=deny comment="" disabled=no add url="thehuy.net" action=deny comment="" disabled=no add url="thenewsearch.com" action=deny comment="" disabled=no add url="theproxy.org" action=deny comment="" disabled=no add url="therealsearch.com" action=deny comment="" disabled=no add url="thesten.com" action=deny comment="" disabled=no add url="thinknyc.eu-adcenter.net" action=deny comment="" disabled=no add url="thornleygroup.com" action=deny comment="" disabled=no add url="ti.click2net.com" action=deny comment="" disabled=no add url="tings.org" action=deny comment="" disabled=no add url="tinybar.com" action=deny comment="" disabled=no add url="titanvision.com" action=deny comment="" disabled=no add url="titsianna.com" action=deny comment="" disabled=no add url="tit-x.com" action=deny comment="" disabled=no add url="tmsads.tribune.com" action=deny comment="" disabled=no add url="toads.osdn.com" action=deny comment="" disabled=no add url="toddhayes.com" action=deny comment="" disabled=no add url="tooncomics.com" action=deny comment="" disabled=no add url="toon-comics.com" action=deny comment="" disabled=no add url="topsearcher.com" action=deny comment="" disabled=no add url="topsite.us" action=deny comment="" disabled=no add url="topsites.us" action=deny comment="" disabled=no add url="topsitez.us" action=deny comment="" disabled=no add url="toriii.cc" action=deny comment="" disabled=no add url="tracker.clicktrade.com" action=deny comment="" disabled=no add url="trafficback.com" action=deny comment="" disabled=no add url="trafficswitcher.com" action=deny comment="" disabled=no add url="travel.picture-posters.com" action=deny comment="" disabled=no add url="true-counter.com" action=deny comment="" disabled=no add url="true-portal.com" action=deny comment="" disabled=no add url="trytechnical.com" action=deny comment="" disabled=no add url="tsms-ad.tsms.com" action=deny comment="" disabled=no add url="ufindall.click-now.net" action=deny comment="" disabled=no add url="ugo.eu-adcenter.net" action=deny comment="" disabled=no add url="ultraload.net" action=deny comment="" disabled=no add url="umaxsearch.com" action=deny comment="" disabled=no add url="une-autre-france.com" action=deny comment="" disabled=no add url="unigays.com" action=deny comment="" disabled=no add url="unipages.cc" action=deny comment="" disabled=no add url="unitedstates.rub.to" action=deny comment="" disabled=no add url="up2you.ru" action=deny comment="" disabled=no add url="uralitel.ru" action=deny comment="" disabled=no add url="urawa.cool.ne.jp" action=deny comment="" disabled=no add url="urlstat.com" action=deny comment="" disabled=no add url="urlstat.ru" action=deny comment="" disabled=no add url="ursie.net" action=deny comment="" disabled=no add url="us.a1.yimg.com" action=deny comment="" disabled=no add url="usbytecom.orbitcycle.com" action=deny comment="" disabled=no add url="usefullsoft.net" action=deny comment="" disabled=no add url="utahsweet.com" action=deny comment="" disabled=no add url="utils.mediageneral.com" action=deny comment="" disabled=no add url="utopicportal.com" action=deny comment="" disabled=no add url="uusocialjustice.org" action=deny comment="" disabled=no add url="v0.extreme-dm.com" action=deny comment="" disabled=no add url="v1.extreme-dm.com" action=deny comment="" disabled=no add url="v61.com" action=deny comment="" disabled=no add url="vaginpics.com" action=deny comment="" disabled=no add url="valmyers.com" action=deny comment="" disabled=no add url="van.ads.link4ads.com" action=deny comment="" disabled=no add url="vegas-free.com" action=deny comment="" disabled=no add url="vegbuy.com" action=deny comment="" disabled=no add url="veloventures.com" action=deny comment="" disabled=no add url="verzila.com" action=deny comment="" disabled=no add url="victoriaadam.com" action=deny comment="" disabled=no add url="videocategories.com" action=deny comment="" disabled=no add url="view.accendo.com" action=deny comment="" disabled=no add url="view.atdmt.com" action=deny comment="" disabled=no add url="view.avenuea.com" action=deny comment="" disabled=no add url="vitamins-for-each.com" action=deny comment="" disabled=no add url="vnu.eu-adcenter.net" action=deny comment="" disabled=no add url="votehowe.org" action=deny comment="" disabled=no add url="vpdc.ru4.com" action=deny comment="" disabled=no add url="vse-moe.biz" action=deny comment="" disabled=no add url="vxebony.com" action=deny comment="" disabled=no add url="w113.hitbox.com" action=deny comment="" disabled=no add url="w25.hitbox.com" action=deny comment="" disabled=no add url="wakeupdick.com" action=deny comment="" disabled=no add url="wap.adlink.de" action=deny comment="" disabled=no add url="warnomore.org" action=deny comment="" disabled=no add url="watersport-specialties.com" action=deny comment="" disabled=no add url="wazzupnet.com" action=deny comment="" disabled=no add url="web2.deja.com" action=deny comment="" disabled=no add url="webad.ajeeb.com" action=deny comment="" disabled=no add url="webads.bizservers.com" action=deny comment="" disabled=no add url="webaffiliate.covad.com" action=deny comment="" disabled=no add url="webcoolsearch.com" action=deny comment="" disabled=no add url="web-entrance.co" action=deny comment="" disabled=no add url="web-homepage.net" action=deny comment="" disabled=no add url="web-search.tk" action=deny comment="" disabled=no add url="websearchdot.com" action=deny comment="" disabled=no add url="weekend-movies.com" action=deny comment="" disabled=no add url="west.adlink.de" action=deny comment="" disabled=no add url="wethere.com" action=deny comment="" disabled=no add url="wetpornostars.com" action=deny comment="" disabled=no add url="whatsyoursearch.com" action=deny comment="" disabled=no add url="whazit.com" action=deny comment="" disabled=no add url="white-pages.ws" action=deny comment="" disabled=no add url="whittierblvd.com" action=deny comment="" disabled=no add url="windowenhancer.com" action=deny comment="" disabled=no add url="win-in-casino.com" action=deny comment="" disabled=no add url="winmsn.com" action=deny comment="" disabled=no add url="winprotect.net" action=deny comment="" disabled=no add url="wiresearch.com" action=deny comment="" disabled=no add url="wish7.com" action=deny comment="" disabled=no add url="wolfpacracing.com" action=deny comment="" disabled=no add url="wordlist.jps.ru" action=deny comment="" disabled=no add url="worldusa.com" action=deny comment="" disabled=no add url="wowsearch.org" action=deny comment="" disabled=no add url="wpc2001.org" action=deny comment="" disabled=no add url="wspzone.sexpornonline.com" action=deny comment="" disabled=no add url="wwa.hitbox.com" action=deny comment="" disabled=no add url="wwb.hitbox.com" action=deny comment="" disabled=no add url="www.139mm.com" action=deny comment="" disabled=no add url="www.24pm-affiliation.com" action=deny comment="" disabled=no add url="www.ad.tomshardware.com" action=deny comment="" disabled=no add url="www.ad4ex.com" action=deny comment="" disabled=no add url="www.ad-flow.com" action=deny comment="" disabled=no add url="www.adireland.com" action=deny comment="" disabled=no add url="www.admex.com" action=deny comment="" disabled=no add url="www.ad-up.com" action=deny comment="" disabled=no add url="www.alladvantage.com" action=deny comment="" disabled=no add url="www.allcybersearch.com" action=deny comment="" disabled=no add url="www.avsads.com" action=deny comment="" disabled=no add url="www.b3d.com" action=deny comment="" disabled=no add url="www.banner2u.com" action=deny comment="" disabled=no add url="www.bannercampaign.com" action=deny comment="" disabled=no add url="www.banneroverdrive.com" action=deny comment="" disabled=no add url="www.blissnet.net" action=deny comment="" disabled=no add url="www.blue-elefant.com" action=deny comment="" disabled=no add url="www.bonzi.com" action=deny comment="" disabled=no add url="www.brilliantdigital.com" action=deny comment="" disabled=no add url="www.browserwise.com" action=deny comment="" disabled=no add url="www.burstnet.com" action=deny comment="" disabled=no add url="www.cashsurfers.com" action=deny comment="" disabled=no add url="www.cibleclick.com" action=deny comment="" disabled=no add url="www.click-fr.com" action=deny comment="" disabled=no add url="www.cnetadd.com" action=deny comment="" disabled=no add url="www.commission-junction.com" action=deny comment="" disabled=no add url="www.commonname.com" action=deny comment="" disabled=no add url="www.consumerinfo.com" action=deny comment="" disabled=no add url="www.crisscross.com" action=deny comment="" disabled=no add url="www.cyberbounty.com" action=deny comment="" disabled=no add url="www.datais.com" action=deny comment="" disabled=no add url="www.digitalbettingcasinos.com" action=deny comment="" disabled=no add url="www.digitalfan.com" action=deny comment="" disabled=no add url="www.dnps.com" action=deny comment="" disabled=no add url="www.doubleclick.net" action=deny comment="" disabled=no add url="www.eads.com" action=deny comment="" disabled=no add url="www.exchange-it.com" action=deny comment="" disabled=no add url="www.ezcybersearch.com" action=deny comment="" disabled=no add url="www.fineclicks.com" action=deny comment="" disabled=no add url="www.free-popup-killer.com" action=deny comment="" disabled=no add url="www.freestats.com" action=deny comment="" disabled=no add url="www.gocybersearch.com" action=deny comment="" disabled=no add url="www.gohip.com" action=deny comment="" disabled=no add url="www.hastalavista.com" action=deny comment="" disabled=no add url="www.hityou.com" action=deny comment="" disabled=no add url="www.huntbar.com" action=deny comment="" disabled=no add url="www.imaginemedia.com" action=deny comment="" disabled=no add url="www.jethomepage.com" action=deny comment="" disabled=no add url="www.kaplanindex.com" action=deny comment="" disabled=no add url="www.linksynergy.com" action=deny comment="" disabled=no add url="www.nailitonline2.com" action=deny comment="" disabled=no add url="www.netdirect.nl" action=deny comment="" disabled=no add url="www.netflip.com" action=deny comment="" disabled=no add url="www.netsponsors.com" action=deny comment="" disabled=no add url="www.netvertising.be" action=deny comment="" disabled=no add url="www.nrsite.com" action=deny comment="" disabled=no add url="www.oneandonlynetwork.com" action=deny comment="" disabled=no add url="www.onresponse.com" action=deny comment="" disabled=no add url="www.postmasterbannernet.com" action=deny comment="" disabled=no add url="www.qksrv.net" action=deny comment="" disabled=no add url="www.seekporn.org" action=deny comment="" disabled=no add url="www.sidefind.com" action=deny comment="" disabled=no add url="www.speedyclick.com" action=deny comment="" disabled=no add url="www.supersexpass.com" action=deny comment="" disabled=no add url="www.targetshop.com" action=deny comment="" disabled=no add url="www.teenmonster.com" action=deny comment="" disabled=no add url="www.teknosurf2.com" action=deny comment="" disabled=no add url="www.teknosurf3.com" action=deny comment="" disabled=no add url="www.tinybar.com" action=deny comment="" disabled=no add url="www.topsearcher.com" action=deny comment="" disabled=no add url="www.v61.com" action=deny comment="" disabled=no add url="www.valueclick.com" action=deny comment="" disabled=no add url="www.wazzupnet.com" action=deny comment="" disabled=no add url="www.webads.nl" action=deny comment="" disabled=no add url="www.webbrowser.tv" action=deny comment="" disabled=no add url="www.websearch.com" action=deny comment="" disabled=no add url="www.websitefinancing.com" action=deny comment="" disabled=no add url="www.xjupiter.com" action=deny comment="" disabled=no add url="www.xtipp.de" action=deny comment="" disabled=no add url="www.xupiter.com" action=deny comment="" disabled=no add url="www.xxx.com" action=deny comment="" disabled=no add url="www10.valueclick.com" action=deny comment="" disabled=no add url="www15.ad.tomshardware.com" action=deny comment="" disabled=no add url="www2.burstnet.com" action=deny comment="" disabled=no add url="www2.newtopsites.com" action=deny comment="" disabled=no add url="www23.valueclick.com" action=deny comment="" disabled=no add url="www3.ad.tomshardware.com" action=deny comment="" disabled=no add url="www3.bannerspace.com" action=deny comment="" disabled=no add url="www3.pagecount.com" action=deny comment="" disabled=no add url="www4.ad.tomshardware.com" action=deny comment="" disabled=no add url="www4.trix.net" action=deny comment="" disabled=no add url="www6.ad.tomshardware.com" action=deny comment="" disabled=no add url="www75.valueclick.com" action=deny comment="" disabled=no add url="www8.ad.tomshardware.com" action=deny comment="" disabled=no add url="www80.valueclick.com" action=deny comment="" disabled=no add url="wwwbet.net" action=deny comment="" disabled=no add url="wwwbetting.net" action=deny comment="" disabled=no add url="wwwpokergames.com" action=deny comment="" disabled=no add url="wwwpokerplayers.com" action=deny comment="" disabled=no add url="wwwroulette.net" action=deny comment="" disabled=no add url="xads.cliks.org" action=deny comment="" disabled=no add src-address=192.168.0.0/27 action=allow comment="" disabled=no add dst-port=23-25 action=deny comment="block telnet & spam e-mail relaying" \ disabled=no add url="xcomics4u.com" action=deny comment="" disabled=no add url="x-google.net" action=deny comment="" disabled=no add url="xic-bs.com" action=deny comment="" disabled=no add url="xjupiter.com" action=deny comment="" disabled=no add url="xldr.com" action=deny comment="" disabled=no add url="x-library.com" action=deny comment="" disabled=no add url="xlola.underagehost.com" action=deny comment="" disabled=no add url="xp18.com" action=deny comment="" disabled=no add url="xrenosearch.com" action=deny comment="" disabled=no add url="xsex.ws" action=deny comment="" disabled=no add url="xtragay.com" action=deny comment="" disabled=no add url="xu.xu.pl" action=deny comment="" disabled=no add url="x-webdesign.com" action=deny comment="" disabled=no add url="xwebsearch.biz" action=deny comment="" disabled=no add url="xxxcategories.com" action=deny comment="" disabled=no add url="xxxemailxxx.com" action=deny comment="" disabled=no add url="xxxtoolbar.com" action=deny comment="" disabled=no add url="xzoomy.com" action=deny comment="" disabled=no add url="y.ibsys.com" action=deny comment="" disabled=no add url="y-e-l-l-o-w.com" action=deny comment="" disabled=no add url="yellow500.com" action=deny comment="" disabled=no add url="yezol.com" action=deny comment="" disabled=no add url="youfindall.com" action=deny comment="" disabled=no add url="youfindall.net" action=deny comment="" disabled=no add url="yourbookmarks.info" action=deny comment="" disabled=no add url="yourbookmarks.ws" action=deny comment="" disabled=no add url="your-prescriptions.net" action=deny comment="" disabled=no add url="you-search.com" action=deny comment="" disabled=no add url="you-search.com.ru" action=deny comment="" disabled=no add url="ypir.com" action=deny comment="" disabled=no add url="ysa-info.net" action=deny comment="" disabled=no add url="yukohamano.com" action=deny comment="" disabled=no add url="ywebsearch.info" action=deny comment="" disabled=no / ip web-proxy direct add src-address=192.168.0.0/27 dst-address=192.168.0.30/32 action=allow \ comment="" disabled=no / system logging add topics=info prefix="" action=memory disabled=no add topics=error prefix="" action=memory disabled=no add topics=warning prefix="" action=memory disabled=no add topics=critical prefix="" action=echo disabled=no / system logging action set memory name="memory" target=memory memory-lines=100 memory-stop-on-full=no set disk name="disk" target=disk disk-lines=100 disk-stop-on-full=no set echo name="echo" target=echo remember=yes set remote name="remote" target=remote remote=0.0.0.0:514 / system upgrade mirror set enabled=no primary-server=0.0.0.0 secondary-server=0.0.0.0 \ check-interval=1d user="" / system clock dst set dst-delta=+01:00 dst-start="jan/01/1970 00:00:00" dst-end="jan/01/1970 \ 00:00:00" / system watchdog set reboot-on-failure=yes watch-address=none watchdog-timer=yes \ no-ping-delay=5m automatic-supout=yes auto-send-supout=no / system console add port=serial0 term="" disabled=no set FIXME term="linux" disabled=no set FIXME term="linux" disabled=no set FIXME term="linux" disabled=no set FIXME term="linux" disabled=no set FIXME term="linux" disabled=no set FIXME term="linux" disabled=no set FIXME term="linux" disabled=no set FIXME term="linux" disabled=no / system console screen set line-count=25 / system identity set name="MikroTik" / system note set show-at-login=yes note="" / port set serial0 name="serial0" baud-rate=9600 data-bits=8 parity=none stop-bits=1 \ flow-control=hardware set serial1 name="serial1" baud-rate=9600 data-bits=8 parity=none stop-bits=1 \ flow-control=hardware / ppp profile set default name="default" use-compression=default use-vj-compression=default \ use-encryption=default only-one=default change-tcp-mss=default comment="" set default-encryption name="default-encryption" use-compression=default \ use-vj-compression=default use-encryption=yes only-one=default \ change-tcp-mss=default comment="" / ppp aaa set use-radius=no accounting=yes interim-update=0s / queue type set default name="default" kind=pfifo pfifo-limit=50 set ethernet-default name="ethernet-default" kind=pfifo pfifo-limit=50 set wireless-default name="wireless-default" kind=sfq sfq-perturb=5 \ sfq-allot=1514 set synchronous-default name="synchronous-default" kind=red red-limit=60 \ red-min-threshold=10 red-max-threshold=50 red-burst=20 red-avg-packet=1000 set hotspot-default name="hotspot-default" kind=sfq sfq-perturb=5 \ sfq-allot=1514 add name="pcq-download" kind=pcq pcq-rate=0 pcq-limit=50 \ pcq-classifier=dst-address pcq-total-limit=2000 add name="pcq-upload" kind=pcq pcq-rate=0 pcq-limit=50 \ pcq-classifier=src-address pcq-total-limit=2000 / queue simple add name="vega" target-addresses=192.168.0.0/27 dst-address=0.0.0.0/0 \ interface=Local parent=none priority=1 queue=default/default \ limit-at=0/384000 max-limit=0/384000 total-queue=default disabled=no add name="01" target-addresses=192.168.0.1/32 dst-address=0.0.0.0/0 \ interface=Local parent=vega packet-marks=Turun priority=8 \ queue=default/default limit-at=0/8000 max-limit=0/56000 \ total-queue=default disabled=no add name="02" target-addresses=192.168.0.2/32 dst-address=0.0.0.0/0 \ interface=Local parent=vega packet-marks=Turun priority=8 \ queue=default/default limit-at=0/8000 max-limit=0/56000 \ total-queue=default disabled=no add name="03" target-addresses=192.168.0.3/32 dst-address=0.0.0.0/0 \ interface=Local parent=vega packet-marks=Turun priority=8 \ queue=default/default limit-at=0/8000 max-limit=0/56000 \ total-queue=default disabled=no add name="04" target-addresses=192.168.0.4/32 dst-address=0.0.0.0/0 \ interface=Local parent=vega packet-marks=Turun priority=8 \ queue=default/default limit-at=0/8000 max-limit=0/56000 \ total-queue=default disabled=no add name="05" target-addresses=192.168.0.5/32 dst-address=0.0.0.0/0 \ interface=Local parent=vega packet-marks=Turun priority=8 \ queue=default/default limit-at=0/8000 max-limit=0/56000 \ total-queue=default disabled=no add name="06" target-addresses=192.168.0.6/32 dst-address=0.0.0.0/0 \ interface=Local parent=vega packet-marks=Turun priority=8 \ queue=default/default limit-at=0/8000 max-limit=0/56000 \ total-queue=default disabled=no add name="07" target-addresses=192.168.0.7/32 dst-address=0.0.0.0/0 \ interface=Local parent=vega packet-marks=Turun priority=8 \ queue=default/default limit-at=0/8000 max-limit=0/56000 \ total-queue=default disabled=no add name="08" target-addresses=192.168.0.8/32 dst-address=0.0.0.0/0 \ interface=Local parent=vega packet-marks=Turun priority=8 \ queue=default/default limit-at=0/8000 max-limit=0/56000 \ total-queue=default disabled=no add name="09" target-addresses=192.168.0.9/32 dst-address=0.0.0.0/0 \ interface=Local parent=vega packet-marks=Turun priority=8 \ queue=default/default limit-at=0/8000 max-limit=0/56000 \ total-queue=default disabled=no add name="10" target-addresses=192.168.0.10/32 dst-address=0.0.0.0/0 \ interface=Local parent=vega packet-marks=Turun priority=8 \ queue=default/default limit-at=0/8000 max-limit=0/8000 total-queue=default \ disabled=no add name="Kasir" target-addresses=192.168.0.20/32 dst-address=0.0.0.0/0 \ interface=Local parent=vega priority=1 queue=default/default \ limit-at=0/8000 max-limit=0/512000 total-queue=default disabled=no add name="11" target-addresses=192.168.0.11/32 dst-address=0.0.0.0/0 \ interface=Local parent=vega priority=1 queue=default/default \ limit-at=0/8000 max-limit=0/48000 total-queue=default disabled=no add name="12" target-addresses=192.168.0.12/32 dst-address=0.0.0.0/0 \ interface=Local parent=vega priority=1 queue=default/default \ limit-at=0/8000 max-limit=0/48000 total-queue=default disabled=no add name="13" target-addresses=192.168.0.13/32 dst-address=0.0.0.0/0 \ interface=Local parent=vega priority=1 queue=default/default \ limit-at=0/8000 max-limit=0/48000 total-queue=default disabled=no add name="14" target-addresses=192.168.0.14/32 dst-address=0.0.0.0/0 \ interface=Local parent=vega priority=1 queue=default/default \ limit-at=0/8000 max-limit=0/48000 total-queue=default disabled=no add name="15" target-addresses=192.168.0.15/32 dst-address=0.0.0.0/0 \ interface=Local parent=vega priority=1 queue=default/default \ limit-at=0/8000 max-limit=0/48000 total-queue=default disabled=no add name="HTTP" target-addresses=0.0.0.0/0 dst-address=0.0.0.0/0 interface=all \ parent=none packet-marks=http priority=1 queue=default/default \ limit-at=0/0 max-limit=0/0 total-queue=default disabled=no add name="YM" target-addresses=0.0.0.0/0 dst-address=0.0.0.0/0 interface=all \ parent=none packet-marks=ym priority=1 queue=default/default limit-at=0/0 \ max-limit=0/0 total-queue=default disabled=no add name="IRC" target-addresses=0.0.0.0/0 dst-address=0.0.0.0/0 interface=all \ parent=none packet-marks=irc priority=1 queue=default/default limit-at=0/0 \ max-limit=0/0 total-queue=default disabled=no / user add name="admin" group=full address=0.0.0.0/0 comment="system default user" \ disabled=no add name="hengki" group=full address=0.0.0.0/0 comment="" disabled=no add name="operator" group=read address=0.0.0.0/0 comment="" disabled=no / user group add name="read" policy=local,telnet,ssh,reboot,read,test,winbox,password,web,!f\ tp,!write,!policy add name="write" policy=local,telnet,ssh,reboot,read,write,test,winbox,password\ ,web,!ftp,!policy add name="full" policy=local,telnet,ssh,ftp,reboot,read,write,policy,test,winbo\ x,password,web / user aaa set use-radius=no accounting=yes interim-update=0s default-group=read / radius incoming set accept=no port=1700 / driver / snmp set enabled=no contact="xxxxxx" location="xxxxx" / snmp community set public name="public" address=0.0.0.0/0 read-access=yes / tool bandwidth-server set enabled=yes authenticate=yes allocate-udp-ports-from=2000 max-sessions=10 / tool mac-server ping set enabled=yes / tool e-mail set #error / tool sniffer set interface=all only-headers=no memory-limit=10 file-name="" file-limit=10 \ streaming-enabled=no streaming-server=0.0.0.0 filter-stream=yes \ filter-protocol=ip-only filter-address1=0.0.0.0/0:0-65535 \ filter-address2=0.0.0.0/0:0-65535 / tool graphing set store-every=5min / tool graphing interface add interface=all allow-address=0.0.0.0/0 store-on-disk=yes disabled=no ######################################################################## Documentation,Editing,Optimization by baratev.sourceforge.net ########################################################################