defcon21 Posted August 4, 2013 Share Posted August 4, 2013 (edited) I'm trying to get internet access through my second interface, however after I click commit it just stays on 'Loading' for a while, and when I refresh the page the second interface is disabled. Any ideas what could be causing this? It seems the settings arent being put in effect, or maybe my configuration is not setup properly and the interface doesn't start correctly? If it matters I'm trying to get internet access from a Verizon Mifi hotspot, here are what my settings look like: Thanks in advance Edited August 4, 2013 by defcon21 Quote Link to comment Share on other sites More sharing options...
deathdealerxx Posted August 4, 2013 Share Posted August 4, 2013 Well first thing I see wrong is you need to set network to WAN on your Verizon interface. Quote Link to comment Share on other sites More sharing options...
defcon21 Posted August 4, 2013 Author Share Posted August 4, 2013 Thanks, I've tried a variety of settings including WAN, with no luck. I'll leave that setting set on WAN from now on, anything else which might be wrong? Quote Link to comment Share on other sites More sharing options...
Foxtrot Posted August 4, 2013 Share Posted August 4, 2013 Thanks, I've tried a variety of settings including WAN, with no luck. I'll leave that setting set on WAN from now on, anything else which might be wrong? If your having trouble with the infusion, try setting STA mode on wlan1 with iwconfig. Quote Link to comment Share on other sites More sharing options...
potato Posted August 5, 2013 Share Posted August 5, 2013 (edited) Does the pineapple have internet? try downloading an infusion from the pineapple bar, if it works and your computer still can not access the internet, see this thread. Otherwise try connecting to the AP from an ssh session, for ex ifconfig wlan1 down iwconfig wlan1 mode managed iwconfig wlan1 essid "mifi ssid" iwconfig wlan1 ap "mac address, or you can just put 'any' here" iwconfig wlan1 key 'wep password' //MIFI's use wep right? :( ifconfig wlan1 up dhcpcd wlan1 Edited August 5, 2013 by computerchris Quote Link to comment Share on other sites More sharing options...
defcon21 Posted August 5, 2013 Author Share Posted August 5, 2013 tried the above, I receive this on the last command: root@Pineapple:~# dhcpcd wlan1 -ash: dhcpcd: not found Quote Link to comment Share on other sites More sharing options...
Whistle Master Posted August 5, 2013 Share Posted August 5, 2013 the correct command is: udhcpc -R -n -i wlan1 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.