www.linuxexpert.ro

Tutorials

  • Home
  • BGP Tutorials
    • Remove private AS
  • cPanel Tutorials
    • Install ImageMagick on cPanel
    • Install Softaculous
  • Linux Tutorials
    • Auto-reboot Linux after kernel panic
    • Building a firewall with Iptables
    • Change array RAID 1 disk order
    • Configure ntfs-3g on Linux Slackware
    • DHCP Option Codes
    • DansGuardian with Squid and ClamAV
    • Fetchmail for Gmail accounts
    • Install Zend & APC PHP Optimizers
    • Install Atheros AR242x PCI Express Adapter
    • Install awstats with DirectAdmin
    • Install DBD::mysql via CPAN shell
    • Install DjbDNS on Ubuntu
    • Installing fail2ban on Centos 5
    • Install GoDaddy SSL Certificate
    • Install i386 packages under x86_64
    • Install Linux via USB flashdrive
    • Install ModSecurity2 on Apache2.0.x
    • Install Nginx on CentOS
    • Install webalizer with ispconfig
    • Install intel A/B/G/N wireless on linux
    • Kernel Upgrade
    • Mobile phone access via bluetooth
    • Optimize MySQL
    • Optimize Qmail
    • Optimize server load
    • Optimize and Tune Apache for performance
    • Optimize and Tune Nginx for performance
    • Perfect Mailserver on Debian
    • Pidgin "Now Playing" Status Message
    • PHP hardening
    • PHP hardening with Suhosin
    • PHP5 Support allong with PHP4
    • Previewing your site before making DNS changes
    • Proxy Auto Configuration
    • PXE boot install rescue
    • Setup awstats on CentOS
    • Setup EC2 Amazon L2TP IPSec VPN
    • Setup email piping with Qmail
    • Setup Exim with DKIM
    • Setup Exim smart relay with cPanel
    • Setup OpenVPN
    • Setup postfix on nonstandard port
    • Setup SS5 Socks Proxy
    • Setup vsftp with no shell access
    • Sendmail smart relay with gmail auth
    • Squid proxy NCSA authentication
    • Tcpdump filters
    • Upgrade PHP to 5.3 in Plesk 10
    • Useful regular expressions
    • X with [SiS] 771/671 VGA controller
  • Joomla Tutorials
    • Hardening Joomla
    • Module Positions
    • Remove Joomla description meta tag
  • Looking Glasses
  • Optimize Firefox
  • Security
    • Crack WiFi WEP passwords
    • Defend against UDP isc.org DNS query DDOS
    • Detect DDoS attack
    • Remove malware from web sites
    • Sniff SSL passwords with ettercap
    • Snort2BGP
    • Track Hackers
    • What Is My IP
  • Troubleshooting
    • Grub error no such disk
    • named dumping master file: tmp-XXXXXXXXXX: open: permission denied
    • Nginx 413 Request Entity Too Large
    • SSH conection closed by remote host
    • Troubleshooting sis190.c
  • Unix Tutorials
    • FreeBSD reset root password
    • Installing snort on OpenBSD
    • Unix Toolbox
  • Virtualization Tutorials
    • Convert VirtualBox image to VMWare
    • VMware SNMP Enable
  • VoIP Tutorials
    • Install Elastix
    • Qos for Asterisk

Who's Online

We have 20 guests and no members online

Most Read

  • Setup SS5 Socks Proxy
  • Install webalizer with ispconfig
  • Sniff SSL passwords with ettercap
  • __404__
  • Optimize and Tune Apache for performance

Products and Services

  • Home
  • Linux Products and Services
  • Buy VPN Account
  • Privacy Policy for Linuxexpert
  • Remove malware

Home

Uncategorised

  • Print
  • Email
Details
Published: 25 October 2008
Hits: 7423

I found these 2 ways of optimizing load time of pages in Firefox Mozilla. Both work, the load times vary. I noticed the load time of pages has become faster and I have an ADSL2+ connection at 3 Mbit/s download and 384 kbit/s upload.
Found these 2 ways on some other sites I cant even remember. Hope it works for you as it is working for me now.

First way of optimizing Firefox

Firefox is in my opinion the best browser ever made until now. It includes:
-improved tabbed browsing
-pop up blocking
-integrated Goggle search
-enhanced privacy controls
-built-in phishing protection
-online spell checking
-lots of themes, interfaces, and extensions/addons

