![]() ![]() |
Jul 16 2008, 10:32 AM
Post
#91
|
|
|
Group: Members Posts: 217 Joined: 6-June 04 Member No.: 3,590 |
Updated: Jul. 16 2008
- RNDIS patch - PRISM2_DOWNLOAD_SUPPORT and PRISM2_NON_VOLATILE_DOWNLOAD enabled http://yonggun.tistory.com/72 Great work! 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 |
|
|
|
Jul 16 2008, 02:42 PM
Post
#92
|
|
![]() Group: Members Posts: 2,350 Joined: 30-July 06 Member No.: 10,575 |
Great! I will be flashing this ASAP!
I think you mean July 16 and not August 16, right? EDIT: I mean installing the modules ASAP. |
|
|
|
Jul 16 2008, 11:17 PM
Post
#93
|
|
|
Group: Members Posts: 217 Joined: 6-June 04 Member No.: 3,590 |
|
|
|
|
Jul 17 2008, 06:06 PM
Post
#94
|
|
|
Group: Members Posts: 218 Joined: 12-February 06 From: Tokyo Member No.: 9,124 |
Thank you very much!!!
|
|
|
|
Jul 20 2008, 05:50 PM
Post
#95
|
|
|
Group: Members Posts: 283 Joined: 1-October 07 From: Blacksburg, SC, USA Member No.: 20,773 |
Thanks for this kernel, and ease of flashing without the uboot process. Boots nicely and straight too the SD
|
|
|
|
Jul 22 2008, 08:37 PM
Post
#96
|
|
|
Group: Members Posts: 218 Joined: 12-February 06 From: Tokyo Member No.: 9,124 |
Hi 2or0, thanks for your help every time.
Could you provide a lirc module? I would like to control my tv with my zaurus Thanks in advance |
|
|
|
Jul 23 2008, 09:56 AM
Post
#97
|
|
![]() Group: Members Posts: 2,350 Joined: 30-July 06 Member No.: 10,575 |
|
|
|
|
Jul 30 2008, 01:44 PM
Post
#98
|
|
|
Group: Members Posts: 26 Joined: 24-June 07 Member No.: 17,442 |
Updated: Jul. 16 2008 - RNDIS patch - PRISM2_DOWNLOAD_SUPPORT and PRISM2_NON_VOLATILE_DOWNLOAD enabled http://yonggun.tistory.com/72 Great work! 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: CODE 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. 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 modules which 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 : CODE iptables -t nat -L -n Any one managed to get ettercap to work properly ?? Thanks again 20r0 for your amazing contributions to the zaurus community! |
|
|
|
Jul 31 2008, 10:57 AM
Post
#99
|
|
|
Group: Members Posts: 26 Joined: 24-June 07 Member No.: 17,442 |
UPDATE: (Partial success)
i tried the MITM attack (ettercap) using my laptop on my home network and noticed i get the same error (can't initialize 'nat' table) that i get on the zaurus but it works on my laptop running ubuntu so i figured that this error might not be the root of the problem. After trial and error i came to a solution of steps that will make my zaurus so as to be able sniff through ettercap but it still cannot handle sites that use ssl so as to create and fill fake ssl-certificates on the fly. Now the other error on the z that does not appear on my laptop is : dissector 'dns' not supported (etter.conf line 70) line 70 in etter.conf reads dns=53 The commands corresponding to the ssl dissection used by ettercap are : redir_command_on = "iptables -t nat -A PREROUTING -i %iface -p tcp --dport %port -j REDIRECT --to-port %rport" redir_command_off = "iptables -t nat -D PREROUTING -i %iface -p tcp --dport %port -j REDIRECT --to-port %rport" Also the extra modules which i think are needed to be able to do this ssl redirectio that appear on my laptop and not on the zaurus are : ipt_REDIRECT iptable_nat nf_nat nf_conntrack_ipv4 nf_conntrack On the zaurus i have iptable_mangle loaded instead of the ones above (among the common ones in both; ip_tables, iptable_filter and x_tables) Any ideas any1 to get ssl sniffing working ? or how to get (some of) these modules ? Thnx in advance |
|
|
|
Aug 2 2008, 11:22 AM
Post
#100
|
|
![]() Group: Members Posts: 57 Joined: 12-March 08 From: North Pole Member No.: 21,496 |
UPDATE: (Partial success) i tried the MITM attack (ettercap) using my laptop on my home network and noticed i get the same error (can't initialize 'nat' table) that i get on the zaurus but it works on my laptop running ubuntu so i figured that this error might not be the root of the problem. After trial and error i came to a solution of steps that will make my zaurus so as to be able sniff through ettercap but it still cannot handle sites that use ssl so as to create and fill fake ssl-certificates on the fly. Now the other error on the z that does not appear on my laptop is : dissector 'dns' not supported (etter.conf line 70) line 70 in etter.conf reads dns=53 The commands corresponding to the ssl dissection used by ettercap are : redir_command_on = "iptables -t nat -A PREROUTING -i %iface -p tcp --dport %port -j REDIRECT --to-port %rport" redir_command_off = "iptables -t nat -D PREROUTING -i %iface -p tcp --dport %port -j REDIRECT --to-port %rport" Also the extra modules which i think are needed to be able to do this ssl redirectio that appear on my laptop and not on the zaurus are : ipt_REDIRECT iptable_nat nf_nat nf_conntrack_ipv4 nf_conntrack On the zaurus i have iptable_mangle loaded instead of the ones above (among the common ones in both; ip_tables, iptable_filter and x_tables) Any ideas any1 to get ssl sniffing working ? or how to get (some of) these modules ? Thnx in advance Use the old kernel (23.9) with the integrated ip-tables modules. This will work. |
|
|
|
Aug 6 2008, 12:47 AM
Post
#101
|
|
|
Group: Members Posts: 26 Joined: 24-June 07 Member No.: 17,442 |
UPDATE: (Partial success) i tried the MITM attack (ettercap) using my laptop on my home network and noticed i get the same error (can't initialize 'nat' table) that i get on the zaurus but it works on my laptop running ubuntu so i figured that this error might not be the root of the problem. After trial and error i came to a solution of steps that will make my zaurus so as to be able sniff through ettercap but it still cannot handle sites that use ssl so as to create and fill fake ssl-certificates on the fly. Now the other error on the z that does not appear on my laptop is : dissector 'dns' not supported (etter.conf line 70) line 70 in etter.conf reads dns=53 The commands corresponding to the ssl dissection used by ettercap are : redir_command_on = "iptables -t nat -A PREROUTING -i %iface -p tcp --dport %port -j REDIRECT --to-port %rport" redir_command_off = "iptables -t nat -D PREROUTING -i %iface -p tcp --dport %port -j REDIRECT --to-port %rport" Also the extra modules which i think are needed to be able to do this ssl redirectio that appear on my laptop and not on the zaurus are : ipt_REDIRECT iptable_nat nf_nat nf_conntrack_ipv4 nf_conntrack On the zaurus i have iptable_mangle loaded instead of the ones above (among the common ones in both; ip_tables, iptable_filter and x_tables) Any ideas any1 to get ssl sniffing working ? or how to get (some of) these modules ? Thnx in advance Use the old kernel (23.9) with the integrated ip-tables modules. This will work. Thanks for the reply but I cant find this kernel for the c1000 for sharp rom ! Can 20r0 please add the ip_table related modules to the kernel? |
|
|
|
Aug 6 2008, 06:01 AM
Post
#102
|
|
|
Group: Members Posts: 217 Joined: 6-June 04 Member No.: 3,590 |
Can 20r0 please add the ip_table related modules to the kernel? Check here. I added ip_table related modules. http://yonggun.tistory.com/72 Yonggun |
|
|
|
Aug 7 2008, 11:26 AM
Post
#103
|
|
|
Group: Members Posts: 26 Joined: 24-June 07 Member No.: 17,442 |
Can 20r0 please add the ip_table related modules to the kernel? Check here. I added ip_table related modules. http://yonggun.tistory.com/72 Yonggun Thanks 20r0 !!! Ur the best. |
|
|
|
Aug 22 2008, 03:58 PM
Post
#104
|
|
![]() Group: Members Posts: 57 Joined: 12-March 08 From: North Pole Member No.: 21,496 |
KERNEL - PANIC!
Tried the new Kernel 2.6.24.4 on the C1000 because i needed the ip-tables-modules with the hostap-driver. The Sytem boots perfectly! ---- but ----- Unfortunately none of my WLAN-CF cards works with the hostap-drivers (they did with the C3200 and the 2.6.23 kernel). I blacklisted all orinocos and hermes - same result: Doing an CODE ifconfig wlan0 up produces many error-code lines and exits finally in a CODE Kernel panic - not syncing: Fatal exception in interrupt any idea? Anyone got the hostap-driver working? |
|
|
|
Sep 6 2008, 10:18 PM
Post
#105
|
|
![]() Group: Members Posts: 803 Joined: 30-March 04 From: California Member No.: 2,368 |
KERNEL - PANIC! Tried the new Kernel 2.6.24.4 on the C1000 because i needed the ip-tables-modules with the hostap-driver. The Sytem boots perfectly! ---- but ----- Unfortunately none of my WLAN-CF cards works with the hostap-drivers (they did with the C3200 and the 2.6.23 kernel). I blacklisted all orinocos and hermes - same result: Doing an CODE ifconfig wlan0 up produces many error-code lines and exits finally in a CODE Kernel panic - not syncing: Fatal exception in interrupt any idea? Anyone got the hostap-driver working? I have this exact same problem. I had noticed that I was only on the 2.6.24.3 kernel so I flashed to the 2.6.24.4 kernel and added the latest modules (the ones updated on august 6th with the iptables modules) and now both my wifi cards cause a kernel panic. They don't always do it right away but within a minute it panics with the same interrupt error. I guess I'll try the previous module pack and see if that works. If not then I'll be back to 2.6.24.3 where everything seemed to work. I did compile an rt73 driver for a usb wifi card I have against this kernel this morning and it works great so I'm thinking either it is an issue with the way yonggun compiled these modules or maybe only a cf slot issue with this kernel. Guess for now I'll have to go back to the 2.6.24.3 kernel and go through the long process of compiling this rt73 driver again |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 24th May 2013 - 12:50 PM |