|
2013-08-22
, 02:12
|
Posts: 466 |
Thanked: 661 times |
Joined on Jan 2009
|
#42
|
The Following User Says Thank You to jackburton For This Useful Post: | ||
|
2013-08-22
, 04:32
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#43
|
I don't see CONFIG_NETFILTER_XT_TARGET_REDIRECT in the config, but I do see CONFIG_IP_NF_TARGET_REDIRECT.
Will that work?
|
2013-08-22
, 07:16
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#44
|
When running
# echo 1 > /proc/sys/net/ipv4/ip_forward
# ettercap -T -Q -M arp:remote -i wlan /192.168.0.2/ // -P dns_spoof
The Following User Says Thank You to peterleinchen For This Useful Post: | ||
|
2013-08-22
, 08:12
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#45
|
Do not know if it is only typo above, but the interface name is wlan0.
|
2013-08-22
, 08:54
|
Posts: 466 |
Thanked: 661 times |
Joined on Jan 2009
|
#46
|
|
2013-08-22
, 09:32
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#47
|
Compiling now. I'm also moving mac80211 and cfg80211 to modules to try the latest wl12xx drivers from Linux backports.
|
2013-08-22
, 13:25
|
Posts: 466 |
Thanked: 661 times |
Joined on Jan 2009
|
#48
|
RM696-21-3_PR_006:~# find /lib/modules/2.6.32.54lopan-dfl61/ -iname '*redirect*' /lib/modules/2.6.32.54lopan-dfl61/kernel/net/ipv4/netfilter/ipt_REDIRECT.ko RM696-21-3_PR_006:~# modprobe ipt_REDIRECT RM696-21-3_PR_006:~# lsmod | grep -i redirect ipt_REDIRECT 1017 0 nf_nat 12403 1 ipt_REDIRECT RM696-21-3_PR_006:~#
The Following 2 Users Say Thank You to jackburton For This Useful Post: | ||
|
2013-08-22
, 14:08
|
Posts: 466 |
Thanked: 661 times |
Joined on Jan 2009
|
#49
|
The Following 2 Users Say Thank You to jackburton For This Useful Post: | ||
|
2013-08-22
, 16:21
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#50
|
When running
# echo 1 > /proc/sys/net/ipv4/ip_forward
# ettercap -T -q -P dns_spoof -M arp:remote -i wlan0 /192.168.0.2/ //
This error comes to surface:
iptables: No chain/target/match by that name.
A bit of digging around found this possible cause, set up CONFIG_NETFILTER_XT_TARGET_REDIRECT in kernel config (Networking support -> Networking options -> Network packet filtering framework (Netfilter) -> Core Netfilter Configuration -> REDIRECT target support).
Thanks, once more, this NAT support have been nagging me, so happy it got implemented
Last edited by nieldk; 2013-08-22 at 08:16. Reason: Added correct commandline :)