Updated: Jul. 16 2008
- RNDIS patch
- PRISM2_DOWNLOAD_SUPPORT and PRISM2_NON_VOLATILE_DOWNLOAD enabled
http://yonggun.tistory.com/72
Great work! 2or0,
One question:
Why are the ip_tables related modules gone in the newer kernel?
Can´t find them in the 2.6.24.3/4 kernel.
Did you check here?
\lib\modules\2.6.24.4-yonggun\kernel\net\ipv4
Hi 20r0 ,
First of thanks for a great debian distro with your latest patches/optimizations that works (almost) flawlessly on my c1000 (though I had to extract rootf and flash the kernel manually).
I am trying to get some network penetration software working on my C1000 running andromeda with latest yonggun kernel , sharp bootloader on a 4G sd.
I tried running a MITM (man in the middle ) attack using ettercap (GTK) on my home network but had no success ,while i can do it with my linux laptop on the same network just fine.
I get the following error in the the console while starting sniffing in ettercap:
[div class=\'codetop\']CODE[/div][div class=\'codemain\' style=\'height:200px;white-space:pre;overflow:auto\']iptables v1.4.1.1: can't initialize iptables table 'nat': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.[/div]
I have also enabled forwarding in the configuration files in ettercap so as to use iptables and i enabled IP forwarding in /proc/sys/net/ipv4/ip_forward
Googling around led me to this
needed moduleswhich says that i need these modules :
modprobe ip_tables
modprobe ip_conntrack
modprobe iptable_filter
modprobe ipt_state
Through lsmod i see i have iptable_filter and ip_tables loaded but not the other two. I have searched through the whole root filesystem (/) but they are not there, even in \lib\modules\2.6.24.4-yonggun\kernel\net\ipv4. Can you please add the remaining two to your next kernel or as separate modules?
If there are other solutions that to fix this problem , please let me know
You can get the same error if you type :
[div class=\'codetop\']CODE[/div][div class=\'codemain\' style=\'height:200px;white-space:pre;overflow:auto\']iptables -t nat -L -n[/div]
Any one managed to get ettercap to work properly ??
Thanks again 20r0 for your amazing contributions to the zaurus community!