Fedora :: 14 - Way To Change Hostname ?

Jan 19, 2011

Is there any way to change Hostname in Fedora 14?

View 4 Replies


ADVERTISEMENT

Fedora Networking :: How To Change Hostname To Rodder

Oct 1, 2009

Yesterday, while trying on establishing mobile broadband, my hostname changed, and I can't make it yet. My /etc/hosts is

1 127.0.0.1 pc-194-101.fysik.uu.se localhost.localdomain localhost
2 127.0.0.1 pc-194-101.fysik.uu.se roddur
3 ::1 localhost.localdomain roddur

The second line I edited but after a reboot it inserted the first line all automatically and my /etc/sysconfig/network is

1 NETWORKING=yes
2 HOSTNAME=roddur

What I have to do if I have to change my hostname to "roddur"?

View 2 Replies View Related

Fedora Networking :: Change The 'DHCPclient' Hostname Send To Router?

May 6, 2011

first time user of F14 here. Used PCLinuxOS so far. Installed F14 fine , got samba up, set the hostname of the box to fedora.linux BUT when I connect to my wireless router (Belkin) the hostname shown in the routers DHCP client list is different:
Router shows:

IP Address-----Host Name-----------------MAC Address
192.168.2.4----ralf-FK790AA-ABA-m9---00:22:5F:17:dE:98
In terminal it shows
[dagaz@fedora ~]$ hostname
fedora.linux
[dagaz@fedora ~]$

When I search the forum or google, I end up with hostsfile or samba howtos. Those settings all show the right name : fedora.linux Why does the router show ralf-FK7 etc..? and where can I change it?

View 1 Replies View Related

Debian :: Trying To Change Hostname Through SSH

Apr 15, 2010

I tried to change hostname through ssh.
Old hostname = server1
New hostname = server1.domain.local

I changed the hostname by editing the /etc/hostname file
Old:
/etc/hostname
server1
New:
/etc/hostname
server1.domain.local

Then I executed /etc/init.d/hostname.sh, and get as below, looks OK!
hostname -f
server1.domain.local
hostname
server1.domain.local
hostname -s
server1

The logs are still just showing server1.
Example:
tail -f /var/log/auth.log
Apr 15 13:30:01 server1 CRON[22783]: pam_unix(cron:session): session opened for user root by (uid=0)
Apr 15 13:30:02 server1 CRON[22783]: pam_unix(cron:session): session closed for user root

Do I really have to reboot, or is this normal behaviour that it does not show the full hostname?

View 10 Replies View Related

CentOS 5 :: How To Change The Hostname

Aug 12, 2010

I have changed my hostname to - ns1.searchdns.net by

1) editing the files /etc/sysconfig/network

2) then run the command - echo "ns1.searchdns.net" > /proc/sys/kernel/hostname

3) then restarted the service /etc/init.d/network restart

I run the command hostname and it returns ns1.searchdns.net. But I am also supposed to modify the /etc/hosts file. I am not sure about this. The content looks like this at the moment

127.0.0.1 localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6
192.168.0.20 abc.com

What should my host file look like now? I am not sure if I should also modify the second line or delete it etc.

View 1 Replies View Related

OpenSUSE Network :: How To Change Hostname In SLES11

Jan 11, 2010

How do you change the hostname in SLES11? I have normally used the /etc/hostname file and rebooted the server in other distros. I only notice the way to change it is in yast2 -> network devices -> network settings -> Hostnames. I am looking for where it is stored because I want to write a script to update it (apart of a server deployment process).

View 9 Replies View Related

OpenSUSE Network :: Unable To Change The Hostname?

Apr 10, 2011

I've a little trouble: I reinstalled on my notebook OpenSUSE 11.3 yesterday and I'm unable to change the hostname. I modified it, but when I type on terminal

Code:
uname -a

it doesn't give the right answer but returns

Code:
host

I don't know where I wrong because I did this action many times with Opensuse 11.1 and 11.3 without any problem.

View 9 Replies View Related

Ubuntu :: Sudo Broken After Hostname Change

Nov 2, 2010

I changed my hostname by running sudo gedit /etc/hostname and changing the word there. Then I discovered that hadn't done anything so I used sudo hostname newname. My hostname was changed then but I tried to run sudo gedit /some/thing/else.txt and it said:

