• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Problem mit internetzugang

hi.
ich habe aus einer zeitschrift openSUSE 11 Beta 2.
jetzt wollte ich ins internet aber hab überhaupt keine ahnung wie das gehn soll.
meine netzwerkkarte hat er erkannt aber ich habe isdn und da steht nix.
wenn ich mit yast2 ein modem einrichte und meine providerdaten alles eigebe komm ich trotzdem nicht rein.

ich hoffe ihr könnt mir helfen.
 
A

Anonymous

Gast
- Schmeiss die Beta samt Zeitschrift weg

- Downloade und installiere Dir die seit gestern veröffentlichte 11.0 final
 
A

Anonymous

Gast
FasThunter schrieb:
aber ich weis trotzdem nich wie ich das einrichten soll.

Ohne genauere Angaben zur verwendeten Hardware weiß das niemand.

Die Chancen, daß es ggf. benötigte, externe Treiber als fertige RPMs gibt (oder bald geben wird), stehen für eine Final jedenfalls deutlich besser als für eine Beta.
 
A

Anonymous

Gast
Bei langsamer Internetverbindung wäre es vielleicht auch empfehlenswert sich die 11.0 final auf anderem Wege zu besorgen, entweder

- Über eine Zeitschrift, die dann auch statt Betas "anzupreisen" eine stabile Version dazu packt (lass mich raten, die Beta war in einer "Linux-Intern" oder wie das Käseblatt heisst? Die sind für solchen Wahnsinn mittlerweile berühmt/berüchtigt.)

oder

- Über den Erwerb der Box (mit Handbuch und seit 11.0 auch mit "Lernvideos für Anfänger", kostet allerdings so um die 60 €)

oder

- Den Erwerb über einen der vielen "Reseller", der für recht wenig Geld die Medien in spätestens ein paar Tagen anbieten wird (mal ein wenig im Netz suchen)

oder

- Über jemanden mit schnellerer Internetverbindung und "Nachbarschaftshilfe" (o.ä.)

- Eine DVD mit 4.3 GB via ISDN herunter zu laden macht sicher keinen Spaß, aber die 11.0 Beta2 als "Basis" zu nehmen und schrittweise auf die final upzudaten ist _keine_ sinnvolle Alternative (nur falls jemand diesen Vorschlag bringen sollte, das wäre ne absolute Schnapsidee).

- Die Live-CD(s) mit Installer wären _vielleicht_ eine Alternative, aber auch dann muss - je nachdem, was man an Software nachinstallieren möchte- auch ne ganze Menge "nachgezogen" werden.
 
ich werd mir die final von nem kumpel laden lassen.
also ich habe eine attansic L1 Gigabit Ethernet 10/100/1000Base-T Controler Netzwerkkarte
provider ist Versatel
hab ein telekom isdn modem

ja was müsste man noch sagen???
 
ich hab mal ne frage
ich hab das script jetzt mal geladen nur weis ich nicht was ich ausführen soll das ist alles mit dsl.
ich hab einfach mal das erste genommen
 

framp

Moderator
Teammitglied
FasThunter schrieb:
ich hab mal ne frage
ich hab das script jetzt mal geladen nur weis ich nicht was ich ausführen soll das ist alles mit dsl.
ich hab einfach mal das erste genommen
Deine Wahl ist richtig. Es ist egal ob ein dummes Modem oder intelligentes ISDN angeschlossen ist.

Nur solltest Du mal die Ausgaben hier posten (oder einen Link auf phpfi) :wink: Darauf warten alle ...
 
framp schrieb:
FasThunter schrieb:
ich hab mal ne frage
ich hab das script jetzt mal geladen nur weis ich nicht was ich ausführen soll das ist alles mit dsl.
ich hab einfach mal das erste genommen
Deine Wahl ist richtig. Es ist egal ob ein dummes Modem oder intelligentes ISDN angeschlossen ist.

Nur solltest Du mal die Ausgaben hier posten (oder einen Link auf phpfi) :wink: Darauf warten alle ...


