net.rst
changeset 2163 8573b77d7dbf
parent 2162 3b8950b9eb56
child 2168 87000c8f76ca
equal deleted inserted replaced
2162:3b8950b9eb56 2163:8573b77d7dbf
   100 Linux::
   100 Linux::
   101 
   101 
   102   $ sudo netstat -tulpn
   102   $ sudo netstat -tulpn
   103   $ sudo lsof -i
   103   $ sudo lsof -i
   104 
   104 
       
   105 Network connection troubleshooting
       
   106 ==================================
       
   107 
       
   108 On Linux::
       
   109 
       
   110   $ ping 8.8.8.8
       
   111   $ traceroute 8.8.8.8
       
   112   $ mtr 8.8.8.8
       
   113 
       
   114 On Windows::
       
   115 
       
   116   cmd> ping /t 8.8.8.8
       
   117   cmd> traceroute 8.8.8.8
       
   118   cmd> pathping 8.8.8.8
       
   119 
   105 Proxy auto-config.
   120 Proxy auto-config.
   106 ==================
   121 ==================
   107 
   122 
   108   http://en.wikipedia.org/wiki/Proxy_auto-config
   123   http://en.wikipedia.org/wiki/Proxy_auto-config