Code:
sudo: unable to resolve host newname
No protocol specified

(gedit:5512): Gtk-WARNING **: cannot open display: :0.0 and it says the same with sudo or gksudo for any program that has a gui including synaptic. I can run vi but I have no idea how to use it. I think the problem lies in the lines in /etc/hosts which still say

[Code]....

with the problem being that it still says localhost and my local IP address are ubuntu instead of newname. So if you could tell me how to edit that with vi or some other command line program

View 2 Replies View Related

Ubuntu Servers :: Possible To Change Hostname Of Machine In GUI

Nov 27, 2010

I have a problem with server bcs of the machine name. I'm wondering how to change the server name to it's IP. bcs now it has name "chrochne". I've found hostname in /etc/host and in /etc/hostname. But I'm afraid of changing it in this files. I'm using webmin and virtualmin to admin the server so can I change the name somewhere in the GUI?

View 9 Replies View Related

General :: Any Way To Change Hostname Of RedHat 9 Machine?

Apr 1, 2010

I want to change the Hostname of my Red Hat9 Linux machine using command line. By default it show me as following
[root@localhost root]#

I want to see it as
[root@pc1 root]#

Is there any way to change host name?

View 26 Replies View Related

OpenSUSE Install :: How To Change Random Hostname Of System

Aug 29, 2010

How generally to change the hostname. When the system was installed the there was given random hostname and I am wondering how to change it.

View 3 Replies View Related

OpenSUSE Network :: How To Change Computer Description (Hostname)

Mar 14, 2011

When browsing in WinXP Windows Explorer to view an OpenSUSE computer, the displayed name is:
Samba 3.5.4-5.3.1-2489-SUSE-SL11.3 (*hostname*)

Other Windows computers display as:
[computer description]([hostname])

How can I change the "computer description" within OpenSUSE?

View 3 Replies View Related

General :: Bash Script To Change Hostname For RHEL

Jan 15, 2011

I'm trying to write a script to change the hostname of the computer at the first boot. The reason why I need this script is because I manage a number of training computer and I use Ghost to re-image it every 2 months. The script will read the mac address and the hostname from a csv file and compare it with the mac address on the current machine. I have stuck and don't know what is wrong as I'm new with script.

csv format:
Code:
00:11:22:33:44:55 host01
00:11:22:33:44:56 host02
script:

Code:
#!/bin/bash
# Description
# Change HOSTNAME for each machine from CSV file
#
# CSV File Format
# Each line contains two columns - mac address & hostname
# Description End .....

View 7 Replies View Related

General :: Hostname Change Using System Config Network

May 4, 2010

My colleague changed the hostname using "system-config-network", but now I want to change it using any how (either system-config-network or /etc/sysconfig/network). Even I changed it from /etc/sysconfig/network. But when I reboot the system its getting old hostname. Is there some other place to change hostname?

View 5 Replies View Related

CentOS 5 :: Mail Stopped Working After Hostname Change

Aug 18, 2010

I built the system with one name and now want to change it.I do the usual things. change the /etc/hosts file change the hostname with the command hostname newname changed /etc/sysconfig/network and then mail stops working. Put it back to the old name and it works fine.So I am guessing I am missing something in the configuration for sendmail. I checked the sendmail.cf file under /etc/mail and no reference back to the hostname was found.I also tried the GUI on the console to change the hostbname.

View 3 Replies View Related

OpenSUSE Network :: Hostname Change Via YaST Not Applied After Restart

Apr 1, 2011

