• Increase font size
  • Default font size
  • Decrease font size
windows

 Package name LightTPD for Windows - With OpenSSL support

Version 1.4.23-1 (SSL)
Build or Revision 2544
Release date 2009-06-20 / 14:56:48
Language English
Platform Windows 2000 / XP / 2003 / Vista / 2008
License Revised BSD License
Comments The setup wizard is distributed for new installations only and not for upgrade.

The package contains the following additional component(s):
OpenSSL 0.9.8k.

Supported features:
ZLib, BZip2, Crypt, SSL, PCRE, MySQL, LDAP, LUA.

The installation package signed by D-Club Software Quality Assurance CA.
HTTP DOWNLOAD / SETUP WIZARD - [ SIZE: 2.42 MB ]

- Download from site:
Download (.exe) 2499 downloads dtech(.hu) Site Hosting - Hungary
- Download from mirror:
Download (.exe) 267 downloads Szechenyi Istvan University / TOK Lab - Hungary
Download (.exe) 195 downloads airplaNET Internet Service Provider - Hungary
Download (.exe) 708 downloads Google's Developer Network - United States
HTTP DOWNLOAD / ZIP-PACKAGE (WITHOUT SETUP) - [ SIZE: 3.73 MB ]

- Download from site:
Download (.zip) 935 downloads dtech(.hu) Site Hosting - Hungary
- Download from mirror:
Download (.zip) 192 downloads Szechenyi Istvan University / TOK Lab - Hungary
Download (.zip) 188 downloads airplaNET Internet Service Provider - Hungary
Download (.zip) 371 downloads Google's Developer Network - United States
BROWSE PACKAGE DOWNLOADS

- HTTP Download: http://files.wlmp-project.net/pub/WLMP-Project/LightTPD-Win32/
- FTP Download: ftp://ftp.wlmp-project.net/pub/WLMP-Project/LightTPD-Win32/ 

 

 

 C:\Documents and Settings\Administrator>route print

 
IPv4 Route Table
===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x2 ...00 50 56 c0 00 08 ...... VMware Virtual Ethernet Adapter for VMnet8
0x3 ...00 50 56 c0 00 01 ...... VMware Virtual Ethernet Adapter for VMnet1
0x10005 ...00 1e 58 45 99 6b ...... D-Link DGE-530T V.B1 Gigabit Ethernet Adapte
r
0x240007 ...00 1e c9 5d 35 67 ...... Broadcom NetXtreme 57xx Gigabit Controller
===========================================================================
===========================================================================
Active Routes:
Network Destination        Netmask          Gateway       Interface  Metric
          0.0.0.0          0.0.0.0     172.16.0.254      172.16.0.10     20
        127.0.0.0        255.0.0.0        127.0.0.1        127.0.0.1      1
        134.0.0.0        255.0.0.0    172.16.10.254    172.16.10.122      1
       172.16.0.0    255.255.255.0      172.16.0.10      172.16.0.10     20
      172.16.0.10  255.255.255.255        127.0.0.1        127.0.0.1     20
      172.16.10.0    255.255.255.0    172.16.10.122    172.16.10.122     20
    172.16.10.122  255.255.255.255        127.0.0.1        127.0.0.1     20
   172.16.255.255  255.255.255.255      172.16.0.10      172.16.0.10     20
   172.16.255.255  255.255.255.255    172.16.10.122    172.16.10.122     20
     192.168.23.0    255.255.255.0     192.168.23.1     192.168.23.1     20
     192.168.23.1  255.255.255.255        127.0.0.1        127.0.0.1     20
   192.168.23.255  255.255.255.255     192.168.23.1     192.168.23.1     20
    192.168.107.0    255.255.255.0    192.168.107.1    192.168.107.1     20
    192.168.107.1  255.255.255.255        127.0.0.1        127.0.0.1     20
  192.168.107.255  255.255.255.255    192.168.107.1    192.168.107.1     20
        224.0.0.0        240.0.0.0      172.16.0.10      172.16.0.10     20
        224.0.0.0        240.0.0.0    172.16.10.122    172.16.10.122     20
        224.0.0.0        240.0.0.0     192.168.23.1     192.168.23.1     20
        224.0.0.0        240.0.0.0    192.168.107.1    192.168.107.1     20
  255.255.255.255  255.255.255.255      172.16.0.10      172.16.0.10      1
  255.255.255.255  255.255.255.255    172.16.10.122    172.16.10.122      1
  255.255.255.255  255.255.255.255     192.168.23.1     192.168.23.1      1
  255.255.255.255  255.255.255.255    192.168.107.1    192.168.107.1      1
