Ubuntu Servers :: Change Domain Name Instead Of Ip?
Dec 28, 2010
I have the lastest version of ubuntu server up and running along with a website shopping script working perfectly. Now I need to change the url in the address bar so that it stops displaying my ip address and shows instead my choice of domain name for whatever page has been opened. I have a number of domains available and each are redirecting traffic to my home server, but the address bar url alters to my ip address whichever I use. How then do I go about this change? Obviously this is to do with dns resolving stuff which I have no experience of. Can someone put down in as few steps as possible what I need to do?
View 7 Replies
ADVERTISEMENT
Apr 29, 2011
Can anyone tell me how i change the default domain name for cron?everything i cron runs it emails from and to user@com.com
this leaves me with a massive list of failed mails in postfix.i have mailto on my main crontab but i cant do it on all of them.
View 1 Replies
View Related
Feb 16, 2011
i have registered two domain names that i want to use to connect to my ubuntu server. I was wondering how to do this i was looking at bind9 but that didn't work that great. The server is behind a router with firewall i can connect to it using the external IP address but i like to use the two domain names if that is possible.
View 3 Replies
View Related
May 13, 2010
The company I work for, as usual, is Microsoft-centric. I'm attempting to integrate my Ubuntu server into the domain to allow domain users to authenticate to the server and access file shares using Samba. Here's my current configuration:
[Code].....
View 9 Replies
View Related
Mar 29, 2010
I am thinking about buying a domain name and hosting my web server.
I have seen pricing from $8 to $30 a year. Any favorites from fellow ubunters? Also this whole "whois" thing scares me, if I am correct my information I enter when buying the domain is enter into some big pool of information. People can find this information out and dig up important information. url Can I prevent this with private Whois or how do I set it up? This website examples some of my fears with this whole WhoIs thing, url whois/Private-Whois.html Does most/all domain registers come with email or just email forwarding or both? How does that work? At this moment, my only question about Web Hosting is how do I get Website Statistics as in: Stats, web analytics, web traffic stats and more? I will be web hosting through Ubuntu 9.10 gnome.
View 9 Replies
View Related
Feb 16, 2010
Ubuntu Server 9.10I want to set up my dhcp server to also be my DNS server so do I skip these lines or point them at the same server that the config file is on?
View 4 Replies
View Related
Feb 18, 2010
In the office there is a local network with samba+openldap PDC. The local domain name is company.net. The company desided to create a corporate Website on a remote hosting and desided that the site's domain should be company.net which is same as local network's domain name. So now it is not possible to reach that corporate website from within the company's local network because, as I guess, bind9 which is installed on above menioned PDC looks for company.net on a local webserver. Is there a possibility to let people from this local network browse the remote site?
View 1 Replies
View Related
Mar 8, 2011
i am a new user of ubuntu and also new web designer. I have installed apache2 server and the network name is "localhost" by default so here is my question how can i change it to a name that i want and also how can i change the default domain name to a domain name that i have registered so that everyone can reach my website...
View 3 Replies
View Related
Jun 8, 2009
I try to change the TLL of a domain name. I changed the file zone of the domain name. My new TTL is ok on Windows XP but on Vista/Seven it's always the default TTL (24hoo)... The DNS propagation is already Ok.
I don't know why Vista/Seven joke with me.Can you help me?
View 2 Replies
View Related
Jun 11, 2010
There is a site that I visit so often that it's domain ends with (.org) and when I go there I write the name and press (ctrl+shift+enter) but sometimes I press (ctrl+enter) and it takes me to a site that I hate so is there a way to make firefox when I write [url] take me to [url].
View 3 Replies
View Related
Mar 7, 2010
I really need someones help regarding transfering my current domain name that is registered with Linux to a new server? I have just built a new website and would like to transfer my register domain name over to my new website. I have redirected it but want to make transfer it competely. Where do I do it, I have looked everywhere in CPanel but no luck
View 7 Replies
View Related
Jan 18, 2011
1. I have two domains domain1.com and domain2.com on my centos server.
2. In a file in domain1.com I am writing the php function
chdir('/var/www/vhosts/domain2.com/httpdocs'); but it is not working at the same time if I am trying to change the directory to one of the subdirectory in domain1.com than it is working means chdir('/var/www/vhosts/domain1.com/httpdocs/css'); is working.
3. The problem is I cant able to change the directory from domain1.com to domain2.com. /var/www/vhosts/domain1.com/httpdocs => /var/www/vhosts/domain2.com/httpdocs is not working
Is it some permission issue or anything else ? Is it something related to chroot jail or what?
View 1 Replies
View Related
Mar 1, 2010
I have a multifunction printer that if I scan files I can save it to a shared directory. It's asking for a domain though, which I believe it's referring to a domain controller?
I was wondering if I could just take ubuntu standard edition and install samba and if I could create a domain using Samba? Or if that's not what I want?
View 2 Replies
View Related
Apr 4, 2010
I'm just getting familiar with my new VPS. I have webmin installed. I'd like to host more than 1 website on my server and I just can't figure out how to add a new domain (addon domain) to my server.
View 1 Replies
View Related
Jun 29, 2010
what is the best way of changing DNS Domain name in ubuntu 8.10? My server has bind installed and I can configure dns by webmin. I've all the configuration files under /etc/bind/.[URL]..
View 4 Replies
View Related
Jan 11, 2011
I have a truly freakish thing happening here. First I'll start with a general map:
Workstation A (10.10.0.100) - Ubuntu 10.10 joined to mydomain.local via likewise-open
Workstation B (10.10.0.101) - Ubuntu 10.10 joined to mydomain.local via likewise-open
Workstation C (10.10.0.102) - Ubuntu 10.10 NOT joined to any domain
Server A (10.10.0.1) - Windows 2003 AD Server on mydomain.local
Server B (10.20.0.1) - Ubuntu 10.10 joined to otherdomain.remote
As you can see I've successfully installed likewise and I've been able to get SUCCESS notifications from the join. I've been able to log in locally with a domain user and use a domain user password. I've also added a special Group in AD for linuxadmins and then added that to my /etc/sudoers file so I can sudo from a Domain Account. Great right? I'm slowly replacing Windows. But there's a hitch:
I can't SSH from machine to machine! but it's still not quite that simple.
I can SSH from Workstation A to Workstation C as a Domain User.
I can SSH(Putty) from Server A to Workstation A and B as a Domain User.
I can SSH from Server B to Workstation C as an alternate Domain User.
I can't SSH from Workstation A to Workstation B as a Domain User.
I can SSH from Workstation A to Workstation B as a Local User.
I can SSH from Workstation B to Workstation A as a Local User.
I can't SSH from Workstation B to Workstation A as a Domain User.
Complicated enough for you? The simple version is that if it's joined to the domain I can't ssh into another machine that's also joined to the domain while I'm a domain user. But give me a local account and it's as if there's not problem. I tried looking through the logs to find something but wasn't about to find a "sshd" type log. Syslog was completely unhelpful as it doesn't really show anything for the time stamps of my connections. Where does one start troubleshooting this?
I thought it might be a groups thing like the sudoers file, but I don't have an ssh or sshd group. Oh and what does SSH do? What's the error it throws?
Code:
MYDOMAINdomainadmin@workstationa:/$ ssh mydomain\domainadmin@workstationB
The authenticity of host 'WorkstationB (10.10.0.101)' can't be established.
RSA key fingerprint is OB:SC:UR:ED:FR:OM:YO:UF:OR:PR:IV:AC:YR:EA:LL:Y!.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'WorkstationB,10.10.0.101' (RSA) to the list of known hosts.
Here it waits for exactly 120 seconds and then...
Code:
Connection closed by 10.10.0.101
What can I do?
View 3 Replies
View Related
May 9, 2011
I set up a mailserver using this tutorial:[URL].. It works fine so far. I run this server for a small company with about 20 mailboxes where a address looks like that.[URL].. Now I want to set up an alias domain so that [URL].. also automatically is directed into the mailbox of "user".
View 1 Replies
View Related
Jul 25, 2011
I've setup a LAMP server at home & i'm trying to get a webserver running. I'm having trouble finding information on how to "point" my domain at my IP.
The site is up & accessible. I own the domain, but I don't know where to go from here.
I believe I need to change the dns servers on godaddy, but what to?
Is there a free service which will update my IP when it changes?
View 6 Replies
View Related
Sep 1, 2011
I am changing domain name for web, web is staying on same IP / ServerI want www.OLD.com to redirect (change address name in browser) to at the moment both point to same IP..am not sure why but this .htaccess is not working.
Code:
#Options +FollowSymLinks
RewriteEngine on
[code]....
View 1 Replies
View Related
May 2, 2011
How can I change Personal Settings language for window domain user? For local user and root user, I can change my language and from personal setting and it works fine for me.
Find my conf in the following-
->System-> Language->Primary Language = English
->Personal Settings->land/Region->Language = Deutsch
For domain user, I could not change this personal settings language, it is inactive . But for local user I can do that.
View 3 Replies
View Related
Feb 10, 2010
I had qmail installed using squirrelmail as the webmail. At first I can send email to any destination. After I have changed the domain, I am getting this error:
ERROR: Message not sent. Server replied: Requested action aborted: error in processing. 451 Temporary local problem - please try later.
View 1 Replies
View Related
Apr 4, 2010
I don't know if the problem is the way I create my shares on the Domain member, but here is the way I've configured my systems. My systems are home based, and though the topology may be all wrong, it's set up this way only for test purposes. I love to get things up and running.I've already had a Domain Member running under Samba 3.02xx (Centos), but I'm having problems under Ubuntu and Samba 3.40
Server call Citadel is a VMware Server. I've got 3 virutal machines on this Server, 2 Ubunt 9.10 servers, and 1 Windows XP pro. One of my virtual servers is call Winserver, a Samba PDC server using TDBSAM as it's backend. Configured and working well. I have a share that I can access.On my Windows XP, I'm a domain member, able to access my WinserverServer share "Linux Doc", but when I try to access my domain member, it keeps asking me to login.
View 2 Replies
View Related
Apr 18, 2010
I am a complete newbie at web servers, so I installed Ubuntu Server and have a LAMP set up. I have gotten dynamic DNS to link to my domain, and that seems to be working. My domain is 6py7.com. If I try to access my domain from within my home network it links me to my router's main page (192.168.2.1). I have my server set up with a static ip at 192.168.2.100 and have port forwarding set up.
Is there something I missed with the setup of this? I can only access my domain if I use a network outside of my home network, but if I am within my home network the domain name links to the router.
View 5 Replies
View Related
Apr 20, 2010
I want to make BIND9 aware of my TLD so I need to give it an A record. Then I wanted to create CNAME for ftp, mail and so on as time permits
I have webmin so I need to work from that.
my TLD is [URL]
I wanted to bolt on www, ftp for now
www is port 80, ftp port 21 etc
View 1 Replies
View Related
May 22, 2010
I have set up 10.04 server, got userdir working (/home/username/public_html) so I can access it with h ttp://myipaddress/~username. What do I need to do to get mydomain.com to point to http://myipaddress/~username?
View 9 Replies
View Related
Nov 1, 2010
I have a domain through google (enom) I have one website which I host web forums My friend has a website which he hosts the frontpage We're on two separate hosts We're trying to combine the websites together and my friend wants to utilize his hosting.Is it possible to get this one domain to work on two webservers without doing a redirect? For exmaple: have [URL] be the frontpage and [URL] be the forums
View 1 Replies
View Related
Nov 30, 2010
This is piece of my samba configuration with LDAP
Code:
workgroup = PCPR
netbios name = SERWER
server string = Samba %h PDC
My domain name is PCPR, (workgroup name is equal to the PDC's domain name, right?) but when I execute
Code:
net getlocalsid
i get
Code:
SID for domain SERWER is: S-1-5-21-3946501231-293034350-4217055208
Why SERWER, should not be PCPR?
View 4 Replies
View Related
Jan 14, 2011
how to make a local domain? I have a laptop and server in my localhost. How can I make so that when I type backup.home or something like that into chrome it points to my server? I have apache2 installed with some virtualhost and mypage.192.168.1.4(my server ip) dosent work I propably need a domain or something like that.
View 5 Replies
View Related
Feb 5, 2011
I have created a mail server using citadel that seems to be working nicely. My only problem is the only way to access the server is to go to 71.114.220.3:2000 (it's running on port 2000). I would like to be able to access the server by going to mail.annarrankings.comI'm using godaddy for my dns and set an A record as host=mail, points to =@Then set the mx server to priority=10, host=mail.annarrankings.com, points to = @
View 1 Replies
View Related
Mar 1, 2011
I am in the process of securing our web server (apache) using openssl generated certificates. Is it possible to generate a certificate for both www.example.com and example.com?
View 4 Replies
View Related