Hi all
My name is Sergio, and recently I installed FC6 with a partial success. My PC is connected to internet through a router and I think this could be the problem. I read almost everything posted about this topic in this forum, but anyone give a solution. Below, there are some of the command I've used to check the hostname of my PC
When I use the command:
uname -a, the answer is:
Linux localhost.locald\300\250>2\377\377\377 2.6.22.7-57.fc6 #1 SMP Fri Sep 21 19:45:12 EDT 2007 x86_64 x86_64 x86_64 GNU/Linux
when I use the command:
hostname, the answer is:
localhost.locald\300\250>2\377\377\377
I am going to describe some of my config files in order someone can help me to fix it.
/etc/host
::1 localhost.localdomain localhost
/etc/sysconfig/network
NETWORKING=yes
NETWORKING_IPV6=yes
HOSTNAME=localhost.localdomain
/etc/sysconfig/network-scripts/ifcfg-eth0
# Intel Corporation 82566DC Gigabit Network Connection
DEVICE=eth0
BOOTPROTO=dhcp
HWADDR=00:19

1:7C:0E:65
ONBOOT=yes
DHCP_HOSTNAME=localhost.localdomain
TYPE=Ethernet
/etc/sysconfig/networking/devices/ifcfg-eth0
# Intel Corporation 82566DC Gigabit Network Connection
DEVICE=eth0
BOOTPROTO=dhcp
HWADDR=00:19

1:7C:0E:65
ONBOOT=yes
DHCP_HOSTNAME=localhost.localdomain
TYPE=Ethernet
/etc/sysconfig/networking/profiles/default/host
# Do not remove the following line, or various programs
# that require network functionality will fail.
::1 localhost.localdomain localhost
/etc/sysconfig/networking/profiles/default/ifcfg-eth0
# Intel Corporation 82566DC Gigabit Network Connection
DEVICE=eth0
BOOTPROTO=dhcp
HWADDR=00:19

1:7C:0E:65
ONBOOT=yes
DHCP_HOSTNAME=localhost.localdomain
TYPE=Ethernet
/etc/sysconfig/networking/profiles/default/resolv.conf
; generated by /sbin/dhclient-script
nameserver 192.168.62.1
nameserver 0.0.0.0
/etc/sysconfig/networking/profiles/default/network
empty..
I've tried to change:
/etc/host to:
1:: localhost.localdomain localhost.localdomain
But when a I boot it is replaced by the first describe above.
Can someone give me any clue of how to solve this problem?
Thank you in advance