dmoening Posted July 27, 2012 Share Posted July 27, 2012 Anyone know of some directions to get the Wifi Pineapple to run with with Mac OS X? I am having troubles getting it to share my network connection. Quote Link to comment Share on other sites More sharing options...
barry99705 Posted July 27, 2012 Share Posted July 27, 2012 There used to be a sticky on this. ICS on a mac is different than the others. It's ip range is hard coded, so you have to change the pineapple's address and not the laptop's. I can't remember what it is now. I didn't bring a mac to defcon.... Quote Link to comment Share on other sites More sharing options...
dmoening Posted July 27, 2012 Author Share Posted July 27, 2012 Thanks for the response barry. How do I go about changing the IP of the pineapple? Its a mark iv Quote Link to comment Share on other sites More sharing options...
barry99705 Posted July 27, 2012 Share Posted July 27, 2012 Thanks for the response barry. How do I go about changing the IP of the pineapple? Its a mark iv There's a tab for that from the web interface. Quote Link to comment Share on other sites More sharing options...
dmoening Posted July 27, 2012 Author Share Posted July 27, 2012 I can not find anything regarding changing the IP address of the pineapple. Quote Link to comment Share on other sites More sharing options...
telot Posted July 28, 2012 Share Posted July 28, 2012 Did you find the OSX thread? The search function here on the forums seems to be broken for me :S In that thread it details how to change the IP address... telot Quote Link to comment Share on other sites More sharing options...
barry99705 Posted July 28, 2012 Share Posted July 28, 2012 I think it got lost in the move. Here's the screenshots I took on my overloaded laptop though. Should help you guys out. Can't link the pictures, so here's the links to my picasa... https://picasaweb.google.com/lh/photo/Ja72Aaz1bvT5ctnd9snpEtMTjNZETYmyPJy0liipFm0?feat=directlink https://picasaweb.google.com/lh/photo/p8AffkHDY2WnFgXdugVH9dMTjNZETYmyPJy0liipFm0?feat=directlink Quote Link to comment Share on other sites More sharing options...
dmoening Posted July 28, 2012 Author Share Posted July 28, 2012 Barry, what firmware version are you running? I do not have a config.php page on mine. When manually typing this in on the URL it redirects me to 172.16.42.1/pineapple/redirect.php and sits in a loop. Going into the config page from the main 172.16.43.1/pineapple page only gives me options to mess with Karma config, DNS spoof, Language and CSS editor. I am running version 2.4.1, which came on the device. Quote Link to comment Share on other sites More sharing options...
pear1982 Posted July 28, 2012 Share Posted July 28, 2012 I have the same issue, no config screen for setting up networking. firmware 2.5 Quote Link to comment Share on other sites More sharing options...
barry99705 Posted July 28, 2012 Share Posted July 28, 2012 Yea. Looks like those pages were removed. You'll have to ssh in and change them manually. Or Seb or someone can make an addon to do it... ;) Quote Link to comment Share on other sites More sharing options...
telot Posted July 28, 2012 Share Posted July 28, 2012 osx module would kickass! One press of a button and you can swap from osx settings to windows/linux settings would be extremely handy... telot Quote Link to comment Share on other sites More sharing options...
barry99705 Posted July 29, 2012 Share Posted July 29, 2012 osx module would kickass! One press of a button and you can swap from osx settings to windows/linux settings would be extremely handy... telot When I get home I'll mod up the network settings config file. I didn't really bring the right stuff with me to do this at defcon... (What do you mean I don't have an ethernet cable in my bag!) Quote Link to comment Share on other sites More sharing options...
Sebkinne Posted July 29, 2012 Share Posted July 29, 2012 We took those out because people managed to lock themselves out. Often. Now that we have the reset button we might as well add them back in. Will be in the next version. Best, Seb Quote Link to comment Share on other sites More sharing options...
pear1982 Posted July 29, 2012 Share Posted July 29, 2012 When I get home I'll mod up the network settings config file. I didn't really bring the right stuff with me to do this at defcon... (What do you mean I don't have an ethernet cable in my bag!) That would be lovely, thanks. Quote Link to comment Share on other sites More sharing options...
nemo_nihil Posted July 30, 2012 Share Posted July 30, 2012 I am concerned with locking myself out as Sebkinne mentioned. is there a way that I can "safely" do this? Quote Link to comment Share on other sites More sharing options...
Sebkinne Posted July 30, 2012 Share Posted July 30, 2012 I am concerned with locking myself out as Sebkinne mentioned. is there a way that I can "safely" do this? Upgrade to the newest firmware. If you do lock yourself out, simply hit the reset button for 8-10 seconds! Best, Sebkinne Quote Link to comment Share on other sites More sharing options...
nemo_nihil Posted July 31, 2012 Share Posted July 31, 2012 what about with a MKIII? I have both and My concern is locking myself out of the flash capability. Quote Link to comment Share on other sites More sharing options...
PineDominator Posted July 31, 2012 Share Posted July 31, 2012 (edited) what about with a MKIII? I have both and My concern is locking myself out of the flash capability. MK3 is flashed through the ethernet port when the bootloader is loading up, so I can't see any problems of not being able to re-flash in case of problem. MK4 is flashed through the os when everything is loaded so diff storry if the os or settings are messed up. needs serial Edited July 31, 2012 by petertfm Quote Link to comment Share on other sites More sharing options...
Thetra Posted July 31, 2012 Share Posted July 31, 2012 osx module would kickass! One press of a button and you can swap from osx settings to windows/linux settings would be extremely handy... telot Could not agree more telot, A OSX Module would definatly take the Pineapple to the next level of userfriendlyness in theese Apple times. Thetra Quote Link to comment Share on other sites More sharing options...
barry99705 Posted August 1, 2012 Share Posted August 1, 2012 Okay. Here's the skinny. Lion's ICS is locked to the 192.168.2.0/24 network. There's probably a way to edit some config file, but the only thing in my house that can run it is my wife's macbook air. This guy ain't messing her laptop up!!! Sooo, we edit the pineapple... There are two files we need to change, /etc/config/network and /etc/config/dhcp . Configure your laptop to the pineapple network, 172.16.42.42 so we can ssh in and edit things. Cd over to /etc/config and do a; cp dhcp dhcp.bakcp network network.bak[/CODE]Now nano network and replace with this;[CODE]Copyright (C) 2006 OpenWrt.orgconfig interface loopback option ifname lo option proto static option ipaddr 127.0.0.1 option netmask 255.0.0.0config interface lan option ifname eth0 option type bridge option proto static option ipaddr 192.168.2.254 option netmask 255.255.255.0 option gateway 192.168.2.1 option dns 8.8.8.8config interface wan option ifname eth1 option proto dhcpconfig switch eth0 option enable_vlan 1config switch_vlan option device eth0 option vlan 1 option ports "0 1"config interface usb option ifname usb0 option proto dhcp[/CODE]Hit ctrl x to save.Now nano dhcp and replace with this;[CODE]config 'dnsmasq' option 'domainneeded' '1' option 'boguspriv' '1' option 'filterwin2k' '0' option 'localise_queries' '1' option 'rebind_protection' '1' option 'rebind_localhost' '1' option 'local' '/lan/' option 'domain' 'lan' option 'expandhosts' '1' option 'nonegcache' '0' option 'authoritative' '1' option 'readethers' '1' option 'leasefile' '/tmp/dhcp.leases' option 'resolvfile' '/tmp/resolv.conf.auto'config 'dhcp' 'lan' option 'interface' 'lan' option 'start' '100' option 'limit' '150' option 'leasetime' '12h' option 'ignore' '0' list 'dhcp_option' '3,192.168.2.1' list 'dhcp_option' '6,192.168.2.254,8.8.8.8'#config 'dhcp' 'wan'# option 'interface' 'wan'# option 'ignore' '1'# option 'start' '100'# option 'limit' '150'# option 'leasetime' '12h'# list 'dhcp_option' '3,172.16.42.42'# list 'dhcp_option' '6,172.16.42.1,8.8.8.8'# list 'dhcp_option' '6,172.16.42.1,208.67.222.222'[/CODE]Ctrl x to save and exit.Now go ahead and power cycle the pineapple and configure your ethernet adapter to look like my pic above. Make sure your gateway address is the same as your wifi adapter's address and you should be golden when you start up connection sharing. Quote Link to comment Share on other sites More sharing options...
telot Posted August 1, 2012 Share Posted August 1, 2012 Sticky that shizz! ^^^^ Thanks barry99705! telot Quote Link to comment Share on other sites More sharing options...
WatskeBart Posted August 1, 2012 Share Posted August 1, 2012 Sticky that shizz! ^^^^ Thanks barry99705! telot Or better yet, a proper wiki page ;) Quote Link to comment Share on other sites More sharing options...
barry99705 Posted August 1, 2012 Share Posted August 1, 2012 Or better yet, a proper wiki page ;) Seb said the same thing to me at Defcon... Quote Link to comment Share on other sites More sharing options...
PineDominator Posted August 1, 2012 Share Posted August 1, 2012 Seb said the same thing to me at Defcon... I wish I could have been there, I know a little sign language myself. Quote Link to comment Share on other sites More sharing options...
barry99705 Posted August 6, 2012 Share Posted August 6, 2012 Or better yet, a proper wiki page ;) Added! 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.