Results 1 to 4 of 4

Thread: post-boot & post-firewall do not run after powerdown

  1. #1

    post-boot & post-firewall do not run after powerdown

    I have followed the instructions in the Asus WL-500g custom firmware page to the letter, but what I try the post-boot and post-firewall do not run after I take the power off the AP for a few secs.

    I am running firmware 1.7.5.9 CR5

    I created the keys, they are "remembered", I have created the files, they too are "remembered".

    I created the /usr/local/sbin/ folder and the file post-boot in that folder... content of the post-boot file is:

    #!/bin/sh
    dropbear


    When I now type:
    cd /usr/local/sbin/

    it brings me to:
    /mnt/ramfs/local/sbin


    (I am pretty much a Linux noob.!!)

  2. #2
    Join Date
    Dec 2003
    Location
    Russian Federation
    Posts
    8,356
    1.7.5.9-5 uses different directory for scripts, it's /usr/local/init (see wl500g.dyndns.org/index1759.html)

  3. #3
    Quote Originally Posted by Oleg
    1.7.5.9-5 uses different directory for scripts, it's /usr/local/init (see wl500g.dyndns.org/index1759.html)
    that seemd to so the trick, thanks a lot!!

    Now my e-mule has quit working with HIGH ID..

    my virtual server is set-up as descrived... TCP 4662 and UDP 4672

    right now my post-firewall looks like this:
    #!/bin/sh
    #Allow access to SSH server from WAN
    iptables -A INPUT -p tcp --syn --dport 22 -j ACCEPT


    do I need to add lines for optimal EMULE usage?


    do I need to add anything to make

  4. #4
    Join Date
    Dec 2003
    Location
    Russian Federation
    Posts
    8,356
    No, it should not be affected with this rule.

Similar Threads

  1. Start own script in post-boot or post-firewall
    By m-h-l in forum WL-500g Q&A
    Replies: 2
    Last Post: 30-09-2005, 19:03
  2. Howto run post-boot when ftp is off
    By Jethro in forum WL-500g Q&A
    Replies: 6
    Last Post: 27-08-2005, 21:54
  3. post-boot is not executed - what's wrong?
    By sbn in forum WL-500g Q&A
    Replies: 0
    Last Post: 11-06-2005, 12:17
  4. Shell scripts and post-boot
    By samoht in forum WL-500g Q&A
    Replies: 5
    Last Post: 03-06-2005, 23:58
  5. Replies: 9
    Last Post: 18-02-2005, 19:42

Posting Permissions

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