I installed openSUSE on my notebook with an usb drive using openSUSE 11.4 KDE LIVE iso. The installation process set the name to "linux-ygrl" which I don't really like. (I probably just missed the setting during the installation.). I tried to change it through YaST -> Network -> Hostnames and I set everything where needed to the new name and restarted but the changed weren't applied. I searched the web and found out about the /etc/HOSTNAME file which still contains "linux-ygrl". Now I could change it manually but I was wondering if there is a GUI for it? (I mean, openSUSE has for alsmost everything a GUI.

View 9 Replies View Related

CentOS 5 Networking :: Change A Systems Hostname And IP Address Via Script?

Dec 14, 2010

I am looking for a way via script to change a systems hostname and IP address!

View 1 Replies View Related

General :: Ubuntu 9.10 Networking Hostname / Can Ping The Linux Box Using Its Hostname From A WinXp. But Cannot Do The Reverse?

Jan 3, 2010

I have a network of 2 WinXP machines and one linux box. I have fiddled around with the settings as you do when learning. The network is working. The network neighbourhood on the WinXP machines recognise the linux box and vice versa, (the linux Places|Network recognises the 2 WinXP). I can Ping the linux box using its hostname from a WinXp. But I cannot do the reverse. I get an 'unknown host' response. I can ping the linux to itself using its hostname.

View 7 Replies View Related

Networking :: FC13 Install Can Ping By Hostname - Ssh By Hostname Fails

Jul 29, 2010

I'm having an issue on two Fedora Core 13 machines where I can ping others by hostname, but the hostname resolution fails whenever I use ssh/scp/vnc/etc. I can still do these things by IP address, just not by hostname. RHEL5.3 machines on the same network with the same configuration do not seem to have this problem.

Here's the not-so-quick-and-dirty description of the situation:

I know that there is a virtual router at 192.168.31.1 and another at 192.168.30.1. I also know that there is another network (let's call it 90.90.90.0) and on that network lies a number of resources. By nature of this configuration, any machine on 90.90.90.0 can be accessed by any 192.168.x.x, but not the other way around. Beyond that is out of my hands and currently out of my scope of knowledge.

I have a dnsmasq server on 90.90.90.10 that operates as a secondary nameserver, another machine out of my sphere of influence is the primary nameserver (90.90.90.31).

The secondary nameserver on 90.90.90.10 holds the hostnames of our development machines. The problem is that in some cases, while I can ping by hostname all day long, services such as ssh, scp, vncviewer, etc all fail to resolve the hostname. In other cases I can do all of these things.

Every machine has an equivalent resolv.conf:

As an example, I will show the output of a handful of my development machines:

I also included columbia as a one-way test -- even though it cannot access 30.x or 31.x, they can access it:

columbia -- physical machine, Red Hat Enterprise 5.3, IP 192.168.100.200

Okay, so here are the various outputs. Remember, nibbler, discovery, and atlantis can ALL:
- Ping by IP address
- Ping by hostname
- ssh, scp, vnc, etc by IP addess

Additionally, the SERVFAIL reply from 90.90.90.31 is expected since my dnsmasq server is on the secondary server.

Note that the only machine that can both ping and ssh/scp/etc by hostname is nibbler, which also happens to be the only one of the three running RHEL5.3 instead of FC13. Other virtual and physical machines running on the 192.168.31.0 and 192.168.30.0 networks (all running RHEL5.3) work just like nibbler does. So the problem seems to only affect machines running FC13.

Final note: selinux is disabled, iptables is disabled, ip6tables is disabled.

Other than that, discovery is a brand-spanking-new install straight off of the FC13 DVD. atlantis has been around longer, but its just a file server so I haven't done anything too crazy to it.

View 3 Replies View Related

OpenSUSE Install :: Set $HOSTNAME To Dynamically Update With The Hostname That Is Specified For The Ip In DNS?

Apr 6, 2010

How do I set $HOSTNAME to dynamically update with the hostname that is specified for the ip in DNS?

View 3 Replies View Related

Ubuntu Networking :: Pinging Hostname Rather Than Hostname.local?

May 24, 2010

I'm trying to ping another Ubuntu computer on my local network. If I try doing,ping <hostname>then I get the messageping: unknown host <hostname>however, if I doping <hostname>.localthen I get a response back. I was wondering how I can change it so that I can ping without having to append .localI've installed winbind and modified my /etc/nsswitch.conf file but this has made no difference.

View 2 Replies View Related

Ubuntu Networking :: Hostname Changed But Email Still Using Old Hostname?

May 22, 2011

I have an ubuntu 10.04 server with hostname "abc.domain.com". However, due to migration, we had to change to hostname to something else, "xyz".

I have done changing /etc/hosts and /etc/hostname and run /etc/init.d/hostname start.

Checking the hostname and all shows it is now using hostsname of xyz. However, email sending out is still using old hostname. We have some scripts that will send out alerts like failed rsync or hdd space full to my email account. But I see the sender is still "root@abc.domain.com".

How do change that to xyz? I am using postfix. I have edited main.cf and restarted postfix but no go.

View 1 Replies View Related

General :: Difference Between $HOSTNAME And $(hostname)

Jan 21, 2010

the difference between $HOSTNAME and $(hostname)?

View 5 Replies View Related

Slackware :: Change "bash-4.1#" To "user@hostname ?

Aug 18, 2010

How do i change "bash-4.1#" to "user@hostname. really distro version is 13.1, google has failed me an new to slack.

View 16 Replies View Related

Fedora :: Ping Hostname To LAN Computer ?

Nov 9, 2009

I am using FC9 and internet is working fine on it.

Well, I ping to google, it is resolving but if I ping by hostname to other LAN computers. it gives error : unknown host.

But if i ping with IP address it is pinging.

NOTE :
1) My firewall is acting as a dns server and other windows systems are resolving it.

2) FC9 firewall is disabled.

