All appeared to go smoothly post preupgrade exception bridge IPv6 issue (solved) and now discovered lan segments not accessible.
First, what happen to logging in /var/log/messages? The last system entry in messages appeared while shutting down fc14. Since fc15 there's only been silence where is error logging?
In fc 14, 70-persistent-net.rules exists and used "biosdevname=0" during boot still no traffic.
lspci:
00:19.0 Ethernet controller: Intel Corporation 82566DC Gigabit Network Connection (rev 02)
07:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8169 Gigabit Ethernet (rev 10)
07:02.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8169 Gigabit Ethernet (rev 10)
70-persistent-net.rules:
# PCI device 0x10ec:0x8169 (r8169) (custom name provided by external tool)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:0a:xx:xx:xx:xx", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
# PCI device 0x10ec:0x8169 (r8169) (custom name provided by external tool)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:0a:xx:xx:xx:xx", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1"
# PCI device 0x8086:0x104b (e1000e) (custom name provided by external tool)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:0a:xx:xx:xx:xx"", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth2"
If I remove 70-persistent-net.rules will anaconda correctly map using new device naming convention? or Is there a means to downgrade to working network environment in FC14?
Thanks
---------- Post added at 02:56 AM ---------- Previous post was at 01:18 AM ----------
syslog resolved. Command: systemctl enable rsyslog.service
---------- Post added at 07:56 AM ---------- Previous post was at 02:56 AM ----------
lan problem resolved. Command systemctl enable dhcpd.service