Fedora Linux Support Community & Resources Center
  #1  
Old 14th August 2012, 08:12 PM
lightman47 Offline
Registered User
 
Join Date: Apr 2009
Posts: 266
linuxchrome
FC17 network issues

Rather than replacing my server FC14 64 with FC17 64, I (now realized WISELY) plugged in a different drive and installed FC17 64 on it. Install went great! All is stable and most runs great - except networking with 2 NICs which went 'south' in a big hurry! This machine is my gateway. I currently have plugged in the FC14 drive, or I wouldn't be 'connected' and able to write this.

FC 14-64:

Plug this drive in - all works perfectly!


FC 17-64:

After 2 days of alternating between NetworkManager and network, I am running network. Some things have improved; others have gotten worse. {Done a ton of research/print-outs - learned a little but realized how much I don't yet 'get'}. I got connected to the Internet during this process for a while and was able to do the YUM updates/install yesterday morning as long as I disabled the the NIC for my internal network.

My internal network (192.168.0.nn) works great now that I was able to get 'dhcpd' running (recalling the ".conf" file I'd saved on a mounted data drive). We're good "inside" the house.

Currently:

My 'outside' NIC (static for port forwarding reasons 192.168.1.253) to the DSL modem (192.168.1.254) - PINGS great. Indeed, Web Browser will bring-up my DSL modem page, and I can login and adjust the modem settings. EVERYTHING beyond that modem (PING, etc.) is "network unreachable".

My 'inside' NIC (eth1 this session, but will change) - pings 'anywhere' inside the house; all return 100% received / 0% loss. This is regardless of eth(?) assignment.

Worse: Now, even disabling the "inside card" (ifdown eth1 - or whatever it's name is today) no longer produces an Internet connection - the same unreachable message (EXCEPTING it will talk to my DSL modem - ???). Disabling the 'inside' card used to INSTANTLY produce a responsive Internet, but no longer.

I renamed my cards back to eth0 & eth1 - using info from another post here to remove the biosdevname (rpm -e biosdevname)

DISCOVERY: udev keeps changing my eth? assignments with every {n}th reboot!!!! W.T.Heck!!!) I later learned it didn't matter a lot because most network stuff seems to be done by addresses. Firewall, however is another matter (at least as regards the GUI Firewall implementation).

---

I would LOVE to provide you a history of what I have done, but my memory isn't good enough to remember it all (yeh, I did LOTS, especially trying to combat the almost constant udev eth{n} re-assignments). That said, I'll try to provide any info/results you require. Having disabled NetworkManager, I am now able to auto-map the shared drives - so I can run FC17, produce the requested outputs, then plug-in the FC14 system drive to return here to report the results.

Last edited by lightman47; 14th August 2012 at 08:25 PM.
Reply With Quote
  #2  
Old 14th August 2012, 09:49 PM
stevea's Avatar
stevea Online
Registered User
 
Join Date: Apr 2006
Location: Ohio, USA
Posts: 8,302
linuxfirefox
Re: FC17 network issues

Quote:
EVERYTHING beyond that modem (PING, etc.) is "network unreachable".
Show the routes and interface assignments please
ip route
ip addr

Did you manually edit the /etc/syconfig/net*/../foo.ifcgf files ?
__________________
None are more hopelessly enslaved than those who falsely believe they are free.
Johann Wolfgang von Goethe
Reply With Quote
  #3  
Old 15th August 2012, 03:04 PM
lightman47 Offline
Registered User
 
Join Date: Apr 2009
Posts: 266
linuxfedorafirefox
Re: FC17 network issues

Quote:
Show the routes and interface assignments please
ip route
Subnet 0 is my internal network (using DHCPD and working fine)
Subnet 1 is my connection to my DSL modem (outside world)

169.254.0.0/16 dev eth0 scope link metric 1002
169.254.0.0/16 dev eth1 scope link metric 1003
192.168.0.0/24 dev eth0 proto kernel scope link src 192.168.0.253
192.168.1.0/24 dev eth1 proto kernel scope link src 192.168.1.253

Quote:
ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
link/ether 00:1b:fc:10:a3:1e brd ff:ff:ff:ff:ff:ff
inet 192.168.0.253/24 brd 192.168.0.255 scope global eth0
inet6 fe80::21b:fcff:fe10:a31e/64 scope link
valid_lft forever preferred_lft forever
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 1000
link/ether 00:30:f1:1c:b3:7f brd ff:ff:ff:ff:ff:ff
inet 192.168.1.253/24 brd 192.168.1.255 scope global eth1
inet6 fe80::230:f1ff:fe1c:b37f/64 scope link
valid_lft forever preferred_lft forever

Quote:
Did you manually edit the /etc/syconfig/net*/../foo.ifcgf files ?
I edited /etc/sysconfig/network-scripts/ifcfg-eth(n) a number of times -

ifcfg-eth0:

TYPE=Ethernet
BOOTPROTO=none
IPADDR0=192.168.1.253
PREFIX0=24
GATEWAY0=192.168.1.254
DNS1=166.102.165.13
DNS2=207.91.5.20
DNS3=8.8.8.8
DEFROUTE=yes
IPV4_FAILURE_FATAL=yes
IPV6INIT=no
NAME="eth0"
UUID=e15d9926-ddec-43c1-9abc-93b28b4a0f1c
ONBOOT=yes
NM_CONTROLLED=no
HWADDR=00:30:F1:1C:B3:7F

ifcfg-eth1:

TYPE=Ethernet
BOOTPROTO=none
IPADDR0=192.168.0.253
PREFIX0=24
GATEWAY0=192.168.1.253
DNS1=192.168.1.254
DNS2=166.102.165.13
DNS3=207.91.5.20
DOMAIN=egan
DEFROUTE=yes
IPV4_FAILURE_FATAL=yes
IPV6INIT=no
NAME="eth1"
UUID=e90f80c4-df7e-4564-9f10-599d8ed045c7
ONBOOT=yes
NM_CONTROLLED=no
HWADDR=00:1B:FC:10:A3:1E

Thank you.
---- edit ---

I might mention that I ran Wireshark and can see pings arriving from the inside interface (destined ultimately for the Internet), but they never make it to the other NIC - like the machine is a black hole, kinda.

Last edited by lightman47; 15th August 2012 at 03:13 PM. Reason: Additional comment
Reply With Quote
Reply

Tags
fc17, issues, network

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Some Issues with FC17 NRD80V Using Fedora 2 11th July 2012 06:29 PM
Weird font issues in FC17 on my Lenovo T60 tsudeki Hardware & Laptops 0 11th June 2012 03:53 PM
Fresh FC17 Install : gnome_control_control-center-3.4.2-1.fc17.i686 CORE DUMP reflex Installation and Live Media 1 2nd June 2012 03:05 AM
GDM issues: downgrade to accountsservice-0.6.18-1.fc17 tox F17 Development Forum 0 8th May 2012 02:45 AM
F8 Network Issues. kbodi1 Using Fedora 9 3rd December 2007 09:08 PM


Current GMT-time: 18:56 (Friday, 24-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat