Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
will be an ip-blocker (like peerguardian or moblock) in a further fun_plug version avaible?
the fun_plug 0.5 has so many programs included or for update, but no ip-blocker.
greetz, erox.
Offline
moblock is available in the dns-323 optware feed..
http://ipkg.nslu2-linux.org/feeds/optwa … /unstable/
http://www.nslu2-linux.org/wiki/Optware/Dns323
Offline
Does moblock block ports by default or just IPs?
TIA!
Offline
help! i can't install moblock...
---------------------------------------
# tar -xzf moblock_0.8-1_arm.ipk
tar: Unrecognised file type
---------------------------------------
what's the problem?
it also don't work with other packages...
Offline
Offline
SilentException wrote:
i know this site.
i also used it.
but it won't work.
i can't make a .tar-file from the .ipk-file.
it seems that it don't understand .ipk's.
Offline
ipk is a tgz file.
#mv name.ipk name.tgz
#tar xvzf name.tgz
Last edited by SilentException (2008-05-29 22:56:07)
Offline
.ipk files are GZIP files, so the correct command is tar xf name.ipk
The .ipk file contains 2 TGZ archives "control.tar.gz" and "data.tar.gz"
You can ignore & delete control, all binaries are in data.tar.gz
Offline
Why are you trying to untar a ipk file?
It should install automatically through ipkg install moblock
zcat the file if you still want to try and unstar it and see if is valid
Offline
just untar it in windows using winrar. but i had no problems untaring on dns-323 either so you must be doing something wrong. do
#ls -la `which tar`
and paste the output
Offline
Does anybody know where can I get the .p2p file?
Thank You,
Offline
has anyone got this to work? i'm using FW1.05 & funplug ver. 4
getting this error message:
FATAL: Module ipt_NFQUEUE not found.
FATAL: Module ipt_state not found.
iptables v1.2.11: can't initialize iptables table `filter': iptables who? (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
* Logging to ./moblock.log
* Ranges loaded: 241915
* Using .dat file format
* Merged ranges: 0
* Skipped useless ranges: 0
nfnl_talk: sendmsg(netlink) Connection refused
something to do with kernel module i guess...
Offline
Hi all
if you want to block specific IP from NAT .... other
let's try 192.168.1.120
1. telnet device
vi /mnt/HD_a2/fun_plug
press o
add at the end
route add -host 192.168.1.200 reject
press Esc
press :
press w
press Enter
press :
press q!
###done###
restart
check the result
route
should be new line:
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.1.200 * 255.255.255.255 !H 0 0 0 *
%%%%%%%DONE%%%%%
thank to morsik / http://forum.fedora.pl/
Offline