Fast gelöst, ich schreibe gerade über WLan:
Folgende Eingaben habe ich dazu gemacht, kann mir jemand noch erklären was das heißt und wie ich damit am besten umgehen kann.
ein "ifconfig" direkt nach dem BOOT-Vorgang:
eth0 Link encap:Ethernet HWaddr 00:16:...............
inet addr:192.168.82.175 Bcast:192.168.82.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:48 errors:0 dropped:0 overruns:0 frame:0
TX packets:5 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3245 (3.1 Kb) TX bytes:278 (278.0 b)
eth1 Link encap:Ethernet HWaddr 00:13................
inet addr:192.168.82.27 Bcast:192.168.82.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:50 errors:2 dropped:2 overruns:0 frame:0
TX packets:5 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3814 (3.7 Kb) TX bytes:539 (539.0 b)
Interrupt:18 Base address:0xa000 Memory:da000000-da000fff
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
localhost ~ # route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
localhost * 255.255.255.0 U 0 0 0 eth0
localhost * 255.255.255.0 U 0 0 0 eth1
loopback * 255.0.0.0 U 0 0 0 lo
default localhost 0.0.0.0 UG 0 0 0 eth0
default localhost 0.0.0.0 UG 2000 0 0 eth1
localhost ~ # route del default gw 192.168.82.1
localhost ~ # route del default gw 192.168.82.1 eth0
SIOCDELRT: No such process
localhost ~ # route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
localhost * 255.255.255.0 U 0 0 0 eth0
localhost * 255.255.255.0 U 0 0 0 eth1
loopback * 255.0.0.0 U 0 0 0 lo
default localhost 0.0.0.0 UG 2000 0 0 eth1
localhost ~ # ifconfig
eth0 Link encap:Ethernet HWaddr 00:16:.............
inet addr:192.168.82.175 Bcast:192.168.82.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:61 errors:0 dropped:0 overruns:0 frame:0
TX packets:10 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:4217 (4.1 Kb) TX bytes:660 (660.0 b)
eth1 Link encap:Ethernet HWaddr 00:13:.......................
inet addr:192.168.82.27 Bcast:192.168.82.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:58 errors:2 dropped:2 overruns:0 frame:0
TX packets:5 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:4342 (4.2 Kb) TX bytes:539 (539.0 b)
Interrupt:18 Base address:0xa000 Memory:da000000-da000fff
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
localhost ~ # route add default gw 192.168.82.1 eth1
localhost ~ # ping 192.168.82.1 (Das war noch übers LAN-Kabel)
PING 192.168.82.1 (192.168.82.1) 56(84) bytes of data.
64 bytes from 192.168.82.1: icmp_seq=1 ttl=254 time=0.852 ms
64 bytes from 192.168.82.1: icmp_seq=2 ttl=254 time=0.885 ms
64 bytes from 192.168.82.1: icmp_seq=3 ttl=254 time=0.886 ms
--- 192.168.82.1 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 1998ms
rtt min/avg/max/mdev = 0.852/0.874/0.886/0.028 ms
localhost ~ # ping 192.168.82.1 (übers WLAN aber zuvor)
PING 192.168.82.1 (192.168.82.1) 56(84) bytes of data.
--- 192.168.82.1 ping statistics ---
8 packets transmitted, 0 received, 100% packet loss, time 7010ms
localhost ~ # /etc/init.d/net.eth0 stop (WICHTIG)
* Stopping eth0
* Loading networking modules for eth0
* modules: apipa arping ccwgroup macchanger macnet rename iwconfig wpa_supplicant essidnet iptunnel ifconfig ip6to4 system
* Bringing down eth0
* Shutting down eth0 ... [ ok ]
localhost ~ # ifconfig
eth1 Link encap:Ethernet HWaddr 00:13:...............
inet addr:192.168.82.27 Bcast:192.168.82.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:75 errors:2 dropped:2 overruns:0 frame:0
TX packets:5 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:5464 (5.3 Kb) TX bytes:539 (539.0 b)
Interrupt:18 Base address:0xa000 Memory:da000000-da000fff
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
localhost ~ # route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
localhost * 255.255.255.0 U 0 0 0 eth1
loopback * 255.0.0.0 U 0 0 0 lo
default localhost 0.0.0.0 UG 0 0 0 eth1
default localhost 0.0.0.0 UG 2000 0 0 eth1
localhost ~ # ping 192.168.82.1 (übers WLAN, LAN-Kabel ausgesteckt - ohne Probleme !!!)
PING 192.168.82.1 (192.168.82.1) 56(84) bytes of data.
64 bytes from 192.168.82.1: icmp_seq=1 ttl=254 time=2.11 ms
64 bytes from 192.168.82.1: icmp_seq=2 ttl=254 time=2.12 ms
64 bytes from 192.168.82.1: icmp_seq=3 ttl=254 time=2.95 ms
64 bytes from 192.168.82.1: icmp_seq=4 ttl=254 time=2.08 ms
64 bytes from 192.168.82.1: icmp_seq=5 ttl=254 time=2.11 ms
64 bytes from 192.168.82.1: icmp_seq=6 ttl=254 time=2.31 ms
--- 192.168.82.1 ping statistics ---
6 packets transmitted, 6 received, 0% packet loss, time 5000ms
rtt min/avg/max/mdev = 2.086/2.284/2.952/0.308 ms
localhost ~ #
Was heißt das jetzt für mich, bin noch relativ neu bei Gentoo und verstehe das nicht so ganz, aber es freut mich riesig, Problem fast gelöst!