staticka adresa a problem s internetom

Sekcia: Konfigurácia 10.11.2007 | 13:48
bublifuk   Návštevník
nastavil som staticku adresu na kompe, v pohode to prebehlo, ifconfig ju ukazal, restartol som zariadenie..... len mam problem, ze z kompu zo statickou adresou v LAN sa nedostanem na internet. NAT som pre konkretnu edresu nastavil na routri, restartol, aj firewall som v kompe vypol.... what did I wrong??
    • Re: staticka adresa a problem s internetom 10.11.2007 | 14:06
      Avatar borg Fedora  Administrátor
      nastavit defaultnu branu, dns server(e)
    • Re: staticka adresa a problem s internetom 10.11.2007 | 15:52
      Avatar Frantisek Klabzuba Debian  Používateľ
      # ifconfig eth0 down
      # ifconfig eth0 192.168.160.55 netmask 255.255.255.0 up
      # route add default gw 192.168.160.1
      # echo nameserver 192.168.160.2 > /etc/resolv.conf
      # ping google.sk

      192.168.160.55 - staticka ip mojho kompu
      192.168.160.1 - ip adresa brany
      192.168.160.2 - ip adresa dns servra
      • Re: staticka adresa a problem s internetom 10.11.2007 | 17:04
        bublifuk   Návštevník
        dakujem, zabudol som pridat dns do reslovu. ...velky boh Linuxu ti to na detoch vynahradi :)
      • Re: staticka adresa a problem s internetom 10.11.2007 | 20:06
        Avatar superlamer Debian RedHat FreeBSD  Používateľ
        uff ifconfig

        ip link set dev eth0 down
        ip addr add 192.168.160.55/24 dev eth0
        ip route add default via 192.168.160.1 dev eth0
        <pre>bash# grep initdefault /etc/inittab id:0:initdefault:</pre>