internet v archline

Sekcia: Konfigurácia 08.07.2006 | 18:46
Avatar daimonion kubuntu  Používateľ
uz druhy den sa snazim rozbehat internet v archlinuxe a nejak stale nejde :( , neviete v com moze byt chyba ? tu su moje udaje: IP: 192.168.5.23 maska: 255.255.255.0 brana: 192.168.5.1 DNS: 194.145.139.200 moje konfiguracne subory: # /etc/hosts: static lookup table for host names # # 192.168.5.23 daimonion # End of file # /etc/resolv.conf # #search www.google.com nameserver 194.145.139.200 # End of file # /etc/rc.conf - Main Configuration for Arch Linux # # ------------------------------ # NETWORKING # ------------------------------ # HOSTNAME="daimonion" # # Interfaces to start at boot-up (in this order) # Declare each interface then list in INTERFACES # - prefix an entry in INTERFACES with a ! to disable it # - no hyphens in your interface names - Bash doesn't like it # # Note: to use DHCP, set your interface to be "dhcp" (eth0="dhcp") # lo="lo 192.168.5.1" eth0="eth0 192.168.5.23" netmask="255.255.255.0" gateway=" 192.168.5.1" INTERFACES=(lo eth0) # # Routes to start at boot-up (in this order) # Declare each route then list in ROUTES # - prefix an entry in ROUTES with a ! to disable it # gateway="192.168.5.1" #ROUTES=(gateway) # # Enable these network profiles at boot-up. These are only useful # if you happen to need multiple network configurations (ie, laptop users) # - set to 'menu' to present a menu during boot-up (dialog package required) # - prefix an entry with a ! to disable it # # Network profiles are found in /etc/network-profiles # #NET_PROFILES=(main)
    • Re: internet v archline 08.07.2006 | 16:24
      Legion   Návštevník
      Odkomentuj si #ROUTES=(gateway)
      • Re: Re: internet v archlinuxe 08.07.2006 | 16:33
        Avatar daimonion kubuntu  Používateľ
        odkomentovanie nepomohlo :(
    • Re: internet v archline 08.07.2006 | 16:47
      Avatar uid0 Debian  Používateľ
      ifconfig ti vypise vsetky aktivne interface, ak tam nebude tvoja sietovka, tak ifconfig -a i vypise vsetky interface, ak tam bude ten tvoj, tak skus zapnut napr. ifconfig eth0 up ak nebude nastavena IP/maska tak nastav manualne skus manualne zaviest modul modprobe 8139too ping localhost a gateway skus sa s tym pohrat.
      Debian. apt-get into it…
      • Re: Re: internet v archlinuxe 08.07.2006 | 18:10
        Avatar daimonion kubuntu  Používateľ
        ifconfig mi vypise ze pakety prijimam ale neodosielam skusal som zaviest modul a nepomohlo :(
        • Re: Re: Re: internet v archlinuxe 08.07.2006 | 18:22
          Avatar uid0 Debian  Používateľ
          heh, to co mas IP na lo? loopback by mal mat 127.0.0.1
          Debian. apt-get into it…
          • Re: Re: Re: Re: internet v archlinuxe 08.07.2006 | 18:43
            Legion   Návštevník
            hej ten l0 mas naprd. ak nepomoze skus: ifconfig eth0 inet 192.168.5.23 netmask 255.255.255.0 up route add default gw 192.168.5.1
            • Re: Re: Re: Re: Re: internet v archlinuxe 08.07.2006 | 18:46
              Legion   Návštevník
              kusom mojho rc.conf lo="lo 127.0.0.1" eth0="eth0 192.168.50.8 netmask 255.255.255.0 broadcast 192.168.50.255" INTERFACES=(lo eth0) gateway="default gw 192.168.50.1" ROUTES=(gateway)
    • internet v archlinuxe 08.07.2006 | 16:25
      Avatar daimonion kubuntu  Používateľ
      este som zabudol, do /etc/rc.conf som pridal riadok MODULES=(8139too) a moja sietova karta je : Realtek RTL8139/810x Family Fast Ethernet NIC