Jump to content

Using Jasager Without Pc


Recommended Posts

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...