Search:

Type: Posts; User: pfugl

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. I have the same question. Can anyone explain...

    I have the same question. Can anyone explain that?
    /Peter
  2. Replies
    2
    Views
    2,180

    One way to do it, could be: Set up DHCP to issue...

    One way to do it, could be:
    Set up DHCP to issue a fixed IP address for the X-box.
    Use a script in an endless loop to do a ping of the xbox - f.ex. every 10 seconds.
    When there is a ping response...
  3. Replies
    2
    Views
    2,996

    This is an english forum, so if you write in...

    This is an english forum, so if you write in english, there will be a better chance to get an answer ;)
    /Peter
  4. Thread: Stupid question

    by pfugl
    Replies
    1
    Views
    1,680

    If you install Oleg's firmware, you have several...

    If you install Oleg's firmware, you have several possibilities:
    1. Install a FTP server.
    2. or Install a HTTP server.
    3. or Use a SAMBA server in conncetion with an openvpn client.

    All this...
  5. Replies
    1
    Views
    1,708

    USB port power control

    Is anyone aware of a program that is cabable of controlling the 5V power of an USB port on wl500g? I would like to use it to switch an external relay.
    /Peter
  6. Replies
    3
    Views
    3,871

    As far as I know, the wl500gx with official...

    As far as I know, the wl500gx with official firmware, does not have a "real" dns server built in. It is just forwarding dns requests from the local net to the internet dns server defined in the...
  7. Replies
    11
    Views
    18,235

    No need to install net-tools: Isuue the...

    No need to install net-tools:

    Isuue the following commands during startup of the wl500:
    ip neigh change 192.168.1.254 lladdr ff:ff:ff:ff:ff:ff nud permanent dev br0
    ip neigh add 192.168.1.254...
  8. Replies
    2
    Views
    2,642

    Seems to be a known problem - see latest updates...

    Seems to be a known problem - see latest updates to this thread:

    http://wl500g.info/showthread.php?t=2715&highlight=power+lost
  9. Replies
    1
    Views
    2,182

    I also tried POPTOP, and ran into the same...

    I also tried POPTOP, and ran into the same problems as you. I gave up, and I am now using OPENVPN package. It works very well, and I can highly recommend it.
  10. So you can execute the script from...

    So you can execute the script from /opt/share/www/cgi-bin in terminal mode as follows:

    ./helloworld.pl
    and it should print the output from the print statements?
    If that is ok, I do not have a...
  11. About perl - you could try the following script...

    About perl - you could try the following script that works for me using macsats tutorial:


    #!/opt/bin/microperl
    print "Content-type: text/html\n\n";
    print "Hello world printet from a perl...
  12. Thread: Custom Web pages

    by pfugl
    Replies
    1
    Views
    8,434

    Yes this can be done. However you need to use...

    Yes this can be done. However you need to use either Oleg's or OpenWRT firmware. See:
    http://www.macsat.com/index.php?menu=1
  13. Replies
    0
    Views
    1,518

    Running PHP system command as admin

    I am trying to run the following PHP script:


    <?php
    $retval = 100;
    if ( ( !isset( $_SERVER[PHP_AUTH_USER] )) || (!isset ($_SERVER[PHP_AUTH_PW]))
    || ( $_SERVER[PHP_AUTH_USER] != 'admin' )...
  14. Thread: OpenVPN

    by pfugl
    Replies
    29
    Views
    13,148

    Found it myself on:...

    Found it myself on: http://openvpn.net/bridge.html#linuxscript :

    openvpn --mktun --dev tap0
  15. Thread: Saving file

    by pfugl
    Replies
    8
    Views
    2,623

    You need to do: echo "/etc/hosts" >>...

    You need to do:

    echo "/etc/hosts" >> /usr/local/.files
    before doing: flashfs save.
  16. Thread: OpenVPN

    by pfugl
    Replies
    29
    Views
    13,148

    OPENVPN server in bridge mode.

    Has anyone had succes configuring an OPENVPN server in bridge mode on the WL500G? I am using Oleg's firmware latest release.
    My problem is that the tap device is not found when I try to add it to...
  17. Replies
    4
    Views
    3,432

    I would suspect your logdrop all --anywhere...

    I would suspect your

    logdrop all --anywhere --anywhere

    in your input chain.
    I am not quite sure what logdrop does, but I would suspect it to drop all packets.
    I would try to turn all logging...
  18. Replies
    16
    Views
    27,530

    Hi mmX. I have given up to make this work...

    Hi mmX.
    I have given up to make this work reliably. I have a WL500GX with Oleg's 1.9.2.7-6b fw.
    Something is going wrong in the kernel I think. When connected, the Route command and the IPTABLES...
  19. Replies
    16
    Views
    27,530

    Thanks mmX. In the meantime I found out that in...

    Thanks mmX.
    In the meantime I found out that in fact I could connect 1 time out of 4 from winXP client.
    I have now changed my config files to match yours exactly, (except user/password), but still...
  20. Replies
    16
    Views
    27,530

    Thx MMX. It would be very nice if some could do...

    Thx MMX.
    It would be very nice if some could do a how-to for this. Every little step forward creates new problems. Well - that's life I guess. After creation of the new chap-secrets file my log...
  21. Replies
    16
    Views
    27,530

    Jethro, did you ever manage to get this working?...

    Jethro, did you ever manage to get this working?
    If yes could you give me the steps?
    If not - anyone else has it working?
    I am running into authentication errors, though I have made the...
  22. Replies
    5
    Views
    5,582

    Installing mt-daapd

    Well - looks like I was happy a bit early. It works only when it is started with the -f (foreground) switch, so I modified the S60mt-daapd script adding this switch.
    However this prevented the...
  23. Replies
    5
    Views
    5,582

    Thanks Soundrel. I've got it working now, and...

    Thanks Soundrel. I've got it working now, and it's working very well I think. :)
    /Peter
  24. Replies
    5
    Views
    5,582

    Thanks for the tip - looks very promising. I...

    Thanks for the tip - looks very promising.
    I have installed and configured it, but I cannot get it working.
    A PS shows 4 instances of mt-daapd started. I would then expect that I could see the...
  25. Replies
    9
    Views
    7,190

    I managed to get the compilation to work using...

    I managed to get the compilation to work using the Ubuntu dist + some additional packages, and I get the same file size as you do. I am still wondering why Oleg's is 3739648 bytes - about 250 KB...
Results 1 to 25 of 30
Page 1 of 2 1 2