moxic Posted August 8, 2013 Share Posted August 8, 2013 I'm running a fairly stock Ubuntu 13.04 and was attempting to setup ICS on the pineapple, but when I run the wp4.sh script, it chugs along happily until it gets to the iptables insctructions in the script and pukes out 'Too Many Links'. I know this is related to rules containing '-j CHAINTODELETE', but I just don't see why it's popping up, especially with the commands executed in the script. Any help here would be greatly appreciated. Also, in an attempt to circumvent the issue for the time being and just set up NAT on the pineapple, I added a few lines to the WPS button config, but it doesn't even seem to attempt to apply them, although I can SSH in do it, althogth the rules still doesn't work. iptables -L and -S show them listed after typing it in (doesn't show up with a 2-4sec WPS press). I'm using: iptables -A FORWARD -i eth1 -o wlan0 -s 172.16.42.0/24 -m state --state NEW -j ACCEPTiptables -A FORWARD -m state --state ESTABLISHED,RELATED -j ACCEPTiptables -t nat -A POSTROUTING -o eth1 -j MASQUERADE Any insight on either of these two issues would be exceptionally welcome. I'm going to bash my head against a pillow now... -_-zzz Quote Link to comment Share on other sites More sharing options...
Mr-Protocol Posted August 8, 2013 Share Posted August 8, 2013 I am on 13.04 and have no issues with it. You have to run the script with sudo. Quote Link to comment Share on other sites More sharing options...
moxic Posted August 8, 2013 Author Share Posted August 8, 2013 Hmm, I did so...I'll post the output when I get home tonight. 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.