RTNETLINK answers: Invalid argument



i've been struggling with this for quite a few days,
The problem i'm having is that i cannot get networking on my RHEL4 box.
I have only one nic AMD 79c970 [PCnet32 lance] which was working quite
good in fact .The last major change we done to our net configuration
was setting up a dhcp server for we were running on static IPs but
this machine kept its static IP and it was working after that change
until the other day when it suddenly stopped.
trying ifconfig eth0 up seems to work fine, but looking under tha hood,
ifup eth0 says:
ip_tables: (C) 200-2002 Netfilter core team
RTNETLINK answers: Invalid argument
RTNETLINK answers: Invalid argument

the following is my /etc/sysconfig/network-scripts/ifcfg-eth0

# Advanced Micro Devices [AMD] 79c970 [PCnet32 LANCE]
DEVICE=eth0
ONBOOT=yes
BOOTPROTO=static
IPADDR=175.35.16.182
NETMASK=255.255.254.0
GATEWAY=175.35.16.1
HWADDR=00:0c:29:43:6b:72
NETWORK=175.35.16.0
TYPE=Ethernet
USERCTL=no
IPV6INIT=no
PEERDNS=yes

and my routing table
[root@RHEL4AS_APP ~]# route -n
Destination Gateway Genmask Flags Metric Ref Use Iface
175.35.16.0 0.0.0.0 255.255.254.0 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
0.0.0.0 175.35.16.1 0.0.0.0 UG 0 0
0 eth0

i also checked and i think the module is loaded in the kernel and the
IRQ port is properly configured
[root@RHEL4AS_APP ~]# grep pcnet32 /etc/modprobe.conf
alias eth0 pcnet32
options pcnet32 irq=10
[root@RHEL4AS_APP ~]# lsmod | grep pcnet32
pcnet32 30153 0
mii 5185 1 pcnet32
[root@RHEL4AS_APP ~]# grep eth0 /proc/interrupts
10: 59 XT-PIC eth0

hope someone can help me figure out what happened!
regards,

--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list



Relevant Pages

  • pcnet32 driver doesnt work for AT2450-FTX?
    ... install of Fedora Core 1 (precomiled kernel 2.4.22-1.2115.nptl). ... pcnet32: PCnet/PCI II 79C970A at 0xd000, warning: CSR address invalid, ... eth0: ...
    (comp.os.linux.networking)
  • Re: broken PCNET32 in 2.6.24 requires experimental PCNET32_NAPI?
    ... workstation 6.0.1 which emulates a pcnet32 nic. ... the base driver somehow got broken? ... when I try to configure the interface (ifup eth0). ... unable to handle kernel NULL pointer dereference at virtual address ...
    (Linux-Kernel)
  • Re: Thinkpad T20 wireless troubles
    ... Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 ... I wonder why your wireless card shows up as eth0? ... because you used the wireless card to install Debian and the installer gave it ... But the T20 has a built-in ethernet interface. ...
    (Debian-User)
  • Re: WiFi card works but no connection
    ... Gentoo) both gave me throughput the instant I activated the card. ... I get 'invalid access point'. ... iface eth0 inet dhcp ...
    (Ubuntu)
  • FC2: linux 2.6.15 breaks route to outside world
    ... RTNETLINK answers: Network is unreachable ... ip route replace 192.168.0.0/24 dev eth0 ... + grep -q eth0 ... + ip route replace 192.168.0.0/24 dev eth0 ...
    (comp.os.linux.misc)