ZeteMkaa Posted May 7, 2012 Share Posted May 7, 2012 Hi, Trying to find any topics about this but can't seem to find anything. How can I configure the Pineapple to work whenever I plug it in a ethernet network ? So I want it to work without a laptop and ICS, is that possible ? Thanks in advance. // ZMK Quote Link to comment Share on other sites More sharing options...
Whistle Master Posted May 7, 2012 Share Posted May 7, 2012 Yes, you can either plug a 3G usb modem or use the Ethernet WAN port. Quote Link to comment Share on other sites More sharing options...
!marvin Posted May 7, 2012 Share Posted May 7, 2012 You could attache the WAN interface to a network providing DHCP. In that case you would recive the DHCP Address on WAN and you would have WLAN with the 172.16.42.0/24 subnet. LAN interface is not in use in this case. If you do not have access to the router on WAN side (Jasagers WAN Gateway). Hide the 172.16.42.0/24 behind the Jasager's WAN IP. Should look somehow like this (you can add the commands over the webinterface -> advanced tab): iptables -A FORWARD -m state --state NEW -j ACCEPT iptables -A FORWARD -m state --state ESTABLISHED,RELATED -j ACCEPT iptables -A POSTROUTING -t nat -j MASQUERADE I think IP forwarding is enabled by default, otherwise echo '1' > /proc/sys/net/ipv4/ip_forward That's it. Or you can use a 3G modem. But for that should be some info around in the forum. Quote Link to comment Share on other sites More sharing options...
ZeteMkaa Posted May 8, 2012 Author Share Posted May 8, 2012 (edited) Thanks for the extended information, will test it tonight ;) Edited May 8, 2012 by ZeteMkaa 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.