so das ist das was er in dem script gemeldet hat:
--- Welche Netzwerktopologie liegt vor?
--- (1) DSL modem <---> LinuxClient
--- Auf welchem Rechner wird das Script ausgeführt?
--- (1) LinuxClient
!!! CND0180I: Das System kann keine externe IP pingen. Details auf http://www.linux-tips-and-tricks.de/CND0180I
!!! CND0140E: Kein default gateway auf dem System definiert. Details auf http://www.linux-tips-and-tricks.de/CND0140E
!!! CND0170E: Kein Nameserver in /etc/resolv.conf definiert. Details auf http://www.linux-tips-and-tricks.de/CND0170E
!!! CND0200E: Es gibt ein Problem mit der MTU. Die maximal ermittelte MTU ist 1738, aber die aktuelle MTU an der Netzwerkkarte 150016436 ist %3. Details auf http://www.linux-tips-and-tricks.de/CND0200E

und jetzt hat er noch eine datei auf dem desktop erstellt und dadrin stand das hier:
Code:
collectNWData.sh V0.5.2.14
--- Welche Netzwerktopologie liegt vor?
--- (1) DSL modem <---> LinuxClient
--- Auf welchem Rechner wird das Script ausgeführt?
--- (1) LinuxClient
!!! CND0180I: Das System kann keine externe IP pingen. Details auf http://www.linux-tips-and-tricks.de/CND0180I
!!! CND0140E: Kein default gateway auf dem System definiert. Details auf http://www.linux-tips-and-tricks.de/CND0140E
!!! CND0170E: Kein Nameserver in /etc/resolv.conf definiert. Details auf http://www.linux-tips-and-tricks.de/CND0170E
!!! CND0200E: Es gibt ein Problem mit der MTU. Die maximal ermittelte MTU ist 1738, aber die aktuelle MTU an der Netzwerkkarte 150016436 ist %3. Details auf http://www.linux-tips-and-tricks.de/CND0200E
==================================================================================================
==================================================================================================
*** uname -a 
Linux linux 2.6.25-26-pae #1 SMP 2008-04-30 07:56:05 +0200 i686 i686 i386 GNU/Linux
==================================================================================================
*** cat /etc/SuSE-release 
openSUSE 11.0 (i586) Beta2
VERSION = 11.0
==================================================================================================
*** cat /etc/resolv.conf | grep -v "^#" | grep -v "^$" 
search site
==================================================================================================
*** cat /etc/hosts | grep -v "^#" | grep -v "^$" | grep -v "::" 
127.0.0.1       localhost
127.0.0.2       linux.site linux
==================================================================================================
*** cat /proc/sys/net/ipv4/ip_forward 
0
==================================================================================================
*** /usr/sbin/iptables -t nat -L 
Chain PREROUTING (policy ACCEPT)
target     prot opt source               destination         

Chain POSTROUTING (policy ACCEPT)
target     prot opt source               destination         

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination         
==================================================================================================
*** /sbin/route -n 
Kernel IP Routentabelle
Ziel            Router          Genmask         Flags Metric Ref    Use Iface
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo
==================================================================================================
*** /sbin/arp -n 
==================================================================================================
*** /sbin/ifconfig 
eth0      Link encap:Ethernet  Hardware Adresse 00:1B:FC:E7:85:90  
          UP 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 Sendewarteschlangenlänge:1000 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

lo        Link encap:Lokale Schleife  
          inet Adresse:127.0.0.1  Maske:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:32 errors:0 dropped:0 overruns:0 frame:0
          TX packets:32 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 Sendewarteschlangenlänge:0 
          RX bytes:2056 (2.0 Kb)  TX bytes:2056 (2.0 Kb)

