I have a hard-wired ethernet connection. I'm trying to get Fedora 19 to work 
with it. Firewalld configuration has scripts added to open a route to the 
device. AFAIK, these are correct. The device is known to work.

Here's the entry in /etc/sysconfig/network-scripts

NAME="eno1"
DEFROUTE="yes"
IPV4_FAILURE_FATAL="no"
IPV6_FAILURE_FATAL="no"
TYPE="Ethernet"
ONBOOT="yes"
PEERROUTES="yes"
IPV6INIT="yes"
IPV6_PEERDNS="yes"
PEERDNS="yes"
HWADDR="E8:40:F2:05:DE:1C"
#BOOTPROTO="dhcp"
BOOTPROTO="static"
IPV6_DEFROUTE="yes"
IPV6_AUTOCONF="yes"
IPV6_PEERROUTES="yes"

IPADDR="198.168.20.5"

It's basically what the install gave me with the addition of IPADDR and removal 
of UUID (which seems to change) BOOTPROTO has changed from dhcp to static.

My problem is that I can't connect to the device, despite nm-tool

- Device: em1  [eno1] ----------------------------------------------------------
  Type:              Wired
  Driver:            e1000e
  State:             connected
  Default:           no
  HW Address:        E8:40:F2:05:DE:1C

  IPv4 Settings:
    Address:         198.168.20.5

and netstat -rn
198.168.20.0    0.0.0.0         255.255.255.0   U         0 0          0 em1

Suggestions for modifications or further diagnostics would be appreciated
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to