Has anyone successfully joined the iphone with an adhoc wireless with WEP (completely broken (40bit), or fairly broken (128bit)), say hosted on a macbook?
I've tried, but it repeatedly but it only works with WEP disabled... Sitting here at the conference at adobe, thinking that an adhoc wireless would be good for testing against pages hosted on my macbook.
Yeah, I'm at iPhoneDevCamp and that was the first thing I did when I opened my computer. Create the "Computer to Computer Network", and then on your iPhone click the arrow next to the connection and go to Static IP, enter your computer's IP address in the Router and DNS fields, then make up a static IP for your phone.
On Jul 6, 7:53 pm, Joe Hewitt <joehew...@gmail.com> wrote:
> Yeah, I'm at iPhoneDevCamp and that was the first thing I did when I > opened my computer. Create the "Computer to Computer Network", and > then on your iPhone click the arrow next to the connection and go to > Static IP, enter your computer's IP address in the Router and DNS > fields, then make up a static IP for your phone.
Okay, well, I am officially stumped, despite your kind instructions. I am sure I am doing something quite daft.
If you find yourself with a few minutes to help me out, I am sitting in the first position to the right of the twitter camp screen -- Bright yellow shirt, backwards SignaCert cap on.
I ran into both issues in getting my MacBook -> iPhone wireless setup going.
WEP: Setup the macbook internet sharing and give it a regular alphanumeric password. Ignore the apple recommendation in the dialog to use 5/13 character passwords for 40/128bit WEP, as that causes my iphone to issue a connection error due to invalid password. I was able to get it working with "password" and "passwd" which was good enough for my local testing purposes. On the iphone, enter the password normally (which is the default), not in the hex/ascii mode.
DNS: The above should let you see your laptop on its local IP so you can develop locally. But you most likely won't be able to get to outside web pages due to DNS lookup failure. For some reason the DHCP doesn't issue the DNS server. On your iphone, change the WiFi connection settings from DHCP to static. You can keep whatever values it carries over from the DHCP settings. Now just add your DNS IP and you're all set. If you don't know it, you can get it from your laptop's terminal by running 'dig'. It is towards the bottom in the "SERVER: ..." line.
laptop.local vs IP: I couldn't get the iphone to recognize my laptop w/ its name.local string and instead had to enter in the IP directly.
On Jul 6, 8:37 pm, Ron F <itr...@gmail.com> wrote:
> On Jul 6, 7:53 pm, Joe Hewitt <joehew...@gmail.com> wrote:
> > Yeah, I'm at iPhoneDevCamp and that was the first thing I did when I > > opened my computer. Create the "Computer to Computer Network", and > > then on your iPhone click the arrow next to the connection and go to > > Static IP, enter your computer's IP address in the Router and DNS > > fields, then make up a static IP for your phone.
> Okay, well, I am officially stumped, despite your kind instructions. I > am sure I am doing something quite daft.
> If you find yourself with a few minutes to help me out, I am sitting > in the first position to the right of the twitter camp screen -- > Bright yellow shirt, backwards SignaCert cap on.