Quantcast
Channel: FedoraForum.org
Viewing all articles
Browse latest Browse all 35964

[SOLVED] Networking Broken after failed FC17-18 Upgrade

$
0
0
I had a fedup based upgrade from F17 to F18 fail on me and leave a load of duplicate RPMs. After unpicking this with, my network setup is rather broken, and in it's current state does not provide me with default route, making reaching the box rather tricky. With various combinations of ifup and ifdown I can sometimes reach the box, but this obviously does not survive a reboot. As the box was being used as an oVirt server, I have an ovirtmgmt bridge running on em1, plus a further 3 interfaces as em2-4. I'm rather stumped and hoping for some ideas.

I also have problems with ovirt not being able to connect to the Postgres server, but first things first...

My ifcfg files are as follows:

ifcfg-em1:
DEVICE=em1
ONBOOT=yes
BOOTPROTO=none
HWADDR=ac:16:2d:b1:57:48
BRIDGE=ovirtmgmt
NM_CONTROLLED=no



ifcfg-em2:
UUID="d1b24790-3189-4d0a-b5dc-6070bfa2b6d8"
NM_CONTROLLED="yes"
BOOTPROTO=none
DEVICE="em2"
ONBOOT=yes
HWADDR=AC:16:2D:B1:57:49
TYPE=Ethernet
IPADDR0=10.44.157.4
PREFIX0=24
GATEWAY0=10.44.157.1
DNS1=10.49.2.132
DNS2=10.49.2.133
DEFROUTE=yes
IPV4_FAILURE_FATAL=no
IPV6INIT=no
NAME="System em2"



ifcfg-em3:
UUID="987d0d3b-26fc-41df-9a43-2c8fa5482f00"
NM_CONTROLLED="yes"
BOOTPROTO=none
DEVICE="em3"
ONBOOT=no
TYPE=Ethernet
IPADDR0=10.44.157.5
PREFIX0=24
GATEWAY0=10.44.157.1
DNS1=10.49.2.132
DNS2=10.49.2.133
DEFROUTE=no
IPV4_FAILURE_FATAL=no
IPV6INIT=no
NAME="System em3"
HWADDR=AC:16:2D:B1:57:4A




ifcfg-em4:
UUID="f9e9b8f0-9a55-4509-9348-3ef57da5448c"
NM_CONTROLLED="yes"
BOOTPROTO=none
DEVICE="em4"
ONBOOT=no
TYPE=Ethernet
IPADDR0=10.44.157.6
PREFIX0=24
GATEWAY0=10.44.157.1
DNS1=10.49.2.132
DNS2=10.49.2.133
DEFROUTE=no
IPV4_FAILURE_FATAL=no
IPV6INIT=no
NAME="System em4"
HWADDR=AC:16:2D:B1:57:4B




ifcfg-lo:
DEVICE=lo
IPADDR=127.0.0.1
NETMASK=255.0.0.0
NETWORK=127.0.0.0
# If you're having problems with gated making 127.0.0.0/8 a martian,
# you can change this to something else (255.255.255.255, for example)
BROADCAST=127.255.255.255
ONBOOT=yes
NAME=loopback



ifcfg-ovirtmgmt:
DEVICE=ovirtmgmt
TYPE=Bridge
ONBOOT=yes
DELAY=0
NM_CONTROLLED=no
IPV6INIT=no
IPADDR0=10.44.157.3
DNS1=10.49.2.132
PREFIX0=24
DEFROUTE=yes
IPV4_FAILURE_FATAL=no
BOOTPROTO=none
GATEWAY0=10.44.157.1
DNS2=10.49.2.133
ONBOOT=yes

---------- Post added at 05:39 PM ---------- Previous post was at 05:01 PM ----------

Forget that. I've got it working by not having multiple interfaces with DEFROUTE=yes. Which I thought I'd already tried. :-S

Viewing all articles
Browse latest Browse all 35964

Trending Articles