Default Gateway:      172.16.0.254
===========================================================================
Persistent Routes:
  None
 
 

 Using the File Transfer Protocol (FTP) service on a server behind a firewall creates a set of challenges because of the way FTP works. A standard mode FTP client initiates a session to a server by opening a “command channel” connection to TCP port number 21. A file transfer is requested by the client by sending a PORT command to the server. The server then attempts to initiate a “data channel” connection back to the client on TCP port number 20. A typical firewall running on the client sees this data channel connection request from the server as unsolicited and drops the packets, causing the file transfer to fail. Windows Firewall with Advanced Security in Windows Vista and Windows Server 2008 support stateful FTP, which allows it match inbound connection requests on port 20 with previous outbound PORT commands from the client. However, if you use FTP over SSL to encrypt and secure the FTP traffic, then the firewall can no longer inspect the inbound connection requests from the server, and they are blocked.

To avoid this issue, FTP also supports a “passive” operational mode in which the client initiates the data channel connection. Instead of using the PORT command, the client sends a PASV command on the command channel. The server responds with the TCP port number to which the client should connect to establish the data channel. By default, the server uses an available port in the ephemeral range (1025 through 5000). To better secure the server, you can restrict the port range used by the FTP service, and then create a firewall rule that allows FTP traffic on only those allowed port numbers.

This topic discusses how to:

  1. Configure the FTP service to only use a limited number of ports for passive mode FTP
     
  2. Configure an inbound firewall rule to allow inbound FTP connections on only the allowed ports
     

 

The following procedure shows the steps for configuring the FTP service on Internet Information Services (IIS) version 7.0. If you are using a different FTP service, then consult that product’s documentation for appropriate steps. Configuring support for SSL is beyond the scope of this topic. For more information, see the IIS documentation.

Configure the FTP service to only use a limited number of ports for passive mode FTP
  1. In the IIS 7.0 Manager, in the Connections pane, click the top node for your server.

  2. In the details pane, double-click FTP Firewall Support.

  3. Enter the range of port numbers that you want the FTP service to use. For example, 41000-41099 allows the server to support 100 passive mode data connections simultaneously.

  4. Enter the external IPv4 address of the firewall through which the data connections arrive.

  5. In the Actions pane, click Apply to save your settings.

 

You must also create a firewall rule on the FTP server to allow inbound connections on the ports you configured in the previous procedure. Although you could create a rule that specifies the ports by number, it is easier to create a rule that opens any port on which the FTP service is listening. You limit the ports on which FTP is listening by following the steps in the previous procedure.

Configure an inbound firewall rule to allow inbound FTP connections to only the ports on which FTP is listening
  1. Open an Administrator command-prompt. Click Start, click All Programs, click Accessories, right-click Command Prompt, and then click Run as Administrator.

  2. Run the following command:

     
    netsh advfirewall firewall add rule name=”FTP Service” action=allow service=ftpsvc protocol=TCP dir=in
  3. Finally, disable stateful FTP filtering so that the firewall does not block any FTP traffic.

     
    netsh advfirewall set global StatefulFTP disable

http://technet.microsoft.com/en-us/library/dd421710(WS.10).aspx

 

  add a static IP route in windows

1.

Open Command Prompt

2.

At the command prompt, type:

route add destination mask subnetmask gateway metric costmetric if interface

where:

destination 

Specifies either an IP address or host name for the network or host.

subnetmask

Specifies a subnet mask to be associated with this route entry. If subnetmask is not specified, 255.255.255.255 is used.

gateway

Specifies either an IP address or host name for the gateway or router to use when forwarding.

