Fedora Installation :: F11 - Netmask For Eth0 Wrong At Boot

Sep 27, 2009

I have been working on a network problem and have found what the actual problem is. For some reason on boot the netmask for my eth0 is set to be 255.255.255.255 In the network GUI application it is set correctly to 255.255.255.0

I looked in the following files and it is set there correctly too.
/etc/sysconfig/networking/devices/ifcfg-eth0
/etc/sysconfig/networking/profile/default/ifcfg-eth0
/etc/sysconfig/networking-scripts/ifcfg-eth0

If I check the box to "controlled by network-manager" the eth0 interface is started at boot but with a netmask of 255.255.255.255. If I uncheck this box then the interface does not come up at boot and I have to go to the GIU application to start it. It still comes up with the netmask of 255.255.255.255

I have to use ifconfig to set it to the right netmask and then everything works until I reboot.
"ifconfig eth0 192.168.1.65 netmask 255.255.255.0"
How do I get this to work properly? I need it to come up with the correct netmask.

View 5 Replies


ADVERTISEMENT

Ubuntu Servers :: 10.10 - Setup Eth0 With Subdevice Eth0.0 And Eth0.99 To Come Up At Boot

Apr 22, 2011

im trying to setup eth0 with subdevice eth0.0 and eth0.99 to come up at boot

eth0 is dhcp clint
eth0:0 is static ip
eth0.99 is 802.1q vlan interface
/etc/network/interfaces
Code:
auto lo
[Code]....

View 1 Replies View Related

Fedora Installation :: Boot Failed: Wrong # Of Devices In RAID Set

Apr 13, 2010

I installed Fedora 12 and performed the normal updates. Now I can't reboot and get the following console error message.

ERROR: via: wrong # of devices in RAID set "via_cbcff jdief" [1/2] on /dev/sda
ERROR: removing inconsistent RAID set "via_cbcff jdief"
ERROR: no RAID set found
No root device found
Boot has failed, sleeping forever.

View 14 Replies View Related

Fedora Installation :: Dual Boot - Installer From F13 LiveCD Doesn't Detect Other OS - So Grub Conf Is Wrong

Oct 13, 2010

I've just installed Fedora (F13) for the first time, on a new HDD, to give myself a dual-boot system. So currently I have:

So, at the appropriate stage in the install menu, there is an option for where to install GRUB, and a drop-down to choose which drive is the primary BIOS boot drive.

However, in both cases, no other drive except my new sdc is visible. So, I can install GRUB to MBR of sdc, or to first sector of boot partition - but no option to put it to my primary boot drive MBR on sda.

Likewise, in the GRUB configuration page, if I go to Add another OS, the only option it gives me is my new Fedora install. It doesn't list the Vista OS on sda at all.

The result is that I can boot to either OS by changing the boot drive priority in BIOS.

I guess my question is this:
- is this expected behaviour from the installer, meaning that I'll need to configure GRUB manually somehow? (gulp ) or
- did I do something wrong in the install process? or
- is this some weird bug manifesting itself?

View 12 Replies View Related

Fedora :: Eth0 Not Coming Up On Boot, FC10

Oct 17, 2009

Sometimes (but not every time), when booting my Dell Inspiron 530, eth0 will not come up right away. I can boot and log in to Gnome, and the NetworkManager applet shows that the ethernet cable is unplugged. After sitting for 5-10 minutes, it will link up and everything works. If I unplug the network cable and plug it back in, it comes right up. But once it's linked, it works fine and never disconnects after that. I've tried switching to a different port on my switch and a new ethernet cable. So I suspect it's some sort of weird kernel problem. I checked /var/log/messages and the only thing that looks weird is:

