What steps will reproduce the problem? 1. rooted my ideatab A2109 2. install sshtunnel 1.5.4 , sshtunnel listened on port on ipv6, without listening on ipv4 3. uninstall sshtunnel beta, sshtunnel now could listen both on ipv4 and ipv6, but can't redirect traffic to specified port. 4. If i try manually config iptables rules, iptables prompted something like: "FIX ME! .....", wtf is that ?
Thanks anyway, you guys are awesome, i totally love this project.
Comment #1
Posted on Oct 25, 2012 by Quick Dog"FIX ME! ....." is exactly as this: "FIX ME! implement getprotobyname() bionic/libc/bionic/stubs.c:372"
Comment #2
Posted on Nov 11, 2012 by Happy MonkeyThis is happening for me too. I get nothing in iptables and I have no network connectivity when connected to an SSH server. The port forwarding does work. I'm on 4.04.
Comment #3
Posted on Dec 1, 2012 by Quick DogComment deleted
Comment #4
Posted on Dec 1, 2012 by Quick DogAfter days of hacking, I found the reason: the iptables binary provided by apk is too old for kernel 3.1.10, so you need to replace the iptables binary file with the new one that's compiled under kernel 3.1.10. I uploaded my new iptables binary file here. Get it a try. Good luck.
- iptables 180.52KB
Status: New
Labels:
Type-Defect
Priority-Medium