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

Access to Windows Home Server

Hi,
I'm using the Astaro Home package and need to configure the access to my Windows Home Server WHS (Win 2003).
The WHS is behind the Firewall and works well - internally.
If I'm trying to access https://xyz.homeserver.com/, then I get the error "Fehler 102 (net::ERR_CONNECTION_REFUSED): Unbekannter Fehler.".
What to do to get access to the WHS, step by step?
Thanks


This thread was automatically locked due to age.
  • Hi,

    1. identify which ports you need (HTTPS)

    2. create a service group for those ports, e.g. 'WHS access'

    3. create a network definition for the INTERNAL IP of the server, e.g. 'WHS server'

    4. create a network group and definitions for your family/friends who will be accessing the server.
    if they don't have static IPs, they can use DynDNS and you can use hostname-based definitions

    5. setup a DNAT for that group, e.g. 
    source: friends (network group)
    dest EXT address
    service WHS access (service group)
    change dest to: WHS Server
    and check the 'automatic packetfilter rule' box

    I wouldn't recommend opening it to the world (instead of just friends/family), but if you do, make sure it's set to patch itself automatically.

    Barry
  • Thanks: 

    I'm trying to follow your instructions:

    "3. create a network definition for the INTERNAL IP of the server, e.g. 'WHS server'"

    Definitions >> Networks >> New: Name = WHS server, Type = Network, Interface = WAN ???, IPv4 =  192.168.100.22, Netmask = 255.255.255.0

    If I'm entering the IP of the WHS (192.168.100.22) and clicking OK, there is is message: 

    Address 192.168.100.22 is not a /24 network address. Will use 192.168.100.0/24 instead. 

    What to do now?

    BR
  • For the server definition, TYPE should be HOST, and leave Interface blank/any.

    Barry
  • For the server definition, TYPE should be HOST, and leave Interface blank/any.

    Barry


    Thanks. Done deal :-)

    Further to "4. create a network group and definitions for your family/friends who will be accessing the server.
    if they don't have static IPs, they can use DynDNS and you can use hostname-based definitions"

    What exactly to do here, I generally could use xyz.dyndns.org to access the Gateway and xyz.homeserver.com to access the WHS (192.168.100.22) within the "intranet"??? Goal is to access the WHS from the Internet.

    BR
  • What Barry is saying for #4 is that you should encourage the people who will be connecting to your WHS, that have dynamic IPs, to use DynDNS themselves.  This way you can set your DNAT and PF rules to only allow fred.dyndns.org and wilma.dyndns.org for example.  Otherwise you'll just need to allow any connections through, which is not the most secure method.