Hello notageek,
Thanks for your help and sorry I'm being confusing.
From notageek: "Okay I'm confused, do you want to keep "78-315-21-47.lightspeed.snantx.sbcglobal.net" as your hostname?"
My goal is to revert my system back to its orignal condition that functioned perfectly fine. Before whatever weird event appeared to have suddenly "locked" my ip to a certain number amd slapped it in my bash prompt.
1. in the orginal condition my host name was localhost.localdomain
2. my bash prompt was [alpha@localhost ~]$ or when I was root it was [root@localhost ~]#
3. I am almost certain I was using dhcp for two reasons 1.) because I "think" I remember selecting that option at the install of fedora 8 and 2.) I know for a fact my ip changed overtime because I would query and find that it was different every few days. This fact unless I am sadly mistaken could not be the case if my ip was "static". So given these premises I would like to "unstick" my ip so that it becomes dynamic (again) and restore my bash prompt to where only "localhost" appears in the prompt and not all of the othe junk.
Sorry for runnning the wrong command earlier. Here is the correct one you asked me to check.
[alpha@72-250-46-78 ~]$ cat /etc/sysconfig/network-scripts/ifcfg-eth0
# nVidia Corporation MCP55 Ethernet
DEVICE=eth0
BOOTPROTO=dhcp
HWADDR=00:1F

4:1A:8F:43
ONBOOT=yes
[alpha@74-115-81-80 ~]$
I would tend to think that the script you thought might have been used resulted in the changes that I have reported might be purely "cosmetic." I mean I could use the hostname command to change my host's name to whatever even something silly like
"12.345.56.78" but If I merely assigned my hostname something that was in the form of an ip address that wouldn't actually cause my eth0 to adopt the same number as its ip even though this new name that "looks like" an ip would appear in my bash prompt. Isn't that right?
However, my next question would be if that is the case what would account for the "agreement" in the ip in the bash prompt and what I see listed for the "inet addr:78.213.44.63 " for eth0 when I run ifconfig? (Please see below) This seem to be that the order would be that something, or someone change my ip to a particular address and then subsequent to this change, and possilbly in addtion altered by bash prompt to reflect this more basic internal change. I don't know for sure at all, I'm just trying to think throught this as clearly as possible.
================================================== ================================================== =======
[alpha@78-213-44-63 ~]$ su - root
Password:
[root@78-213-44-63 ~]# ifconfig
eth0 Link encap:Ethernet HWaddr 0F:1F

8:1A:7F:45
inet addr:78.213.44.63 Bcast:78.123.78.255 Mask:255.255.252.0
inet6 addr: fb23::43f:d8ff:cd21:7q42/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3270 errors:0 dropped:0 overruns:0 frame:0
TX packets:1414 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1168801 (1.1 MiB) TX bytes:208713 (203.8 KiB)
Interrupt:253
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:6609 errors:0 dropped:0 overruns:0 frame:0
TX packets:6609 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2651304 (2.5 MiB) TX bytes:2651304 (2.5 MiB)
virbr0 Link encap:Ethernet HWaddr 0F:1E:45:23:A6:60
inet addr:192.168.122.1 Bcast:192.168.122.255 Mask:255.255.255.0
inet6 addr: fe73::81e:66ff:fe43:a451/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:29 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:5094 (4.9 KiB)
[root@78-213-44-63 ~]#
================================================== ================================================== =========
Here is my last questions:
Based on your advice it would seem that if I :
1. First as root change the ifcfg file to the example content that you have already provided.
2. Next, use the hostname command to execute the following command [root@78-213-44-63 ~]# hostname localhost
And this likely wouldn't break my internet connection?
Have I understood your advice correctly up to now?
Thanks,
DigitalDude