Boba Fett Posted December 5, 2013 Share Posted December 5, 2013 Hi, I got a problem. I connect the pineapple to my laptop and configure for example a dnsspoof. All works fine with my laptop and the pineapple ICS via. When I disconnect only the network cable from my laptop and connect the pineapple directly to my router I have this: I can connect from my laptop to the pineapple and get internet connection, but the dns spoof doesnt works- Any help? Quote Link to comment Share on other sites More sharing options...
Mr-Protocol Posted December 5, 2013 Share Posted December 5, 2013 Moved to the proper section assuming this is the Mark 5. Which version? Quote Link to comment Share on other sites More sharing options...
Boba Fett Posted December 5, 2013 Author Share Posted December 5, 2013 My mistake, my pineapple is Mark IV Quote Link to comment Share on other sites More sharing options...
crepsidro Posted December 5, 2013 Share Posted December 5, 2013 "oh, the obsolete non-working model." then "silence........" Quote Link to comment Share on other sites More sharing options...
Sebkinne Posted December 5, 2013 Share Posted December 5, 2013 The issue you are having is to do with routing of internet. First, make sure that you are plugged into the WAN port. Once done, execute the following over SSH: iptables -A FORWARD -i eth1 -o wlan0 -s 172.16.42.0 -m state --state NEW -j ACCEPT iptables -A FORWARD -m state --state ESTABLISHED,RELATED -j ACCEPT iptables -t nat -A POSTROUTING -o eth1 -j MASQUERADE Please note that if you want this to happen on boot, you'll have to add it to your rc.local (or edit it through the webinterface). Best Regards, Sebkinne Quote Link to comment Share on other sites More sharing options...
Boba Fett Posted January 17, 2014 Author Share Posted January 17, 2014 Thanks a lot!!!! Quote Link to comment Share on other sites More sharing options...
Boba Fett Posted January 17, 2014 Author Share Posted January 17, 2014 Now I can use it like my travel personal router! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.