PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : keine Verbindung mehr, trotz richtiger Netzwerkeinstellung! PLZ HELP!



stash
03.02.05, 10:08
Hallo,

ich hab hier gerade echt nen dringendes Problem: Unser Proxy ist mit Suse 9.2 Prof. installiert. Ungefähr seit gestern bekomm ich keine Verbindung mehr zum Router. Wenn ich den Proxy ignoriere (von einem anderen client aus, hinter dem Proxy), dann komm ich wunderbar ins Netz. Nur der Proxy selber kommt nicht mehr ins I-Net. Ich hab den DNS in Yast eingegeben und auch ne feste IP für die Kiste. Subnetz stimmt auch soweit. Namensauflösung macht er aber trotzdem nicht, geschweige denn einen ping an google. Was kann ich tun, damit ihr mir helfen könnt? Ich muss das hier so schnell wie möglich lösen... Mein Chef hängt mir im Rücken und ich hab kein Bock alles neu zu installieren....

Danke schonmal im Vorraus!

Gruß, Stash

Tomek
03.02.05, 10:39
Habs verschoben ins Forum "Anbindung an die Aussenwelt".

mkahle
03.02.05, 11:13
- Ausgabe von netstat -rn
- Ausgabe von ifconfig -a
- Ausgabe von mii-tool
- Inhalt von /etc/resolv.conf
- ggf. noch Ausgabe von iptables -L -n -v und iptables -t nat -L -n -v

und bitte die Code-Tags nicht vergessen.

stash
03.02.05, 13:15
netstat -rn

Destination Gateway Genmask Flags MSS Window irtt Iface
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo


ifconfig -a

eth0 Link encap:Ethernet HWaddr 00:50:BF:09:EF:43
inet addr:192.168.1.3 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::250:bfff:fe09:ef43/64 Scope:Link
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:399 errors:0 dropped:0 overruns:0 frame:0
TX packets:599 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:40742 (39.7 Kb) TX bytes:116017 (113.2 Kb)
Interrupt:5 Base address:0x6000

eth1 Link encap:Ethernet HWaddr 00:80:29:67:07:96
BROADCAST MULTICAST MTU:1500 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:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:10 Base address:0xac00

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:167 errors:0 dropped:0 overruns:0 frame:0
TX packets:167 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:9333 (9.1 Kb) TX bytes:9333 (9.1 Kb)

sit0 Link encap:IPv6-in-IPv4
NOARP MTU:1480 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)


mii-tool

SIOCGMIIPHY on 'eth0' failed: Operation not supported
SIOCGMIIPHY on 'eth1' failed: Operation not supported
no MII interfaces found

/etc/resolv.conf

nameserver 192.168.1.1
search fbs-bergmeister.local

iptables -L -n -v

Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination

Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination

Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination


iptables -t nat -L -n -v

Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination

Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination

Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
extmail:/etc #
extmail:/etc # iptables -t nat -L -n -v
Chain PREROUTING (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination

Chain POSTROUTING (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination

Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination



Das sind alle ausgeführten Befehle....


Gruß, Stash

mkahle
04.02.05, 09:08
netstat -rn

Destination Gateway Genmask Flags MSS Window irtt Iface
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
Dir fehlt eine default route.