Oct 17 07:51:49 obi-wan kernel: e1000e: Intel(R) PRO/1000 Network Driver - 0.3.3.3-k6
Oct 17 07:51:49 obi-wan kernel: e1000e: Copyright (c) 1999-2008 Intel Corporation.
Oct 17 07:51:49 obi-wan kernel: e1000e 0000:00:19.0: PCI INT A -> GSI 20 (level,

[Code].....

But I have a second Inspiron 530 that has the same entry and it works fine. Has anybody seen a problem like this? I've looked around and so far can't find out the exact issue. I've upgraded NetworkManager to the latest version for FC10

View 3 Replies View Related

Fedora Networking :: Both NICS Always Boot Up With Eth0

Feb 4, 2010

I'm using Fedora 12 on a box with 2 separate NICs in different subnets. The problem is that after a reboot, both NICs always show up as eth0 when you left click on the networking icon on the top right. I have to manually change one of them to eth1 & then things start working.

DEVICE=eth0
HWADDR=(mac address)
BOOTPROTO=none
TYPE=Ethernet
ONBOOT=yes

[Code]....

View 1 Replies View Related

Fedora Networking :: The Eth0 Device Does Not Start On Boot?

Mar 29, 2010

I just finished installing Fedora 12 on a rack mount server. I was modifying the /etc/sysconfig/network-scripts/ifcfg-eth0 file to use a static IP address, but now nothing works. The device does not boot on start up or anything.Currently, ifcfg-eth0 looks like:

Quote:

DEVICE=eth0
ONBOOT=yes
BOOTPROTO=none[code].....

The eth0 device does not start on boot; the server does not get the IP address, is not reachable over the network, and will not connect to the internet....

View 2 Replies View Related

Fedora Networking :: Connection Eth0 Never Active On Boot

Jul 16, 2011

I am trying to sort out some issues following an upgrade from F12.

I have eth0 as the connection I want to use. Prior to the upgrade, this connection was enabled and active at boot.

Now, for some reason after the upgrade it has to be manually enabled at every boot - even though when I go the Network tool, Ethernet Device > General tab - "Activate device when computer starts" is checked.

At every boot time it is inactive.

In all the ifcft-eth0 files, the ONBOOT parameter is set to "yes".

View 12 Replies View Related

Ubuntu Installation :: Wrong Drive Mounted As /boot During 10.10 Install?

Mar 19, 2011

My old server machine running Ubuntu 6 experienced hardware failure, so I built a new machine with spare parts and decided to install 10.10. I used the 2 HDDs from the old machine and decided to use existing partitions for the 10.10 installation. I specified the existing partitions on a 250 GB PATA drive for root, /boot, /home, and swap. For some reason when I booted up 10.10 for the first time, the other HDD (750 GB SATA) was mounted as /boot. I never specified the second drive to be used for anything during the installation, so I have no idea why this happened.and how can I change the mount point for /boot? I would like the highlighted partition in the attached screenshot to be /boot. I really hope nothing on the 750 GB drive was overwritten in this whole process, because it contains all of my photo and video backup.

View 1 Replies View Related

Ubuntu Installation :: Update From 8.04 To 10.04, Cannot Boot, Wrong Grub Root?

Jun 6, 2011

I just updated my server from Ubuntu 8.04 to 10.04 and now it cannot go past grub, at boot time, it would "give up waiting for root device", asking me to check whether I gave the right "root=..." or if I should increase the "rootdelay=..." in the command line argument and end up with the initramfs.

The machine is a Dell Poweredge 2900 with a HW RAID controller (I hope that should not matter, but just in case...). I tried to follow the instructions there to make sure grub is setup correctly, but without any luck.

Below is the output from the bootinfoscript (while running on the LiveCD). Anybody has any idea what can be the problem or what I could do to debug this ? I am running out of ideas.

[Code]...

View 1 Replies View Related

Fedora :: Clock - Boot Into To 12 Time Is Wrong But Not In Windows

Oct 29, 2009

I'm running windows 7 and the F12 Beta (although the same issue existed in my f11 distro) on an asus g71 bb. When ever I boot into windows my time is correct. If I boot into to F12 my time is wrong. Usually by 4 hours. If I change it in Linux when I boot into windows I end up switching the time on my windows partition. I tried searching the forum (rather casual I'll admit) and couldn't find any solutions.

View 10 Replies View Related

Debian Installation :: Boot Up To The Login Screen It Keeps Saying Wrong Uder Name Or Password?

Jan 21, 2010

We've just installed debian xfce lxde....after all this time to get it....when we boot up to the login screen it keeps saying wrong uder name or password

View 7 Replies View Related

Networking :: Route Add -net 192.168.98.0 Netmask 255.255.255.0 Gw 192.168.99.1

May 31, 2010

Code: route add -net 192.168.98.0 netmask 255.255.255.0 gw 192.168.99.1 -net 192.168.98.0 , is it for ip address of the client/host? man route says , "target is a network".What does it mean?

View 1 Replies View Related

OpenSUSE Install :: Flashdrive Boot - Installation Media Check Md5sum Wrong

Feb 16, 2011

Used to run Gentoo, years ago, getting back on the linux train. Anyways, got a new media pc and am having some troubles getting it to function. I am using ImageWriter, an OCZ Rally 4gb flash drive and have tried both HTTP and BitTorrent downloaded copies of 11.3 with the same md5sum check wrong error. What am I doing wrong? Is it because it thinks it is a CD or am I getting bad copies of the ISO? I am so out of practice I can't remember anything about installation anymore and am at a loss.

View 5 Replies View Related

Networking :: Identify Route For Some Network Clients Without Netmask?

Jun 10, 2009

have two internet lines from two isp every one pluged to interface eth0 and eth1 and i have eth2 interface to internel network clients now i need to make some clients to use line 1 and other use line 2 i want make this without use netmask , just for selected IP.

