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

A little home help 2, willing to pay...

Hi,
I am wondering if anyone can give me some help with a home license setup.

I am willing to send you $25 or ? via paypal for the help.

Here is what I am trying to do.

I have 2 server in my home, 1 is for my Windows home server the other is a test server which allows me to work from home.

I also have need for a wireless network which I will explain in a minute how I would like it to work if possible.

The servers...

I am trying to expose the 2 Servers, 1 uses port 80 and 443 (WHS) and 4125 I believe for updating WIndows live domains so that my DNS is up to date ie: myserver.homeserver.com.

My test server uses different ports because it is the only way my current router will work, so to get at a test site I would use. myserver.homeserver.com:8081, myserver.homeserver.com: 8081 etc.

 
I would really like it if there would be a way to define in astaro that testsite1.myserver.homeserver.com would go to my testserver say on port 8081 and testsite2.myserver.homeserver.com would go to my testserver say on port 8082 and so on, this would be ideal, but if I have to define ports then that would be fine, just not preferred.


I also have several wireless devices in the home that need to access both the internet and my Home server. I would prefer to use my existing routers more or less as access points but am not sure how I should do this.


Here is the Astaro Build Specs.

Case: Silverstone LCM20.
MotherBoard: ECS nForce 4MA.
2 GB (2x1GB) DDR2 800.
Barracuda 80GB IDE HDD.
CDROM - Removed after install.
Old PCI Video Adapter.
1x onboard nVIdia 10/100 Onboard NIC
2x Intel PCi-e X1 10/100/1000 Nics.
2x Netgear 10/100/1000 PCI Nics.

I realize I probably only need 2 nics, 1 for Internal and 1 for external, but I have the extras in there now in case I needed them to attach 1 of the routers to work as an access point.


I might be able to tell astaro to use DHCP for 1 set of IPs and the routers DHCP to assign other IPs on the same lan, just not sure if that will work. The routers I have are a Dlink DIR-655 and a Netgear which I just might replace with an access point if I have to, but it looks like you cannot purchase the Astaro access points to use those so the router way looks to be better if possible.


Lastly I will probably have to open ports to allow the Home Servers RDP functionality, media streaming and probably some ports for the kids gaming.


Again I would love to get help with this and would gladly pay someone at least $25 to help get this all setup.

I can use Yahoo messenger to talk to make it quicker or if you want to work here I am ok with that too.

I appreciate any help and normall would not post like this... eventually I will be able to dive into astaro further, just don't have the time at the moment, thus this post.

Thanks!


This thread was automatically locked due to age.
Parents
  • Hi,
    yes, you badly needed 2 NIC's card 1for External and the remaining one for your private net
    to expose your 2 servers I think this could be useful
    Assuming you have 111.111.111.x/28 public address and 192.168.0.x/24 internal network.
    111.111.111.111 ip address is your External IP add and 192.168.0.254 would be you internal add and it will be server your default gw to your clients.

    Example:111.111.111.110 is mapped to 192.168.0.1 (your server running on port 80)  and 111.111.111.109 is mapped to 192.168.0.2 (your server running on port 443) this is what they called DNAT (destination address translation)

    step1
    under your astaro
    move to Network=Interfaces=Additonal Address=Create New Additional Add
    Name:Server1
    Interface: External (interface facing your ISP)
    Address: 111.111.111.110
    Netmask:/28

    Name:Server2
    Interface: External (interface facing your ISP)
    Address: 111.111.111.109
    Netmask:/28

    Now move to Network Sec=NAT=DNAT/SNAT=create new NAT Rule
    Name: DNAT_Server1
    Group:
    Position:1
    Traffic Source: ANY
    Traffic Service: HTTP
    Traffic Dest: 111.111.111.110
    NAT Mode: DNAT
    Destination: 192.168.0.1
    Automatic Packet Filter Enabled

    Name: DNAT_Server2
    Group:
    Position:2
    Traffic Source: ANY
    Traffic Service: HTTP
    Traffic Dest: 111.111.111.109
    NAT Mode: DNAT
    Destination: 192.168.0.2
    Automatic Packet Filter Enabled

    Now try to access your server outside your network using your actual public add
    Example in our scenario port 80=http, port 443=https
    http:111.111.111.110
    https:111.111.111.109

    good luck

    PS.
    This forum hates double posting ^_^
    https://community.sophos.com/products/unified-threat-management/astaroorg/f/51/t/21167
Reply
  • Hi,
    yes, you badly needed 2 NIC's card 1for External and the remaining one for your private net
    to expose your 2 servers I think this could be useful
    Assuming you have 111.111.111.x/28 public address and 192.168.0.x/24 internal network.
    111.111.111.111 ip address is your External IP add and 192.168.0.254 would be you internal add and it will be server your default gw to your clients.

    Example:111.111.111.110 is mapped to 192.168.0.1 (your server running on port 80)  and 111.111.111.109 is mapped to 192.168.0.2 (your server running on port 443) this is what they called DNAT (destination address translation)

    step1
    under your astaro
    move to Network=Interfaces=Additonal Address=Create New Additional Add
    Name:Server1
    Interface: External (interface facing your ISP)
    Address: 111.111.111.110
    Netmask:/28

    Name:Server2
    Interface: External (interface facing your ISP)
    Address: 111.111.111.109
    Netmask:/28

    Now move to Network Sec=NAT=DNAT/SNAT=create new NAT Rule
    Name: DNAT_Server1
    Group:
    Position:1
    Traffic Source: ANY
    Traffic Service: HTTP
    Traffic Dest: 111.111.111.110
    NAT Mode: DNAT
    Destination: 192.168.0.1
    Automatic Packet Filter Enabled

    Name: DNAT_Server2
    Group:
    Position:2
    Traffic Source: ANY
    Traffic Service: HTTP
    Traffic Dest: 111.111.111.109
    NAT Mode: DNAT
    Destination: 192.168.0.2
    Automatic Packet Filter Enabled

    Now try to access your server outside your network using your actual public add
    Example in our scenario port 80=http, port 443=https
    http:111.111.111.110
    https:111.111.111.109

    good luck

    PS.
    This forum hates double posting ^_^
    https://community.sophos.com/products/unified-threat-management/astaroorg/f/51/t/21167
Children
No Data