Mozilla Firefox officially supports:
-Microsoft Windows
-Linux
-Mac OS X

Unofficial Support:
-Free BSD
-OS/2
-Solaris
-SkyOS
-BeOS
-XP Professional x64 Edition

Now here are some Tips&Tricks that can help you double the speed of Firefox.

1. Type about:config in the address bar and then press Enter.

2. In the filter search bar type network.http.pipelining. Be sure the value field is set true,if not double-click to set true. HTTP is the application-layer protocol that most web pages are transferred with. In HTTP 1.1, multiple requests can be sent before any responses are received. This is known as pipelining. Pipelining reduces page loading times, but not all servers support it.

3. Go back to the filter search bar and type network.http.pipelining.maxrequests. Double-click this option and set its value to 8.

4. In the filter search bar and type network.http.proxy.pipelining. Once opened doubleclick on it and set it to true.

5. In IPv6-capable DNS servers, an IPv4 address may be returned when an IPv6 address is requested. It is possible for Mozilla to recover from this misinformation, but a significant delay is introduced.
Type network.dns.disableIPv6 in the filter search bar and set this option to true by double clicking on it.

6. CONTENT INTERRUPT PARSING
This preference controls if the application will interrupt parsing a page to respond to UI events. It does not exist by default. Right-click (Apple users ctrl-click) anywhere in the about:config window, select New and then Boolean from the pop-up menu. Then:
A. Enter content.interrupt.parsing in the New boolean value pop-up window and click OK
B. When prompted to choose the value for the new boolean, select true and click OK.

7. Rather than wait until a page has completely downloaded to display it to the user, Mozilla applications will regularly render what has been received to that point. This option controls the maximum amount of time the application will be unresponsive while rendering pages. Right-click (Apple users ctrl-click) anywhere in the about:config window, select New and then Integer from the pop-up menu.
A. Enter content.max.tokenizing.time in the New integer value pop-up window and click OK
B. You will be prompted to enter a value. Enter 2250000 and click OK.

8. CONTENT NOTIFY INTERVAL
This option sets the minimum amount of time to wait between reflows. Right-click (Apple users ctrl-click) anywhere in the about:config window, select New and then Integer from the pop-up menu.
A. Type content.notify.interval in the New integer value pop-up window and click OK.
B. You will be prompted to enter a value. Enter 750000 and click OK.

9. CONTENT NOTIFY ONTIMER
A. This option sets if to reflow pages at an interval any higher than that specified by content.notify.interval. Right-click (Apple users ctrl-click) anywhere in the about:config window and select New and then Boolean from the pop-up menu.
B. Type content.notify.ontimer in the New boolean value pop-up window and click OK.
C. You will be prompted to choose the value for the new boolean. Select true and click OK.

10. Notify Backoffcount
This option controls the maximum number of times the content will do timer-based reflows. After this number has been reached, the page will only reflow once it is finished downloading. Right-click (Apple users ctrl-click) anywhere in the about:config window and select New and then Integer from the pop-up menu.
A. Enter content.notify.backoffcount in the New integer value pop-up window and click OK.
B. You will be prompted to enter a value. Enter 5 and click OK.

11. CONTENT SWITCH THRESHOLD
You can interact with a loading page when content.interrupt.parsing is set to true. When a page is loading, the application has two modes: a high frequency interrupt mode and a low frequency interrupt mode. The first one interrupts the parser more frequently to allow for greater UI responsiveness during page load.
The low frequency interrupt mode interrupts the parser less frequently to allow for quicker page load. The application enters high frequency interrupt mode when you move the mouse or type on the keyboard and switch back to low frequency mode when you had no activity for a certain amount of time. This preference controls that amount of time. Right-click (Apple users ctrl-click) anywhere in the about:config window and select New and then Integer from the pop-up menu.
A. Enter content.switch.threshold in the New integer value pop-up window and click OK.
B. You will be prompted to enter a value. Enter 750000 and click OK.

12. NGLAYOUT INITIALPAINT DELAY
Mozilla applications render web pages incrementally, they display what’s been received
of a page before the entire page has been downloaded. Since the start of a web page
normally doesn’t have much useful information to display, Mozilla applications will wait
a short interval before first rendering a page. This preference controls that interval. Rightclick (Apple users ctrl-click) anywhere in the about:config window and select New and then Integer from the pop-up menu.
A. Enter nglayout.initialpaint.delay in the New integer value pop-up window and click OK.
B. You will be prompted to enter a value. Enter 0 and click OK.


