Hallo erstmal,
zuerst muss ich mal sagen das ich ein ziemlich Linux neuling bin.
Doch das ist eigentlich nicht mein Problem.
Ich kann Google (209.85.129.104) anpingen und auch im Netzwerk meinen Router(192.168.2.1) und andere Computer(192.169.2.XXX). Jedoch kann ich nicht (
www.google.de) also habe ich ein Problem mit der auflösung der Host Namen. Ich wüsste jetzt gerne mal woran das liegt.
Hier meine ifconfig:
eth0
Link encap:Ethernet HWaddr 00:0C:29:AC:0C:90
inet addr: 192.168.2.2 Bcast:192.168.2.255 Mask:255.255.255.0
UP BOARDCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:64 (64.0 b) TX bytes:0 (0.0 b)
Base address:0x2040 Memory:e8920000-e8940000
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:1 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)
hier mein route -n:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.2.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
0.0.0.0 192.168.2.1 0.0.0.0 UG 0 0 0 eth0
hier mein rc.conf
HOSTNAME="Smooky"
lo="lo 127.0.0.1"
eth0="eth0 192.168.2.2 netmask 255.255.255.0 broadcast 192.168.2.255"
INTERFACES=(lo eth0)
gateway="default gw 192.168.2.1"
ROUTES=(gateway)
Ich hoffe ihr könnt mir helfen, und schon mal danke im vorraus
Mfg Smooky