Link to home
Start Free TrialLog in
Avatar of wireless24
wireless24

asked on

can my server have 2 A records?

Hi, I have an sbs server, which I use with a backup application and already has an A record assigned to the public IP address. I have had to use dyndns.org to keep my IP static as I am with virgin and they will not give a static IP address.  I want to also use the sbs 2003 as a remote web workplace so I can access docs, and configure ms exchange etc. I have a draytek 2930 dual-wan security firewall if that helps. I can assign a different A' record with a different domain name but weren't sure if I could assign another one as well. Thanks, Chris  
Avatar of Chris Nienaber
Chris Nienaber
Flag of Canada image

I'm a little bit confused by your description...

Why do you need to have multiple A records?

Are you simple trying to have seperate domain names point to the same public IP?

If so why don't you create a CNAME Alias record?
Avatar of wireless24
wireless24

ASKER

HI, yes, thats what i need to do. so for example backup.domain.com as one for say customers data and then I would like to be able to access the same server using ms exchange and remote web workplace, so vpn.domain.com for that. Do I not need two static IPS?

Cheers!!
Chris
You shouldn't need multiple IP's for a configuration like this:

All you should have to do is have the domain name that you have registered with Dyndns.org point to the public ip address that you have registered as well.

From that point all you need to do is port forward the ports for each user accesssed service to the private IP of the SBS server. For example if the private ip of your server is 192.168.0.50:

1. FTP - Port forward ports 20 and 21 to 192.168.0.50
2. Remote Desktop - Port forward port 3389 to 192.168.0.50
3. VPN - Port forward port 1723 to 192.168.0.50

From this point the client that your users use will determine what service they access:

1. If i go to a web browser and type ftp://yourpublicdomainname I will be directed to your FTP service
2. If i use Remote Desktop and type yourpublicdomainname i will remote into your server provided that remote desktop is enabled on the server.
3. If i use a vpn client and type yourpublicdomainname i will make a connection to the VPN service hosted on your server.

Does this make sense

Let me know if you need any clarification :)
ASKER CERTIFIED SOLUTION
Avatar of Chris Nienaber
Chris Nienaber
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I would just use a single address. As all the traffic is going to a single IP address you don't need any more host names. There is no rule that certain names need to be used for certain things.

However, if you want to use your own domain then you could just create a new CNAME record in your domain that points to your dynamic DNS address. That is what I did when I was on NTL (as it was then). mail.example.com was CNAMEd to host.dyndns.org. By doing that it allowed me to get a commercial SSL certificate for my own host name, the dynamic DNS address wasn't involved anywhere. I have repeated the trick with two or three clients who have dynamic IP addresses for whatever reason.

Simon.
Very helpful thank you.