Second way of optimizing Firefox:


1. Type "about:config" into the address bar and hit enter. Scroll down and look for the following entries:

2. Alter the entries as follows:

Set "network.http.pipelining" to "true"
Set "network.http.proxy.pipelining" to "true"

set "network.http.pipelining.maxrequests" to some number like 30. This means it will make 30 requests at once.

3. Lastly right-click anywhere and select New-> Integer. Name it "nglayout.initialpaint.delay" and set its value to "0". This value is the amount of time the browser waits before it acts on information it recieves.


More options:

For ADSL:
1. Type: about:config
2. Set:
network.http.max-connections : 64
network.http.max-connections-per-server : 21
network.http.max-persistent-connections-per-server : 8
network.http.pipelining : true
network.http.pipelining.maxrequests : 100
network.http.proxy.pipelining : true

3. Lastly right-click anywhere and select New-> Integer. Name it "nglayout.initialpaint.delay" and set its value to "0". This value is the amount of time the browser waits before it acts on information it recieves.

Note:

We use Hosting and VPS Hosting, from: www.star-host.org

We like and trust them.

Good prices, high security.

  • Print
  • Email
Details
Published: 25 October 2008
Hits: 9690
 



ROMANIAN looking glasses:

  • Astral Telecom (AS6746)- http://lg.astralnet.ro/
  • CANAD (AS8919) - http://www.canad.ro/lg/
  • EUROWEB (AS6663) - http://lg.euroweb.ro/
  • GTS TELECOM ROMANIA (AS5606) - http://lg.gtstelecom.ro
  • [down] LASTING (AS15856) - http://lg.lasting.ro/
  • RONIX (AS20530) - http://www.ronix.ro/lg/
  • ROEDUNET (AS2614) - http://www.roedu.net/lg/
  • [down] ROEDUNET Cluj - http://ana.utcluj.ro/lg/lg.html
  • [down] SOFTNET (AS15407) - http://lg.softnet.ro/
  • Alsys (AS25409) - http://cache.alsys.ro/index1.html

