Linux 15.005 Themen, 106.704 Beiträge

local-IP ausserhalb der freigegebenen Adressenbereiche

:-)shark / 9 Antworten / Flachansicht Nickles

Hallo,
ich habe zur Zeit ein Problem mit der localen IP-Adresse meines Servers. Seitdem ich eine Fritz-Card PCI/Euro-ISDN zur Internetanbindung installiert habe, taucht als locale Adresse immer eine IP-Nummer ausserhalb der freigegebenen Adressbereiche auf. Nach jeder neuen Einwahl ändert sich diese IP-Adresse.
Das ist im Login-Protokoll und im KISDN sichtbar. Auch ein Ping auf diese IP-Adresse lässt vermuten, dass diese Adresse local liegt (ganz kurze Antwortzeiten).
Im Protokoll steht nach der neuen Einwahl:
kernl:IP_MASQ: ip_fw_masquerade():change masq.addr. from 192.168.0.99 to 62.157.6.45
Wobei 192.168.0.99 die richtige local-IP ist.
Konfiguration des Servers:
Betriebssystem: Linux (SUSE 6.4)
ISDN-Paket:i4l
Netzwerktyp: syncPPP (Internetanbindung)
Netzwerktyp: eth0 (Netzwerk)
Proxy: squid
masquerading : ja (ohne Filterung)
Routing: ja
IP-Forward: ja

Die Internetanbindung funktioniert einwandfrei, es stehen auch alle Internetdienste zur Verfügung.

Ich hatte das Problem noch nicht, als ich mit ppp0 und wvdial mittels Modem ELSA ISDN-EU (ging leider kaputt) ins Internet ging.

Ich hoffe, das Einer mir einen Tipp geben kann.

Besten Dank im Voraus
:-)shark

bei Antwort benachrichtigen
:-)shark Nachtrag zu: „local-IP ausserhalb der freigegebenen Adressenbereiche“
Optionen

Hallo jay,

hoppla, das war in der schnelle passiert (wirr,wirr). Jetzt die richtige Ausgabe:

Im aufgelegten Zustand:

eth0 Link encap:Ethernet HWaddr 00:00:C0:67:77:A8
inet addr:192.168.100.22 Bcast:192.168.100.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:123474 errors:0 dropped:0 overruns:0 frame:0
TX packets:138820 errors:0 dropped:0 overruns:0 carrier:0
collisions:32 txqueuelen:100
Interrupt:5 Base address:0x230 Memory:c0000-c2000

ippp0 Link encap:Point-to-Point Protocol
inet addr:192.168.0.99 P-t-P:192.168.0.1 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP DYNAMIC MTU:1500 Metric:1
RX packets:63658 errors:0 dropped:0 overruns:0 frame:0
TX packets:62389 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:30

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:3924 Metric:1
RX packets:370 errors:0 dropped:0 overruns:0 frame:0
TX packets:370 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0

Mit aktiver Verbindung:

eth0 Link encap:Ethernet HWaddr 00:00:C0:67:77:A8
inet addr:192.168.100.22 Bcast:192.168.100.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:123605 errors:0 dropped:0 overruns:0 frame:0
TX packets:138953 errors:0 dropped:0 overruns:0 carrier:0
collisions:32 txqueuelen:100
Interrupt:5 Base address:0x230 Memory:c0000-c2000

ippp0 Link encap:Point-to-Point Protocol
inet addr:62.155.230.101 P-t-P:193.158.144.161 Mask:255.0.0.0
UP POINTOPOINT RUNNING NOARP DYNAMIC MTU:1500 Metric:1
RX packets:63727 errors:0 dropped:0 overruns:0 frame:0
TX packets:62476 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:30

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:3924 Metric:1
RX packets:370 errors:0 dropped:0 overruns:0 frame:0
TX packets:370 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0

:-)shark

bei Antwort benachrichtigen