# enable masquerading for outgoing connections towards wireless interface
/sbin/iptables -t nat -A POSTROUTING -s 10.42.0.0/24 -o wlan0 -j MASQUERADE
# enable IP forwarding
echo 1 > /proc/sys/net/ipv4/ip_forward
root@kali~ # ping google.comping: unknown host google.com
root@kali~ # cat /etc/resolv.confnameserver 8.8.8.8
Do you have other firewall rules on the host that might interfere? Can you flush them all and ensure that only the armory masquerading rule is running?
> Many thanks,
> Ituero
>
>
> --
> You received this message because you are subscribed to the Google Groups "USB armory" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to usbarmory+...@googlegroups.com.
> To post to this group, send email to usba...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/usbarmory/806c1695-37dd-406b-8893-acd1a41d2d4c%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
- edit /etc/resolv.conf