Forward All Domains To An IP Address
Aug 16, 2008I'm looking to set up a DNS server for parked domains that anyone can use. How do I have the DNS server accept all domain lookups and resolve them to a particular IP address?
View 3 RepliesI'm looking to set up a DNS server for parked domains that anyone can use. How do I have the DNS server accept all domain lookups and resolve them to a particular IP address?
View 3 RepliesFor example, if I forward my business domain abcproducts.com to my domain where I have my hosting, myname.com, is it possible for people to see where my business domain is forwarding to. Basically, I am doing a business website, but I don't want anyone to be able to see that it actually is forwarding to a folder on my main myname.com where I have my hosting. I am masking it, so it will only show abcproducts.com, but I am wondering if even the "tech saavy" has tools to figure this out. I just don't want anyone to be able to see this.
Like, I know how sites like DNSreport.com show all kinds of stuff on the domain. Is there something like this that people can use to see if domains forward?
I have a dedicated server with cPanel/WHM and on it is a site with for example user name: domain
The main email user name is of course domain I'd also like to forward admin@domainname.com to the domain user account then any other emails would fail. So say if someone sent an email to sales@domainname.com it would fail unless of course I had an account setup.
Currently I can get admin@domainname.com to foward to the main account box, however in doing so it will also forward everything else.
Is this possible?
I currently have one server with multiple domains on it.
I run apache with virtual hosts.
I want to setup email forwarding such that:
Email sent to <anyone>@aaaa.com ----forwards to----> <some email address>
Email sent to <anyone>@bbbb.com ----forwards to----> <some email address>
...
Email sent to <anyone>@xxxxx.com ----forwards to----> <some email address>
Any pointers? Im not even sure what to search for on the net.
I have two servers with two different ip address in two different physical location.
eg
server A - 202.44.33.1 - domain.com
server B - 192.33.55.3 - abc.domain.com
what i would like to do is redirect people coming to abc.domain.com to ip address 192.33.55.3 instead of the conventional 202.44.33.1/abc/
can this be done ? If so how ? I know it can be done but i am not sure how or what the technical term for such a service would be ? and the actual steps involved in creating a redirection like this.
I'm using cPanel, and I'd like to change the IP address of all domains hosted on my server. When I click the "Edit DNS Zone" link in WHM, the IP address of all accounts is wrong. Do I have to change it manually for all of them?
View 4 Replies View RelatedMy customer has an external facing Apache server that is acting as a reverse proxy to two internal applications. They have:
- external addresses for each app which resolve to different ip addresses, so app1.their_domain.com and app2.their_domain.com resolve to 77.3.170.10 and 77.3.170.11 respectively.
- the Apache server has two network interfaces with ip addresses 192.168.10.10 and 192.168.10.11
- the external ip addresses resolve to the above internal addresses
- the firewall between the Apache server and the internal app servers is configured to allow traffic from 192.168.10.10 to reach app_server1, and traffic from 192.168.10.11 to reach app_server2, both using port 7777.
I have configured a virtual host in httpd.conf for each ip, i.e.
Code:
<VirtualHost 192.168.10.10:80>
...
ProxyPass /app http://app_server1:7777/app
ProxyPassReverse /app http://app_server1:7777/app
RewriteRule ^/$ /app/app1 [R,L]
...
<VirtualHost>
and
Code:
<VirtualHost 192.168.10.11:80>
...
ProxyPass /app http://app_server2:7777/app
ProxyPassReverse /app http://app_server2:7777/app
RewriteRule ^/$ /app/app2 [R,L]
...
<VirtualHost>
This works fine in that the external address are being routed to the correct application, however the firewall is blocking requests to the second app as it appears the requests are coming from the Apache servers 'primary' ip address 192.168.10.10 instead of 192.168.10.11.
Is it possible to send requests using the ip address from the relevant VirtualHost?
Windows server 2008
Apache 2.2
I am using virtuozzo firewall to secure access.
I enter 58.27.175.211/255.255.255.0 for Source Address and Netmask for port 22.
But still I can connect using 58.181.103.217 or 58.27.151.120.
Second is it possible to enter two different ip address in source address?
I just bought a new ip address and want to setup this new ip as my server's main ip, making the 'existing main ip' as the secondary ip.
Which means, this new ip will be the server's default ip address for all services, including when connecting to other server.
I'm using CentOs 4.5 and swsoft's panels: HSPcomplete & Virtuozzo Power Panel, and Webmin.
I have 2 wordpress blogs, and I'd like a few different domains to be shared on each of them.
Using some exemples, suppose I have domains from domainA.com to domainE.com. domainA.com is my main domain and the others are addon domains.
Today Blog1 is using blog.domainA.com, and domainB.com and domainC.com use WebRedirect to blog.domainA.com. And Blog2 uses domainD.com with WebRedirect on domainE.com too.
To access a post like /2008/02/02/this-is-a-nice-post, it is available only at blog.domainA.com, and not by domains B and C. I'd like they 3 to be able to access all posts directly, without redirecting to domain A.
To do that, I suppose I'd need to do some config on cPanel. And also on wordpress, even if I replicate it over other domains it insists to redirect to its configured domain.
I was thinking on the possibility of using symbolic link (ln -s) on their folders to blog.domainA.com folder, but I don't have access to shell on SSH so I'd like to know if it would work before trying.
In a real exemple of what I want, these domains all share the same phpBB forum: forumpcs.com.br, extremepc.com.br, forumdohardware.com.br.
Do u know if symbolic link would work to share the same wordpress? And how to make wordpress stop redirecting to blog.domainA.com?
let's say I'm part of a LAN and i get my public IP through a PPPoE but i also have a wireless router and another station on which I wish to have linux. On that linux machine I will have anther public IP which is not from the same class.
What to do in order to world wide see my server machine(the one with linux and IP not from the same class)
I want to redirect a website to a particular URL so that the address bar shows the same URL and not the destination URL. I know it is possible via URL masking, however, I want it in such a way that whenever somebody clicks on any link in the website, the address bar should still show the original URL. To put it in simple words, Suppose I want to redirect [url] to [url]. Now if there is a link named contact/index.htm and somebody clicks on it the address bar should display [url]and not redirect to [url]
How can it be possible using URL Rewrite method in .htaccess file?
The problem usually goes like this:
- I can't access the webserver
- I'll try to restart httpd, and I'll get
Starting httpd: (98)Address already in use: make_sock: could not bind to address [::]:443
To fix this, I run
[root@www1 ~]# lsof -i tcp:443
COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME
perl 11307 apache 4u IPv6 476943447 TCP *:https (LISTEN)
There is always leftover process that is causing the restart to fail. Once i force kill the process, I am able to restart httpd properly.
Now it is ok if this just occurs once in a while, but this problem keeps repeating itself almost everyday at 4am server time (cron time?). What can I do to permanently fix this?
I would like to know on how to forward specific IP with port to localhost or any IP by using iptables ? For example i would like to forward for port 25 from IP A to IP B, Currently i'm doing a test with my firewall and i'm very blur with iptables thingy.
View 2 Replies View RelatedWhat is email forwarding for? My hosting server account gives me about 999999999 available, how will I use it?
View 2 Replies View Relatedhello
i really rely on your expertise guys please help me!
a cpanel server A has some domains on host 1
a new cpanel server B is set ready for migration on host B.
the greek registrar i use,
by accident (As they say) switched ips for my nameservers from A to B and the migration has not been done!!!!
can i set up a record or something on server B to forward all traffic back to server A ???????
Sorry i'm not a network expert. That's why i'm here
thanks
simos
I'm hostnig my website at home, and I think my router reset itself. I was wondering how to reforward port 80. I have a netgear router. This is teh port forwarding pagfe, of my router. The other is my ipconfig page.
View 3 Replies View RelatedI'm totally new at the dedicated server thing. I want to point a domain (mintylabs.com) to my server IP making it possible to have my own custom dns (e.g. ns1.mintylabs.com).
View 2 Replies View RelatedI have signed up for hostgators webhosting.
Upon setting up, I found out that outgoing mails from any email addresses from my domain name cannot be copied to another email account. I've tried scripting on the client software (e.g)outlook. it works. but then again, it only applies on the client side if the scripted client is present. this would not work if the email is sent from the web based login.
is there a work around for it?
If there isn't, does any one know of any webhosting co. that allows that?
Situation is, my current host does allow it. Due to small amount of disk space allocated, reliability of the service, technical support and cost, we therefore have decided to switch to another host.
Forward domain to multiple IPs
I have a domain setup on my Plesk 8.6.0 powered webserver which is being forwarded to a specific IP provided by my costumer, all DNS zone records are inserted accordingly and everything works fine.
Due to a problem with the ISP that provides the fixed IP on my costumer’s server he now wants to get a second IP from a different ISP, for the same webserver, to function as a secondary route onto his server .....
i have a domain hosted at eNom which i would like to point to my FTP server which is running on my box at home. I have a static IP, and BulletProof FTP server installed. Now im just unclear how i can have www.mydomain.com point to 212.12.34.56:21.
View 3 Replies View RelatedI'm using Postfix as my mail agent. I was wondering how to forward incoming emails to a script.
I did a search in google and couldn't find anything relevant only this.
create a alias like this.
email@example.com: "| php -q /home/user/full/path/to/script.php"
But is not working not forward nothing. I have tried everything but nothing works and the logs not show me any errors.
i have been stuck in this situation for more than a week...
the situation on my side is this:
<--
i have a domain at godaddy, and using godaddy windows hosting..
i have a website in ASP.NET, and i want to make a subdomain for my forum suppose:
forum.mydomain.com
and forward it to other host on cpanel...
-->
Other side:
<--
my friend has bought reseller hosting and have created an account for me with the name of mydomain.com.
and the server IP is x.x.x.123
-->
i logged in to my account in cpanel and created a subdomain named "forum"
then i created the subdomain on godaddy and pointed the A record of this subdomain to x.x.x.123
now when i open forum.mydomain.com.....it displays error page...
(i have kept a simple index.html file in public_html)
any solution to this problem?
i need steps to resolve this problem and what configurations i need to do on godaddy + cpanel manager....
I currently have one static ip...which has been configured to Debian..now i want to run a webserver within the network internally
can someone tell me how can i forward port 80 request from One machine to another.
im running my own BIND and also have Webmin installed.
whats the best way to forward one domain to another?
domain.biz forwards to domain.com
I have a yahoo domain and I plan to move it to a new host. i know it may take 24-48 hours for the new DNS to propagate.
my question is. Is it possible to forward my domain while DNS is being propagated? So my user will be taken to another website while dns is propagated.
I have access to domain forwarding as well as DNS change through my yahoo domain control panel
Thank you to all.
I have a situation with a client who wants to keep their current hosting provider for email, but switch their web hosting to a new host. I have recommended downtownhost to them, and explained that we could set up an mx entry to point to their old host for email forwarding.
They came back and suggested keeping their current ISP to manage the DNS entry to forward all http requests to DTH, so that mail does not need to pass through DTH.
I'm not a hosting whiz so I hope I explained this correctly. I was looking for some advice on:
a) does their solution make sense?
b) why would you want to do things this way?