==================================================================================================
*** pingTests 
127.0.0.1 : Ping OK
connect: Network is unreachable
195.135.220.3 : No ping response
ping: unknown host www.suse.de
www.suse.de : No ping response
==================================================================================================
*** /sbin/lspci -nn 
00:00.0 Host bridge [0600]: Intel Corporation 82G33/G31/P35/P31 Express DRAM Controller [8086:29c0] (rev 02)
00:1a.0 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 [8086:2937] (rev 02)
00:1a.1 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 [8086:2938] (rev 02)
00:1a.2 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 [8086:2939] (rev 02)
00:1a.7 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 [8086:293c] (rev 02)
00:1b.0 Audio device [0403]: Intel Corporation 82801I (ICH9 Family) HD Audio Controller [8086:293e] (rev 02)
00:1c.0 PCI bridge [0604]: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 [8086:2940] (rev 02)
00:1c.4 PCI bridge [0604]: Intel Corporation 82801I (ICH9 Family) PCI Express Port 5 [8086:2948] (rev 02)
00:1c.5 PCI bridge [0604]: Intel Corporation 82801I (ICH9 Family) PCI Express Port 6 [8086:294a] (rev 02)
00:1d.0 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 [8086:2934] (rev 02)
00:1d.1 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 [8086:2935] (rev 02)
00:1d.2 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 [8086:2936] (rev 02)
00:1d.7 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 [8086:293a] (rev 02)
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev 92)
00:1f.0 ISA bridge [0601]: Intel Corporation 82801IB (ICH9) LPC Interface Controller [8086:2918] (rev 02)
00:1f.2 IDE interface [0101]: Intel Corporation 82801IB (ICH9) 2 port SATA IDE Controller [8086:2921] (rev 02)
00:1f.3 SMBus [0c05]: Intel Corporation 82801I (ICH9 Family) SMBus Controller [8086:2930] (rev 02)
00:1f.5 IDE interface [0101]: Intel Corporation 82801I (ICH9 Family) 2 port SATA IDE Controller [8086:2926] (rev 02)
01:00.0 Ethernet controller [0200]: Attansic Technology Corp. L1 Gigabit Ethernet Adapter [1969:1048] (rev b0)
02:00.0 SATA controller [0106]: JMicron Technologies, Inc. JMicron 20360/20363 AHCI Controller [197b:2363] (rev 03)
02:00.1 IDE interface [0101]: JMicron Technologies, Inc. JMicron 20360/20363 AHCI Controller [197b:2363] (rev 03)
03:00.0 VGA compatible controller [0300]: nVidia Corporation GeForce 8600 GT [10de:0402] (rev a1)
04:01.0 Multimedia controller [0480]: Philips Semiconductors SAA7146 [1131:7146] (rev 01)
04:03.0 FireWire (IEEE 1394) [0c00]: VIA Technologies, Inc. IEEE 1394 Host Controller [1106:3044] (rev c0)
==================================================================================================
*** /usr/bin/lsusb 
Bus 004 Device 002: ID 09da:000e A4 Tech Co., Ltd 
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 002: ID 0403:6001 Future Technology Devices International, Ltd FT232 USB-Serial (UART) IC
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 005: ID 054c:0155 Sony Corp. 
Bus 001 Device 003: ID 05e3:0606 Genesys Logic, Inc. USB 2.0 Hub / D-Link DUB-H4 USB 2.0 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
==================================================================================================
*** /sbin/lsmod | /usr/bin/sort 
acpi_cpufreq           26380  1 
af_packet              38656  2 
agpgart                50868  1 intel_agp
ahci                   45960  0 
ata_piix               38148  0 
atl1                   50316  0 
binfmt_misc            28040  1 
budget_av              36352  0 
budget_core            27780  1 budget_av
button                 25360  0 
cdrom                  50588  1 sr_mod
cpufreq_conservative    24456  0 
cpufreq_powersave      18176  0 
cpufreq_userspace      22660  0 
dm_mod                 78676  0 
dock                   27536  1 libata
dvb_core               96360  3 stv0299,budget_av,budget_core
edd                    26440  0 
ehci_hcd               52492  0 
ext3                  155656  2 
fan                    22660  0 
ff_memless             21896  1 usbhid
firmware_class         25984  2 microcode,budget_av
ftdi_sio               52616  0 
fuse                   66332  3 
hid                    53708  1 usbhid
i2c_core               41108  5 stv0299,budget_av,budget_core,i2c_i801,ttpci_eeprom
i2c_i801               26128  0 
ieee1394              107016  1 ohci1394
intel_agp              43460  0 
ip6_tables             31376  0 
iptable_filter         19840  1 
iptable_mangle         19712  0 
iptable_nat            23688  0 
ip_tables              30224  3 iptable_mangle,iptable_nat,iptable_filter
ipt_LOG                22788  8 
ipt_REJECT             20352  3 
iTCO_vendor_support    20228  1 iTCO_wdt
iTCO_wdt               28580  0 
jbd                    73376  1 ext3
libata                174812  3 ata_piix,ahci,pata_jmicron
loop                   35332  0 
mbcache                25348  1 ext3
microcode              30608  0 
mii                    21888  1 atl1
Module                  Size  Used by
nf_conntrack           79188  5 xt_state,iptable_nat,nf_nat,nf_conntrack_netbios_ns,nf_conntrack_ipv4
nf_conntrack_ipv4      27652  7 iptable_nat,nf_nat
nf_conntrack_netbios_ns    19200  0 
nf_nat                 35736  1 iptable_nat
ohci1394               48432  0 
pata_jmicron           22400  4 
processor              68400  2 acpi_cpufreq,thermal
rtc_cmos               27168  0 
rtc_core               37148  1 rtc_cmos
rtc_lib                19456  1 rtc_core
saa7146                35848  3 budget_av,saa7146_vv,budget_core
saa7146_vv             64512  1 budget_av
scsi_mod              168308  4 sr_mod,sg,sd_mod,libata
sd_mod                 45208  5 
sg                     52020  0 
snd                    76856  15 snd_pcm_oss,snd_mixer_oss,snd_seq,snd_usb_audio,snd_hda_intel,snd_usb_lib,snd_pcm,snd_timer,snd_rawmidi,snd_seq_device,snd_hwdep
snd_hda_intel         368796  2 
snd_hwdep              26372  2 snd_usb_audio,snd_hda_intel
snd_mixer_oss          33408  1 snd_pcm_oss
snd_page_alloc         27400  2 snd_hda_intel,snd_pcm
snd_pcm               100100  3 snd_pcm_oss,snd_usb_audio,snd_hda_intel
snd_pcm_oss            64256  0 
snd_rawmidi            42496  1 snd_usb_lib
snd_seq                73664  0 
snd_seq_device         25100  2 snd_seq,snd_rawmidi
snd_timer              40712  2 snd_seq,snd_pcm
snd_usb_audio         100992  0 
snd_usb_lib            34432  1 snd_usb_audio
soundcore              24264  1 snd
speedstep_lib          21508  0 
sr_mod                 33320  0 
stv0299                27016  1 
thermal                39452  0 
ttpci_eeprom           18688  1 budget_core
uhci_hcd               40848  0 
usbcore               164556  8 snd_usb_audio,snd_usb_lib,ftdi_sio,usbserial,usbhid,uhci_hcd,ehci_hcd
usbhid                 60260  0 
usbserial              51120  1 ftdi_sio
v4l1_compat            29572  2 saa7146_vv,videodev
videobuf_core          35204  2 saa7146_vv,videobuf_dma_sg
videobuf_dma_sg        30724  1 saa7146_vv
videodev               48000  1 saa7146_vv
x_tables               33668  9 xt_tcpudp,xt_pkttype,ipt_LOG,xt_limit,ipt_REJECT,xt_state,iptable_nat,ip_tables,ip6_tables
xt_limit               19076  8 
xt_pkttype             18304  3 
xt_state               18944  4 
xt_tcpudp              19584  1 
==================================================================================================
*** /usr/sbin/iptables -L -vn 
Chain INPUT (policy DROP 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination         
   40  2712 ACCEPT     all  --  lo     *       0.0.0.0/0            0.0.0.0/0           
    0     0 ACCEPT     all  --  *      *       0.0.0.0/0            0.0.0.0/0           state ESTABLISHED 
    0     0 ACCEPT     icmp --  *      *       0.0.0.0/0            0.0.0.0/0           state RELATED 
    0     0 input_ext  all  --  eth0   *       0.0.0.0/0            0.0.0.0/0           
    0     0 input_ext  all  --  *      *       0.0.0.0/0            0.0.0.0/0           
    0     0 LOG        all  --  *      *       0.0.0.0/0            0.0.0.0/0           limit: avg 3/min burst 5 LOG flags 6 level 4 prefix `SFW2-IN-ILL-TARGET ' 
    0     0 DROP       all  --  *      *       0.0.0.0/0            0.0.0.0/0           

Chain FORWARD (policy DROP 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination         
    0     0 LOG        all  --  *      *       0.0.0.0/0            0.0.0.0/0           limit: avg 3/min burst 5 LOG flags 6 level 4 prefix `SFW2-FWD-ILL-ROUTING ' 

Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination         
   40  2712 ACCEPT     all  --  *      lo      0.0.0.0/0            0.0.0.0/0           
    0     0 ACCEPT     all  --  *      *       0.0.0.0/0            0.0.0.0/0           state NEW,RELATED,ESTABLISHED 
    0     0 LOG        all  --  *      *       0.0.0.0/0            0.0.0.0/0           limit: avg 3/min burst 5 LOG flags 6 level 4 prefix `SFW2-OUT-ERROR ' 

Chain forward_ext (0 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain input_ext (2 references)
 pkts bytes target     prot opt in     out     source               destination         
    0     0 DROP       all  --  *      *       0.0.0.0/0            0.0.0.0/0           PKTTYPE = broadcast 
    0     0 ACCEPT     icmp --  *      *       0.0.0.0/0            0.0.0.0/0           icmp type 4 
    0     0 ACCEPT     icmp --  *      *       0.0.0.0/0            0.0.0.0/0           icmp type 8 
    0     0 LOG        all  --  *      *       0.0.0.0/0            0.0.0.0/0           limit: avg 3/min burst 5 PKTTYPE = multicast LOG flags 6 level 4 prefix `SFW2-INext-DROP-DEFLT ' 
    0     0 DROP       all  --  *      *       0.0.0.0/0            0.0.0.0/0           PKTTYPE = multicast 
    0     0 LOG        tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           limit: avg 3/min burst 5 tcp flags:0x17/0x02 LOG flags 6 level 4 prefix `SFW2-INext-DROP-DEFLT ' 
    0     0 LOG        icmp --  *      *       0.0.0.0/0            0.0.0.0/0           limit: avg 3/min burst 5 LOG flags 6 level 4 prefix `SFW2-INext-DROP-DEFLT ' 
    0     0 LOG        udp  --  *      *       0.0.0.0/0            0.0.0.0/0           limit: avg 3/min burst 5 LOG flags 6 level 4 prefix `SFW2-INext-DROP-DEFLT ' 
    0     0 LOG        all  --  *      *       0.0.0.0/0            0.0.0.0/0           limit: avg 3/min burst 5 state INVALID LOG flags 6 level 4 prefix `SFW2-INext-DROP-DEFLT-INV ' 
    0     0 DROP       all  --  *      *       0.0.0.0/0            0.0.0.0/0           

Chain reject_func (0 references)
 pkts bytes target     prot opt in     out     source               destination         
    0     0 REJECT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           reject-with tcp-reset 
    0     0 REJECT     udp  --  *      *       0.0.0.0/0            0.0.0.0/0           reject-with icmp-port-unreachable 
    0     0 REJECT     all  --  *      *       0.0.0.0/0            0.0.0.0/0           reject-with icmp-proto-unreachable 
==================================================================================================
*** cat /etc/sysconfig/SuSEfirewall2 | grep -v "^#" | grep -v "^$" 
FW_DEV_EXT="any eth0"
FW_DEV_INT=""
FW_DEV_DMZ=""
FW_ROUTE="no"
FW_MASQUERADE="no"
FW_MASQ_DEV="zone:ext"
FW_MASQ_NETS="0/0"
FW_NOMASQ_NETS=""
FW_PROTECT_FROM_INT="no"
FW_SERVICES_EXT_TCP=""
FW_SERVICES_EXT_UDP=""
FW_SERVICES_EXT_IP=""
FW_SERVICES_EXT_RPC=""
FW_CONFIGURATIONS_EXT=""
FW_SERVICES_DMZ_TCP=""
FW_SERVICES_DMZ_UDP=""
FW_SERVICES_DMZ_IP=""
FW_SERVICES_DMZ_RPC=""
FW_CONFIGURATIONS_DMZ=""
FW_SERVICES_INT_TCP=""
FW_SERVICES_INT_UDP=""
FW_SERVICES_INT_IP=""
FW_SERVICES_INT_RPC=""
FW_CONFIGURATIONS_INT=""
FW_SERVICES_DROP_EXT=""
FW_SERVICES_DROP_DMZ=""
FW_SERVICES_DROP_INT=""
FW_SERVICES_REJECT_EXT=""
FW_SERVICES_REJECT_DMZ=""
FW_SERVICES_REJECT_INT=""
FW_SERVICES_ACCEPT_EXT=""
FW_SERVICES_ACCEPT_DMZ=""
FW_SERVICES_ACCEPT_INT=""
FW_SERVICES_ACCEPT_RELATED_EXT=""
FW_SERVICES_ACCEPT_RELATED_DMZ=""
FW_SERVICES_ACCEPT_RELATED_INT=""
FW_TRUSTED_NETS=""
FW_ALLOW_INCOMING_HIGHPORTS_TCP=""
FW_ALLOW_INCOMING_HIGHPORTS_UDP=""
FW_FORWARD=""
FW_FORWARD_REJECT=""
FW_FORWARD_DROP=""
FW_FORWARD_MASQ=""
FW_REDIRECT=""
FW_LOG_DROP_CRIT="yes"
FW_LOG_DROP_ALL="no"
FW_LOG_ACCEPT_CRIT="yes"
FW_LOG_ACCEPT_ALL="no"
FW_LOG_LIMIT=""
FW_LOG=""
FW_KERNEL_SECURITY="yes"
FW_STOP_KEEP_ROUTING_STATE="no"
FW_ALLOW_PING_FW="yes"
FW_ALLOW_PING_DMZ="no"
FW_ALLOW_PING_EXT="no"
FW_ALLOW_FW_SOURCEQUENCH=""
FW_ALLOW_FW_BROADCAST_EXT="no"
FW_ALLOW_FW_BROADCAST_INT="no"
FW_ALLOW_FW_BROADCAST_DMZ="no"
FW_IGNORE_FW_BROADCAST_EXT="yes"
FW_IGNORE_FW_BROADCAST_INT="no"
FW_IGNORE_FW_BROADCAST_DMZ="no"
FW_ALLOW_CLASS_ROUTING=""
FW_CUSTOMRULES=""
FW_REJECT=""
FW_REJECT_INT="yes"
FW_HTB_TUNE_DEV=""
FW_IPv6=""
FW_IPv6_REJECT_OUTGOING=""
FW_IPSEC_TRUST="no"
FW_ZONES=""
FW_USE_IPTABLES_BATCH=""
FW_LOAD_MODULES="nf_conntrack_netbios_ns"
FW_FORWARD_ALWAYS_INOUT_DEV=""
FW_FORWARD_ALLOW_BRIDGING=""
==================================================================================================
*** cat /etc/sysconfig/network/config | grep -v "^#" | grep -v "^$" 
DEFAULT_BROADCAST="+"
GLOBAL_POST_UP_EXEC="yes"
GLOBAL_PRE_DOWN_EXEC="yes"
CHECK_DUPLICATE_IP="no"
DEBUG="no"
USE_SYSLOG="yes"
MODIFY_RESOLV_CONF_DYNAMICALLY="yes"
MODIFY_NAMED_CONF_DYNAMICALLY="no"
MODIFY_RESOLV_CONF_STATIC_DNS=""
CONNECTION_SHOW_WHEN_IFSTATUS="no"
CONNECTION_CHECK_BEFORE_IFDOWN="no"
CONNECTION_CLOSE_BEFORE_IFDOWN="no"
CONNECTION_UMOUNT_NFS_BEFORE_IFDOWN="no"
CONNECTION_SEND_KILL_SIGNAL="no"
MANDATORY_DEVICES=""
WAIT_FOR_INTERFACES="20"
FIREWALL="yes"
LINKLOCAL_INTERFACES="eth*[0-9]|tr*[0-9]|wlan[0-9]|ath[0-9]"
IFPLUGD_OPTIONS="-f -I -b"
NETWORKMANAGER="no"
NM_ONLINE_TIMEOUT="0"
 
NM_DISPATCHER="yes"
==================================================================================================
*** cat /etc/sysconfig/sysctl | grep -v "^#" | grep -v "^$" 
IP_DYNIP="no"
IP_TCP_SYNCOOKIES="yes"
IP_FORWARD="no"
IPV6_FORWARD="no"
IPV6_PRIVACY="no"
IPV6_MLD_VERSION=""
DISABLE_ECN="yes"
DMAPI_PROBE="no"
==================================================================================================
*** cat /etc/sysconfig/network/dhcp | grep -v "^#" | grep -v "^$" 
DHCLIENT_BIN=""
DHCLIENT_DEBUG="no"
DHCLIENT_SET_HOSTNAME="yes"
DHCLIENT_MODIFY_RESOLV_CONF="yes"
DHCLIENT_SET_DEFAULT_ROUTE="yes"
DHCLIENT_MODIFY_NTP_CONF="no"
DHCLIENT_MODIFY_NIS_CONF="yes"
DHCLIENT_SET_DOMAINNAME="yes"
DHCLIENT_KEEP_SEARCHLIST="yes"
DHCLIENT_LEASE_TIME=""
DHCLIENT_TIMEOUT="999999"
DHCLIENT_HOSTNAME_OPTION="AUTO"
DHCLIENT_CLIENT_ID=""
DHCLIENT_VENDOR_CLASS_ID=""
DHCLIENT_RELEASE_BEFORE_QUIT="no"
DHCLIENT_SCRIPT_EXE=""
DHCLIENT_ADDITIONAL_OPTIONS=""
DHCLIENT_SLEEP="0"
DHCLIENT_WAIT_AT_BOOT="5"
WRITE_HOSTNAME_TO_HOSTS="yes"
==================================================================================================
*** cat /etc/sysconfig/proxy | grep -v "^#" | grep -v "^$" 
PROXY_ENABLED="no"
HTTP_PROXY=""
HTTPS_PROXY=""
FTP_PROXY=""
GOPHER_PROXY=""
NO_PROXY="localhost, 127.0.0.1"
==================================================================================================
*** cat /etc/sysconfig/ssh | grep -v "^#" | grep -v "^$" 
SSHD_OPTS=""
==================================================================================================
*** catMyConfig 
==================================================================================================
*** cat /etc/sysconfig/network/ifcfg-eth0
BOOTPROTO='dhcp'
STARTMODE='auto'
NAME='L1 Gigabit Ethernet Adapter'
BROADCAST=''
ETHTOOL_OPTIONS=''
IPADDR=''
MTU=''
NETMASK=''
NETWORK=''
REMOTE_IPADDR=''
USERCONTROL='no'
==================================================================================================
*** cat /etc/sysconfig/network/ifcfg-lo
IPADDR=127.0.0.1
NETMASK=255.0.0.0
NETWORK=127.0.0.0
BROADCAST=127.255.255.255
IPADDR_2=127.0.0.2/8
STARTMODE=onboot
USERCONTROL=no
FIREWALL=no
==================================================================================================
*** /usr/sbin/iwconfig | /usr/bin/sed "s/\(Encryption key:\)\([^o][^f][^f][^ ]*\)\(.*\)/\1@@ @@@-@@@@-@@@@-@@@@-@@@@-@@@@@@@\3/" 
lo        no wireless extensions.

eth0      no wireless extensions.

==================================================================================================
*** /usr/bin/grep -i radio /var/log/boot.msg | /usr/bin/tail -n 5 
==================================================================================================
*** /usr/bin/grep -i firmware /var/log/messages* | /usr/bin/tail -n 5 
Jun 19 21:38:32 linux firmware.sh[7395]: Cannot find  firmware file 'intel-ucode/06-0f-02'
Jun 19 21:38:32 linux firmware.sh[7434]: Cannot find  firmware file 'intel-ucode/06-0f-02'
Jun 20 17:28:28 linux firmware.sh[1946]: Cannot find  firmware file 'intel-ucode/06-0f-02'
Jun 20 17:28:28 linux firmware.sh[1973]: Cannot find  firmware file 'intel-ucode/06-0f-02'
==================================================================================================
*** ls -ls /lib/firmware 
insgesamt 0
==================================================================================================
*** ps aux | grep wpa_supplicant | grep -v grep 
==================================================================================================
*** /usr/bin/grep NETWORKMANAGER /etc/sysconfig/network/config | grep -v "^#" 
NETWORKMANAGER="no"
==================================================================================================
*** /usr/bin/grep -i persistent /etc/sysconfig/network/config | grep -v "^#" | grep -v "^$" 
==================================================================================================
*** /usr/bin/egrep 'eth|ath|wlan|ra' /etc/udev/rules.d/*net_persistent* /etc/udev/rules.d/*persistent-net* | grep -v ":#" | grep -v ":$" 
/usr/bin/egrep: /etc/udev/rules.d/*net_persistent*: Datei oder Verzeichnis nicht gefunden
/etc/udev/rules.d/70-persistent-net.rules:SUBSYSTEM=="net", DRIVERS=="?*", ATTR{address}=="00:1b:fc:e7:85:90", NAME="eth0"
/etc/udev/rules.d/75-persistent-net-generator.rules:ACTION!="add", GOTO="persistent_net_generator_end"
/etc/udev/rules.d/75-persistent-net-generator.rules:SUBSYSTEM!="net", GOTO="persistent_net_generator_end"
/etc/udev/rules.d/75-persistent-net-generator.rules:NAME=="?*", GOTO="persistent_net_generator_end"
/etc/udev/rules.d/75-persistent-net-generator.rules:KERNEL!="eth*|ath*|wlan*[0-9]|ra*|sta*|ctc*|lcs*|hsi*", GOTO="persistent_net_generator_end"
/etc/udev/rules.d/75-persistent-net-generator.rules:SUBSYSTEMS=="xen", GOTO="persistent_net_generator_end"
/etc/udev/rules.d/75-persistent-net-generator.rules:ENV{MATCHADDR}=="", ENV{MATCHID}=="", ENV{INTERFACE_NAME}=="", GOTO="persistent_net_generator_end"
/etc/udev/rules.d/75-persistent-net-generator.rules:DRIVERS=="?*", IMPORT{program}="write_net_rules"
/etc/udev/rules.d/75-persistent-net-generator.rules:LABEL="persistent_net_generator_end"
==================================================================================================
*** /usr/bin/egrep -r 'eth[0-10]|ath[0-10]|wlan[0-10]|ra[0-10]' /etc/modprobe.*|/usr/bin/egrep -v '#|blacklist' 
/etc/modprobe.conf:install eth0             /bin/true
/etc/modprobe.conf:install eth1             /bin/true
==================================================================================================
*** detectFirmwareMessages 
Jun 20 17:28:28 linux firmware.sh[1946]: Cannot find  firmware file 'intel-ucode/06-0f-02'
Jun 20 17:28:28 linux firmware.sh[1973]: Cannot find  firmware file 'intel-ucode/06-0f-02'
Jun 20 17:28:30 linux SuSEfirewall2: batch committing...
Jun 20 17:28:30 linux SuSEfirewall2: Firewall rules set to CLOSE.
Jun 20 17:28:32 linux ifup:     lo        
---------------------------------------------------------------------------

ich hoffe das war das richtige
 
Du hast eine Netzwerkkarte, mit der Bezeichnung eth0 . Die eth0 Schnittstelle muss konfiguriert werden. Lese das hier: http://wiki.linux-club.de/opensuse/Netzwerkkarte
und die „Automatische Adresskonfiguration (mit DHCP)“ auswählen.
Gruß
 
hm geht immernoch nicht.
ich weis nicht was ich falsch mache oder woran das liegt.

ich hoffe ich bekomm bald nen guten vorschlag
 
Moin!

Ich hatte auch Probleme ins Internet zu kommen! Ich habe hier zu Hause feste IP Adressen vergeben. Mit der internen Netzwerkkarte (MCP61) war nichts zu machen. Ich habe dann mal eine PCI-Karte eingesteckt ( mit Realtek Chipsatz ) da ging es manchmal. Ich hatte aber meist Zugriff auf den Router, bei beiden Karten. :twisted: Ich habe den Router dann auf DHCP umgestellt und bei meinem PC auch DHCP eingestellt dann geht es. Der Router kann mit der DHCP-Einstellung auch festen IP Adressen verwalten, so muß ich die anderen Pc's nicht auch noch umstellen. Das scheint noch ein Bug zu sein. Das hat mich ein paar graue Haare mehrere Kippen und Flüche gekostet. Schade das so grundlegende Sachen nicht klappen. Ohne Internet bekommt man ja nichtmal Updates für den Bug. Mit der 10.3 hatte ich nie solche Probleme!


Ulli
 
ich benutze aber gar keinen router.
ich habe eine pci netzwerkkarte (Attansic L1 Gigabit Ethernet 10/100/1000Base-T Controler)
einen isdn internetzugang von versatel und ein externes telekom isdn modem (eumex 404PC)

wenn ich bei yast auf netzwerkgeräte geh und auf isdn geh findet er nichts.
und bei modem ist es genau das gleiche.
er findet insgesamt nur meine netzwerkkarte.

könnte man mein isdn modem vllt manuell einstellen???
 

framp

Moderator
Teammitglied
Beim Googeln nach Eumex 440PC bin ich auf http://lists.opensuse.org/opensuse-isdn-de/2000-02/msg00088.html gestossen. So wie ich das verstehe ist das eine alte t-com proprietäre Karte wo es keinen Linux Support gibt... Ich habe eine Fritz PCI 2.0 und da funktioniert alles ohne Probleme. Ich weiss, das hilft Dir konkret nicht wenn es bei mir geht. Ich will damit nur sagen dass Du Dir wohl für Linux und ISDN eine andere Karte besorgen musst.
 
Oben