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

Windows Home Server Troubles

I have just installed Astaro Security Firewall on an old computer & put it between my cable modem & the rest of my network. I have to connection going like this: Cable modem >> ASG v7 PC >> Netgear router (port #1 (or should this go to the internet port?)) >> 3 other computers. The internet seems to be working fine. Only trouble is that I have a Windows Home Server with a website that no longer works. I know that I need to allow it to pass traffic to the internal network, but am not sure exactly how to do this. I know I go to Network Security >> Packet Filtering >> Add New Rule. But for the life of me I can't figure out how to forward it. Do I have to set the router up to forward also? Any help would be greatly appriciated.

~John


This thread was automatically locked due to age.
  • Port #1 is fine on the Netgear.

    In addition to a packetfilter rule, you need to setup a DNAT under NAT/Masq for the services to the server.

    Barry
  • OK. So, exactly how does one setup this Packet Filter (the ports are going to be HTTP TCP 80, HTTPS TCP 443, RDP TCP 4125) & the DNAT? (sorry for sounding so ignorant, I haven't run linux in years & am just getting back into the habit for added security). Thanks for all the help!

    ~John
  • You should assign a fixed IP in your server.  In 'Definitions >> Networks', create a definition 'Home Server' of type 'Host'.

    'Definitions >> Services' - Create a new Service definition 'Home Server Services' of type Group, click on the folder icon to get the list of services to pop up on the left, drag HTTP, HTTPS and RDP into the list and click 'Save'.

    'Network Security >> NAT' 'SNAT/DNAT' tab - Create a new NAT rule 'Home Server'
    Source: Any
    Service: Home Server Services (we defined this above)
    Destination: External (Address)
    Nat mode: DNAT
    Destination: Home Server (the host we defined above)
    Destination service: [leave blank because you aren't changing the services]

    Select 'Automatic packet filter rule'.

    Cheers - Bob
  • Ok. I found everything to define the Home Server Services, but RDP isn't listed in that folder area. It should just show up under there as "RDP" right? I am guessing I am not seeing it. I added the other 2 (HTTP & HTTPS) to the Home Server Services definition & it doesn't seem to be allowing traffic through. A port scan shows that the port is stealth. Any Ideas?

    ~John
  • OK. Nevermind. I have just reminded myself that reading HowTo's is a good idea. I have it configured & everything seems to be working now. I had to add a packet filter & a DNAT for it to forward correctly, but it all seems golden. Thanks for all the ideas & help [:D].

    ~John