<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by User61</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Tue, 07 Jul 2026 02:22:59 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>TG389ac SSH login</title>
            <link>http://forum.lowyat.net/topic/4498339</link>
            <description>I have a Technicolor TG389ac device and the SSH port is open. However I can&amp;#39;t login using the admin account via SSH. Anybody know any account that is able to?</description>
            <author>User61</author>
            <category>Maxis Fibre</category>
            <pubDate>Wed, 10 Jan 2018 21:50:47 +0800</pubDate>
        </item>
        <item>
            <title>Connecting a tunnel broker to Mikrotik RouterOS</title>
            <link>http://forum.lowyat.net/topic/2053796</link>
            <description>Hi guys, any of you using HE&amp;#39;s tunnel broker on your Mikrotik? I can&amp;#39;t seem to get it to work fully with the sample config given by HE. It will setup the tunnel on the router but clients behind it can&amp;#39;t use IPv6 still. Ping and traceroute will work if done from the router. &lt;br /&gt;&lt;br /&gt;Any gurus got this done?&lt;br /&gt;&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;&lt;br /&gt;/interface 6to4 add comment=&amp;#34;Hurricane Electric IPv6 Tunnel Broker&amp;#34; disabled=no local-address=175.1.2.3 mtu=1280 name=sit1 remote-address=216.218.221.42&lt;br /&gt;/ipv6 route add comment=&amp;#34;&amp;#34; disabled=no distance=1 dst-address=2000&amp;#58;&amp;#58;/3 gateway=2001&amp;#58;470&amp;#58;30&amp;#58;423&amp;#58;&amp;#58;1 scope=30 target-scope=10&lt;br /&gt;/ipv6 address add address=2001&amp;#58;470&amp;#58;30&amp;#58;423&amp;#58;&amp;#58;2/64 advertise=yes disabled=no eui-64=no interface=sit1&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;</description>
            <author>User61</author>
            <category>Networks and Broadband</category>
            <pubDate>Sat, 01 Oct 2011 14:09:50 +0800</pubDate>
        </item>
        <item>
            <title>Unifi RB750 port forwarding still not working</title>
            <link>http://forum.lowyat.net/topic/1851480</link>
            <description>Hi there, I&amp;#39;ve followed MikroTik&amp;#39;s wiki page for help with port forwarding/mapping and also KLseet + rizvanrp&amp;#39;s guide (on KLseet&amp;#39;s website). I&amp;#39;ve setup port forwarding for port 22 to my linux box.&lt;br /&gt;&lt;br /&gt;With MikroTik wiki&amp;#39;s example (no In interface specified for dst-nat and no Out Interface specified for srcnat masquerade), I seem to be able to access my linux box using ssh but if I want to login to another remote box via ssh, it seems to connect me to my linux box only regardless of what address I&amp;#39;m trying to connect.&lt;br /&gt;&lt;br /&gt;With KLseet&amp;#39;s  (updated) guide (In interface specified for dst-nat and out Interface specified for srcnat masquerade) on port forwarding, connecting to remote computers via ssh is okay but I lose the ability to connect to my own linux box from outside my own network.&lt;br /&gt;&lt;br /&gt;What am I doing wrong?&lt;br /&gt;&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;&lt;br /&gt;/ip firewall nat print detail&lt;br /&gt;&lt;br /&gt; 0 &amp;nbsp;&amp;#59;;; default configuration&lt;br /&gt; &amp;nbsp; &amp;nbsp; chain=srcnat action=masquerade out-interface=Unifi-Internet &lt;br /&gt;&lt;br /&gt; 1 X chain=srcnat action=masquerade &lt;br /&gt;&lt;br /&gt; 2 &amp;nbsp; chain=dstnat action=dst-nat to-addresses=192.168.88.10 to-ports=22 &lt;br /&gt; &amp;nbsp; &amp;nbsp; protocol=tcp in-interface=Unifi-Internet dst-port=22 &lt;br /&gt;&lt;br /&gt; 3 X chain=dstnat action=dst-nat to-addresses=192.168.88.10 to-ports=21 &lt;br /&gt; &amp;nbsp; &amp;nbsp; protocol=tcp dst-port=21 &lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;&lt;br /&gt;/ip route print detail&lt;br /&gt;&lt;br /&gt; 0 ADS &amp;nbsp;dst-address=0.0.0.0/0 gateway=219.93.218.177 &lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;gateway-status=219.93.218.177 reachable Unifi-Internet distance=1 &lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;scope=30 target-scope=10 &lt;br /&gt;&lt;br /&gt; 1 ADC &amp;nbsp;dst-address=192.168.88.0/24 pref-src=192.168.88.1 &lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;gateway=ether2-local-master &lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;gateway-status=ether2-local-master reachable distance=0 scope=10 &lt;br /&gt;&lt;br /&gt; 2 ADC &amp;nbsp;dst-address=219.93.218.177/32 pref-src=110.159.111.222 &lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;gateway=Unifi-Internet gateway-status=Unifi-Internet reachable &lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;distance=0 scope=10 &lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;</description>
            <author>User61</author>
            <category>Networks and Broadband</category>
            <pubDate>Tue, 26 Apr 2011 03:50:22 +0800</pubDate>
        </item>
        <item>
            <title>Unifi Home Network Setup</title>
            <link>http://forum.lowyat.net/topic/1728985</link>
            <description>Hi there, I need some help from all of you networking sifus out there. My current setup for Unifi is:&lt;br /&gt;&lt;br /&gt;Big bad world -&amp;gt; RG -&amp;gt; Mikrotik RG750G -&amp;gt; main WRT54GL (ddwrt) and IPTV&lt;br /&gt;&lt;br /&gt;- RG750G is setup as per klseet&amp;#39;s guide.&lt;br /&gt;- the main WRT54GL is connected to two others WRT54GL via WDS and they work fine. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The problem is, the IPTV box is connected via a very long ethernet cable across my livingroom so I set up another WRT54GL as a wireless bridge to connect to the main WRT54GL but this doesn&amp;#39;t work (the link is made, I can connect my laptop to the internet if I&amp;#39;m plugged in via ethernet cable to this router, just that there&amp;#39;s the VLAN 600 thingy that is throwing a spanner in the works I think). My questions is: is it even possible to do what I&amp;#39;m attempting to do? If yes, how? Thanks.</description>
            <author>User61</author>
            <category>Networks and Broadband</category>
            <pubDate>Sun, 23 Jan 2011 20:54:33 +0800</pubDate>
        </item>
        <item>
            <title>How to add another module of RAM into Inspiron6400</title>
            <link>http://forum.lowyat.net/topic/511092</link>
            <description>My 6400 has 2 modules of RAM currently. 512MB that came with the laptop and another 1GB that I installed at the back after I got the laptop. Now I have another 1GB that I wanna replace the 512MB with. Dell does not have a service manual that tells me how to replace the 512MB that is inside my computer, the one under my keyboard. &lt;br /&gt;&lt;br /&gt;So I&amp;#39;d like to ask for some help from you guys if any of you have done it before. I&amp;#39;d appreciate it if you could tell me how or best, point to a official guide with lots of pictures in it &lt;!--emo&amp;:D--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif' /&gt;&lt;!--endemo--&gt; Thanks.</description>
            <author>User61</author>
            <category>Mobile Computing</category>
            <pubDate>Mon, 27 Aug 2007 14:35:41 +0800</pubDate>
        </item>
    </channel>
</rss>
