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,

    You make mention of 2 urls maybe this is just a typo since they are the same:
    myserver.homeserver.com:8081, myserver.homeserver.com: 8081 etc.
    However, forwarding ports and services is indeed done easily enough with DNAT rules, you can even change the port once it arrives at the ASG, hence if you want to come at your external IP on say port 8085 and have ASG "switch" it to the internal to port 8081 this is easily possible.

    Unfortunately you can't really type in a different name like testserver2.yourdomain.com which will automatically route to a different port, because the ASG doesnt know what you've typed, only that you are arriving at your external IP and requesting access to a certain port, which it can forward internally and optionally to a different port.

    In this way, you can re-use the same single outside IP and publish the ports to different servers like the DNAT example, which just directs the incoming traffic to different internal servers based on the port, or even the source of the request if you want to get specific or fancy. Eg. You could have a rule which takes all traffic arriving at your external IP of 1.1.1.1 on port 3389 (Windows RDP) and direct it internally to 192.168.0.1:3389, but do this multiple times based on the source. Hence if the traffic comes FROM my dyndns.org address of say angelosaddress.dyndns.org it would route to 192.168.0.5:3389, and from randomperson@dyndns.org it would go to 192.168.0.1:3389. There are tons of possible configuration options, some which are more technically secure than others (like a VPN tunnel) but still lets ASG solve an amazing amount of needs.

    For the wireless, this is actually a common question. users that have linksys firewalls/wifi boxes for example want to keep using them for wireless, which again is not hard to do. You can for example run a cable from your internal interface on ASG to one of the switch ports on your linksys router. (NOT THE WAN PORT!). This will let you plug other things into the other switch port, and you can still use the wireless radio of the linksys, just set in there it should use the ASG as its gateway (and ideally forward DNS and DHCP requests to the internal IP of the ASG as well), and you have an easy wireless bridge.

    I keep meaning to write up a small guide for this using a common linksys box, I think i'll try to get that done with some screenshots as many of our home users ask for help with this.

    Post away with what is hanging you up, there are lots of people here who I'm sure will help you out.
Reply
  • Hi,

    You make mention of 2 urls maybe this is just a typo since they are the same:
    myserver.homeserver.com:8081, myserver.homeserver.com: 8081 etc.
    However, forwarding ports and services is indeed done easily enough with DNAT rules, you can even change the port once it arrives at the ASG, hence if you want to come at your external IP on say port 8085 and have ASG "switch" it to the internal to port 8081 this is easily possible.

    Unfortunately you can't really type in a different name like testserver2.yourdomain.com which will automatically route to a different port, because the ASG doesnt know what you've typed, only that you are arriving at your external IP and requesting access to a certain port, which it can forward internally and optionally to a different port.

    In this way, you can re-use the same single outside IP and publish the ports to different servers like the DNAT example, which just directs the incoming traffic to different internal servers based on the port, or even the source of the request if you want to get specific or fancy. Eg. You could have a rule which takes all traffic arriving at your external IP of 1.1.1.1 on port 3389 (Windows RDP) and direct it internally to 192.168.0.1:3389, but do this multiple times based on the source. Hence if the traffic comes FROM my dyndns.org address of say angelosaddress.dyndns.org it would route to 192.168.0.5:3389, and from randomperson@dyndns.org it would go to 192.168.0.1:3389. There are tons of possible configuration options, some which are more technically secure than others (like a VPN tunnel) but still lets ASG solve an amazing amount of needs.

    For the wireless, this is actually a common question. users that have linksys firewalls/wifi boxes for example want to keep using them for wireless, which again is not hard to do. You can for example run a cable from your internal interface on ASG to one of the switch ports on your linksys router. (NOT THE WAN PORT!). This will let you plug other things into the other switch port, and you can still use the wireless radio of the linksys, just set in there it should use the ASG as its gateway (and ideally forward DNS and DHCP requests to the internal IP of the ASG as well), and you have an easy wireless bridge.

    I keep meaning to write up a small guide for this using a common linksys box, I think i'll try to get that done with some screenshots as many of our home users ask for help with this.

    Post away with what is hanging you up, there are lots of people here who I'm sure will help you out.
Children
No Data