Aha. The problem, I think, is that the MAC address in your /etc/sysconfig/network-scripts/ifcfg-eth0 file is incorrect.
Looking at your earlier postings, you wrote:
cat /etc/sysconfig/network-scripts/ifcfg-eth0
...[snip]...
HWADDR=00:21:85:C4:14:00
...[snip]...
but
/sbin/ifconfig eth0
...[snip]...
eth0 Link encap:Ethernet HWaddr 00:21:9B:7E:FA:41
...[snip]...
Those two MAC addresses should be the same if this is to make any sense.
I don't know why this has happened on your machine (do you have multiple physical interfaces?), but my suggestion is to edit (by hand) the file /etc/sysconfig/network-scripts/ifcfg-eth0, replace the line
HWADDR=00:21:85:C4:14:00
by
HWADDR=00:21:9B:7E:FA:41
then reboot, and see what happens.
After reboot VB welcome screen says web GUI URL is: 192.168.1.2.
ifconfig eth0 says inet addr is: 192.168.1.250 - which also work i web GUI.
So I guess I'm happy now because VB i up and running and ripping.
But still I don't understand why the addresses differ...
Thank you all guys for helping me out - here in Sweden - VB is great!!!
After reboot VB welcome screen says web GUI URL is: 192.168.1.2.
ifconfig eth0 says inet addr is: 192.168.1.250 - which also work i web GUI.
So I guess I'm happy now because VB i up and running and ripping.
But still I don't understand why the addresses differ...
Thank you all guys for helping me out - here in Sweden - VB is great!!!
Just to confirm: that's a reboot *after* you editted the /etc/sysconfig/network-scripts/ifcfg-eth0 file as suggested above - correct?
If so, your system now sounds correctly configured, and has the static IP address 192.168.1.250.
Ignore that 'welcome' screen: I *think* there must be a minor bug somewhere in the VB code that means that an old address acquired by DHCP can get reported on that screen, even though the actual IP address is now different. In fact, I see that same effect on my own system. I've been ignoring up until now because it's harmless but, since you've reminded me, I might try to figure out what's causing it, and correct it. If I do, I'll post back.
Yes, thats after.
Thanx again!
Bookmarks