Search
Search titles only
By:
Search titles only
By:
Log in
Register
Search
Search titles only
By:
Search titles only
By:
Menu
Install the app
Install
Forums
New posts
All threads
Latest threads
New posts
Trending threads
Trending
Search forums
What's new
New posts
New ads
New profile posts
Latest activity
Free Ads
Latest reviews
Search ads
Members
Current visitors
New profile posts
Search profile posts
Contact us
Latest ads
Colombo
Red Hat Certified System Administrator (RHCSA) - RHEL 10
Sanjeewani95
Updated:
Friday at 7:43 PM
NURSING , CAREGIVER , HOTEL & BEAUTY COURSES
IVA Para Medical Campus
Updated:
Thursday at 9:24 AM
Handmade Character Soft Toys Peppa Pig Family
anil1961
Updated:
Wednesday at 9:58 PM
Ad icon
Video Content Creator
pramukag
Updated:
Jun 28, 2026
Ad icon
QA Engineer Intern
pramukag
Updated:
Jun 28, 2026
Electronics
Vehicles
Property
Search
Reply to thread
Forums
Computers & Internet
Problems and Troubleshooting
How is the connection speed in slt ADSL
Get the App
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Message
<blockquote data-quote="sanjaya" data-source="post: 641385" data-attributes="member: 364"><p>Reason for ADSL slow i think this read full artical :</p><p></p><p>Many users of SLT ADSL complain about the connections slowing down to a crawl and even timeouts when browsing. I also ran into the same situation and tracked it down to a problem with Sri Lanka Telecom's DNS servers.</p><p></p><p>Two of their servers '203.115.0.1' and '203.115.0.18' sometimes stop responding completely and you cannot even ping them. The solution then is to use an external DNS server. Many of the other ISP in Sri Lanka have forgotten to block ports on the DNS servers and virtually anyone can use their DNS servers.</p><p></p><p>You shouldn't be suprised by this lack of attention to details, quite often you see so called sysadmins from Sri Lankan ISPs/Telecos asking elementary questions in mailing lists.</p><p></p><p>A more sophisticated solution than using a third party DNS server is to set up your own. daemontools obviously would be the first choice. When setting up however, I ran into a small problem.</p><p>/usr/bin/ld: errno: TLS definition in /lib/libc.so.6 section .tbss mismatches non-TLS reference in envdir.o /lib/libc.so.6: could not read symbols: Bad value collect2: ld returned 1 exit status</p><p></p><p>This is apparently a variation of the old errno problem on Fedora/Redhat. Apprently it's changed it's tune for Fedora 4. netqmail has an errno.path for both ucspi and daemontools (it's only one line). Apply it and compile again. Things will go smoothly.</p><p></p><p>It's only after you have installed both daemontools and ucspi that you can install djbdns. The follow the instructions on Prof. DJB's site on How to run a cache on a workstation</p><p></p><p>You will find that DNS queries are slow the first time (upto 1 second) than with your old SLT DNS server (due to the djbdns security model) but subsequent queries are much faster (about 1-5 milliseconds).</p><p></p><p></p><p><img src="/styles/default/xenforo/smilies/default/yes.gif" class="smilie" loading="lazy" alt=":yes:" title="Yes :yes:" data-shortname=":yes:" /> <img src="/styles/default/xenforo/smilies/default/yes.gif" class="smilie" loading="lazy" alt=":yes:" title="Yes :yes:" data-shortname=":yes:" /> <img src="/styles/default/xenforo/smilies/default/yes.gif" class="smilie" loading="lazy" alt=":yes:" title="Yes :yes:" data-shortname=":yes:" /> <img src="/styles/default/xenforo/smilies/default/yes.gif" class="smilie" loading="lazy" alt=":yes:" title="Yes :yes:" data-shortname=":yes:" /> <img src="/styles/default/xenforo/smilies/default/yes.gif" class="smilie" loading="lazy" alt=":yes:" title="Yes :yes:" data-shortname=":yes:" /> <img src="/styles/default/xenforo/smilies/default/yes.gif" class="smilie" loading="lazy" alt=":yes:" title="Yes :yes:" data-shortname=":yes:" /> <img src="/styles/default/xenforo/smilies/default/yes.gif" class="smilie" loading="lazy" alt=":yes:" title="Yes :yes:" data-shortname=":yes:" /> <img src="/styles/default/xenforo/smilies/default/yes.gif" class="smilie" loading="lazy" alt=":yes:" title="Yes :yes:" data-shortname=":yes:" /> <img src="/styles/default/xenforo/smilies/default/yes.gif" class="smilie" loading="lazy" alt=":yes:" title="Yes :yes:" data-shortname=":yes:" /> <img src="/styles/default/xenforo/smilies/default/yes.gif" class="smilie" loading="lazy" alt=":yes:" title="Yes :yes:" data-shortname=":yes:" /> <img src="/styles/default/xenforo/smilies/default/yes.gif" class="smilie" loading="lazy" alt=":yes:" title="Yes :yes:" data-shortname=":yes:" /> <img src="/styles/default/xenforo/smilies/default/yes.gif" class="smilie" loading="lazy" alt=":yes:" title="Yes :yes:" data-shortname=":yes:" /> <img src="/styles/default/xenforo/smilies/default/yes.gif" class="smilie" loading="lazy" alt=":yes:" title="Yes :yes:" data-shortname=":yes:" /></p></blockquote><p></p>
[QUOTE="sanjaya, post: 641385, member: 364"] Reason for ADSL slow i think this read full artical : Many users of SLT ADSL complain about the connections slowing down to a crawl and even timeouts when browsing. I also ran into the same situation and tracked it down to a problem with Sri Lanka Telecom's DNS servers. Two of their servers '203.115.0.1' and '203.115.0.18' sometimes stop responding completely and you cannot even ping them. The solution then is to use an external DNS server. Many of the other ISP in Sri Lanka have forgotten to block ports on the DNS servers and virtually anyone can use their DNS servers. You shouldn't be suprised by this lack of attention to details, quite often you see so called sysadmins from Sri Lankan ISPs/Telecos asking elementary questions in mailing lists. A more sophisticated solution than using a third party DNS server is to set up your own. daemontools obviously would be the first choice. When setting up however, I ran into a small problem. /usr/bin/ld: errno: TLS definition in /lib/libc.so.6 section .tbss mismatches non-TLS reference in envdir.o /lib/libc.so.6: could not read symbols: Bad value collect2: ld returned 1 exit status This is apparently a variation of the old errno problem on Fedora/Redhat. Apprently it's changed it's tune for Fedora 4. netqmail has an errno.path for both ucspi and daemontools (it's only one line). Apply it and compile again. Things will go smoothly. It's only after you have installed both daemontools and ucspi that you can install djbdns. The follow the instructions on Prof. DJB's site on How to run a cache on a workstation You will find that DNS queries are slow the first time (upto 1 second) than with your old SLT DNS server (due to the djbdns security model) but subsequent queries are much faster (about 1-5 milliseconds). :yes: :yes: :yes: :yes: :yes: :yes: :yes: :yes: :yes: :yes: :yes: :yes: :yes: [/QUOTE]
Insert quotes…
Verification
Awruddata maasa keeyada?
Post reply
Top
Bottom