<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WING LOON &#187; Technology</title>
	<atom:link href="http://wingloon.com/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://wingloon.com</link>
	<description>decoding my knowledge through blogging</description>
	<lastBuildDate>Sun, 22 Jan 2012 05:00:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How To Setup My UniFi Using Mikrotik RB751U-2HnD and Linksys WRT54GS v4 DD-WRT</title>
		<link>http://wingloon.com/2012/01/22/how-to-setup-my-unifi-using-mikrotik-rb751u-2hnd-and-linksys-wrt54gs-v4-dd-wrt/</link>
		<comments>http://wingloon.com/2012/01/22/how-to-setup-my-unifi-using-mikrotik-rb751u-2hnd-and-linksys-wrt54gs-v4-dd-wrt/#comments</comments>
		<pubDate>Sun, 22 Jan 2012 05:00:48 +0000</pubDate>
		<dc:creator>wingloon</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://wingloon.com/?p=1223</guid>
		<description><![CDATA[I wanted to share with you my TM UniFi setup at my house. You can refer to the simple diagram below on how my TM UniFi setup at my house. The fibre cable is installed on the top floor of my house. I replaced the D-Link DIR-615 provided by TM with Mikrotik RB751U-2HnD. To achieve [...]]]></description>
			<content:encoded><![CDATA[<p>I wanted to share with you my TM UniFi setup at my house. You can refer to the simple diagram below on how my TM UniFi setup at my house. The fibre cable is installed on the top floor of my house. I replaced the D-Link DIR-615 provided by TM with <a href="http://routerboard.com/RB751U-2HnD" target="_blank">Mikrotik RB751U-2HnD</a>. To achieve watching TM HyppTV (IPTV) as well as wireless web browsing on the ground floor, I put a Linksys WRT54GS v4 DD-WRT on the ground floor by connecting it to Mikrotik RB751U-2HnD via TP-Link Homeplug Powerline Ethernet Adapter Starter Kit.</p>
<p><img src="http://i211.photobucket.com/albums/bb125/wlsiew/unifi/My-UniFi.jpg" /></p>
<p><span id="more-1223"></span></p>
<p>Lets start configuring the Mikrotik RB751U-2HnD as below.</p>
<p><img src="http://i211.photobucket.com/albums/bb125/wlsiew/unifi/all-interfaces.jpg" /></p>
<p><code>/interface vlan<br />
add arp=enabled disabled=no interface=ether1-gateway l2mtu=1596 mtu=1500 name=vlan.500 use-service-tag=no vlan-id=500<br />
add arp=enabled disabled=no interface=ether1-gateway l2mtu=1596 mtu=1500 name=gwvlan.600 use-service-tag=no vlan-id=600<br />
add arp=enabled disabled=no interface=ether5-slave-local l2mtu=1594 mtu=1500 name=vlan.592 use-service-tag=no vlan-id=592<br />
add arp=enabled disabled=no interface=ether5-slave-local l2mtu=1594 mtu=1500 name=vlan.600 use-service-tag=no vlan-id=600</code></p>
<p><img src="http://i211.photobucket.com/albums/bb125/wlsiew/unifi/vlan-500.jpg" /></p>
<p><img src="http://i211.photobucket.com/albums/bb125/wlsiew/unifi/gwvlan-600.jpg" /></p>
<p><img src="http://i211.photobucket.com/albums/bb125/wlsiew/unifi/vlan-600.jpg" /></p>
<p><img src="http://i211.photobucket.com/albums/bb125/wlsiew/unifi/vlan-592.jpg" /></p>
<p><code>/interface bridge<br />
add admin-mac=00:0C:42:E4:63:3D ageing-time=5m arp=enabled auto-mac=yes disabled=no forward-delay=15s l2mtu=1594 max-message-age=20s mtu=1500 name=bridge-local priority=0x8000 protocol-mode=none transmit-hold-count=6<br />
add admin-mac=00:00:00:00:00:00 ageing-time=5m arp=enabled auto-mac=yes disabled=no forward-delay=15s l2mtu=1594 max-message-age=20s mtu=1500 name=UniFi-IPTV priority=0x8000 protocol-mode=none transmit-hold-count=6</code></p>
<p><img src="http://i211.photobucket.com/albums/bb125/wlsiew/unifi/bridge-unifi-iptv.jpg" /></p>
<p><code>/interface bridge port<br />
add bridge=bridge-local disabled=no edge=auto external-fdb=auto horizon=none interface=wlan1 path-cost=10 point-to-point=auto priority=0x80<br />
add bridge=bridge-local disabled=no edge=auto external-fdb=auto horizon=none interface=ether2-master-local path-cost=10 point-to-point=auto priority=0x80<br />
add bridge=bridge-local disabled=no edge=auto external-fdb=auto horizon=none interface=vlan.592 path-cost=10 point-to-point=auto priority=0x80<br />
add bridge=UniFi-IPTV disabled=no edge=auto external-fdb=auto horizon=none interface=vlan.600 path-cost=10 point-to-point=auto priority=0x80<br />
add bridge=UniFi-IPTV disabled=no edge=auto external-fdb=auto horizon=none interface=gwvlan.600 path-cost=10 point-to-point=auto priority=0x80</code></p>
<p><img src="http://i211.photobucket.com/albums/bb125/wlsiew/unifi/br-port-vlan-592.jpg" /></p>
<p><img src="http://i211.photobucket.com/albums/bb125/wlsiew/unifi/br-port-vlan-600.jpg" /></p>
<p><img src="http://i211.photobucket.com/albums/bb125/wlsiew/unifi/br-port-gwvlan-600.jpg" /></p>
<p><code>/interface bridge settings<br />
set use-ip-firewall=no use-ip-firewall-for-pppoe=no use-ip-firewall-for-vlan=no</code></p>
<p><img src="http://i211.photobucket.com/albums/bb125/wlsiew/unifi/br-settings.jpg" /></p>
<p><code>/ip firewall nat<br />
add action=masquerade chain=srcnat comment="default configuration" disabled=no out-interface=UniFi-Internet</code></p>
<p><img src="http://i211.photobucket.com/albums/bb125/wlsiew/unifi/fw-nat-1.jpg" /></p>
<p><img src="http://i211.photobucket.com/albums/bb125/wlsiew/unifi/fw-nat-2.jpg" /></p>
<p><code>/ip firewall filter<br />
add action=reject chain=input comment="default configuration" disabled=no in-interface=UniFi-Internet reject-with=icmp-network-unreachable</code></p>
<p><img src="http://i211.photobucket.com/albums/bb125/wlsiew/unifi/fw-rule-1.jpg" /></p>
<p><img src="http://i211.photobucket.com/albums/bb125/wlsiew/unifi/fw-rule-2.jpg" /></p>
<p><code>/ip pool<br />
add name=default-dhcp ranges=192.168.88.51-192.168.88.60</p>
<p>/ip dhcp-server<br />
add address-pool=default-dhcp authoritative=after-2sec-delay bootp-support=static disabled=no interface=bridge-local lease-time=3d name=default</p>
<p>/ip dhcp-server network<br />
add address=192.168.88.0/24 comment="default configuration" dns-server=8.8.8.8,8.8.4.4 gateway=192.168.88.1</code></p>
<p><img src="http://i211.photobucket.com/albums/bb125/wlsiew/unifi/dhcp-ip-pool.jpg" /></p>
<p><code>/ip dns<br />
set allow-remote-requests=yes cache-max-ttl=1w cache-size=2048KiB max-udp-packet-size=512 servers=8.8.8.8,8.8.4.4</code></p>
<p><img src="http://i211.photobucket.com/albums/bb125/wlsiew/unifi/dns-settings.jpg" /></p>
<p><code>/interface pppoe-client<br />
add ac-name="" add-default-route=yes allow=pap,chap,mschap1,mschap2 dial-on-demand=no disabled=no interface=vlan.500 max-mru=1492 max-mtu=1492 mrru=disabled name=UniFi-Internet password=PASSWORD1234567890 profile=default service-name="" use-peer-dns=no user=username@unifi</code></p>
<p><img src="http://i211.photobucket.com/albums/bb125/wlsiew/unifi/pppoe-client-1.jpg" /></p>
<p><img src="http://i211.photobucket.com/albums/bb125/wlsiew/unifi/pppoe-client-2.jpg" /></p>
<p>Next, start configuring Linksys WRT54GS v4 to achieve VLAN tagging of using 3 digit VLAN number because it is understood that with the stock DD-WRT it only works with 802.11Q VLAN 0 to 15. I am using <a href="http://bit.ly/x6kfxc" target="_blank">DD-WRT v24-sp2 (12/08/11) vpn-small &#8211; build 17990M VINT Eko</a>. By changing the original switch-robo.o module with the new from <a href="http://www.dd-wrt.com/phpBB2/viewtopic.php?t=86919" target="_blank">DD-WRT forum</a> post, VLAN number greater than 15 will work. I downloaded the pre-compiled switch-robo.o module from this <a href="http://bit.ly/wtJBjV" target="_blank">Linksys WRT54GL VLAN tagging</a> post. In DD-WRT, you need to enable JFFS. Goto Administration, Management, JFFS2 Support and JFFS2 enable. Reboot the Linksys router after successful modification. </p>
<p><img src="http://i211.photobucket.com/albums/bb125/wlsiew/unifi/dd-wrt-jffs2.jpg" /></p>
<p>Telnet to the Linksys router and run the commands below: -</p>
<p><code># cd /jffs<br />
# wget http://www.freqoflife.com/switch-robo.o<br />
# chmod a+r switch-robo.o</code></p>
<p>Now you need to create a startup script. Goto Administration and Commands. Enter the following below and save startup. Reboot the Linksys router after successful modification. </p>
<p><img src="http://i211.photobucket.com/albums/bb125/wlsiew/unifi/dd-wrt-cmds.jpg" /></p>
<p><code>rmmod switch-robo<br />
insmod /jffs/switch-robo.o<br />
sleep 10<br />
vconfig add eth0 592<br />
vconfig add eth0 600<br />
ifconfig vlan592 up<br />
ifconfig vlan600 up<br />
brctl addif br0 vlan592<br />
sleep 5<br />
echo "1 2 3t 5t" > /proc/switch/eth0/vlan/592/ports<br />
sleep 5<br />
echo "0 3t 5t" > /proc/switch/eth0/vlan/600/ports</code></p>
<p>Finally, with all the configuration above I hope you are able to use and enjoy your UniFi. Thank you.</p>
]]></content:encoded>
			<wfw:commentRss>http://wingloon.com/2012/01/22/how-to-setup-my-unifi-using-mikrotik-rb751u-2hnd-and-linksys-wrt54gs-v4-dd-wrt/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Business VoIP with Toll Free Numbers</title>
		<link>http://wingloon.com/2011/08/04/business-voip-with-toll-free-numbers/</link>
		<comments>http://wingloon.com/2011/08/04/business-voip-with-toll-free-numbers/#comments</comments>
		<pubDate>Thu, 04 Aug 2011 11:03:53 +0000</pubDate>
		<dc:creator>wingloon</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://wingloon.com/?p=1204</guid>
		<description><![CDATA[With the growing of high speed broadband service in my country, using of traditional copper-based land line telephone service is not an optimum way to improve business productivity for any company. I see business voip telephone service is growing tremendously recently. The trend now is heading to Internet Protocol (IP) whereby you can have PBX [...]]]></description>
			<content:encoded><![CDATA[<p>With the growing of high speed broadband service in my country, using of traditional copper-based land line telephone service is not an optimum way to improve business productivity for any company. I see <a href="http://www.ringcentral.com/" target="_blank">business voip</a> telephone service is growing tremendously recently. The trend now is heading to Internet Protocol (IP) whereby you can have PBX and Internet fax hosted in your premises or remotely in the state of the art datacenter. With the VoIP, long distance call rates is free if both parties are within the service provider network. So, why should stop you subscribing to efficient business VoIP service.</p>
<p>The feature service you should want from your <a href="http://www.ringcentral.com/" target="_blank">business voip</a> service provider are toll free numbers, virtual PBX, Internet fax, conference calling, automated virtual receptionist, music on hold as well as 24/7 customer support. With RingCentral, you can get your 800 numbers to use in your existing telephone service. RingCentral 800 numbers is the way to your business success gateway. Well industry recognized virtual phone system setup online in minutes with RingCentral service will bring your company rapidly into business.</p>
<p>By leveraging the VoIP service, many businesses is able to expand their business rapidly without worrying about high maintenance equipment cost to their traditional PBX system as all the virtual PBX and Internet fax is maintained by the <a href="http://www.ringcentral.com/" target="_blank">business voip</a> service provider. In addition, having a 800 numbers is significantly improve better relationship with your customers.</p>
]]></content:encoded>
			<wfw:commentRss>http://wingloon.com/2011/08/04/business-voip-with-toll-free-numbers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Change UniFi Router Primary and Secondary DNS Address</title>
		<link>http://wingloon.com/2011/06/24/how-to-change-unifi-router-primary-and-secondary-dns-address/</link>
		<comments>http://wingloon.com/2011/06/24/how-to-change-unifi-router-primary-and-secondary-dns-address/#comments</comments>
		<pubDate>Fri, 24 Jun 2011 11:30:08 +0000</pubDate>
		<dc:creator>wingloon</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://wingloon.com/?p=1200</guid>
		<description><![CDATA[Today I would like to share how to change the primary and secondary DNS address in the UniFi D-Link DIR-615 wireless router (aka residential gateway) provided by TM. The steps is pretty simple and straight forward. All you need to do is login to the wireless router using the administrator login below: - Username: operator [...]]]></description>
			<content:encoded><![CDATA[<p>Today I would like to share how to change the primary and secondary DNS address in the UniFi D-Link DIR-615 wireless router (aka residential gateway) provided by TM. The steps is pretty simple and straight forward. All you need to do is login to the wireless router using the administrator login below: -</p>
<p><span id="more-1200"></span></p>
<p>Username: operator<br />
Password: h566UniFi</p>
<p>Once you logged in, you will see the Internet Setup in the SETUP menu page as below. Next, click on the Manual Internet Connection Setup button to go to the PPPoE setting page.</p>
<p><img src="http://i211.photobucket.com/albums/bb125/wlsiew/technology/dir615a.jpg" alt="Internet Connection" /></p>
<p>Once you are in the PPPoE setting page as below, you can now starting to change the primary and secondary DNS address to your preferred address provided either by Google Public DNS or OpenDNS.</p>
<p><img src="http://i211.photobucket.com/albums/bb125/wlsiew/technology/dir615b.jpg" alt="PPPoE" /></p>
<p>You can select to use either Google DNS or OpenDNS. However, I am using one address from both provider as you can see the screen shot above.</p>
<p><strong>Google Public DNS</strong><br />
8.8.8.8<br />
8.8.4.4</p>
<p><strong>OpenDNS</strong><br />
208.67.222.222<br />
208.67.220.220</p>
<p>After changing the primary and secondary DNS address, please click Save Settings button to have the wireless router acknowledge the changes. Perhaps, if you know other good DNS addresses, I would like to hear from your suggestions and comments. Thank you.</p>
]]></content:encoded>
			<wfw:commentRss>http://wingloon.com/2011/06/24/how-to-change-unifi-router-primary-and-secondary-dns-address/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Recover UniFi PPPoE Password</title>
		<link>http://wingloon.com/2011/03/15/recover-unifi-pppoe-password/</link>
		<comments>http://wingloon.com/2011/03/15/recover-unifi-pppoe-password/#comments</comments>
		<pubDate>Mon, 14 Mar 2011 17:22:53 +0000</pubDate>
		<dc:creator>wingloon</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://wingloon.com/?p=1169</guid>
		<description><![CDATA[Do you ever forget the password of your UniFi? To recover your password from the Residential Gateway (which is the D-Link DIR-615) provided by TM. Simply login to your Residential Gateway aka RG by telnet or ssh to the RG. Once you successfully logged into the RG, you can run the command below: - cat [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://i211.photobucket.com/albums/bb125/wlsiew/etc/unifi01.jpg" alt="DIR-615 PPPoE" /></p>
<p>Do you ever forget the password of your <a href="http://www.unifi.my" target="_blank">UniFi</a>? To recover your password from the Residential Gateway (which is the D-Link DIR-615) provided by TM. Simply login to your Residential Gateway aka RG by telnet or ssh to the RG. Once you successfully logged into the RG, you can run the command below: -</p>
<p><code>cat /etc/ppp/chap-secrets</code></p>
<p>You will see an output as below: -</p>
<p><code>"username@unifi" * "yourpassword" *</code></p>
]]></content:encoded>
			<wfw:commentRss>http://wingloon.com/2011/03/15/recover-unifi-pppoe-password/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Google Chrome 8.0.552.215 Moved to Stable</title>
		<link>http://wingloon.com/2010/12/06/google-chrome-8-0-552-215-moved-to-stable/</link>
		<comments>http://wingloon.com/2010/12/06/google-chrome-8-0-552-215-moved-to-stable/#comments</comments>
		<pubDate>Mon, 06 Dec 2010 07:33:09 +0000</pubDate>
		<dc:creator>wingloon</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://wingloon.com/?p=1164</guid>
		<description><![CDATA[The 8th version of Google Chrome is in stable release. Apart from the 800 over bug fixes and stability improvements, Chrome 8.0.552.215 now has a built in PDF viewer that is secured within Chrome’s sandbox. If you are not an offline installer user, your Chrome will be automatically updated, please correct me if I am [...]]]></description>
			<content:encoded><![CDATA[<p>The 8th version of <a href="http://www.google.com/chrome" target="_new">Google Chrome</a> is in stable release. Apart from the 800 over bug fixes and stability improvements, Chrome 8.0.552.215 now has a built in PDF viewer that is secured within Chrome’s sandbox. If you are not an offline installer user, your Chrome will be automatically updated, please correct me if I am wrong. However, if you want offline installer for mass deployment of Chrome, you may proceed to download the <a href="http://dl.google.com/chrome/install/552.215/chrome_installer.exe">Google Chrome 8.0.552.215 for Windows</a>.</p>
<p>Source: <a href="http://googlechromereleases.blogspot.com/2010/12/stable-beta-channel-updates.html" target="_new">Google Chrome Releases</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wingloon.com/2010/12/06/google-chrome-8-0-552-215-moved-to-stable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

