|
chimbo
|
 |
« Reply #300 on: May 20, 2008, 08:31:27 AM » |
|
Can anyone help with this please, I still need to know how to get this to boot with the drive when the drive is powered up. Thanks  Add this command (ushare -x) to your /mnt/C/sys/etc/rc-local. Don't use notepad. Do it in linux. chimbo Better add 'ushare -x &'
|
|
|
|
« Last Edit: May 20, 2008, 08:33:42 AM by chimbo »
|
Logged
|
|
|
|
|
JoKeR
|
 |
« Reply #301 on: May 20, 2008, 11:06:47 AM » |
|
Better way: edit /mnt/C/sys/etc/ushare.conf (ENABLE_XBOX=no/yes, USHARE_DIR=/mnt/whatever) and add "ushare -D &" (-D = daemon) to rc-local
|
|
|
|
|
Logged
|
|
|
|
|
Aqualung
|
 |
« Reply #302 on: May 21, 2008, 09:46:09 AM » |
|
Chimbo, did you by any chance install Aircrack-ng as well? 
|
|
|
|
|
Logged
|
|
|
|
|
ukez
|
 |
« Reply #303 on: May 22, 2008, 21:20:55 PM » |
|
Can anyone help with this please, I still need to know how to get this to boot with the drive when the drive is powered up. Thanks  Add this command (ushare -x) to your /mnt/C/sys/etc/rc-local. Don't use notepad. Do it in linux. chimbo Better add 'ushare -x &' I cant find that directory it says its not found, and if i browse it i cant see it either... 
|
|
|
|
|
Logged
|
Is a member of the MGB111 syndicate
|
|
|
|
chimbo
|
 |
« Reply #304 on: May 23, 2008, 10:06:23 AM » |
|
Can anyone help with this please, I still need to know how to get this to boot with the drive when the drive is powered up. Thanks  Add this command (ushare -x) to your /mnt/C/sys/etc/rc-local. Don't use notepad. Do it in linux. chimbo Better add 'ushare -x &' I cant find that directory it says its not found, and if i browse it i cant see it either...  rc-local is not a directory, it is a script file. If you don't have it, make a new one or copy one of joker's examples.
|
|
|
|
|
Logged
|
|
|
|
|
Kael
|
 |
« Reply #305 on: May 23, 2008, 11:53:21 AM » |
|
Hi all,
Recently found that somebody is trying to brute force my vsftpd. I was allready looking at fail2ban to secure vsftpd and ssh, but it seems we need more iptables modules available (ipt_recent). After this, we can use fail2ban "out of the tar archive" or compile it to use on the mgb111.
Did someone successfully compile all iptables modules? i've tried JKR archives, but it seems some modules are not yet implemented to block ip after a few failed login.
|
|
|
|
« Last Edit: May 23, 2008, 13:19:42 PM by Kael »
|
Logged
|
|
|
|
|
|
|
Kael
|
 |
« Reply #307 on: May 23, 2008, 17:29:22 PM » |
|
thank you for the reply but i've allready installed those ones... i'll try again maybe i missed something... or did you updated the file?
EDIT : Ho sorry, made a mistake i installed modules but not modules extras ^^ thank you!
|
|
|
|
« Last Edit: May 23, 2008, 17:35:09 PM by Kael »
|
Logged
|
|
|
|
|
Kael
|
 |
« Reply #308 on: May 23, 2008, 18:59:22 PM » |
|
well, installed the file, all .o files are here.. but : $ modprobe ipt_recent modprobe: module ipt_recent not found. modprobe: failed to load module ipt_recent
anyone knows why i cannot load modules?
|
|
|
|
|
Logged
|
|
|
|
|
JoKeR
|
 |
« Reply #309 on: May 23, 2008, 19:59:07 PM » |
|
cd /mnt/sys/etc/modules/net/ipv4/netfilter/ insmod ipt_recent.o
or insmod /mnt/sys/etc/modules/net/ipv4/netfilter/ipt_recent.o
that's why they are in separate package
|
|
|
|
|
Logged
|
|
|
|
|
Kael
|
 |
« Reply #310 on: May 23, 2008, 20:03:01 PM » |
|
i've tried and it gives me this ...
insmod: kernel-module version mismatch ipt_recent.o was compiled for kernel version 2.4.28 while this kernel is version 2.4.28-JKR.
^^ so i use "insmod -f" and it works, i can now work on iptables settings and fail2ban ;o) thx again
|
|
|
|
« Last Edit: May 23, 2008, 20:08:52 PM by Kael »
|
Logged
|
|
|
|
|
JoKeR
|
 |
« Reply #311 on: May 23, 2008, 20:26:04 PM » |
|
ipt_recent.o was compiled for kernel version 2.4.28 while this kernel is version 2.4.28-JKR.
download fresh version, fixed
|
|
|
|
|
Logged
|
|
|
|
|
Kael
|
 |
« Reply #312 on: May 23, 2008, 20:32:52 PM » |
|
great! i've seen a file named HDDdir.sh could you tell me more about this file? i see this one creates some dirs but i wonder why is it made and placed here?
|
|
|
|
|
Logged
|
|
|
|
|
JoKeR
|
 |
« Reply #313 on: May 23, 2008, 21:07:54 PM » |
|
this script is in 4.00b2 version only, in b4 not. created for lazy users (-; better is get minimal-config and unpack.
|
|
|
|
|
Logged
|
|
|
|
|
Kael
|
 |
« Reply #314 on: May 24, 2008, 09:28:57 AM » |
|
ok ^^
in the end i did uptade my FW, but i'm still using -f as it keep on give me same "taint kernel" message.
|
|
|
|
|
Logged
|
|
|
|
|