Page 19 of 48 FirstFirst ... 9171819202129 ... LastLast
Results 271 to 285 of 714

Thread: New oleg firmware version

  1. #271
    Quote Originally Posted by wpte View Post
    it seems not to matter if dnsmasq is running or not, it just has the same result on nslookup!
    you will not be able to resolve domains if dnsmasq isn't running.
    i suppose you have dns servers set up manually and differ from router lan ip
    check it, please
    Last edited by theMIROn; 12-09-2009 at 15:48.

  2. #272
    Join Date
    Dec 2007
    Location
    The Netherlands - Eindhoven
    Posts
    1,767
    Quote Originally Posted by theMIROn View Post
    you will not be able to resolve domains if dnsmasq isn't running.
    i suppose you have dns servers set up manually and different from router one
    check it, please
    well yes, that was my idea as well!
    but it seems that nslookup responds the same way when dnsmasq (self compiled one and the one from the fw) is running or isn't running at all.
    it looks up the ip-adresses, just very slowly

    this is not a dnsmasq problem I think
    Last edited by wpte; 12-09-2009 at 15:53.

  3. #273
    Join Date
    Dec 2007
    Location
    The Netherlands - Eindhoven
    Posts
    1,767
    Hey, I updated to r566
    since I saw this update:
    dnsmasq 2.50test10 (speedup of DNS queries)
    it doesn't make any difference however

    dnsmasq in firmware:
    Code:
    dnsmasq: started, version 2.50test10 cachesize 150
    dnsmasq: compile time options: no-IPv6 GNU-getopt no-RTC no-DBus no-I18N DHCP no-scripts no-TFTP
    dnsmasq-dhcp: DHCP, IP range 192.168.2.2 -- 192.168.2.254, lease time 1d
    dnsmasq: read /etc/hosts - 2 addresses
    dnsmasq: using nameserver 192.168.1.1#53
    my native compiled version:
    Code:
    dnsmasq: started, version 2.50 cachesize 150
    dnsmasq: compile time options: IPv6 GNU-getopt no-DBus no-I18N DHCP TFTP
    dnsmasq-dhcp: DHCP, IP range 192.168.2.2 -- 192.168.2.254, lease time 1d
    dnsmasq: read /etc/hosts - 2 addresses
    dnsmasq: using nameserver 192.168.1.1#53
    contents of /etc/hosts:
    127.0.0.1 localhost.localdomain localhost
    192.168.2.1 wpte.kicks-ass.net my.router my.WL500W
    and as usual, it doesn't matter for nslookup whether dnsmasq is running or not, it always does exactly the same thing.
    dnsmasq is launched at startup properly and shows up in the processlist.


    EDIT:
    It seems when I edit /etc/resolv.conf to use opendns servers instead of my modems 192.168.1.1 the lookup works very fast...
    nameserver 208.67.222.222
    nameserver 208.67.220.220
    nslookup google.com
    Server: 208.67.222.222
    Address 1: 208.67.222.222 resolver1.opendns.com

    Name: google.com
    Address 1: 74.125.45.100 yx-in-f100.google.com
    Address 2: 74.125.67.100 gw-in-f100.google.com
    Address 3: 74.125.127.100 pz-in-f100.google.com
    even when I set the nslookup to use the modems server:
    nslookup google.com 192.168.1.1
    Server: 192.168.1.1
    Address 1: 192.168.1.1

    Name: google.com
    Address 1: 74.125.67.100 gw-in-f100.google.com
    Address 2: 74.125.127.100 pz-in-f100.google.com
    Address 3: 74.125.45.100 yx-in-f100.google.com
    that is kinda weird...
    now I guess I should be calling my ISP for some explenations?
    nslookup on xp/vista/7 seem to work good with 192.168.1.1 however... still a bit weird:
    C:\>nslookup google.com
    Server: openrg.home
    Address: 192.168.1.1

    DNS request timed out.
    timeout was 2 seconds.
    Name: google.com
    Address: 74.125.45.100
    I'll be using the opendns servers I guess
    Last edited by wpte; 13-09-2009 at 15:23.

  4. #274
    Can you resetup your modem into the bridge mode and use pppoe connection type? Smth's wrong with modem's dns server/resolver.
    And/or you can always specify ISP's dns servers inside router to not to depend from modem's one.

    EDIT: to add any additional dns servers you should create /usr/local/etc/dnsmasq.conf with
    Code:
    server=208.67.222.222
    server=208.67.220.220
    that'smy config for opendns 'coz my IPS have probs sometimes with resolving
    Last edited by theMIROn; 13-09-2009 at 15:33.

  5. #275
    Join Date
    Dec 2007
    Location
    The Netherlands - Eindhoven
    Posts
    1,767
    Quote Originally Posted by theMIROn View Post
    Can you resetup your modem into the bridge mode and use pppoe connection type? Smth's wrong with modem's dns server/resolver.
    And/or you can always specify ISP's dns servers inside router to not to depend from modem's one.

    EDIT: to add any additional dns servers you should create /usr/local/etc/dnsmasq.conf with
    Code:
    server=208.67.222.222
    server=208.67.220.220
    that'smy config for opendns 'coz my IPS have probs sometimes with resolving
    Yeh well, I created the configuration in the web interface, since you can manually specify what servers to use

    and that with the modem is not going to work... it only supports DHCP LAN, and does not have a wireless extention card at the moment.
    I have a "LiveBox" from sagem, and it's known to fail.


    next year they should come with optic fiber, the main line is only 50meter away from me, laying there for almoast 3 years... but when I get it I'll be having a new modem as well as a new ISP, since this one just doesn't care if your modem breaks down

    the current configuration is just standart, latest firmware (happens automatically, and no way to go back), and everything is portforwarded to my wl-500w

  6. #276
    Quote Originally Posted by wpte View Post
    Yeh well, I created the configuration in the web interface, since you can manually specify what servers to use
    So, that means your prob with dns was solved I hope?

  7. #277
    Join Date
    Dec 2007
    Location
    The Netherlands - Eindhoven
    Posts
    1,767
    Quote Originally Posted by theMIROn View Post
    So, that means your prob with dns was solved I hope?
    yeh well, it works so far
    I still find it odd that some programs suffered from it, and others didnt

  8. #278

    Problem with 1.9.2.7-d-r573

    Just flashed this firmware, but now the router doesn't mount my harddisks anymore.

    Also /dev/disks isn't present.

    All disks are behind a usb2.0 hub. The strange thing is that the hub gets detected twice

    Code:
    Jan  1 01:00:03 kernel: usb-uhci.c: USB UHCI at I/O 0x100, IRQ 12
    Jan  1 01:00:03 kernel: usb-uhci.c: Detected 2 ports
    Jan  1 01:00:03 kernel: usb.c: new USB bus registered, assigned bus number 1
    Jan  1 01:00:03 kernel: hub.c: USB hub found
    Jan  1 01:00:03 kernel: hub.c: 2 ports detected
    Jan  1 01:00:03 kernel: PCI: Enabling device 01:03.1 (0000 -> 0001)
    Jan  1 01:00:03 kernel: UHCI: Enabling VIA 6212 workarounds
    Jan  1 01:00:03 kernel: usb-uhci.c: USB UHCI at I/O 0x120, IRQ 12
    Jan  1 01:00:03 kernel: usb-uhci.c: Detected 2 ports
    Jan  1 01:00:03 kernel: usb.c: new USB bus registered, assigned bus number 2
    Jan  1 01:00:03 kernel: hub.c: USB hub found
    Jan  1 01:00:03 kernel: hub.c: 2 ports detected
    Jan  1 01:00:04 kernel: usb-uhci.c: v1.275:USB Universal Host Controller Interface driver
    Jan  1 01:00:04 kernel: PCI: Enabling device 01:03.2 (0000 -> 0002)
    Jan  1 01:00:04 kernel: ehci_hcd 01:03.2: PCI device 1106:3104
    Jan  1 01:00:04 kernel: ehci_hcd 01:03.2: irq 12, pci mem c0147000
    Jan  1 01:00:04 kernel: usb.c: new USB bus registered, assigned bus number 3
    Jan  1 01:00:04 kernel: EHCI: Enabling VIA 6212 workarounds
    Jan  1 01:00:04 kernel: ehci_hcd 01:03.2: USB 2.0 enabled, EHCI 1.00, driver 10 Dec 2004/2.4
    Jan  1 01:00:04 kernel: hub.c: USB hub found
    Jan  1 01:00:04 kernel: hub.c: 4 ports detected
    Jan  1 01:00:04 kernel: usb.c: registered new driver usblp
    Jan  1 01:00:04 kernel: printer.c: v0.13: USB Printer Device Class driver
    Jan  1 01:00:04 kernel: SCSI subsystem driver Revision: 1.00
    Jan  1 01:00:04 kernel: Initializing USB Mass Storage driver...
    Jan  1 01:00:04 kernel: usb.c: registered new driver usb-storage
    Jan  1 01:00:04 kernel: USB Mass Storage support registered.
    Jan  1 01:00:04 kernel: vlan1: Setting MAC address to  00 xx xx xx xx xx.
    Jan  1 01:00:04 kernel: VLAN (vlan1):  Underlying device (eth0) has same MAC, not checking promiscious mode.
    Jan  1 01:00:05 dnsmasq[73]: read /etc/hosts - 3 addresses
    Jan  1 01:00:05 dnsmasq-dhcp[73]: read /etc/ethers - 2 addresses
    Jan  1 01:00:05 kernel: hub.c: new USB device 01:03.2-1, assigned address 2
    Jan  1 01:00:05 dhcp client: deconfig: lease is lost
    Jan  1 01:00:05 kernel: hub.c: USB hub found
    Jan  1 01:00:05 kernel: hub.c: 4 ports detected
    Jan  1 01:00:05 dnsmasq[73]: read /etc/hosts - 3 addresses
    Jan  1 01:00:05 dnsmasq-dhcp[73]: read /etc/ethers - 2 addresses
    Jan  1 01:00:05 dnsmasq[73]: using nameserver .........
    Jan  1 01:00:05 dnsmasq[73]: using nameserver .........
    Sep 15 11:56:28 ddns: IP address has not changed since the last update
    Sep 15 11:56:28 dhcp client: bound IP : ...............
    Sep 15 11:56:28 kernel: hub.c: new USB device 01:03.2-1.1, assigned address 3
    Sep 15 11:56:37 ntp client: Synchronizing time with time.nist.gov ...

  9. #279

  10. #280
    Quote Originally Posted by theMIROn View Post
    1.9.2.7-d-r566 is available
    r566 is older than r573...

    But anyway, i tried that version aswell (downloaded from googlecode), and there I have the same problem.

  11. #281
    Quote Originally Posted by DrChair View Post
    r566 is older than r573...
    yep, misread, sry

    Quote Originally Posted by DrChair View Post
    But anyway, i tried that version aswell (downloaded from googlecode), and there I have the same problem.
    As for myself, had no prob with...
    Try to unplug and plug usb hdd again, and check syslog after
    M.b smth wrong with your pre/post-mount script

  12. #282

    reboot to default

    i bought a SH wl-500gx and i put your latest version on the device - all the process is ok
    when i tried to login i keep getting erorr on u:admin p: admin.
    When i reboot the device from the button it doesn't responds anymore - only the power and the lan1 (plugged in lan) leds are on - air led is off.
    I cannot telnet.
    Also no response in the http.

  13. #283
    Join Date
    Nov 2006
    Location
    Russia, Moscow
    Posts
    3,640
    Quote Originally Posted by maurer View Post
    i bought a SH wl-500gx
    Real wl-500gx (wl-500g deluxe) has been discontinued years ago. You are victim of ASUS marketing office, see Issue 18

  14. #284
    i've said " i bought a SH wl-500gx"
    SH as in second - hand

    the issue remains - i cannot login

  15. #285
    Quote Originally Posted by maurer View Post
    i've said " i bought a SH wl-500gx"
    SH as in second - hand

    the issue remains - i cannot login
    turn touter into firmware restoration mode (power on with reset button pressed util powerl led will flash), then use tftp.exe to put firmware again

Page 19 of 48 FirstFirst ... 9171819202129 ... LastLast

Similar Threads

  1. Probleme mit der Oleg firmware
    By errox in forum German Discussion - Deutsch (DE)
    Replies: 15
    Last Post: 14-06-2008, 22:26
  2. new firmware 1.9.2.7-8 by oleg
    By alien433 in forum WL-500gP Firmware Discussion
    Replies: 31
    Last Post: 24-01-2008, 20:31
  3. Oleg firmware not working.
    By wpte in forum WL-500gP Q&A
    Replies: 6
    Last Post: 07-01-2008, 12:48
  4. C Compiler voor de oleg firmware
    By wouzs in forum Dutch Discussion - Nederlands
    Replies: 1
    Last Post: 28-10-2007, 15:57

Tags for this Thread

Posting Permissions

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