Results 1 to 4 of 4

Thread: DNS geht plötzlich nicht mehr!

  1. #1

    DNS geht plötzlich nicht mehr!

    Hallo!

    Mein Router mit Oleg-Firmware will plötzlich keine DNS-Anfragen mehr auflösen.
    D.h. genaugenommen löst der dnsmasq die Anfragen lokal schon auf, aber von den PCs aus nicht.
    Beispiel:
    Auf dem Router:
    Code:
    [root@router root]$ nslookup wl500g.info 127.0.0.1
    Server:     localhost.localdomain
    Address:    127.0.0.1
    
    Name:       wl500g.info
    Address:    87.239.12.26
    Auf einem angeschlossenen PC:
    Code:
    > wl500g.info
    Server:  [192.168.1.1]
    Address:  192.168.1.1
    
    DNS request timed out.
        timeout was 2 seconds.
    DNS request timed out.
        timeout was 2 seconds.
    *** Zeitüberschreitung bei Anforderung an [192.168.1.1]
    >
    Mit einem anderen DNS-Server geht es auf dem PC:
    Code:
    > wl500g.info
    Server:  [195.34.133.21]
    Address:  195.34.133.21
    
    Nicht autorisierte Antwort:
    Name:    wl500g.info
    Address:  87.239.12.26
    Hier meine iptables regeln:
    Code:
    Chain INPUT (policy ACCEPT)
    target     prot opt source               destination
    DROP       all  --  anywhere             anywhere           state INVALID
    ACCEPT     all  --  anywhere             anywhere           state RELATED,ESTABLISHED
    ACCEPT     all  --  anywhere             anywhere           state NEW
    ACCEPT     all  --  anywhere             anywhere           state NEW
    ACCEPT     udp  --  anywhere             anywhere           udp spt:bootps dpt:bootpc
    ACCEPT     icmp --  anywhere             anywhere
    ACCEPT     tcp  --  anywhere             anywhere           tcp dpt:https
    ACCEPT     tcp  --  anywhere             router.main        tcp dpt:ssh
    DROP       all  --  anywhere             anywhere
    
    Chain FORWARD (policy ACCEPT)
    target     prot opt source               destination
    ACCEPT     all  --  anywhere             anywhere
    DROP       all  --  anywhere             anywhere           state INVALID
    ACCEPT     all  --  anywhere             anywhere           state RELATED,ESTABLISHED
    DROP       all  --  anywhere             anywhere
    ACCEPT     all  --  anywhere             anywhere           ctstate DNAT
    
    Chain OUTPUT (policy ACCEPT)
    target     prot opt source               destination
    
    Chain MACS (0 references)
    target     prot opt source               destination
    
    Chain SECURITY (0 references)
    target     prot opt source               destination
    RETURN     tcp  --  anywhere             anywhere           tcp flags:SYN,RST,ACK/SYN limit: avg 1/sec burst 5
    RETURN     tcp  --  anywhere             anywhere           tcp flags:FIN,SYN,RST,ACK/RST limit: avg 1/sec burst 5
    RETURN     udp  --  anywhere             anywhere           limit: avg 5/sec burst 5
    RETURN     icmp --  anywhere             anywhere           limit: avg 5/sec burst 5
    DROP       all  --  anywhere             anywhere
    
    Chain logaccept (0 references)
    target     prot opt source               destination
    LOG        all  --  anywhere             anywhere           state NEW LOG level warning tcp-sequence tcp-options ip-options prefix `ACCEPT '
    ACCEPT     all  --  anywhere             anywhere
    
    Chain logdrop (0 references)
    target     prot opt source               destination
    LOG        all  --  anywhere             anywhere           state NEW LOG level warning tcp-sequence tcp-options ip-options prefix `DROP '
    DROP       all  --  anywhere             anywhere
    Hat irgendjemand eine Idee?

    dnsmasq ist der, der bei der Oleg firmware dabei ist.
    Der den man mit ipkg ionstallieren kann startet nicht

  2. #2
    Join Date
    Jul 2007
    Location
    Austria
    Posts
    1,336
    Reset, danach Deine Files im Webif uploaden.
    Wenn'st keine Sicherung gemacht hast, musst du nochmals konfigurieren.
    have fun

  3. #3
    Join Date
    Feb 2005
    Location
    Germany - Frankfurt
    Posts
    1,548
    Entweder iptables mal komplett aufmachen oder in der dnsmasq.conf mal nach restricts sehen.

    wengi
    Übersicht aller HowTos --- HowTo Overview (mostly german)
    WL-HDD mit diesem Setup. --- WL-HDD with this setup.
    Kein Support per PM - Frage im jeweiligen Thread! --- No support via pm - ask in the according thread!
    Eine wirklich gute Idee erkennt man daran, dass ihre Verwirklichung von vorne herein ausgeschlossen erscheint. (Albert Einstein)

  4. #4
    ich hab dem dnsmasq zwei resolv.conf dateien gegeben.
    Anscheinend verwendet der dann aber doch nur die neuere von beiden, und die Server in der waren down.
    Der Grund warum ich zwei angegeben habe war aber gerade, um die ausfallsicherheit zu erhöhen

Similar Threads

  1. Usb Hdd nicht mehr erkannt in olegs FW
    By Alex09 in forum German Discussion - Deutsch (DE)
    Replies: 6
    Last Post: 30-06-2010, 13:02
  2. WL-500W finde hdd festplatte nicht mehr
    By underdog-ma in forum German Discussion - Deutsch (DE)
    Replies: 0
    Last Post: 29-11-2007, 18:31
  3. wifi settings....kenne mich gar nicht mehr aus
    By iwakura in forum German Discussion - Deutsch (DE)
    Replies: 0
    Last Post: 04-11-2007, 21:26
  4. Transmission geht nicht :(
    By Razer in forum German Discussion - Deutsch (DE)
    Replies: 24
    Last Post: 14-10-2007, 16:58
  5. Firmware geflasht nichts geht mehr :(
    By kalkulon in forum German Discussion - Deutsch (DE)
    Replies: 3
    Last Post: 12-09-2006, 20:16

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •