Posts

Showing posts from 2013

Mikrotik Dual WAN [pppoe-client] PCC with PPPoE Server

Make sure you change the interface name accordingly. In this example I have 3 interfaces. ether0  (named as Local) is connected with Local LAN users. ether  1   &   2  (named as WAN1 & WAN2) are connected with ISP WAN switch. Also change the user name passwords in the pppoe client section, or create manually via PPP/Interfaces PPPoE users IP pool is 172.16.0.0/16 (internet is allowed for this series only means when the user will be connected via pppoe dialer, he will be able to use internet) # Setting up INTERFACES names for our comfort /interface ethernet set 0 name=Local set 1 name=WAN1 set 2 name=WAN2 ### Adding PPPoE Client connections for each WAN interface, Make sure to change it or add via GUI /interface pppoe-client add ac-name="" add-default-route=no allow=pap,chap,mschap1,mschap2 dial-on-demand=no disabled=yes interface=WAN1 max-mru=1480 max-mtu=1480 mrru=disabled name=pppoe-out1 password=hahaha \ profile=default service-name=""

ZPH with Squid 3.1.19 with UBUNTU 12.04 / Mikrotik QUEUE

ZPH is a squid patch that enables SQUID to mark cached packets , so that it can later used by the Mikrotik or squid itself to bypass cached contents from Speed Package. Z.P.H directives config which works with SQUID 2.7 donot work with new version of SQUID i.e 3.x Use the following directives in /etc/squid3/squid.conf # ZPH for Squid3 qos_flows local-hit=0x30 and in Mikrotik, settings remain same to mark cache contents coming from the squid and bypass it using Queue Tree . . . For Mikrotik 5.x /ip firewall mangle add action=mark-packet chain=prerouting comment="MARK_CACHE_HIT_FROM_PROXY" disabled=no dscp=12 new-packet-mark=proxy passthrough=no /queue tree add burst-limit=0 burst-threshold=0 burst-time=0s comment="Queue for SQUID CACHE HIT for ZPH" disabled=no limit-at=0 max-limit=0 name=Proxy packet-mark=proxy parent=global-out priority=1 queue=default For Mikrotik 6.x /ip firewall mangle add action=mark-packet chain=prerouting comment=

Skype Blocking Mikrotik

Image
/ip fi ad   add address=111.221.74.0/24 comment=disable_skype disabled=no list=skype_servers_z add address=111.221.77.0/24 comment=disable_skype disabled=no list=skype_servers_z add address=157.55.130.0/24 comment=disable_skype disabled=no list=skype_servers_z add address=157.55.235.0/24 comment=disable_skype disabled=no list=skype_servers_z add address=157.55.56.0/24 comment=disable_skype disabled=no list=skype_servers_z add address=157.56.52.0/24 comment=disable_skype disabled=no list=skype_servers_z add address=194.165.188.0/24 comment=disable_skype disabled=no list=skype_servers_z add address=195.46.253.0/24 comment=disable_skype disabled=no list=skype_servers_z add address=213.199.179.0/24 comment=disable_skype disabled=no list=skype_servers_z add address=63.245.217.0/24 comment=disable_skype disabled=no list=skype_servers_z add address=64.4.23.0/24 comment=disable_skype disabled=no list=skype_servers_z add address=65.55.223.0/24 comment=disable_sky