This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Enabling Windows Remote Assistance

Hi,

Kindly assist in configuring necessary rules to allow incoming "Windows Remote Assistance" traffic through the Internet

Thanks


This thread was automatically locked due to age.
  • 1. Figure out what port(s) it needs. (3389?)
    Create a service definition if one does not already exist.

    2. (If you're doing Masquerading) Create a DNAT rule for the traffic:
    Source: any
    Dest: EXT address
    change dest to INT PC

    3. Create a PacketFilter rule to allow the traffic FROM your desired sources, TO your PC, on that service.

    Note this will only work for 1 PC.

    Another option would be a VPN.

    Barry