Microsoft
Software
Hardware
Network
Question : SBS08 - RWW - FQDN - Can't Get it to Work?
Hi experts,
This problem has plagued me for a while and I have put it on the backburner a bit. But I have to sort it now.
The issue is... I am running SBS08 and am trying to configure RWW. At the moment I can use the static IP to connect to RWW and OWA and SharePoint work but when try to directly connect to a computer or the server produces a certificate error because I am using the IP and not a FQDN.
Our domain name is hosted through an external provider and I have had them set up an A record that points remote.mydomain.com to the IP of our server. Now when I enter remote.mydomain.com it redirects to remote.[my server ip address].com.
So my question is, how do I get [my server ip address] to display as mydomain?
I have a few ideas such as asking my external host to cloak it, or provide a reverse DNS entry but I am not totally sure???
Can you help???
Answer : SBS08 - RWW - FQDN - Can't Get it to Work?
If there's really no join, perhaps you could try:
CREATE VIEW Msc$Memory as
SELECT
(SELECT SUM(value)/1024/1024 FROM V$SGA) AS SGA,
(SELECT SUM(PGA_ALLOC_MEM)/1024/10
24 FROM V$PROCESS) AS PGA_ALLOC_MEM
FROM dual;
Random Solutions
Count specific records and place the sum value in a field
Combine Publisher Files
After Update in Access
Exporting Reports from Access to Excel
what do I need to do to get resolve error MS Visual Studio 2008 "Could not load file or assembly 'System.EnterpriseServices<wbr />"
Downgrade from 64 Bit Windows 7 to 32 Bit?
Error opening DTS Package in SQL 2008 SSMS
Expanding Fields in MS Access Report
How to target search core results to an audience
How to add resource file in VB.NET like C#