View 1 Replies View Related

Fedora Installation :: F12 Installation Media Not Booting - Wrong Kernel

Nov 20, 2009

I downloaded the minimal boot image and installation CDs for F12 i386. On booting either I get the following messages:
Code:
This kernel requires the following features not present on the CPU:
cmov
Unable to boot - please use a kernel appropriate for your CPU
Looks to me like the installation media for i386 doesn't have an i386 kernel! I'm trying to install to an i586 CPU.

View 6 Replies View Related

Fedora Installation :: Eth0 Woes After Reinstall?

Nov 2, 2010

The shortcomings of Macro Sh1te software forced me to rearrange my HDs. HD0 is the boot drive and contains MS stuff. HD1 is my Fedora drive. I ran an apparently good install onto HD1. Unfortunately, I can't get FireFox to connect to the WWW. I tried to use the admin. view to get eth0 working, without success. As I would for windoze, do I need to download and manually install a driver for the RealTek network adapter chips on my AUSA M4A785-M mobo?

View 2 Replies View Related

Fedora Installation :: Eth0 Loses Connection After About 2 Minutes

Mar 1, 2009

I am setting up a fresh Fedora 10 install on an older computer for a roommate and have one odd little problem, everything else appears to be working just fine.

The network connection drops after about 2 minutes (somewhere between 90-120 seconds). This only happens in the installed Fedora 10; it does not happen at all when I boot a Kubuntu LiveCD.

Here's what I know:

The machine is a Dell Dimenision 4500, 2.0 GHz, 512Mb ram.

The ethernet card is 21x4x DEC-Tulip compatible 10/100 Ethernet.

Unplugging the ethernet cord and plugging it back in allows the network interface to come back up, grabs the right IP, but only holds it for another two minutes.

ifconfig and route show all the right info while the connection is good, but inet disappears once it goes down.

'ifdown eth0' and 'ifup eth0' do not bring it back up.

Is this a driver issue perhaps?

View 1 Replies View Related

Fedora Installation :: Cannot Activate Network Device Eth0

Apr 29, 2010

When i wan to activate device in network configuration, it pop out with "CANNOT ACTIVATE NETWORK DEVICE ETH0". There is a sentence after this also : "rlt8129 device eth0 does not seem to be present, delaying initialization."

View 14 Replies View Related

Fedora Installation :: Install Fails: F14 Can't Bring Up ETH0?

Mar 7, 2011

Installation fails part way-in , prelim formating of drive is ok, Failure comes when network connection is require to continue. The Marvell 88E8056 PCI-E gigabit Lan Controller is correctly listed but network manager fails to bring it up. when I put the old F10 drive in , everything boots up , I can surf the web.

View 2 Replies View Related

Fedora Installation :: Upgrading From 8 To 10 - Wrong Architecture

Feb 12, 2009

I clicked on i386 instead of x86 64. The box is laptop AMD64, and I stopped the upgrade at this point: Should I continue it and change later? Or delete files and start again?

View 2 Replies View Related

Fedora Installation :: Sha1sum On Cd Iso Is Wrong - But Consistent

Jan 22, 2010

I downloaded the disc1 iso from [url] and ran it through sha1sum and got 5063ec... (the exact digest is in the virtual console, so I can't copy and paste). But the sum shown in [url] is different, so I removed the iso from my file-system and re-downloaded it. I ran the second download through sha1sum and got the same (wrong) digest as before: 5063ec...

Now, I may not understand fully how sha1 works, but I'm pretty sure if the faulty digest was wrong because of a download error, it would be -very- unlikely that I would get the same wrong digest twice. What is going on here? Is the error server-side or something? Or do I just have terrible luck, or do I not fully understand sha1 sums? Or maybe sha1sum isn't the right command to run?

View 7 Replies View Related

Fedora Installation :: User Created W/Kickstart Password Is Wrong

Aug 13, 2010

I have a kickstart script that attempts to create user "joeblow" with an encrypted password. The user is created okay, but the password does not seem to "take". After installation is complete, and the system is rebooted, this is the relevant portion of /etc/passwd:

Code:

This is the relevant portion of /etc/shadow:

Code:

Where there are two exclamation points, I would expect the encrypted password (as is the case for the root user, which is also created in the kickstart file).

The relevant line in my kickstart file looks like this:

Code:

That password string, which is 34 characters, is the word "password", encrypted with this command:

Code:

Also in my kickstart file is this line:

Code:

After the install is complete, I reboot and attempt to log in as "joeblow", but no dice. If I log in as root, and manually put the above encrypted password into /etc/shadow for jowblow, I can then log in as joeblow.

View 2 Replies View Related

Fedora Installation :: 15 Fresh Install - Something Has Gone Wrong - Error On Login ?

Jun 29, 2011

I have just fresh installed Fedora 15 over my (very) old copy of Fedora 11. I wanted to play around with Linux.

Anyway, when I log in, I get the "Oh no! Something has gone wrong" (like I stated).

View 3 Replies View Related

CentOS 5 :: How To Speed Up Boot Time / Disable Or Change Eth0 At Boot / Searching?

Jan 11, 2010

This on a Vostro 1220 Laptop w/ Intel 5300 wireless:

A.I have long boot up time.I think it's because of the eth0 network search which I don't use.I have an intel wireless 5300 card running.How can I speed up the boot time, i.e. disable or change the eth0 at boot, the searching?

B:When I restart or shutdown, the screen flashes repeatedly and gets some garbled colors along the top before finally rebooting looks like windows ME or something).This vostro has an intel x4500HD vid chipset in it.