View 5 Replies View Related

Fedora Networking :: Hostname Cannot Be Resolved

Feb 1, 2010

Running Fedora 11.

Did get a Kimsufi dedicated server through [URL] When I did get it the hostname resolve does not work.

I have never got any of this problems before so this is my first time playing with the network settings.

Nothing works! Lynx, wget, yum and so on. IT works if I do enter the hostname by its IP. But thats not working in the long way

Quote:

ping cnn.com
ping: unknown host cnn.com

Quote:

#nslookup cnn.com
Server: 127.0.0.1
Address: 127.0.0.1#53

[Code].....

View 2 Replies View Related

Fedora Networking :: DSL Modem PC Name Is Not Hostname

Nov 13, 2010

When I use Ubuntu, my DSL modem correctly gets the hostname I call my computer "mertensia", but I'm having issues with Fedora. Yet, when I look at the name assigned by the modem (using URL... in a web browser),I need the PC Name to be mertensia, because otherwise it will complicate how I ssh immensely.

View 4 Replies View Related

Fedora :: How To Use The 14 Hostname In The URL Of The Apache Server

Apr 6, 2011

I started the mission to call my GLPI system from a hostname URL... i dont want use the IP address... but im dont know what i do!

I have Fedora 14 installed on VirtualBox running with the network interface bridge mode, fix IP address and in the dns server the name that i want is already registered... i have direct access to the network and the apache and mysql works fine... and here in my office we have a windows 2K3 domain controller and all the computers are logged in the domain... i dont know if i have to put the fedora linux in the domain or just configure something to work...

Today for use the glpi system i have to put in the URL bar: [url]

But i want: [url]

I allready look for the samba configuration to put fedora into domain, but dont works...

View 2 Replies View Related

Fedora Networking :: Cannot Ping By Hostname On 14

Jul 3, 2011

I have 4 installations of Fedora 14 running on a Win 2008 R2 server in Hyper-V.

When I try to ping my desktop or the host server via the hostname from within any of the Fedora installations, the ping fails. I can ping by IP without issue. Also if I try to ping the VMs from my desktop it fails. I have an XP VM setup that I can ping without issue via hostname and IP.

All of the VMs can access the Internet without issue. I have disabled all firewalls on all systems with no luck. My desktop can ping the Hyper-V server without issue so it would appear that the problem lies with the Fedora installations.

My resolv.conf

Code:

Does anyone have anything I can try to get the name resolution working?

View 4 Replies View Related

Red Hat / Fedora :: Set A Hostname Alias In RHEL5?

Aug 31, 2010

Can anybody explain how I can set a hostname alias in RHEL5. We are testing RHEL to replace our Solaris LDAP servers, one of the things we need is to be able to set a hostname alias on the public interface.In solaris we can just update the /etc/hosts file to something like

ipaddress hostname alias1 alias2
Things looks alittle different in RHEL, the host file only contains
127.0.0.1 hostname.fqdn localhost.localdomain localhost

I read about the sysconfig/network files but can only see about changing the hostname there and nothing about setting a different alias.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved