Dear ab,
thanks a lot your reply. First I changed IP of eth1 to .202 to be definitely out of DHCP range (yesterday was a typo the range is 20 to 200) and the eth1 was .10
I am switching the networkcable between my windoze and the linux pc anyway, therefore it can hardly be the cable. Tried as well eth0 with DHCP, which did not work either.
Double checked configuration from windoze ifconfig /all
Tried the following:
ethtool as sudo returned this time device linked
user@host:~> sudo /etc/init.d/network start -o debug
root’s password:
Hint: you may set mandatory devices in /etc/sysconfig/network/config
CONFIG =
INTERFACE =
AVAILABLE_IFACES = eth0 eth1 wlan0
PHYSICAL_IFACES = eth0 eth1 wlan0
BONDING_IFACES =
VLAN_IFACES =
DIALUP_IFACES =
TUNNEL_IFACES =
BRIDGE_IFACES =
SLAVE_IFACES =
MANDATORY_DEVICES =
VIRTUAL_IFACES =
SKIP =
start order : eth0 eth1 wlan0 ; ;
Setting up network interfaces:
eth0 device: Realtek Semiconductor Co., Ltd. RTL8111/8168B
No configuration found for eth0
eth0 returned 9 unused
eth1 name: AX88x72A
Error while executing: -s eth1 usb
ethtool: bad command line argument(s)
For more information run ethtool -h
eth1 IP address: 192.168.178.202/24
eth1 returned 7 failed
wlan0 device: Ralink corp. RT2860
No configuration found for wlan0
wlan0 returned 9 unused
… still waiting for hotplug devices:
SUCCESS_IFACES=
MANDATORY_DEVICES=
… final
SUCCESS_IFACES=
MANDATORY_DEVICES=
FAILED=0
TTWAIT=1
… still waiting for virtual devices:
SUCCESS_IFACES=
VIRTUAL_IFACES=
Setting up service network . . . . . . . . . . done
SuSEfirewall2: Setting up rules from /etc/sysconfig/SuSEfirewall2 …
SuSEfirewall2: using default zone ‘ext’ for interface eth0
SuSEfirewall2: using default zone ‘ext’ for interface wlan0
SuSEfirewall2: Firewall rules successfully set
tried again without option “usb”
Hint: you may set mandatory devices in /etc/sysconfig/network/config
CONFIG =
INTERFACE =
AVAILABLE_IFACES = eth0 eth1 wlan0
PHYSICAL_IFACES = eth0 eth1 wlan0
BONDING_IFACES =
VLAN_IFACES =
DIALUP_IFACES =
TUNNEL_IFACES =
BRIDGE_IFACES =
SLAVE_IFACES =
MANDATORY_DEVICES =
VIRTUAL_IFACES =
SKIP =
start order : eth0 eth1 wlan0 ; ;
Setting up network interfaces:
eth0 device: Realtek Semiconductor Co., Ltd. RTL8111/8168B
No configuration found for eth0
eth0 returned 9 unused
eth1 name: AX88x72A
eth1 IP address: 192.168.178.202/24
eth1 returned 7 failed
wlan0 device: Ralink corp. RT2860
No configuration found for wlan0
wlan0 returned 9 unused
… still waiting for hotplug devices:
SUCCESS_IFACES=
MANDATORY_DEVICES=
… final
SUCCESS_IFACES=
MANDATORY_DEVICES=
FAILED=0
TTWAIT=2
… still waiting for virtual devices:
SUCCESS_IFACES=
VIRTUAL_IFACES=
Setting up service network . . . . . . . . . . done
SuSEfirewall2: Setting up rules from /etc/sysconfig/SuSEfirewall2 …
SuSEfirewall2: using default zone ‘ext’ for interface eth0
SuSEfirewall2: using default zone ‘ext’ for interface wlan0
SuSEfirewall2: Firewall rules successfully set
Did the tool collectNWData.sh, which did not tell me anything, you have not told me already
Did tcpdump
user@host:~> sudo /usr/sbin/tcpdump -ieth1 -c5
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth1, link-type EN10MB (Ethernet), capture size 65535 bytes
-v
23:32:35.240707 ARP, Request who-has 192.168.178.1 tell host, length 28
23:32:36.242705 ARP, Request who-has 192.168.178.1 tell host, length 28
23:32:37.244687 ARP, Request who-has 192.168.178.1 tell host, length 28
23:32:39.926704 ARP, Request who-has 192.168.178.1 tell host, length 28
23:32:40.928704 ARP, Request who-has 192.168.178.1 tell host, length 28
5 packets captured
21 packets received by filter
0 packets dropped by kernel
Does this tell you anything? Should I try networkmanager instead of ifup?
Thanks in anticipation