then here comes a list w/links to looking glasses around the world:
(this list is mainly based on the list from DTI (Dream Train Internet, very cool name) http://neptune.dti.ad.jp. thanks for their time compiling this list (other sources include: the list from traceroute.org, a few other sites from this list, search engines).

if you come across a dead link then please report it to webmaster (at) DIESPAMDIE starhost(dot) ro. thanks in advance.

route servers (cisco routers vty access):

  • ATTnet (AS7018) - telnet://route-server.ip.att.net the most used route-server around the world.
  • ATT Canada East (AS15290) - telnet://route-server.east.attcanada.com/
  • ATT Canada West (AS15290) - telnet://route-server.west.attcanada.com/
  • BBN Planet (AS1) - telnet://ner-routes.bbnplanet.net/
  • BelWue (AS553) - telnet://route-server.belwue.de/
  • Broadwing - telnet://route-server.broadwing.net/
  • CERFnet (AS1838) - telnet://route-server.cerf.net
  • COLT Internet (AS8220) - telnet://route-server.colt.net
  • Exodus US (AS3967) - telnet://route-server.exodus.net
  • Exodus Asia (AS4197) - telnet://route-server-ap.exodus.net
  • Exodus Australia (AS9328) - telnet://route-server-au.exodus.net
  • Exodus Europe (AS8709) - telnet://route-server-eu.exodus.net
  • Global Crossing (AS3549) - telnet://route-server.gblx.net
  • GT Group Telecom (AS6539)- telnet://route-server.gt.ca
  • Hurricane Electric (AS6939) - telnet://route-server.he.net
  • Internet Solutions (AS3741) - telnet://public-route-server.is.co.za
  • OPENTRANSIT (AS5511) (v4/v6)- telnet://route-server.opentransit.net
  • Oregon Internet Exchange (AS6447) - telnet://route-views.oregon-ix.net (a cisco)
  • Oregon Internet Exchange (AS6447) #2 (v4/v6) - telnet://route-views3.routeviews.org (a juniper M5)
  • Oregon Internet Exchange (AS6447) #3 - telnet://route-views2.oregon-ix.net (a zebra)
    (more about University of Oregon Route Views Project: http://www.routeviews.org/
  • Energis Squared (former Planet Online) (AS5388) - telnet://route-server.as5388.net
  • SwiNOG/FRnOG - telnet://ch-views.swinog.ch/ (aka zebra.swinog.ch) old link: telnet://144.85.10.248/
  • TELUS (AS852) East - telnet://route-views.on.bb.telus.com/
  • TELUS (AS852) West - telnet://route-views.ab.bb.telus.com/
  • Tiscali (AS3257) - telnet://route-server.ip.tiscali.net/
  • Utah Regional Exchange Point - telnet://route-server.utah.rep.net
  • Wiltel (AS7911) - telnet://route-server.wcg.net


    looking glasses:


    A
  • ABOVE (AS6461,v4) - http://lg.above.net/
  • ACOnet (AS1853,v4) - http://www.aco.net/lookingglass/lg.html
  • allegiance telecom (AS2548,v4) - http://nitrous.algx.net/
  • AMS-IX (AS1200,v4) - http://www.ams-ix.net/cgi-bin/lg
  • AMS-IX (AS1200,v6) - http://www.ams-ix.net/cgi-bin/lg6
  • ASCC (AS9264,v6) - http://mrlg.ipv6.ascc.net/cgi-bin/index.cgi
  • Atlantis Group (.bg) (AS20657,v4) - http://www.atlantis.bg/index.php?id=238
  • ATT-Unisource (AS3300,v4) - http://www.aucs-europe.net/~LookingGlass/cgi-bin/LookingGlass
  • Ausbone (AS17801,v4) - http://mrtg.zipworld.net/glass.html

    B
  • BBC (AS2818,v4) - http://support.bbc.co.uk/support/lg.html
  • Bell Canada (AS577,v4) - http://looking-glass.in.bellnexxia.net:8080/
  • BELNET (v4) - http://www.belnet.be/cgi-bin/lg/
  • BelWue (AS553,v4) - http://www.belwue.de/netz/lg.html
  • BORANet (AS3786,v4) - http://looking-glass.bora.net/index.html
  • Broadwing (AS6395,v4) - http://lg.broadwing.net/
  • BT (AS5400,v4) - http://lg.bt.net/
  • BT Ignite Spain (AS8903,v4/v6) - http://212.49.128.150/cgi-bin/lg.cgi

    C
  • Cable & Wireless (AS1273,v4/v6) - https://support.cw.com/?TESTDRIVE=1&LG=1
  • CATNIX (v4) - http://www.catnix.net/EN/que/lg.html
  • CERN-CIXP (AS513,v4) - http://lg.cern.ch/
  • CETLINK (AS8175,v4) - http://noc.cetlink.net/looking/
  • comDominio (AS16397,v4/v6) - http://lg.comdominio.com.br/
  • Connect (AS2764,v4) - http://looking-glass.connect.com.au/
  • CONXION (AS4544,v4) - http://lg.conxion.net/
  • Cybercity (AS6785,v4) - http://stat.cybercity.dk/lg/

    D
  • Darenet (AS1835,v4) - http://info.net.uni-c.dk/cgi-bin/lg-pub.cgi
  • Data Telecom (AS3327,v4/v6) - http://lg.version6.net/
  • DATAGRAMA (AS9019,v4) - http://noc.datagrama.net/lg/
  • DCANet (AS6372,v4) - http://www.dca.net/support/lg.html
  • DE-CIX (AS6695,v4) - http://lg.de-cix.net/cgi-bin/index.cgi
  • DEINE (AS21163,v4) - http://lg.deine.net/
  • Demos (AS2578,v4) - http://www.demos.net/lg/
  • Deutsche Telekom AG (AS3320,) - https://f-lga1.f.de.net.dtag.de/tools/lg.php
  • DOINet (AS1842,v4) - http://www.doi.net/lg.html
  • Doom.net (AS1784,v4) - http://doom.net/docs/mae.html
  • DTI - Dream Train Internet (AS4691,v4) - http://neptune.dti.ad.jp

    E
  • EASYNET (AS4589,v4) - http://www.noc.easynet.net/network/lg/
  • ElVisti (AS8258,v4) - http://www2.visti.net/lg/lg.html
  • EnterZone (AS13944,v6) - http://nitrous.ipv6.enterzone.net/
  • ESnet (6TAP) (AS3425,v4/v6) - http://www.6tap.net/6tap/6tap-lg.html

    F
  • Faroese Telecom (AS15389,v4) - http://netcon.internet.fo/
  • FREEDOM2SURF (v4) - http://www.freedom2surf.net/tools/looking-glass/bgp.html
  • FUBAR IPv6 Testlabs (AS24895,v6) - http://6bone.best.ca/looking-glass/
  • FUNET (AS1741,v4/v6) - http://www.csc.fi/suomi/funet/noc/looking-glass/lg.cgi

    G
  • GARR (AS137,v4) - http://www.noc.garr.it/lg.php
  • GEANT (DANTE) (v4) - http://www.dante.net/nep/traceroutes.html
  • GENUITY (v4) - http://euro-guest.genuity.net/
  • GITOYEN (AS20766,v4) - http://lookinglass.gitoyen.net/
  • Global Ukraine (v4) - http://render.gu.net/netcontrol/lg.html
  • Golden Telecom (v4) - http://noc.kiev.sovam.com/lg.dhtml
  • Greyhelm Network (v4) - http://www.greyhelm.com/lg.html
  • GRNET (AS5408,v4) - http://netmon.grnet.gr/lg.shtml
  • GX Networks (formerly Xara Networks) (AS5519,v4) - http://www.bbeng.gxn.net/cgi-bin/lg.pl

    H
  • HEAnet (AS1213,v4) - http://www.hea.net/looking-glass/
  • Home of the brave (in german) (AS13115,v4) - http://home.of.the.brave.de/Support/Looking_Glass/
  • Hurricane Electric (AS6939,v4/v6) - http://lg.he.net/

    I
  • ILAN (AS378,v4) - http://noc.ilan.net.il/LG
  • IMAG (AS1942,v6) - http://lookingglass.imag.fr/
  • IMnet (AS2513,v4/v6) - http://www.inoc.imnet.ad.jp/lg/
  • INET communications (AS15658,v4) - http://www.inetcomm.net/lg.shtml
  • infonet (v4) - http://www.infonet-europe.com/services_internet_lookingglass.html
  • Init Seven (AS13030,v4) - http://www.init7.net/looking-glass/looking-glass.php
  • INSNET (v4) - http://www2.insnet.net/lg.html
  • Intelideas (AS12359,v4) - http://www.intelideas.net/lg.html
  • IntraNET (v4) - http://www.intra.de/de-cix/decix.html
  • IPF.NET (v4) - http://www.noc.ipf.net/lg.html

    K
  • KORNET (v4) - http://kix.net/looking-glass/
  • KPN Telecom (AS1136,v4) - http://netcollect.kpn.net/looking-glass/index.phtml
  • kpnQwest (AS286,v4) - http://statistics.kpnqwest.net/performance/lookingglass.html
  • KREN (v4) - http://nms.kren.ne.kr/kren-xp/kren-lg.html
  • KREONet (AS1237,v4) - http://www.kreonet.re.kr/looking-glass.html

    L
  • Level 3 (AS3356,v4) - http://www.level3.com/LookingGlass/
  • LINX (AS5459,v4) - https://www.linx.net/www_public/our_network/network_tools/index_html/contentpanels_view?pageIndex=1
  • Lirex BG (AS8262,v4) - http://www.nat.bg/look/
  • Lucky (Carrier) (AS3254,v4) - http://pegas.carrier.kiev.ua/spy.html
  • Lyceum (v4) - http://zeus.lyceum.com/network/nph-bgp-routes

    M
  • MaNAP (v4) - http://manap.xtml.co.uk/
  • MEDIASAT (AS8751,v4) - http://www.mediasat.ro/Network/lg.html

    N
  • net@ccess (AS8001,v4) - http://eng.nac.net/lookingglass/lg.html
  • NETfront (AS4658,v4) - http://lg.netfront.net/
  • Netone (AS12735,v4) - http://netstat.netone.com.tr/lg/
  • NETSCALIBUR (AS8196,v4) - http://lg.noc.netscalibur.de/
  • NewYork Net (v4) - http://www.new-york.net/lg/
  • Nextra (AS9177,v4) - http://www.nextra.ch/f/support/tools/nextra_lg.html
  • NMIX (v4) - http://avatar.nm.org/nmix/lg.html
  • NORDUnet (AS2603,v4) - http://www.nordu.net/connectivity/looking-glass/lg.cgi

    O
  • ONet Networking (AS549,v4) - http://onet.on.ca/c2/lg/
  • Onvoy (v4) - http://insight.onvoy.com/lg.html
  • Opentransit (v4) - http://www.opentransit.net/lg.htm
  • Optus (v4) - http://looking-glass.optus.net.au/
  • Orbitel (v4) - http://www.orbitel.bg:8000/tech-support/looking-glass.cgi

    P
  • PARNet (v4) - http://www.parnet.edu.au/lg.html
  • PETREL Communications (v4) - http://glass.petrel.net/
  • Planet Online (now energis squared) (AS5388,v4) - http://as5388.net/cgi-bin/lg.pl

    Q
  • Qwest (AS209,v4) - http://stat.qwest.net/

    R
  • RCCN (AS1930,v4) - http://www.fccn.pt/gigapix/lg/?in_menu_option=80195
  • Relcom (AS2118,v4) - http://relcom.eu.net/INFO/NOC-IP/lg/lg.html
  • RIPE NCC (AS3333,v4) - http://www.ripe.net/cgi-bin/looking-glass
  • RIPE RIS (AS3333,v4) - http://www.ris.ripe.net/cgi-bin/lg/index.cgi
  • RoEduNet (AS2614,v4) - http://www.roedu.net/lg/

    S
  • SatTelecom (AS25018,v4) - http://cleaner.sattele.com/cgi-bin/index.cgi
  • SEABONE (AS6762,v4) - http://etabeta.noc.seabone.net/cgi-bin/lg.pl
  • SFINX (v4) - http://lookinglass.gix.nic.fr/
  • SIX (v4) - http://www.six.sk/lg.html
  • Snafu (v4) - http://berlin.snafu.de/snafu/service/lookglass.html
  • SOVAM (AS12530,v4) - http://noc.kiev.sovam.com:8100/lg.dhtml
  • SpectrumNET (AS8717,v4) - http://spnet.net/clients/lookingglass.phtml
  • SPRINT Canada (AS2493,v4) - http://ops.sprint-canada.net/
  • Sprintlink (AS1239,v4) - http://oxide.sprintlink.net/
  • SUNET (AS1653,v4) - http://stats.sunet.se/looking-glass/lg.cgi
  • Superb Internet (AS14361,v4) - http://207.228.225.4/cgi-bin/lg-superb
  • Swisscom (v4) - http://my.ip-plus.net/nav.en.mpl/network/tools/LookingGlass/
  • swissix (AS20612,v4) - http://www.swissix.net/lookinglass.php
  • SWITCH (AS559,v4) - http://lg.lan.switch.ch/lg/lg.cgi

    T
  • TAIDE (AS5377,v4) - http://looking-glass.taide.net
  • TDOI (v6) - http://www.tdoi.org/lg.php
  • Tele Danmark (AS3292/AS8322,v4) - http://noc.tele.dk/cgi-bin/looking_glass.cgi
  • Teleglobe (AS6453,v4/v6) - http://lg.teleglobe.net/
  • Telia (AS1299,v4) - http://looking-glass.telia.net/
  • Telus (AS852,v4) - http://aurora.on.tac.net/
  • TEN-34 (DANTE) (v4) - http://www.dante.net/operations/lg.html
  • Texas GigaPOP (v4) - http://www.gigapop.gen.tx.us/routers/router-lg.html
  • Tiscali (AS3257,v4) - http://www.ip.tiscali.net/lg/
  • Toplink (v4) - http://noc.toplink.net/cgi-bin/lookingglass.pl
  • TSUA (AS12294,v4) - http://www.tsua.net/scripts/lg.pl

    U
  • Uecomm (AS10223,v4) - http://looking-glass.uecomm.net.au/
  • Urbanet (v4) - http://rosablanche.urbanet.ch/local-cgi-bin/lg-nrw.pl

    V
  • VIX (AS1120,v4) - http://www.vix.at/lookingglass/lg.html
  • VIX IPv6 (AS1853,v6) - http://www.vix.at/lookingglass/lgv6.html

    W
  • Williams (AS7911,v4) - http://lookingglass.wcg.net/
  • Wirehub (AS5496,v4) - http://www.doema.wirehub.nl/cgi-bin/lg.pl

    X
  • XMission (AS6315,v4) - http://www.xmission.com/techtools/lg-core.html

    Z
  • Zenon (AS6903,v4) - http://nms.zenon.net:88/lg-m9-3.html