C.How do I get into gnome configuration editor to turn on Metacity compositing? Alt-F2 and run gconf-editor doesn't do it. I don't do compiz, but need compositing.

D.I need to install Chromium Browser as it sync my bookmarks.I have RPMforge enabled btw also...how can I do that? I.e. rpm repo for chromium?

This will help me get off to a running start so I can get up to speed on CentOS..

View 3 Replies View Related

Fedora Installation :: System Does Not Connects Automatically When Start's To Eth0 - Changed Host's Name

Mar 26, 2009

now my system does not connects automatically when fedora start's to eth0 i have to connect it manually by pull down menu in the beginning hostnname was dbe272b22.dslam-172-17-161-245-0532-474.dsl.cantv.net i do not remember if the last part ".cantv.net" was there.... i changed hostname "dbe272b22.dslam-172-17-161-245-0532-474.dsl" maybe ending with ".cantv.net" with system-config-network for hostname "edicta" i modified /etc/hosts by hand twice, now do not remember what i did exacly but here you can see /etc/hosts

[Code]....

View 2 Replies View Related

Fedora Installation :: Error Message: [root@theraugafamily Network-scripts]# Ifup Eth0

Dec 23, 2010

I am in the process of settign up a home server under FC14. The installation recognized both NICs, one as Intel Gigabit and the other as a Realtek Semiconductor as it should be. But when trying to start eth0 (Realtek) I get the following error message:

[root@theraugafamily network-scripts]# ifup eth0
Active connection state: activating
Active connection path: /org/freedesktop/NetworkManager/ActiveConnection/1
** (process:2296): WARNING **: _nm_object_get_property: Error getting 'State' for /org/freedesktop/NetworkManager/ActiveConnection/1: (19) Method "Get" with signature "ss" on interface "org.freedesktop.DBus.Properties" doesn't exist

state: unknown Error: Connection activation failed. Some more ifo the this NIC as it is of special type.It is a Viking PCI ADSL2+ Modem Card. I am quoting form the description "Being a gully integrated card, no external plug packs are required and cabling is simplified to just an ADSL line connection. The need to purchase an extra ethernet card is also eliminated, as yjis features is build into the card. The onboard Ethernet controller (RTL8139) makes the modem appear to the OS as a standard network card. Thus the Viking can be used with almost any modern O/S without the need for special drivers. This includes Windows, Linux, Solaris, xBSD, etc.." setting ACPI=off in GRUB.conf does not fix the issue

View 2 Replies View Related

Fedora Security :: Find Device Eth0 Entered Promiscuous Mode Don't Remember Putting Eth0 In Promiscuous Mode?

Nov 18, 2010

I've looked today on my logs /var/log/message and I find device eth0 entered promiscuous mode I don't remember putting eth0 in promiscuous mode I'm connected to the net thru a router how do i turn that off ?

View 1 Replies View Related

Ubuntu :: Boot Up Gone Wrong On 9.10?

May 6, 2010

When I booted my computer up from coming back to school, it booted weird.

And also it won't let me go to administration or else it freezes.

I can't attach a screenshot because it usually goes to my desktop but I can't see my icons or I can't go to the desktop folder.

View 9 Replies View Related

Networking :: Eth0 Fixed IP - Eth1 DHCP Gateway - Access To Eth0?

Aug 19, 2009

5.10 Breezy configured as machine controller. Works great eth0 is a fixed IP to communicate with controller comms board. Not easy at all to alter - the comms board is hard coded to listen on eth0 for commands.

I can use eth1 as the default gateway and ping google.com, etc. But when I now attempt to communicate with the controller with netcat, e.g.

Code: echo !HH | nc 192.168.1.6 80

I obviously never get an answer since the request is passed via eth1. Using the -g option with netcat doesn't work either. I had a look at iptables but it doesn't seem to be able to do what I want. How I can still use eth0 as my communication port to the controller whilst eth1 is the default gateway?

View 17 Replies View Related







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