Odeslat dotazOdeslat dotaz
 

Odpovědětapplication filter on non-standard port

  • 22. listopadu 2009 18:34merlion-steve Uživatelské medaileUživatelské medaileUživatelské medaileUživatelské medaileUživatelské medaile
     
    e.g i am using a non standard port 1000 for http traffic

    firewall rule - public ip:1000 map to private ip:1000

    will this connection be subject to http application layer filter ?
    if not how to made the application filter applied ?

Odpovědi

  • 23. listopadu 2009 4:17Nick Gu - MSFTMSFT, ModerátorUživatelské medaileUživatelské medaileUživatelské medaileUživatelské medaileUživatelské medaile
     Odpovědět

    Hi,

     

    Thank you for the post.

     

    Before going any, there are some basic questions that need to be asked.  Are you trying to using web publishing?

     

    You may refer to the following steps to achieve your goal:

    1. Create the Web publishing rule using the wizard.

    2. Change the incoming web requests listener to another port such as 8080 on ISA

    3. Change the web publishing rule to pass it on 8080.

    4. Change the port that IIS uses on the IIS server to use port 8080.

    5. Open IIS manager right click the default webpage of the server to use TCP

    port 8080.

     

    Just keep in mind with outbound HTTP access for users that HTTP is still HTTP no matter what the port.  So you still use the same HTTP protocol in the Rule. The port is simply supplied in the URL.  The only reason "80" is not included all the time (http://www.somesite.com:80) is just simply because it is the browser's default and so isn't required. 

     

    Regards,


    Nick Gu - MSFT

Všechny reakce

  • 23. listopadu 2009 4:17Nick Gu - MSFTMSFT, ModerátorUživatelské medaileUživatelské medaileUživatelské medaileUživatelské medaileUživatelské medaile
     Odpovědět

    Hi,

     

    Thank you for the post.

     

    Before going any, there are some basic questions that need to be asked.  Are you trying to using web publishing?

     

    You may refer to the following steps to achieve your goal:

    1. Create the Web publishing rule using the wizard.

    2. Change the incoming web requests listener to another port such as 8080 on ISA

    3. Change the web publishing rule to pass it on 8080.

    4. Change the port that IIS uses on the IIS server to use port 8080.

    5. Open IIS manager right click the default webpage of the server to use TCP

    port 8080.

     

    Just keep in mind with outbound HTTP access for users that HTTP is still HTTP no matter what the port.  So you still use the same HTTP protocol in the Rule. The port is simply supplied in the URL.  The only reason "80" is not included all the time (http://www.somesite.com:80) is just simply because it is the browser's default and so isn't required. 

     

    Regards,


    Nick Gu - MSFT