Jump to content

barry99705

Dedicated Members
  • Posts

    3,109
  • Joined

  • Last visited

  • Days Won

    104

Everything posted by barry99705

  1. I sometimes wonder if those people have ever even seen the devices they're "supporting".
  2. Yea there is. http://cloud.wifipineapple.com/wiki/doku.php?id=guidemacics
  3. This probably should be asked in the Jasager section, but there's a how-to in the wiki. http://cloud.wifipineapple.com/wiki/doku.php
  4. Oddly enough, there's a page for that! ;) http://cloud.wifipineapple.com/wiki/doku.php?id=guide3gmodem
  5. Do me a favor. Nano the wp4.sh file and copy and paste the first few lines here. "newline" doesn't exist anywhere in that script.
  6. What are the network settings for backtrack??
  7. Drivers are the issue. AFAIK there are no thunderbolt/light peak linux/unix drivers. Since most clustering services use these two operating systems, it's not going to work.
  8. Hey Darren, or Seb, are you guys planning on carrying the correct serial adapter in the hack shop?? Would really help with having to wait weeks to get one from China. Mine is supposed to be here next week, (crosses fingers).
  9. I usually do a key file as well as a password. I've had thumb drives get mangled with no way to get back into the computer.
  10. KDE64 bit seems to be the most popular.
  11. I've got them all uploading from my torrent server, but it doesn't look like too many people are grabbing them.
  12. Rack screws. http://store.cablesplususa.com/rack-screws.html
  13. I'm pretty sure I've read somewhere you can't actually enable ICS on windows from the command line. At least not with any of the programs/commands that come with windows.
  14. I listen to this station when I get tired of the crap around Dayton.. http://www.iheart.com/live/3332/ It's still clear channel, but I get to hear some news from home.
  15. Wonder if cons for deaf people have strippers??
  16. 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.bak cp network network.bak [/CODE] Now nano network and replace with this; [CODE] Copyright (C) 2006 OpenWrt.org config interface loopback option ifname lo option proto static option ipaddr 127.0.0.1 option netmask 255.0.0.0 config 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.8 config interface wan option ifname eth1 option proto dhcp config switch eth0 option enable_vlan 1 config 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.
  17. 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!)
  18. 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... ;)
×
×
  • Create New...