costmetric

Assigns an integer cost metric (ranging from 1 through 9,999) to be used in calculating the fastest, most reliable, and/or least expensive routes. If costmetric is not specified, 1 is used.

interface

Specifies the interface to be used for the route that uses the interface number. If an interface is not specified, the interface to be used for the route is determined from the gateway IP address.

 

For example, to add a static route to the 10.0.0.0 network that uses a subnet mask of 255.0.0.0, a gateway of 192.168.0.1, and a cost metric of 2, you type the following at a command prompt:

route add 10.0.0.0 mask 255.0.0.0 192.168.0.1 metric 2 

 


When you troubleshoot a TCP/IP networking problem, begin by checking the TCP/IP configuration on the computer that is experiencing the problem. You can use the ipconfig command to get host computer configuration information, including the IP address, subnet mask, and default gateway.

Note

For Windows 95 and Windows 98 clients, use the winipcfg command instead of ipconfig.

USAGE:
    ipconfig [/? | /all | /renew [adapter] | /release [adapter] |
              /flushdns | /displaydns | /registerdns |
              /showclassid adapter |
              /setclassid adapter [classid] ]

where
    adapter         Connection name
                   (wildcard characters * and ? allowed, see examples)

    Options:
       /?           Display this help message
       /all         Display full configuration information.
       /release     Release the IP address for the specified adapter.
       /renew       Renew the IP address for the specified adapter.
       /flushdns    Purges the DNS Resolver cache.
       /registerdns Refreshes all DHCP leases and re-registers DNS names
       /displaydns  Display the contents of the DNS Resolver Cache.
       /showclassid Displays all the dhcp class IDs allowed for adapter.
       /setclassid  Modifies the dhcp class id.

The default is to display only the IP address, subnet mask and
default gateway for each adapter bound to TCP/IP.

For Release and Renew, if no adapter name is specified, then the IP address
leases for all adapters bound to TCP/IP will be released or renewed.

For Setclassid, if no ClassId is specified, then the ClassId is removed.

Examples:
    > ipconfig                   ... Show information.
    > ipconfig /all              ... Show detailed information
    > ipconfig /renew            ... renew all adapters
    > ipconfig /renew EL*        ... renew any connection that has its
                                     name starting with EL
    > ipconfig /release *Con*    ... release all matching connections,
                                     eg. "Local Area Connection 1" or
                                         "Local Area Connection 2"

C:\Documents and Settings\Administrator>ipconfig

Windows IP Configuration

Ethernet adapter Local Area Connection:

   Connection-specific DNS Suffix  . :
   IP Address. . . . . . . . . . . . : 172.16.0.2
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   IP Address. . . . . . . . . . . . : 172.16.0.10
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Default Gateway . . . . . . . . . : 172.16.0.254

 

 

 To add a static IP route

 
Open Command Prompt.
At the command prompt, type: 
Syntax:
 
route ADD xxx.xxx.xxx.xxx MASK xxx.xxx.xxx.xxx  xxx.xxx.xxx.xxx
where:
 
Static IP route entry Definition

destination

Specifies either an IP address or host name for the network or host.

subnetmask

Specifies a subnet mask to be associated with this route entry. If subnetmask is not specified, 255.255.255.255 is used.

gateway

Specifies either an IP address or host name for the gateway or router to use when forwarding.

Read more...  

 Applies To: Windows Server 2003, Windows Server 2003 R2, Windows Server 2003 with SP1, Windows Server 2003 with SP2

 

To remove a static IP route

  1. Open Command Prompt.
     
  2. At the command prompt, type: 

    route deletedestination

    where:

    destination specifies either an IP address or network name for the remote TCP/IP host computer or network.

    For example, to delete a static route to the 10.0.0.0 network, you type the following at a command prompt:

    route delete 10.0.0.0
     

Notes

  • To open a command prompt, click Start, point to All programs, point to Accessories, and then click Command prompt
     
  • All symbolic names used for destination are looked up in the network database file Networks, which is stored in the localsystemroot\System32\Drivers\Etc folder.
 

Login Form