PDA

Bekijk de volledige versie : post-boot & post-firewall do not run after powerdown



Zerveza
23-12-2004, 22:38
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.!!)

Oleg
24-12-2004, 07:30
1.7.5.9-5 uses different directory for scripts, it's /usr/local/init (see wl500g.dyndns.org/index1759.html)

Zerveza
24-12-2004, 15:12
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

Oleg
24-12-2004, 19:13
No, it should not be affected with this rule.