Tagged Questions
0
votes
1answer
24 views
Able to visit site from domain name but not IP address
We have our website running with IIS7, a very strange thing happened just recently.
I'm able to visit the site without issue with the domain name (www._.com e.g. ), but if I actually enter the IP ...
-1
votes
0answers
29 views
Redirecting domain to another domain
I got a dynamic IP, which is changing nearly everyday, but my provider gives me a x.y.z.com which is pointing to my IP when it changes. I also got a domain balka*.com and I want to redirect it to ...
0
votes
0answers
20 views
Windows Server 2008 FTP not authenticating domain name
I've recently added the FTP role to my home-operated server.
There seems to be a problem which I don't understand. Let's say I use a domain name called "domname.com". When I try logging in to ...
7
votes
3answers
241 views
Verify that a name server is registered at a TLD registry
Let's say I own the domain name example.tld. It is registered at registrar R. In my account at R, I registered the following name servers for the .TLD registry:
ns1.example.tld --> 123.456.789.001
...
0
votes
1answer
49 views
One virtual machine, multiple hosted websites [duplicate]
Possible Duplicate:
How can I find other domains hosted on an IP?
I have a simple question:
Is there a possibility, knowing only the virtual server's IP and one domain name, to determine ...
-2
votes
1answer
43 views
How can I have two web roots on one server, so I can point two domains to two different roots? [closed]
I usually ask my n00b questions on Stack Exchange, but now I'm setting up a VPS and have a question. My usual site.com points to my VPS's IP xxx.xxx.xxx.xxx. Now I have a different domain, and I'd ...
1
vote
2answers
147 views
Two different sites, same IP, same top-level domain, on IIS 7.5 — one works and the other displays HTTP 404 error
I'm running a Windows 2008 R2 box with IIS 7.5 as the web server.
On IIS, I have two websites: mysubsite1.mysite.com and mysubsite2.mysite.com. There is only one IP on the server and both sites ...
1
vote
1answer
113 views
Change website with dedicated IP on addon domain and its subdomain
I had a problem of changing an IP address of just one of the few addon domains on a cPanel/WHM account, but I managed to find a solution (by manually editing A records in DNS zones of the main account ...
-1
votes
1answer
128 views
How to point subdomain to another shared IP adress?
I've got my nameservers pointed to 1st IP adress.
Is there any way I can point subdomain to a 2nd shared IP adress (hosting)?
It's not that simple to just point subdomain to 2nd IP because the hosting ...
0
votes
2answers
156 views
Howto find internal IP server by external IP
I've got 12 servers in datacenter, but can login by SSH into one of them (facade server), other servers available only from it.
In hosts file we have ip list each of available servers.
...
-4
votes
2answers
89 views
how to figure out why sites on my server aren't loading
I seem to randomly receive "page cannot load, cannot connect to server" errors for sites on one of my servers. when this happens, it seems to only happen on certain IPs or IP ranges at a time. I say ...
0
votes
2answers
247 views
Haproxy and CNAME
I want to create a simple load balancer for the two servers.
The problem is with CNAME records, I think.
Let's say I have two the same applications on AppFog.com.
app1.aws.af.cm and ...
1
vote
1answer
107 views
Redirecting access from a domain name to IP:port
Right now I have a server running on IP:Port. If I wanted to use DNS but redirect to the port, how would I do so? I've heard that it's possible, but how would I do so, even if it includes creating ...
0
votes
1answer
82 views
Open example.com, but all links point to an IP
I own a domain, let's say example.com, and I point an A record to my server with IP 123.123.123.123, running nginx. When I open example.com in a browser, I get to the correct site, but all links point ...
0
votes
2answers
223 views
Forward all traffic on a specific port depending on the domain to another port
Imagine I have 10 different domains. All these domains have an A record to a single IP Address.
There are ten different services hosted on this one IP. Let's assume they listen from port :80 to :90. ...
0
votes
2answers
58 views
Whats the difference for DNS servers if there is the www subdomain
I've got a VPS, and a domain. The domain was associated with a host/hosting service by a company (provided LAMP) before, when i had enough from them, so i changed the DNS records to my VPS ip adress ...
5
votes
3answers
1k views
Changing netmask from /24 to /16 on a Windows 2003 domain
I have a Windows 2003 domain using 192.168.0.0/24 with all static addresses (no dhcp). I want to move to 192.168.0.0/16 because we need more addresses. I understand that we need to change netmask ...
0
votes
2answers
403 views
how to serve multiple Domains from one Computer in a local network
I am having a problem serving my django project in a local network. Each project needs a unique domain name in the hosts file. In my local network other computers cannot see the projects.
my computer ...
1
vote
1answer
2k views
In Webmin (BIND DNS), how do I make ns1.xx.com, ns2.xx.com point to 2 different IPs for multiple domains
I have multiple domains which list as:
domain.com
domain.org
domain.biz
domain.mobi
and I also have 2 IP addresses which are:
46.4.198.15
46.4.198.16
The server IP is:
46.4.198.1
Now, I ...
1
vote
1answer
390 views
Redirect Traffic on domain port to entirely different ip/domain
I'm interested in knowing if I can force a redirect to different ip's for those clients that pass into certain port of my web server. Specifically I'm attempting to get all web(80) traffic to goto ...
-3
votes
1answer
78 views
How do I check what my domain name's current nameservers are? [closed]
I switched nameservers last night, but I don't know if it has fully made the switch yet.
I want to ping my domain name and see what nameservers it is set as...
2
votes
3answers
104 views
DNS Nameserver forwarding?
We currently have a number of clients that are pointing their domains at our old nameservers, for this example they are:
NS1.OLDDOMAIN.COM
NS2.OLDDOMAIN.COM
We have moved the server to a new ...
0
votes
1answer
558 views
Free DNS redirect for non-static IP with purchased domain?
I purchased a domain name from GoDaddy, and I'm wondering if there is a free way to create a DNS redirect to my home apache2 server (Ubuntu). I don't have a business line, so I technically don't have ...
0
votes
2answers
2k views
How to change the public IP address of Bind DNS server for a second level domain?
My company is the Maintainer for at least one second level domain like example.com. The previous sysadmin created a GNU/Linux Bind9 DNS server running on a public IP address x.x.x.x which resolves ...
0
votes
1answer
372 views
Point domain name at Windows Server 2008 static IP
Hey guys,
basically I have a domain name and I want to add it to my Windows Server 2008 RC2 install. I have web services setup so I can view my webpages and whatnot when I go to the server's IP, but I ...
6
votes
1answer
198 views
Domain Not Resolving to Forwarded IP
I've recently registered a domain name with GoDaddy.com and forwarded it to my web server's IP address. Now when I enter the domain name in my browser, my site appears as expected.
The strange part ...
-1
votes
2answers
380 views
Map static IP to domain name
I want my domain name to point to my static IP address.
Where should I start?
1
vote
2answers
400 views
Setup my domain at Whois.com as nameservers for a Dedicated Server with Kloxo
this is my first time at ServerFault, I'm a stackoverflow user.
I'm faceing the next problem and may be its me, but I can't find proper guides to set up a domain and nameservers for a dedicated box.
...
0
votes
2answers
214 views
Hardware Load Balancing Rules for the Group - Routing of Multiple IP Domains from one Load Balancer VIP
We have purchased 3X APACHE servers, and have a Mysql Server running behind them. We are using a hardware load balancer to balance the requests to the apache servers.
Our problem is that we set the ...
1
vote
2answers
638 views
How to get an A entry to map ports? [duplicate]
Possible Duplicate:
How to use DNS to redirect domain to specific port on my server
So here's the deal: I have a domain (say, mydomain.net) that I want to create subdomains for. ...
1
vote
2answers
324 views
The domain turns to the IP
I have a domain (in the firm A) that goes to an IP (in the firm B). When write my domain in a browser it shows then the IP instead of the domain.
How can i show always the domain instead of the IP?
...
0
votes
3answers
90 views
Two Websites, two directories, two domains, one IP
I am hosting two separate sites with two separate domain names on the same server. Without using some kind of NAT forwarding, how can I set up my apache server so that, depending on which domain is ...
1
vote
1answer
52 views
Find sites hosted together?
Would i be able to look up my server IP and find all the site hosted under it? Is there another way to find a group of sites? perhaps not using their IP?
1
vote
3answers
140 views
ip addresses/domain names are geographical bound?
i wonder if ips are bound to specific geolocations?
lets say that i've got this ip 111.111.111.111 from my ISP to my home computer in France.
is it possible for me to use this ip in Norway?
and the ...
3
votes
6answers
3k views
Another domain name pointing to my server IP?
I was checking out my reverse-DNS entry of my domain the other day which is run from a dedicated server.
I noticed that another person/company had their domain pointing to my server? I have no idea ...
1
vote
1answer
108 views
PLESK direct www.domain.com to another server with a un
I got a customer where I host mail and www address on my server with PLESK 9.2
I want to direct the www address to another IP address like this:
Original:
www.domain.com -> IP: 1.2.3.4
...
0
votes
1answer
752 views
angry ip scanner reports differnet hostname and computer name on a domain?
did a quick sweep of a network this morning and i am getting different hostname to computername in the list.
this is a domain with a DC in there. it has active directory integrated dns.
if you use ...
1
vote
2answers
451 views
How to get secondary nameserver
i was wondering how i can get a secondary nameserver with a different ip. I have a dedicated server, with already 2 IP adresses, but they are still on the same server. I need to have a IP adress on a ...
1
vote
3answers
772 views
Serve multiple servers from same ip address
I saw other questions about this that were similar, but not exact.
So, my issue is, I have a home server that hosts my website and uses my outside ip. Well, rather my domain name directs to that ip. ...
2
votes
4answers
1k views
Restrict VPN client traffic to certain domains/IP
Is there any way to restrict a VPN client to only route certain traffic via the VPN and the rest via their local gateway?
For example: traffic to a certain IP or domain gets routed across the VPN and ...
0
votes
3answers
378 views
NameServers Changed:How to check the domain name hitting my server?
How do I check the domain name that has been used to access my server using PHP?
I have several domains that I have changed the name servers for and now I want to be able to check the domain that is ...
0
votes
3answers
440 views
How can roaming user access same domain with varying IP address depending on location?
With my laptop, when accessing a given domain on the local network, I need to use a local IP address (192.168.x.x).
When accessing the same domain from a remote location, I need to use the public IP ...